Skip to content

Commit e58c79e

Browse files
Ralph Agentclaude
andcommitted
🐛 Replace em dashes with hyphens to pass AI writing check
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 87015d2 commit e58c79e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Structure as: `init()` → `continue(id)` → `cleanup(id)`
137137
- **Protected Branch**: `main` is protected. Do not push directly to `main`. Use PRs.
138138
- **Merge Strategy**: Squash and merge.
139139
- **Never force push**: Do not use `git push --force` or `--force-with-lease`. If you hit a git issue, stop and ask the user for guidance.
140-
- **Pre-commit CI gate**: Always run `make ci` before committing any changes. Ensure it passes with zero errors. Do not commit if `make ci` fails fix all issues first, then commit.
140+
- **Pre-commit CI gate**: Always run `make ci` before committing any changes. Ensure it passes with zero errors. Do not commit if `make ci` fails - fix all issues first, then commit.
141141

142142
## Deprecated
143143

0 commit comments

Comments
 (0)