Skip to content

Commit b469126

Browse files
chore: align completed propose/plan docs with shipped status (#156)
* update completed propose and plan docs to shipped status Align status lines in propose/completed/ and plans/completed/ with landed work; note PR-E2 strategy-ladder consolidation as deferred. Co-authored-by: Cursor <cursoragent@cursor.com> * fix post-tier1b plan status — PR-E2 shipped in #20 Correct earlier housekeeping note; strategy-ladder consolidation landed with _route_path_atom and sentinel test. Mark all three follow-up PRs shipped in the boundaries section. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 9a8ee46 commit b469126

26 files changed

Lines changed: 36 additions & 31 deletions

plans/completed/CURSOR-PROMPTS-CLI-SCENARIOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cursor task prompts — CLI scenarios (PR-CLI-1 → PR-CLI-3)
22

3-
Status: **active**. Implements
3+
Status: **completed** (reference). Implements
44
[`plans/completed/PLAN-CLI-SCENARIOS.md`](./PLAN-CLI-SCENARIOS.md) and
55
[`propose/completed/CLI-SCENARIOS-PROPOSE.md`](../propose/completed/CLI-SCENARIOS-PROPOSE.md).
66

plans/completed/CURSOR-PROMPTS-LOSSLESS-PERMISSIVE-NODEFILTER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cursor task prompts — Lossless-permissive `NodeFilter` (PR-N1)
22

3-
Status: **active**. Implements
3+
Status: **completed** (reference). Implements
44
[`plans/PLAN-LOSSLESS-PERMISSIVE-NODEFILTER.md`](./PLAN-LOSSLESS-PERMISSIVE-NODEFILTER.md)
55
and
66
[`propose/LOSSLESS-PERMISSIVE-NODEFILTER-PROPOSE.md`](../propose/LOSSLESS-PERMISSIVE-NODEFILTER-PROPOSE.md).

plans/completed/PLAN-BROWNFIELD-ROLE-OVERRIDES-design-fixes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plan: brownfield role/capability overrides — design-fix changelog
22

3-
Status: **applied**. Companion document to
3+
Status: **completed** — applied. Companion document to
44
`PLAN-BROWNFIELD-ROLE-OVERRIDES.md`.
55

66
## Why this file exists

plans/completed/PLAN-BROWNFIELD-ROLE-OVERRIDES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plan: brownfield role / capability overrides
22

3-
Status: **agreed, ready to implement**. Self-contained: an agent picking
3+
Status: **completed** — shipped (`BrownfieldOverrides` role/capability layers on `master`). Self-contained: an agent picking
44
this up should be able to land it without re-deriving the design.
55

66
## Goal

plans/completed/PLAN-CALL-GRAPH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plan: call-graph layer (static intra-JVM `CALLS` + `DECLARES`)
22

3-
Status: **ready to implement**. Self-contained: an agent picking this up
3+
Status: **completed** — shipped (static intra-JVM `CALLS` + `DECLARES` on `master`). Self-contained: an agent picking this up
44
should be able to land it without re-deriving the design. Pairs with
55
`propose/completed/CALL-GRAPH-PROPOSE.md` (scope, rationale, schema).
66

plans/completed/PLAN-CAPABILITIES-MODEL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plan: capabilities model (multi-tag annotations on Java types)
22

3-
Status: **agreed, ready to implement**. Self-contained: an agent picking
3+
Status: **completed** — shipped (`capabilities` on Symbol nodes + brownfield overrides on `master`). Self-contained: an agent picking
44
this up should be able to land it without re-deriving the design.
55

66
## Goal

plans/completed/PLAN-CLIENT-ROLE-RENAME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plan: `FEIGN_CLIENT` role → `CLIENT` + `HTTP_CLIENT` capability
22

3-
Status: **active** — propose merged in [#28](https://github.com/HumanBean17/java-codebase-rag/pull/28).
3+
Status: **completed**shipped (propose merged in [#28](https://github.com/HumanBean17/java-codebase-rag/pull/28)).
44
Source: `propose/CLIENT-ROLE-RENAME-PROPOSE.md` on master.
55
Sequence: ships **after** PR-F1 (#31, merged) and PR-G1 (#30, merged). Master baseline at this plan's start: `aed732b`, `ONTOLOGY_VERSION = 8`, **281 passed, 4 skipped**.
66

plans/completed/PLAN-COCOINDEX-SYMLINK-FIX.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Plan: Fix cocoindex Binary Path Resolution in Venv
22

3+
Status: **completed** — shipped (`Path(sys.executable).parent / "cocoindex"` without `.resolve()` in `server.py`).
4+
35
## Goal
46

57
Fix `refresh_code_index` failing to find `cocoindex` binary when Python venv uses symlinks.
@@ -119,5 +121,5 @@ Then run:
119121
## Status
120122

121123
- [x] Step 1: Fix cocoindex binary path resolution
122-
- [ ] Step 2: Verify no similar path resolution issues exist
123-
- [ ] Step 3: Verify fix works in venv environment
124+
- [x] Step 2: Verify no similar path resolution issues exist (no other `cocoindex` path uses `.resolve()` on `sys.executable`)
125+
- [x] Step 3: Verify fix works in venv environment (`tests/test_mcp_tools.py::test_cocoindex_subprocess_env_sets_project_root`)

plans/completed/PLAN-CROSS-SERVICE-RESOLUTION-FLAG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plan: `cross_service_resolution` config flag
22

3-
Status: **active** — propose merged in [#26](https://github.com/HumanBean17/java-codebase-rag/pull/26).
3+
Status: **completed**shipped (PR-G1; propose merged in [#26](https://github.com/HumanBean17/java-codebase-rag/pull/26)).
44
Source: `propose/CROSS-SERVICE-RESOLUTION-FLAG-PROPOSE.md` on master.
55
Companion plan: `plans/PLAN-FEIGN-NOT-AN-EXPOSER.md` (orthogonal — different pass; either order works, but combined testing on `cross_service_smoke` is cleaner).
66

plans/completed/PLAN-DESCRIBE-MEMBER-EDGE-ROLLUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plan: describe member edge rollup (`edge_summary` composed keys)
22

3-
Status: **complete** (PR-1 landed). Source propose:
3+
Status: **completed** (PR-1 landed). Source propose:
44
[`propose/completed/DESCRIBE-MEMBER-EDGE-ROLLUP-PROPOSE.md`](../../propose/completed/DESCRIBE-MEMBER-EDGE-ROLLUP-PROPOSE.md).
55

66
Depends on: **none** for graph or indexer work (read-path only).

0 commit comments

Comments
 (0)