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
3 changes: 2 additions & 1 deletion claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Commits
- Omit `Co-Authored-By: Claude ...` trailers on all new commits. Preserve only if already present when rebasing.
- Use Conventional Commits: `type(scope): summary` (feat, fix, chore, docs, refactor, test, …).
- Don't describe tests in commit messages, UNLESS the commit is entirely about testing.

## Session Specs & Plans
- Never `git add` or commit specs or plans under `docs/superpowers/` (the superpowers skill's scratch location), UNLESS the project has explicit rules allowing it or the user explicitly requests it. Specs and plans stored elsewhere are fine to commit.
Expand Down
Loading