Skip to content

Commit 58adead

Browse files
committed
--help
1 parent a1c71de commit 58adead

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.planning/REQUIREMENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
### Evaluation & Guardrails
5252

5353
- [x] **EVAL-01**: Frozen eval fixture (>=20 queries, >=2 codebases) is committed before implementation; angular-spotify is the primary real-world target; reports both wins and failures honestly.
54-
- [ ] **EVAL-02**: Regression tests cover Unicode boundaries, large/generated files, parse timeouts/reset, and Tree-sitter resource cleanup.
54+
- [x] **EVAL-02**: Regression tests cover Unicode boundaries, large/generated files, parse timeouts/reset, and Tree-sitter resource cleanup.
5555

5656
### Public Docs (Evidence-Backed)
5757

@@ -102,7 +102,7 @@ Which phases cover which requirements. Updated during roadmap creation.
102102
| MIGR-01 | Phase 06 | Pending |
103103
| MIGR-02 | Phase 06 | Pending |
104104
| EVAL-01 | Phase 03 | Complete |
105-
| EVAL-02 | Phase 03 | Pending |
105+
| EVAL-02 | Phase 03 | Complete |
106106
| DOCS-01 | Phase 09 | Pending |
107107

108108
**Coverage:**

.planning/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 | 1/3 | In Progress| |
119+
| 03. Evaluation & Guardrails | 2/3 | In Progress| |
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
@@ -10,29 +10,30 @@ See: `.planning/PROJECT.md` (updated 2026-02-20)
1010
## Current Position
1111

1212
Phase: 03 (in progress)
13-
Plan: 02 (next)
14-
Current Plan: 2 of 3
13+
Plan: 03 (next)
14+
Current Plan: 3
1515
Total Plans in Phase: 3
16-
Status: Plan 01 complete; continuing phase execution
17-
Last activity: 2026-02-20 — Completed 03-01 controlled eval fixture plan
16+
Status: Plan 02 complete; continuing phase execution
17+
Last activity: 2026-02-20 — Completed 03-02 regression guardrails plan
1818

1919
## Performance Metrics
2020

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

2626
By Phase:
2727

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

3333
Recent Trend:
34-
- Last 3 plans: 2 min, 3 min, 4 min
34+
- Last 3 plans: 3 min, 1 min, 4 min
3535
- Trend: Stable
36+
| Phase 03 P02 | 4 min | 2 tasks | 4 files |
3637

3738
## Accumulated Context
3839

@@ -46,6 +47,8 @@ Recent decisions affecting current work:
4647
- [Phase 02] `get_symbol_references` now replaces import-path-only usage checks.
4748
- [Phase 03]: Used an in-repo controlled codebase for offline eval reproducibility
4849
- [Phase 03]: Kept eval expected patterns as filename/path substrings to remain machine-portable
50+
- [Phase 03]: Use best-effort setTimeoutMicros wiring and fail open when parser timeout signatures differ
51+
- [Phase 03]: Capture export_statement parent range so exported symbol chunks include full declaration headers
4952

5053
### Pending Todos
5154

@@ -57,6 +60,6 @@ None active.
5760

5861
## Session Continuity
5962

60-
**Last session:** 2026-02-20T18:34:18.422Z
61-
**Stopped at:** Completed 03-01-PLAN.md
63+
**Last session:** 2026-02-20T18:37:34.009Z
64+
**Stopped at:** Completed 03-02-PLAN.md
6265
**Resume file:** None

0 commit comments

Comments
 (0)