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
14 changes: 8 additions & 6 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ Extends `base/scope.md` with tutorial-specific boundaries:

Before ending a session, verify all of the following:

1. **Dev journal** — update `docs/dev-journal.md` with a session entry
(date, tool, key changes, decisions, open issues)
2. **ONBOARDING.md** — update `docs/ONBOARDING.md` if prerequisites,
1. **Dev journal** — add a session entry to `docs/dev-journal.md`
(date, tool, key changes, PRs merged, issues closed/created, open issues)
2. **CLAUDE.md** — update if project structure or conventions changed
3. **README.md** — update if chapter list, links, or setup instructions changed
4. **ONBOARDING.md** — update `docs/ONBOARDING.md` if prerequisites,
setup steps, or project structure changed
3. **PLAYBOOK.md** — update `docs/PLAYBOOK.md` if operational
workflows changed (diagram export, chapter review process, etc.)
4. **solid-ai-templates** — check if upstream submodule needs updates
5. **PLAYBOOK.md** — update `docs/PLAYBOOK.md` if operational
workflows or file paths changed
6. **solid-ai-templates** — check if upstream submodule needs updates
based on new patterns or conventions discovered during the session
(e.g. new scope rules, documentation rules, quality conventions)
5. **Open issues** — close resolved GitHub issues, update or create
Expand Down
Loading