Skip to content

Commit 3f8441f

Browse files
adewaleclaude
andcommitted
docs: Fix broken internal references in documentation
- Fix 3 broken paths in SESSION-NOTATION-RESEARCH.md (docs/research/ → specs/research/ for MUSICAL-COVERAGE-ANALYSIS.md) - Remove non-existent PHASE-21A-AUDIT-REPORT.md reference from ROADMAP.md - Fix VOLUME-VERIFICATION-ANALYSIS.md path to include specs/research/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6fa91e2 commit 3f8441f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

specs/ROADMAP.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,8 +1552,7 @@ src/components/
15521552
| `docs/instrument-research.md` | 420 | Instrument design |
15531553
| `docs/development-tools.md` | 246 | Dev tooling |
15541554
| `SYNTHESIS-ENGINE-ARCHITECTURE.md` | 387 | Architecture overview |
1555-
| `PHASE-21A-AUDIT-REPORT.md` | 823 | Audit findings |
1556-
| `VOLUME-VERIFICATION-ANALYSIS.md` | 318 | Volume analysis |
1555+
| `specs/research/VOLUME-VERIFICATION-ANALYSIS.md` | 318 | Volume analysis |
15571556

15581557
---
15591558

specs/research/SESSION-NOTATION-RESEARCH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Some music software stores patterns this way internally. The `x`/`-` notation is
389389

390390
These are fundamental limitations that cannot be fixed without complete redesign:
391391

392-
**Codebase reference:** [`docs/research/MUSICAL-COVERAGE-ANALYSIS.md:146-191`](../../docs/research/MUSICAL-COVERAGE-ANALYSIS.md#L146-L191)
392+
**Codebase reference:** [`specs/research/MUSICAL-COVERAGE-ANALYSIS.md:146-191`](./MUSICAL-COVERAGE-ANALYSIS.md#L146-L191)
393393

394394
#### 1. The Pitch Wall
395395
- **12-TET only** — No microtones, quarter-tones
@@ -408,7 +408,7 @@ These are fundamental limitations that cannot be fixed without complete redesign
408408

409409
### Musical Surface Coverage
410410

411-
**Codebase reference:** [`docs/research/MUSICAL-COVERAGE-ANALYSIS.md:25-58`](../../docs/research/MUSICAL-COVERAGE-ANALYSIS.md#L25-L58)
411+
**Codebase reference:** [`specs/research/MUSICAL-COVERAGE-ANALYSIS.md:25-58`](./MUSICAL-COVERAGE-ANALYSIS.md#L25-L58)
412412

413413
| Genre | Today | With Roadmap | Notes |
414414
|-------|-------|--------------|-------|
@@ -680,7 +680,7 @@ This separation keeps the notation **simple and eternal** while allowing the app
680680
| Document | Path | Relevant Sections |
681681
|----------|------|-------------------|
682682
| Emergence Research | [`specs/research/EMERGENCE.md`](./EMERGENCE.md) | Whitehead notation (L46-57), Boundary objects (L293-299), Emergence equation (L556-561) |
683-
| Musical Coverage | [`docs/research/MUSICAL-COVERAGE-ANALYSIS.md`](../../docs/research/MUSICAL-COVERAGE-ANALYSIS.md) | Coverage map (L25-58), Architectural limits (L146-191), Notation examples (L232-334) |
683+
| Musical Coverage | [`specs/research/MUSICAL-COVERAGE-ANALYSIS.md`](./MUSICAL-COVERAGE-ANALYSIS.md) | Coverage map (L25-58), Architectural limits (L146-191), Notation examples (L232-334) |
684684
| UI Philosophy | [`specs/UI-PHILOSOPHY.md`](../UI-PHILOSOPHY.md) | OP-Z principles informing notation simplicity |
685685
| Roadmap | [`specs/ROADMAP.md`](../ROADMAP.md) | Rich clipboard (L1685-1704), Effects (L473-574), Synthesis (L1374-1675) |
686686
| Type Definitions | [`app/src/worker/types.ts`](../../app/src/worker/types.ts) | SessionTrack (L14-26), ParameterLock (L28-30) |

0 commit comments

Comments
 (0)