Files
aesoft 46fa31c4b8 chore(refacto-codebase): Folders + Technical docs
- codebase more clear for humans and AI agents
- alignement on vision and filter quality in technical docs
2026-03-24 22:14:35 +01:00

659 B

GitHub Copilot Hooks

Part of hooks/ — see also src/hooks/ for installation code

Specifics

  • Uses the rtk hook copilot Rust binary (not a shell script) -- no jq dependency
  • Auto-detects two input formats: VS Code Copilot Chat (snake_case tool_name/tool_input) and Copilot CLI (camelCase toolName/toolArgs with JSON-stringified args)
  • VS Code format: returns updatedInput for transparent rewrite
  • Copilot CLI format: returns permissionDecision: "deny" with suggestion (Copilot CLI API doesn't support updatedInput)

Testing

bash hooks/test-copilot-rtk-rewrite.sh