Skip to content

Commit 1bc7641

Browse files
Update CLAUDE.md with soul conventions
Sync conventions from soul/conventions/ for LLM-assisted development. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 71c376a commit 1bc7641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ Skip planning for single-file edits, quick fixes, or tasks with obvious next ste
10151015
3. **Commit the plan** — Commit the planning files before starting implementation. This is the baseline.
10161016
4. **Work in atomic commits** — Each commit bundles code changes WITH checkbox updates in the planning files. The diff shows both what was done and the checkbox marking it done.
10171017
5. **Code check before commit** — Run `/code-check` on staged diffs before committing. Don't mark a task done until the diff passes review.
1018-
6. **Archive when complete** — Move `planning/active/` to `planning/archive/` via `/planning-archive`.
1018+
6. **Archive when complete** — Move `planning/active/` to `planning/archive/` via `/planning-archive`. Write a README.md in the archive directory with a one-paragraph outcome summary and closing commit/PR ref — future sessions scan these to catch up fast.
10191019

10201020
## Atomic Commits (Critical)
10211021

0 commit comments

Comments
 (0)