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

486 B

OpenCode Hooks

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

Specifics

  • TypeScript plugin using the zx library (not a shell hook)
  • Intercepts tool.execute.before events, calls rtk rewrite as a subprocess
  • Uses .quiet().nothrow() to silently ignore failures
  • Mutates args.command in-place if rewrite differs from original
  • Installed to ~/.config/opencode/plugins/rtk.ts by rtk init -g --opencode