Browse Source

docs: require per-task commits in multi-task plans

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 5 months ago
parent
commit
e6ede7fac4
  1. 3
      CLAUDE.md

3
CLAUDE.md

@ -219,6 +219,7 @@ All routes in `src/app/api/`:
- Never push directly to `main`, `master`, or `develop`
## Commits
- Commit frequently and atomically, if a task is complete, commit.
- Commit after each logical task or unit of work is complete. When implementing a multi-task plan, commit after finishing each task — do NOT batch all tasks into a single commit at the end.
- Each commit should be atomic and self-contained: one task = one commit.
- The .planning directory is untracked, do not attempt to commit any changes to the files in this directory.

Loading…
Cancel
Save