docs: Moved the implementation timeline out to its own document

Refs: #408
This commit is contained in:
2026-02-23 15:26:24 -05:00
parent 9559414dc2
commit 69b99d49e6
4 changed files with 2126 additions and 2116 deletions
+10
View File
@@ -116,6 +116,16 @@ nav[("skills_file",)] = "skills_file.md"
nav[("skills_git",)] = "skills_git.md"
nav[("skills_search",)] = "skills_search.md"
nav[("tool_router",)] = "tool_router.md"
nav[("acp",)] = "acp.md"
nav[("action_cli",)] = "action_cli.md"
nav[("actor_runtime",)] = "actor_runtime.md"
nav[("config_resolution",)] = "config_resolution.md"
nav[("decision_correction",)] = "decision_correction.md"
nav[("invariants",)] = "invariants.md"
nav[("lsp",)] = "lsp.md"
nav[("phase_reversion",)] = "phase_reversion.md"
nav[("plan_cli",)] = "plan_cli.md"
nav[("repl",)] = "repl.md"
# Write the literate-nav summary file for the Reference section
with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
File diff suppressed because it is too large Load Diff
+2115
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -16,6 +16,7 @@ nav:
- Testing Guide: development/testing.md
- Review Playbook: development/review_playbook.md
- Scale Testing: development/scale_testing.md
- Implementation Timeline: timeline.md
- Work Remaining: work-remaining.md
- FAQ: faq.md
- Reference: reference/