Skip to content
Merged
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Place each check at the right stage:
| **One-time setup** | CodeRabbit config, tool installation | Documentation only — verify once, not every session |
| **Session start** | Submodule staleness, undocumented tools | Repo-level hook (`SessionStart`) |
| **Pre-tool / post-tool** | Block destructive git commands, detect secrets in file writes | Repo-level hook (`PreToolUse` / `PostToolUse`) |
| **Stop (session end)** | Markdown linting, cleanup tasks | Repo-level hook (`Stop`) |
| **Pre-commit** | Secret scanning, lint checks | Git pre-commit hook or repo-level `PreToolUse` on Bash matcher |

### CLI Tools vs MCP Servers
Expand Down