Skip to content

Commit 6823d36

Browse files
authored
docs: remove obsolete implementation plans (#190)
* docs: remove obsolete implementation plans * chore: sync npm lockfile
1 parent 5c26553 commit 6823d36

23 files changed

Lines changed: 94 additions & 5840 deletions

docs/plans/2026-05-12-graph-first-language-expansion.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## Context
77

8-
The repo has an established language-support workflow: define support surface, add a language definition, wire native grammars and reduced-mode behavior, add fixtures/tests, then update parity/scenario docs and the agent skill surface. Follow [docs/adding-language-support.md](../../adding-language-support.md) exactly.
8+
The repo has an established language-support workflow: define support surface, add a language definition, wire native grammars and reduced-mode behavior, add fixtures/tests, then update parity/scenario docs and the agent skill surface. Follow [docs/adding-language-support.md](../adding-language-support.md) exactly.
99

1010
This plan intentionally targets graph-first support. Each language should provide parsing, chunking, top-level symbol extraction, and static dependency edges. It should not claim full cross-file semantic navigation until shared `goto`, `references`, and native semantic parity tests prove that behavior.
1111

@@ -578,9 +578,9 @@ git commit -m "docs: finalize graph-first language support"
578578

579579
## References
580580

581-
- [Language support checklist](../../adding-language-support.md)
582-
- [Language parity matrix](../../language-parity.md)
583-
- [Scenario catalog](../../scenario-catalog.md)
581+
- [Language support checklist](../adding-language-support.md)
582+
- [Language parity matrix](../language-parity.md)
583+
- [Scenario catalog](../scenario-catalog.md)
584584
- [`tree-sitter-scala` on npm](https://www.npmjs.com/package/tree-sitter-scala)
585585
- [`tree-sitter-lua` on npm](https://www.npmjs.com/package/tree-sitter-lua)
586586
- [`tree-sitter-powershell` on npm](https://www.npmjs.com/package/tree-sitter-powershell)

docs/plans/2026-07-03-01-project-lifecycle-commands.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

docs/plans/2026-07-03-02-mcp-freshness-on-query.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

docs/plans/2026-07-03-03-shared-server-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ codegraph server stop --root .
1818

1919
Keep `codegraph mcp serve` as the low-level primitive. `server start` is a convenience wrapper around it.
2020

21-
Shared servers use the immutable Windows native cache described in [`2026-07-12-windows-native-runtime-cache-updates.md`](./2026-07-12-windows-native-runtime-cache-updates.md). Their registry and health output must preserve the version captured at server start, surface installed-version drift, and require an explicit restart rather than replacing mapped runtime files or terminating clients automatically.
21+
Shared servers must use the current immutable Windows native cache. Their registry and health output must preserve the version captured at server start, surface installed-version drift, and require an explicit restart rather than replacing mapped runtime files or terminating clients automatically.
2222

2323
## Server registry
2424

docs/plans/2026-07-03-04-self-contained-distribution.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)