You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Handle rate limits, timeouts, retries at system boundaries
69
69
70
70
## 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.
72
72
-**Protected Branch**: `main` is protected. Do not push directly to `main`. Use PRs.
73
73
-**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.
0 commit comments