Skip to content

Commit 06f8358

Browse files
baijumclaude
andcommitted
docs: remove roadmap.md and all references
Phase 7 will be tackled later and doesn't need a roadmap entry. Removes the file, nav entry, and all cross-references in AGENTS.md, ecosystem.md, mkdocs.yml, and the docs hook. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5dff567 commit 06f8358

5 files changed

Lines changed: 2 additions & 118 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, server-contract.md, and self-hosting.md' ;; esac; exit 0"
1010
}
1111
]
1212
}

AGENTS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ docs/ # All documentation (Markdown)
1616
preview-environments.md # PR previews, DNS, cleanup
1717
ecosystem.md # Org structure, app template, multi-app hosting
1818
governance.md # Repository governance policies
19-
roadmap.md # Phased development plan
2019
tutorial.md # Step-by-step deployment walkthrough
2120
server-contract.md # Platform-to-workflow interface contract
2221
infrastructure/ # Server bootstrap and ops scripts
@@ -84,7 +83,6 @@ Site serves at `http://127.0.0.1:8000` with auto-reload.
8483
- `deployment.md` explains the CI/CD pipeline that connects GitHub repos to the server
8584
- `self-hosting.md` describes how forks configure and deploy independently
8685
- `ecosystem.md` ties everything together — the org structure, template repo, and multi-app model
87-
- `roadmap.md` tracks the phased plan from foundation through ecosystem growth
8886

8987
## Common Tasks
9088

docs/ecosystem.md

Lines changed: 1 addition & 2 deletions
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 include `uku-companion`, `fretboard-trainer`, `chord-transposer`, and `practice-timer`.
1818

1919
## Repository Types
2020

@@ -31,7 +31,6 @@ The meta repository for the ecosystem. Contains:
3131
- Architecture documentation
3232
- Platform specification
3333
- Deployment guides
34-
- Roadmap
3534

3635
### Application Template ([`towlion/app-template`](https://github.com/towlion/app-template))
3736

docs/roadmap.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ nav:
4747
- Project:
4848
- Ecosystem: ecosystem.md
4949
- Governance: governance.md
50-
- Roadmap: roadmap.md
5150

5251
markdown_extensions:
5352
- tables

0 commit comments

Comments
 (0)