Skip to content

Commit 5dff567

Browse files
baijumclaude
andcommitted
docs: fix ROADMAP.md references to lowercase roadmap.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 99a4886 commit 5dff567

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hooks": [
77
{
88
"type": "command",
9-
"command": "filepath=\"$TOOL_INPUT_file_path\"; case \"$filepath\" in */docs/*) echo '[Hook] Editing a docs/ file — check cross-references between spec.md, ecosystem.md, governance.md, ROADMAP.md, server-contract.md, and self-hosting.md' ;; esac; exit 0"
9+
"command": "filepath=\"$TOOL_INPUT_file_path\"; case \"$filepath\" in */docs/*) echo '[Hook] Editing a docs/ file — check cross-references between spec.md, ecosystem.md, governance.md, roadmap.md, server-contract.md, and self-hosting.md' ;; esac; exit 0"
1010
}
1111
]
1212
}

docs/ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ towlion/
1414
starter-app # Created from app-template
1515
```
1616

17-
Planned application repos (e.g., `uku-companion`, `fretboard-trainer`, `chord-transposer`, `practice-timer`) are tracked in the [roadmap](ROADMAP.md) under Phase 7.
17+
Planned application repos (e.g., `uku-companion`, `fretboard-trainer`, `chord-transposer`, `practice-timer`) are tracked in the [roadmap](roadmap.md) under Phase 7.
1818

1919
## Repository Types
2020

0 commit comments

Comments
 (0)