Skip to content

Commit 88b0472

Browse files
authored
Merge pull request #71 from Miyamura80/update-claude-workflow-3010392919067397973
Update Git Workflow in CLAUDE.md
2 parents 2bc4c02 + 2a533b0 commit 88b0472

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ Structure as: `init()` → `continue(id)` → `cleanup(id)`
6868
- Handle rate limits, timeouts, retries at system boundaries
6969

7070
## Git Workflow
71-
- **Review**: Always trigger Greptile review MCP before pushing a PR and resolve any branch issues.
71+
- **Review**: Always trigger Greptile review MCP before pushing a PR and resolve any branch issues. If the Greptile MCP is not available, explicitly inform the user.
7272
- **Protected Branch**: `main` is protected. Do not push directly to `main`. Use PRs.
7373
- **Merge Strategy**: Squash and merge.
74+
- **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.
7475

7576
## Runbooks
7677

0 commit comments

Comments
 (0)