# Hooks Place deterministic Copilot hooks here as JSON files. ## Suggested Files - `pretool-guard.json` - optional guardrails before tool execution - `posttool-format.json` - optional formatting/lint checks after edits - `session-context.json` - optional context injection at session start ## Notes - Hooks are enforcement/automation, not guidance text. - Keep commands idempotent and fast. - Avoid destructive shell commands in hook actions.