Skip to content
Merged
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
16 changes: 12 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,17 @@ Extends `docs/solid-ai-templates/base/git.md` with project-specific rules:
feature branch
- One commit per logical change
- PR title: concise, under 70 characters
- Before merging, review the diff — follow `base/review.md` priority
order and check CI passes
- Delete feature branch after merge (local and remote)

### 2.2 Content
### 2.2 Review

Follow `docs/solid-ai-templates/base/review.md` priority order:
security → correctness → clarity → conventions. Apply
`docs/solid-ai-templates/base/quality.md` as the standard.

### 2.3 Content

#### Chapter structure

Expand Down Expand Up @@ -91,7 +99,7 @@ Every chapter follows this structure:
- Vary the correct answer positions — never all the same letter
- Answers section at the bottom: `1. C — explanation`

### 2.3 Cross-references
### 2.4 Cross-references

- Reference other chapters by file: `[Building Blocks](02-building-blocks.md)`
- Reference sections within a chapter by heading anchor: `[Tag Object](#tag-object-labels)`
Expand All @@ -102,7 +110,7 @@ Every chapter follows this structure:
- Recipe pages live in `chapters/recipes/` but their URLs are
`/playbook/...` — link to them as `playbook/X.md`, not `recipes/X.md`

### 2.4 Images
### 2.5 Images

- Source files: `assets/drawio/` (`.drawio` format)
- Exported PNGs: `assets/images/`
Expand All @@ -111,7 +119,7 @@ Every chapter follows this structure:
- ASCII diagrams in markdown serve as fallback and source of truth


### 2.5 Figures
### 2.6 Figures

Every figure follows these rules. Applies to draw.io XML, PlantUML, and SVG.

Expand Down
Loading