docs: fix all internal cross-references after restructure

This commit is contained in:
2026-06-21 12:48:04 +02:00
parent 93aa6d9b42
commit 65597de00d
29 changed files with 4738 additions and 85 deletions
@@ -66,12 +66,12 @@ docs/
| New path | Current path |
|---|---|
| `working/specs/*` (13 files) | `docs/superpowers/specs/*` |
| `working/plans/*` (14 files) | `docs/superpowers/plans/*` |
| `working/milestones/milestone-1.md` | `docs/milestone-1-spec.md` |
| `working/milestones/milestone-2.md` | `docs/milestone-2-spec.md` |
| `working/milestones/milestone-3.md` | `docs/milestone-3-spec.md` |
| `working/milestones/milestone-4.md` | `docs/milestone-4-spec.md` |
| `working/specs/*` (13 files) | `docs/working/specs/*` |
| `working/plans/*` (14 files) | `docs/working/plans/*` |
| `working/milestones/milestone-1.md` | `docs/working/milestones/milestone-1.md` |
| `working/milestones/milestone-2.md` | `docs/working/milestones/milestone-2.md` |
| `working/milestones/milestone-3.md` | `docs/working/milestones/milestone-3.md` |
| `working/milestones/milestone-4.md` | `docs/working/milestones/milestone-4.md` |
| `working/backlog.md` | `docs/backlog.md` |
| `working/production-todo.md` | `docs/production-todo.md` |
| `working/pm-analysis.md` | `docs/pm-analysis.md` |
@@ -150,7 +150,7 @@ Specs: `docs/working/specs/YYYY-MM-DD-<topic>-design.md`
Plans: `docs/working/plans/YYYY-MM-DD-<topic>.md`
```
The brainstorming and writing-plans skills default to `docs/superpowers/`; these lines override that default so generated files land in the right place automatically.
The brainstorming and writing-plans skills default to `docs/working/`; these lines override that default so generated files land in the right place automatically.
**Keep inline** (always-loaded context Claude needs without following a link):
- §0 project specifics (folder layout, stack versions, trip entity architecture, active trip, GPX pipeline, env rules, remote operations, content sync, gitignore)
@@ -173,11 +173,11 @@ The brainstorming and writing-plans skills default to `docs/superpowers/`; these
1. `docs/` contains exactly four subdirectories: `guides/`, `reference/`, `working/`, `research/`
2. All 32+ existing files are moved to their new paths; no files remain at `docs/` root except `README.md`
3. `docs/superpowers/` no longer exists; content is under `working/`
3. `docs/working/` no longer exists; content is under `working/`
4. Four new guides exist and cover their stated scope
5. `reference/architecture.md` exists and covers stack, plugin roles, template hierarchy, and post data flow
6. `docs/README.md` exists with persona-based navigation
7. CLAUDE.md no longer contains §2 local setup block; contains pointer to `docs/guides/local-setup.md`
8. All internal cross-references in moved files updated to new paths
9. Memory files that reference `docs/superpowers/` paths updated to `docs/working/`
9. Memory files that reference `docs/working/` paths updated to `docs/working/`
10. CLAUDE.md contains superpowers skill path overrides pointing to `docs/working/specs/` and `docs/working/plans/`