Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ headings now carry their subject. `## Configuration` appears on 26 pages, which
makes every one of them a worse search result and every extracted chunk
unattributable. See [Heading qualification](#heading-qualification).

**Tutorial pages use `## Step N: …` headings in place of step 4's skeleton**, and that
is a convention rather than an exception to be tidied away later. A tutorial is a
**Tutorial and How-to pages use `## Step N: …` headings in place of step 4's skeleton**, and
that is a convention rather than an exception to be tidied away later. Both are a
sequence a reader executes once, not a reference they consult; Key Concepts /
Configuration / Best Practices imposes a shape that fights the order the reader needs.
The steps take everything else in the pattern — H1, banner, introduction, then
Expand All @@ -85,6 +85,13 @@ on their own terms, because a step heading names what that step does
from any rule in the [ledger](#the-ledger); it records why these pages look different.
`contents/TutorialFirstCommand.md` is the first of them.

**Extended from tutorials to how-tos on 2026-09-06**, ruled at spec 013's design review
(design §11 Q7). The reason was never about tutorials specifically — it is about a page
a reader *executes*, and a how-to is that shape too. **It does not reach every How-to
page retroactively**: the 53 pages already typed How-to keep their headings, because
requalifying them would move published anchors for no reader benefit. It binds pages
written from here on.

### SUMMARY.md Management

**Critical:** Always update SUMMARY.md when adding or reorganizing documentation.
Expand Down
Empty file.
5 changes: 3 additions & 2 deletions spec/013-howto_guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ it composes content the earlier specs have already normalised, moved and tabulat

- [x] Requirements gathered — `requirements.md`, 2026-09-04
- [x] Requirements reviewed and approved — 2026-09-04, marker `.requirements-approved`
- [ ] Documentation outline created
- [ ] Outline reviewed and approved
- [x] Documentation outline created — `design.md`, 2026-09-05
- [x] Outline reviewed and approved — 2026-09-06, marker `.design-approved`. Q5, Q6 and Q7
ruled; Q3 answered by measurement; Q4 deferred to phase 2's PR
- [ ] Writing tasks identified
- [ ] Writing complete
- [ ] Documentation reviewed
Expand Down
Loading
Loading