docs(03-01): complete link record extraction and wiki-link resolution plan
- 03-01-SUMMARY.md: documents LinkRecord struct, render_markdown signature change, resolve_wiki_link algorithm, is_within_vault guard, and all decisions - STATE.md: advance to Phase 3 Plan 2, update progress to 75%, add 3 decisions, mark NAV path traversal blocker resolved - ROADMAP.md: update phase 3 plan progress (1 of 2 summaries) - REQUIREMENTS.md: mark NAV-01, NAV-02, NAV-10 complete
This commit is contained in:
@@ -29,8 +29,8 @@ Requirements for initial release. Each maps to roadmap phases.
|
||||
|
||||
### Navigation
|
||||
|
||||
- [ ] **NAV-01**: User can follow `[[wiki-links]]` to other vault documents
|
||||
- [ ] **NAV-02**: User can follow standard `[text](path.md)` links to other documents
|
||||
- [x] **NAV-01**: User can follow `[[wiki-links]]` to other vault documents
|
||||
- [x] **NAV-02**: User can follow standard `[text](path.md)` links to other documents
|
||||
- [ ] **NAV-03**: User can navigate back through history stack
|
||||
- [ ] **NAV-04**: User can navigate forward after going back
|
||||
- [x] **NAV-05**: User can scroll content with j/k, arrows, PgUp/PgDn
|
||||
@@ -38,7 +38,7 @@ Requirements for initial release. Each maps to roadmap phases.
|
||||
- [x] **NAV-07**: User sees graceful error page when a linked file is not found
|
||||
- [x] **NAV-08**: User sees keyboard hints in status bar
|
||||
- [x] **NAV-09**: App handles terminal resize without breaking layout
|
||||
- [ ] **NAV-10**: User sees links highlighted inline and can Tab-cycle between them
|
||||
- [x] **NAV-10**: User sees links highlighted inline and can Tab-cycle between them
|
||||
- [ ] **NAV-11**: User sees breadcrumb / current location in status bar
|
||||
|
||||
### BBS Aesthetic
|
||||
@@ -120,11 +120,11 @@ Which phases cover which requirements. Updated during roadmap creation.
|
||||
| NAV-07 | Phase 2 | Complete |
|
||||
| NAV-08 | Phase 2 | Complete |
|
||||
| NAV-09 | Phase 2 | Complete |
|
||||
| NAV-01 | Phase 3 | Pending |
|
||||
| NAV-02 | Phase 3 | Pending |
|
||||
| NAV-01 | Phase 3 | Complete |
|
||||
| NAV-02 | Phase 3 | Complete |
|
||||
| NAV-03 | Phase 3 | Pending |
|
||||
| NAV-04 | Phase 3 | Pending |
|
||||
| NAV-10 | Phase 3 | Pending |
|
||||
| NAV-10 | Phase 3 | Complete |
|
||||
| NAV-11 | Phase 3 | Pending |
|
||||
| BBS-01 | Phase 4 | Pending |
|
||||
| BBS-02 | Phase 4 | Pending |
|
||||
|
||||
Reference in New Issue
Block a user