Add code review workflow to CLAUDE.md

This commit is contained in:
Jared Miller 2026-01-28 12:19:07 -05:00
parent 508a1c9837
commit fe3887393d
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -48,6 +48,16 @@ just check # lint + typecheck + test
Commit after each logical change. One change = one commit. Keep commits atomic. Commit after each logical change. One change = one commit. Keep commits atomic.
### Code review
Run code review after completing a phase or significant chunk of work:
- Use `superpowers:code-reviewer` agent
- Provide: what was implemented, git range (base SHA to head SHA), requirements
- Fix critical/important issues before moving on
- Minor issues can be noted and deferred
Review loop: implement → just check → code review → fix issues → re-review if needed → pause for user.
## Bun defaults ## Bun defaults
- Use `bun <file>` instead of `node <file>` or `ts-node <file>` - Use `bun <file>` instead of `node <file>` or `ts-node <file>`