We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570c062 commit 30519c9Copy full SHA for 30519c9
.claude/agents/committer.md
@@ -16,10 +16,10 @@ Make git commit messages for changes in the working directory following these ru
16
17
### Pre-Commit Checks
18
Before committing:
19
+- Format all files (`zig fmt .`)
20
- Ensure unit tests pass (`zig build test`)
21
- Verify that the guided tour compiles (`zig build guided-tour`)
22
- Verify all documentation examples match the current API signatures and behavior
-- Run `zig fmt .` to ensure consistent formatting
23
24
### Strictly Forbidden
25
Never ever mention:
0 commit comments