Skip to content

Commit 09022ca

Browse files
committed
--help
1 parent b065042 commit 09022ca

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.planning/ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Depth: standard
88
## Phases
99

1010
- [x] **Phase 02: Tree-sitter (UAT gap closures)** - Robust parsing fallback + preserve symbol chunks + `get_symbol_references`
11-
- [ ] **Phase 03: Evaluation & Guardrails** - Frozen multi-repo eval + regression fixtures before changing chunking/ranking
11+
- [x] **Phase 03: Evaluation & Guardrails** - Frozen multi-repo eval + regression fixtures before changing chunking/ranking (completed 2026-02-20)
1212
- [ ] **Phase 04: Grammar Assets & Loader** - Vendored Tree-sitter WASM grammars with CI load/parse verification
1313
- [ ] **Phase 05: AST-Aligned Chunking** - Symbol-bounded chunks with scope context and deterministic fallback
1414
- [ ] **Phase 06: Index Versioning & Migration** - Version-gated indexes + transparent full reindex on mismatch/corruption
@@ -116,7 +116,7 @@ Plans:
116116
| Phase | Plans Complete | Status | Completed |
117117
|-------|----------------|--------|-----------|
118118
| 02. Tree-sitter (UAT gap closures) | 3/3 | Complete | 2026-02-20 |
119-
| 03. Evaluation & Guardrails | 2/3 | In Progress| |
119+
| 03. Evaluation & Guardrails | 3/3 | Complete | 2026-02-20 |
120120
| 04. Grammar Assets & Loader | 0/0 | Not started | - |
121121
| 05. AST-Aligned Chunking | 0/0 | Not started | - |
122122
| 06. Index Versioning & Migration | 0/0 | Not started | - |

.planning/STATE.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,32 @@ See: `.planning/PROJECT.md` (updated 2026-02-20)
99

1010
## Current Position
1111

12-
Phase: 03 (in progress)
13-
Plan: 03 (next)
12+
Phase: 03 (complete)
13+
Plan: 03 (completed)
1414
Current Plan: 3
1515
Total Plans in Phase: 3
16-
Status: Plan 02 complete; continuing phase execution
17-
Last activity: 2026-02-20 — Completed 03-02 regression guardrails plan
16+
Status: Phase 03 complete; ready for Phase 04 planning
17+
Last activity: 2026-02-20 — Completed 03-03 shared eval harness + multi-codebase eval CLI plan
1818

1919
## Performance Metrics
2020

2121
Velocity:
22-
- Total plans completed: 5
22+
- Total plans completed: 6
2323
- Average duration: 3 min
24-
- Total execution time: 0.24 hours
24+
- Total execution time: 0.32 hours
2525

2626
By Phase:
2727

2828
| Phase | Plans | Total | Avg/Plan |
2929
|-------|-------|-------|----------|
3030
| 02 | 3 | 9 min | 3 min |
31-
| 03 | 2 | 5 min | 2.5 min |
31+
| 03 | 3 | 10 min | 3.3 min |
3232

3333
Recent Trend:
34-
- Last 3 plans: 3 min, 1 min, 4 min
34+
- Last 3 plans: 1 min, 4 min, 5 min
3535
- Trend: Stable
3636
| Phase 03 P02 | 4 min | 2 tasks | 4 files |
37+
| Phase 03 P03 | 5 min | 2 tasks | 5 files |
3738

3839
## Accumulated Context
3940

@@ -49,6 +50,8 @@ Recent decisions affecting current work:
4950
- [Phase 03]: Kept eval expected patterns as filename/path substrings to remain machine-portable
5051
- [Phase 03]: Use best-effort setTimeoutMicros wiring and fail open when parser timeout signatures differ
5152
- [Phase 03]: Capture export_statement parent range so exported symbol chunks include full declaration headers
53+
- [Phase 03]: Consolidated eval scoring/reporting into src/eval so tests and CLI share one harness.
54+
- [Phase 03]: Runner now treats --skip-reindex as best-effort and auto-indexes if artifacts are missing.
5255

5356
### Pending Todos
5457

@@ -60,6 +63,6 @@ None active.
6063

6164
## Session Continuity
6265

63-
**Last session:** 2026-02-20T18:37:34.009Z
64-
**Stopped at:** Completed 03-02-PLAN.md
66+
**Last session:** 2026-02-20T18:51:26.334Z
67+
**Stopped at:** Completed 03-03-PLAN.md
6568
**Resume file:** None

0 commit comments

Comments
 (0)