Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Read and follow the CONTRIBUTING.md file in this repository for all code style c
- Run `FMT=true LINT=true BUILD=true TEST=true DOC=true ./test.sh` to validate changes. If a test fails with a hint about `TEST_SKIP`, follow the hint and rerun with the suggested variable.
- **ALWAYS run the full test suite** (`FMT=true LINT=true BUILD=true TEST=true DOC=true ./test.sh`) before committing, regardless of how trivial the change seems — this includes documentation-only changes, comment edits, config changes, and refactors. The test suite checks formatting, linting, building, tests, and docs across multiple feature combinations; any type of change can break any of these checks.
- `gh` (GitHub CLI) is not installed — do not attempt to use it
- After creating a pull request, use `subscribe_pr_activity` to monitor it for CI failures and review comments, then offer to address them automatically
1 change: 1 addition & 0 deletions template/ai-instructions/claude.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- `gh` (GitHub CLI) is not installed — do not attempt to use it
- After creating a pull request, use `subscribe_pr_activity` to monitor it for CI failures and review comments, then offer to address them automatically
Loading