Skip to content

Commit 63a3185

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 b11137f commit 63a3185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,8 @@ Skip planning for single-file edits, quick fixes, or tasks with obvious next ste
817817
- `progress.md` — Session log with timestamps and commit refs
818818
3. **Commit the plan** — Commit the planning files before starting implementation. This is the baseline.
819819
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.
820-
5. **Archive when complete** — Move `planning/active/` to `planning/archive/` via `/planning-archive`.
820+
5. **Code check before commit** — Run `/code-check` on staged diffs before committing. Don't mark a task done until the diff passes review.
821+
6. **Archive when complete** — Move `planning/active/` to `planning/archive/` via `/planning-archive`.
821822

822823
## Atomic Commits (Critical)
823824

0 commit comments

Comments
 (0)