Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
246 commits
Select commit Hold shift + click to select a range
e4a9041
Update Dockerfile
theinterneti Mar 9, 2025
198b6a2
Create docker-compose.yml
theinterneti Mar 9, 2025
8cf6509
Create requirements.txt
theinterneti Mar 9, 2025
094565d
Create .env
theinterneti Mar 9, 2025
212d55b
Rename devcontainer.json to old.devcontainer.json
theinterneti Mar 9, 2025
64c79fc
Delete .env
theinterneti Mar 9, 2025
9479103
Add compose-dev.yaml for development environment setup
theinterneti Mar 9, 2025
4dab012
Add setup script and update docker-compose to execute it
theinterneti Mar 9, 2025
add3ca8
Merge branch 'master' of https://github.com/theinterneti/tta.dev
theinterneti Mar 9, 2025
5121667
Update docker-compose and setup script for production environment setup
theinterneti Mar 9, 2025
cf1431d
Replace old devcontainer configuration with a new setup for TTA-Dev, …
theinterneti Mar 9, 2025
4daa549
Refactor devcontainer configuration by removing unnecessary propertie…
theinterneti Mar 9, 2025
857d5b0
Add missing extension to devcontainer configuration for enhanced Pyth…
theinterneti Mar 9, 2025
a27fab1
Update Docker and devcontainer documentation with CodeCarbon integration
theinterneti Apr 14, 2025
c764c16
Refactor documentation structure and update various guides for improv…
theinterneti Apr 14, 2025
b6c771f
Replace tta.prod with TTA.dev in docker-compose.yml
theinterneti Apr 14, 2025
1592819
Initial commit
theinterneti Apr 14, 2025
1e9ed4b
Merge remote main branch with local changes
theinterneti Apr 14, 2025
e7f1e55
Replace tta.prod with TTA.dev in .gitmodules
theinterneti Apr 14, 2025
a652ad0
Add comprehensive test suite for TTA.prototype project
theinterneti Apr 14, 2025
e358f7d
Update README.md
theinterneti Apr 14, 2025
6cc7404
chore: Purge legacy files for a leaner codebase
theinterneti Aug 6, 2025
acb2ff8
Add comprehensive unit tests for various modules in the TTA project
theinterneti Aug 6, 2025
f5dc874
test_results.py
theinterneti Aug 6, 2025
55ff8f3
feat: add professional development infrastructure with MCP integration
theinterneti Oct 27, 2025
9755cf2
fix: add path filtering and conditional execution for infrastructure-…
theinterneti Oct 28, 2025
4047a68
feat: add professional development infrastructure with MCP integratio…
theinterneti Oct 28, 2025
35dce62
fix: improve CI workflows with path filtering and conditional execution
theinterneti Oct 28, 2025
65232be
feat: add tta-workflow-primitives package
theinterneti Oct 28, 2025
8ff5abb
feat: add tta-workflow-primitives package (#2)
theinterneti Oct 28, 2025
f8d6442
refactor: rename tta-workflow-primitives to tta-dev-primitives
theinterneti Oct 28, 2025
3ffbdf8
docs: archive legacy TTA game materials and pivot to AI development t…
theinterneti Oct 28, 2025
b70ff9c
ci: update package reference from tta-workflow-primitives to tta-dev-…
theinterneti Oct 28, 2025
fbb91e2
docs: add context notes to model and integration docs
theinterneti Oct 28, 2025
2485816
feat: add comprehensive workflow examples
theinterneti Oct 28, 2025
4a7f671
docs: add comprehensive contribution guidelines
theinterneti Oct 28, 2025
9b84a48
Remove obsolete migration checklist and requirements files; delete al…
theinterneti Oct 28, 2025
289ed4d
Merge branch 'feat/add-workflow-primitives-package'
theinterneti Oct 28, 2025
92fa116
chore: merge feat/add-workflow-primitives-package into main
theinterneti Oct 28, 2025
dfa9dd9
chore: remove duplicate tta-workflow-primitives package
theinterneti Oct 28, 2025
bfdcdec
feat: Add Universal Agent Context System package (#3)
theinterneti Oct 28, 2025
79c5728
feat: Add tta-observability-integration package v0.1.0
theinterneti Oct 28, 2025
2f13b96
Add visualization scripts for model test results analysis
theinterneti Oct 28, 2025
b455fbc
docs: Add comprehensive observability assessment and implementation p…
theinterneti Oct 28, 2025
90dcee9
feat(observability): Phase 1 - Trace Context Propagation (#14)
theinterneti Oct 29, 2025
bf8ee14
feat(observability): Phase 2 - SequentialPrimitive instrumentation
theinterneti Oct 29, 2025
d9a5aa1
feat(observability): Phase 2 - ParallelPrimitive instrumentation
theinterneti Oct 29, 2025
91b4289
feat(observability): Phase 2 - ConditionalPrimitive instrumentation
theinterneti Oct 29, 2025
3e4f6a0
feat(observability): Phase 2 - SwitchPrimitive instrumentation
theinterneti Oct 29, 2025
93f81a4
feat(observability): Phase 2 - RetryPrimitive instrumentation
theinterneti Oct 29, 2025
6039119
feat(observability): Phase 2 - FallbackPrimitive instrumentation
theinterneti Oct 29, 2025
36a871e
feat(observability): Phase 2 - SagaPrimitive instrumentation - PHASE …
theinterneti Oct 29, 2025
b4c08bf
feat(ci): Add comprehensive Codecov integration (#39)
theinterneti Oct 29, 2025
d8dd294
feat: Integrate Codecov for code coverage reporting (#56)
theinterneti Oct 30, 2025
70acf6c
fix(tests): align integration tests with actual primitive APIs - 100%…
theinterneti Oct 30, 2025
9915a29
docs: add Phase 1 deployment summary and Week 1 monitoring dashboard
theinterneti Oct 30, 2025
545906d
fix(tests): correct import errors and assertions in integration tests
theinterneti Oct 30, 2025
4b51d11
feat(integrations): Add Ollama, Supabase, SQLite primitives (Day 2)
theinterneti Oct 30, 2025
d753e7f
docs(guides): Add decision guides for integration primitives (Day 3)
theinterneti Oct 30, 2025
c10994c
docs(guides): Add comprehensive Free LLM Access Guide
theinterneti Oct 30, 2025
8884413
feat(research): Add FreeTierResearchPrimitive for automated LLM prici…
theinterneti Oct 30, 2025
fb964cf
feat(research): Add quality metrics and intelligent fallback strategies
theinterneti Oct 30, 2025
d36233f
feat(cli): Add quality rankings and fallback strategy generation to u…
theinterneti Oct 30, 2025
b7d5996
docs(guides): Rename free-llm-access-guide to llm-cost-guide and add …
theinterneti Oct 30, 2025
e0f4022
docs: Update cross-references for renamed llm-cost-guide
theinterneti Oct 30, 2025
8181686
feat(examples): Add comprehensive cost optimization examples and upda…
theinterneti Oct 30, 2025
99b8eea
docs(guides): Add free flagship model access section to llm-cost-guide
theinterneti Oct 30, 2025
71c61c0
docs: Add free flagship model research summary
theinterneti Oct 30, 2025
b8d0c80
feat(integrations): Add 5 free flagship model primitives and comprehe…
theinterneti Oct 30, 2025
fec7c0b
feat(orchestration): Add multi-model orchestration primitives for 80-…
theinterneti Oct 30, 2025
7a22cae
feat(orchestration): Add production-ready test generation workflow wi…
theinterneti Oct 30, 2025
a341a58
feat(config): Add user-friendly YAML configuration system for orchest…
theinterneti Oct 30, 2025
cd1fe99
feat(orchestration): Add PR review automation with 85% cost savings
theinterneti Oct 30, 2025
9ef4521
feat(orchestration): Add documentation generation with 90% cost savings
theinterneti Oct 30, 2025
0cab164
docs(orchestration): Add comprehensive implementation summary
theinterneti Oct 30, 2025
4abdfa9
docs(primitives): Add orchestration primitives to PRIMITIVES_CATALOG.md
theinterneti Oct 30, 2025
8997cfd
feat: add Gemini CLI GitHub Actions workflows
theinterneti Oct 30, 2025
b7e8ee9
feat: Add Session 5 Completion Report with comprehensive How-To guide…
theinterneti Oct 30, 2025
234f811
Refactor Python Pathway Integration Documentation
theinterneti Oct 30, 2025
c4889cd
Merge pull request #27 from theinterneti/feature/observability-phase-…
theinterneti Oct 30, 2025
791f43e
perf: optimize Gemini CLI configuration for headless execution
theinterneti Oct 30, 2025
5a7f4f1
Initial plan
Copilot Oct 30, 2025
c619862
feat: add diagnostic configuration for Gemini CLI hang investigation
Copilot Oct 30, 2025
fc44bd9
docs: add comprehensive investigation document for Gemini CLI hang di…
Copilot Oct 30, 2025
310b211
fix: correct Gemini CLI authentication configuration
theinterneti Oct 30, 2025
b21e0c1
fix: use correct API key secret name (GOOGLE_AI_STUDIO_API_KEY)
theinterneti Oct 31, 2025
a8c01b9
fix: use AI Studio authentication (gemini_api_key) not Vertex AI (goo…
theinterneti Oct 31, 2025
6c0cd1b
test: add workflow to validate GEMINI_API_KEY
theinterneti Oct 31, 2025
4037a4b
test: add workflow to list available Gemini models
theinterneti Oct 31, 2025
ab7bffe
test: add Gemini CLI test without MCP server integration
theinterneti Oct 31, 2025
47da44e
fix: use correct action version (@main instead of @v1)
theinterneti Oct 31, 2025
e2d34b9
Add multi-agent workflow and RAG workflow examples with streaming cap…
theinterneti Oct 31, 2025
941359d
test: add workflow to test different MCP server versions
theinterneti Oct 31, 2025
5145ff2
fix: update GitHub MCP server to v0.20.1 to resolve timeout issue (#71)
theinterneti Oct 31, 2025
f434379
docs: add comprehensive Gemini CLI integration guide
theinterneti Oct 31, 2025
e2db67c
docs: correct Gemini CLI capabilities - write operations ARE supported
theinterneti Oct 31, 2025
5274765
feat: Add final status report for Phase 3 Task 2 with key achievement…
theinterneti Oct 31, 2025
7c3d147
docs: daily log for Oct 31, 2025 - Gemini CLI investigation
theinterneti Oct 31, 2025
316cfa7
fix: enable write permissions for Gemini CLI write operations (#73)
theinterneti Oct 31, 2025
19ede72
Merge pull request #65 from theinterneti:copilot/test-gemini-cli-diag…
theinterneti Oct 31, 2025
8f5dbf3
test: add write capabilities test file for Gemini CLI
theinterneti Oct 31, 2025
f81533f
fix: enable write permissions in gemini-dispatch workflow
theinterneti Oct 31, 2025
2d32300
Update docs/test-write-capabilities.md
theinterneti Oct 31, 2025
2961627
Update docs/test-write-capabilities.md
theinterneti Oct 31, 2025
2842bf4
Merge pull request #76 from theinterneti/test/gemini-write-capabiliti…
theinterneti Oct 31, 2025
415c153
docs: add final update to Gemini CLI investigation log
theinterneti Oct 31, 2025
183a352
feat: Gemini CLI quality enhancements with Context7 integration
theinterneti Oct 31, 2025
6bb18ea
feat(tta-docs): create documentation primitives package (Phase 1.1-1.2)
theinterneti Oct 31, 2025
13f21b3
docs: add how-to guides, bug fixes, and session tracking
theinterneti Oct 31, 2025
6ad8d10
feat: implement Priority 1 Gemini CLI optimizations
theinterneti Oct 31, 2025
c6a077d
hotfix: minimal Gemini CLI improvements (model update + caching only)
theinterneti Oct 31, 2025
9da936b
fix: revert to proven working model (gemini-2.0-flash-thinking-exp-1219)
theinterneti Oct 31, 2025
de358c5
fix: use vars.GEMINI_MODEL (gemini-2.5-flash) as default model
theinterneti Nov 1, 2025
ad9c3ed
fix: correct bash syntax error in model selection
theinterneti Nov 1, 2025
2301341
feat: adopt official Google Gemini CLI workflow patterns
theinterneti Nov 1, 2025
c783041
fix: update to latest Gemini CLI action v0.1.14
theinterneti Nov 1, 2025
d92e6ed
test: add minimal Gemini CLI test workflow
theinterneti Nov 1, 2025
643e19e
perf: remove MCP server from gemini-invoke for 40x speedup
theinterneti Nov 1, 2025
578780b
fix: update gemini-cli action to @v0 (latest)
theinterneti Nov 2, 2025
245bb1c
fix: use GOOGLE_AI_STUDIO_API_KEY and set GCP project vars
theinterneti Nov 2, 2025
6687ed0
fix: try absolute minimal gemini-cli configuration
theinterneti Nov 2, 2025
3c3fdb2
feat: add API key testing script and troubleshooting guide
theinterneti Nov 2, 2025
fe5deb0
feat: add workflow to test API keys with repo secrets
theinterneti Nov 2, 2025
359ae6b
fix: try multiple Gemini model name formats in API test
theinterneti Nov 2, 2025
1dc9976
fix: use gemini-2.5-flash (actual available model)
theinterneti Nov 2, 2025
daebb58
fix: use gemini-2.5-flash in gemini-invoke.yml
theinterneti Nov 2, 2025
cfbd9c3
feat: add step to post Gemini response to issues/PRs
theinterneti Nov 2, 2025
9d86b46
debug: add logging to response posting step
theinterneti Nov 2, 2025
af43a73
fix: pass issue number to invoke workflow for response posting
theinterneti Nov 2, 2025
78ffda3
docs: comprehensive expert questions for Gemini CLI integration
theinterneti Nov 2, 2025
2f6db92
docs: add concise expert query (500 char limit)
theinterneti Nov 2, 2025
440dd90
fix: use --output-format json for reliable CI stdout capture
theinterneti Nov 2, 2025
3138c12
fix: correct jq extraction for Gemini CLI JSON format
theinterneti Nov 2, 2025
3df52e4
docs: comprehensive success documentation for Gemini CLI integration
theinterneti Nov 2, 2025
e4fb9c2
fix: add missing newline in shell script
theinterneti Nov 2, 2025
d040128
feat: implement MCP integration using APM framework
theinterneti Nov 2, 2025
b50f1b2
fix: change secret name from GITHUB_COPILOT_PAT to GEMINI_MCP_PAT
theinterneti Nov 2, 2025
ea09c39
feat: add @gemini-cli-advanced routing to dispatch workflow
theinterneti Nov 2, 2025
41321e8
fix: use GITHUB_COPILOT_CHAT fine-grained token for MCP
theinterneti Nov 2, 2025
caca0eb
fix: correct APM action usage for MCP integration
theinterneti Nov 2, 2025
2929435
fix: use env var instead of template literal to avoid backtick escapi…
theinterneti Nov 2, 2025
d9b0c5d
fix(tests): Prevent integration tests from crashing CI/CD
theinterneti Nov 3, 2025
5903645
fix(ci): Fix workflow failures and formatting issues
theinterneti Nov 3, 2025
baa8d3c
feat(kb-automation): implement Phase 2 core tooling with 100% test co…
theinterneti Nov 3, 2025
41d3e3a
Refactor code structure for improved readability and maintainability
theinterneti Nov 4, 2025
8c991e7
feat: Memory Primitives - hybrid in-memory/Redis implementation
theinterneti Nov 4, 2025
3929781
feat(speckit): Add TasksPrimitive with Days 8-9 implementation
theinterneti Nov 5, 2025
9d0e1c3
docs(speckit): Add real-world validation experiments
theinterneti Nov 5, 2025
a96e5f8
docs(speckit): Add completion documentation and cleanup tools
theinterneti Nov 5, 2025
7ab601b
docs(kb): Add Logseq knowledge base (public documentation)
theinterneti Nov 5, 2025
2fba63c
docs(kb): Add Logseq KB automation and documentation primitives
theinterneti Nov 5, 2025
b5dd4c8
docs: Add Atomic DevOps documentation and AI framework analysis
theinterneti Nov 5, 2025
d132b3c
chore: Update project configuration and cleanup examples
theinterneti Nov 5, 2025
b8050ab
fix(kb): Fix KB validation CI failures
theinterneti Nov 5, 2025
1d2bb5d
fix(kb): Fix KB validation workflow to use correct primitive APIs
theinterneti Nov 5, 2025
5087feb
fix(kb): Fix WorkflowContext.logger usage and link validation report
theinterneti Nov 5, 2025
abe3b7b
fix(scripts): Suppress non-JSON output when --json flag used
theinterneti Nov 5, 2025
5bea102
fix(ci): Fix Orchestrated PR Review and Quality Checks
theinterneti Nov 5, 2025
24322a0
fix(lint): Auto-fix 530 lint errors with ruff
theinterneti Nov 5, 2025
3cd71f3
docs(kb): Analyze broken KB links and create fix strategy
theinterneti Nov 5, 2025
8c8cc0a
fix(kb): Phase 1 - Create redirect and namespace pages (22 pages)
theinterneti Nov 5, 2025
5894c4a
fix(kb): Phase 1.5 - Bare primitive redirects and concept pages (10 p…
theinterneti Nov 5, 2025
d7d2dad
fix(kb): Phase 2 - High-impact concept/infrastructure pages (4 pages)
theinterneti Nov 5, 2025
1e5ca85
fix(kb): Phase 3.1 - High-impact namespace and infrastructure pages (…
theinterneti Nov 5, 2025
a1384ff
fix(kb): Remove .md extension from PRIMITIVES_CATALOG links
theinterneti Nov 5, 2025
fa067e5
fix(kb): Rename page files to match Logseq title format (underscore →…
theinterneti Nov 5, 2025
9303ce7
fix(kb): Convert PRIMITIVES_CATALOG and GETTING_STARTED to space-sepa…
theinterneti Nov 5, 2025
095deba
fix(kb): Phase 4 - High-impact namespace and LLM primitive pages (6 p…
theinterneti Nov 5, 2025
bf0f511
fix(kb): Phase 4 - Core primitive documentation (3 pages)
theinterneti Nov 5, 2025
bca695e
fix(kb): Phase 4 final - Redirect and audience pages (2 pages)
theinterneti Nov 5, 2025
bea19cd
fix(kb): Phase 5 - Disambiguation and architecture pages (4 pages)
theinterneti Nov 5, 2025
89edb79
fix(kb): Phase 5 batch 2 - Package-specific pages (2 pages)
theinterneti Nov 5, 2025
6cb9271
fix(kb): Phase 5 batch 3 - Example documentation pages (2 pages)
theinterneti Nov 5, 2025
6d8888b
fix(kb): Phase 6 batch 1 - High-priority example pages (2 pages)
theinterneti Nov 5, 2025
f359c3f
fix(kb): Phase 6 batch 2 - Core primitive documentation (2 pages)
theinterneti Nov 5, 2025
8f43942
fix(kb): Phase 6 batch 3 - Testing and package documentation (2 pages)
theinterneti Nov 5, 2025
9cc0d2e
fix(kb): Phase 6 batch 4 - CI/CD and utility documentation (3 pages)
theinterneti Nov 5, 2025
3f44aec
Phase 7 batch 1: Add Keploy Framework and Production documentation
theinterneti Nov 5, 2025
2a1cce8
Phase 7 batch 2: Add Phase 2 Integration Tests and Example TODO
theinterneti Nov 5, 2025
f059bc6
Phase 7 batch 3: Add MCP_SERVERS and Topic Page documentation
theinterneti Nov 5, 2025
3a1ae48
Phase 7 batch 4: Add TTA.dev/Patterns/Caching documentation
theinterneti Nov 5, 2025
e1a31b8
Phase 7 batch 5: Add Composition, Error Handling, and Primitive1 pages
theinterneti Nov 5, 2025
d6bc984
Phase 7 batch 6: Add TTA.dev/Templates namespace page
theinterneti Nov 5, 2025
028e8f1
Phase 7 batch 7: Add Sequential Workflow, Primitive2, and database pr…
theinterneti Nov 5, 2025
7c51617
Phase 8 batch 1: Create core primitive tag index pages
theinterneti Nov 5, 2025
f45f92a
Phase 8 batch 2: Create status and priority tag index pages
theinterneti Nov 5, 2025
14d0699
Phase 8 batch 3: Create category tag index pages
theinterneti Nov 5, 2025
b84cdc7
Phase 8 batch 4: Create domain tag index pages
theinterneti Nov 5, 2025
b536d1d
Phase 9 quick wins: Add repo documentation reference pages
theinterneti Nov 5, 2025
3c9e851
Potential fix for code scanning alert no. 16: Workflow does not conta…
theinterneti Nov 5, 2025
4cbe054
feat: Add OAuth2 integration, email notifications, and Stripe payment…
theinterneti Nov 5, 2025
17fb90a
Refactor code for improved readability and consistency across multipl…
theinterneti Nov 5, 2025
27cb4bb
style: Apply Ruff formatting to fix CI quality checks
theinterneti Nov 5, 2025
6e9cb11
docs(architecture): Add typing.Any design decision and best practices
theinterneti Nov 5, 2025
1e6da14
config(ruff): Add comprehensive per-file ignores for justified patterns
theinterneti Nov 5, 2025
c7a319f
fix(lint): Resolve final 17 lint errors - all checks passing ✅
theinterneti Nov 5, 2025
b668d12
chore: Trigger CI re-run for quality checks
theinterneti Nov 5, 2025
99e2db1
fix(ci): Install pyright in project venv to access dependencies
theinterneti Nov 5, 2025
283410e
fix(examples): Replace broken examples with type-safe implementations
theinterneti Nov 5, 2025
154d497
fix(ci): Scope quality check to packages/tests only
theinterneti Nov 5, 2025
48e477f
fix(types): Fix all Pyright errors in tta-agent-coordination producti…
theinterneti Nov 5, 2025
560b860
docs(examples): Add API drift notice for broken examples
theinterneti Nov 5, 2025
0b90f3b
fix(ci): Exclude examples from Pyright type checking
theinterneti Nov 5, 2025
91a70d3
fix(ci): Use pyrightconfig.json to exclude examples (valid syntax)
theinterneti Nov 5, 2025
d5a3fbc
fix(types): Fix APM decorators and circuit breaker type errors (9 err…
theinterneti Nov 5, 2025
78b77d0
fix(types): Fix retry primitive None exception error (1 error)
theinterneti Nov 5, 2025
a75c055
fix(types): Fix observability-integration import fallbacks (12 errors)
theinterneti Nov 5, 2025
57f51f1
fix(types): Fix universal-agent-context type errors (6 errors)
theinterneti Nov 5, 2025
ff7d48e
fix(types): Fix remaining APM decorator OpenTelemetry errors (4 errors)
theinterneti Nov 5, 2025
5cfa8eb
fix(types): Fix multi_model_workflow type errors (5 errors)
theinterneti Nov 5, 2025
860466e
fix(types): Fix missing/private import errors (4 errors)
theinterneti Nov 5, 2025
d76e195
fix(types): Fix observability and KB automation errors (4 errors)
theinterneti Nov 5, 2025
eb2c945
fix(types): Fix Supabase and stage_manager type errors (6 errors)
theinterneti Nov 5, 2025
fb96fe3
fix(types): Fix Supabase inline type: ignore placement (4 errors)
theinterneti Nov 6, 2025
60ff343
fix(types): Fix observability callbacks and cross reference tuple (3 …
theinterneti Nov 6, 2025
95d448e
fix(types): Fix workflows.py return types (4 errors)
theinterneti Nov 6, 2025
7e8d602
style: Run ruff format on all edited files
theinterneti Nov 6, 2025
9bc9cbf
ci: Scope KB validation to kb/** branches
theinterneti Nov 6, 2025
14985eb
feat(ci): Phase 1 - composite action + PR & merge validation workflows
theinterneti Nov 6, 2025
b01b4f4
fix(ci): use 'uv run pyright' instead of 'uvx pyright' to access venv…
theinterneti Nov 6, 2025
3bd9fa2
feat(speckit): SpecKit Days 8-9 - TasksPrimitive + Workflow Rebuild P…
theinterneti Nov 6, 2025
19f9ae2
fix(ci): update docker-compose to docker compose (v2 syntax) in merge…
theinterneti Nov 6, 2025
9948a19
fix(ci): use correct docker-compose file path for integration tests
theinterneti Nov 6, 2025
360119d
docs: Phase 1 workflow rebuild validation complete
theinterneti Nov 6, 2025
63eaef4
feat(ci): Phase 2 - create reusable quality-checks workflow
theinterneti Nov 6, 2025
3d24151
feat(ci): Phase 2 - create reusable workflows and v2 validation workf…
theinterneti Nov 6, 2025
aeda2e7
fix(ci): Move reusable workflows to top level of .github/workflows/
theinterneti Nov 6, 2025
b841274
fix(ci): Specify output directory for uv build
theinterneti Nov 6, 2025
69bd8eb
docs: Phase 2 workflow rebuild complete
theinterneti Nov 6, 2025
13828d1
feat: Transform repository for optimal AI agent discoverability
theinterneti Nov 7, 2025
9f3e410
feat: Integrate ACE, cache tests, and LLM improvements
theinterneti Nov 7, 2025
bba86dd
feat: Integrate ACE, cache tests, and LLM improvements
theinterneti Nov 7, 2025
87314ff
feat: TTA rebuild intelligent tracking system setup
theinterneti Nov 8, 2025
76ccd6e
🎉 PHASE 3 ADVANCED FEATURES - Revolutionary AI Integration System
theinterneti Nov 8, 2025
49fd155
feat: Add TTA-Rebuild package and frontend architecture analysis
theinterneti Nov 9, 2025
a9dbbcc
Merge phase3-advanced-features: Complete TTA-Rebuild package with Gem…
theinterneti Nov 9, 2025
0fbee19
feat: Add git hooks setup and TTA.dev primitive usage validator
theinterneti Nov 10, 2025
5fc4c2f
feat: Add comprehensive N8N integration, API server, and TTA.dev enha…
theinterneti Nov 10, 2025
b259570
feat(monorepo): Reorganize packages and update documentation
theinterneti Nov 11, 2025
e52a1a0
feat(kb): Complete KB integration with Project Hub and enhanced valid…
theinterneti Nov 11, 2025
26b95a7
feat(examples): Add git workflow primitive demonstrating TTA.dev deci…
theinterneti Nov 11, 2025
228a383
docs: Fix broken relative links in documentation files
theinterneti Nov 12, 2025
63eef68
docs: Add comments to clarify WorkflowContext code examples
theinterneti Nov 12, 2025
af245d4
feat: Refactor repository for TTA.dev framework focus
theinterneti Nov 13, 2025
0bbe2ba
fix: Remove node_modules from git history and add to .gitignore
theinterneti Nov 13, 2025
d3829c8
docs(framework): Document available MCP servers and usage
theinterneti Nov 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 0 additions & 13 deletions .devcontainer/.dockerignore

This file was deleted.

82 changes: 0 additions & 82 deletions .devcontainer/Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions .devcontainer/devcontainer.json

This file was deleted.

25 changes: 0 additions & 25 deletions .env

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

Loading
Loading