Skip to content
Open
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
4 changes: 4 additions & 0 deletions pkgs/claude-code-wrapped/config/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ point — the gotcha or "why" — and leave narrative context (root-cause chains
incident history) for the commit or PR. A two-line change rarely needs more than
a two-line comment.

Apply the deletion test: if a comment only restates what the code, filename, or
option names already convey, cut it. Don't describe how or where code is wired
up (e.g. which hosts import a module).

## Testing

Before committing, verify the change: typecheck, lint, and run the relevant
Expand Down
Loading