Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 571 Bytes

File metadata and controls

22 lines (14 loc) · 571 Bytes

intelligentcode-ai/hooks

Official ICA hooks repository.

This repository contains installable hook packages in:

  • hooks/<hook-name>/HOOK.json (machine metadata, authoritative)
  • hooks/<hook-name>/HOOK.md (human docs + optional frontmatter fallback)

Current hooks migrated from ICA:

  • agent-infrastructure-protection
  • summary-file-enforcement

Layout

Each hook directory contains:

  • HOOK.json (machine-readable metadata for installers)
  • HOOK.md (human-facing documentation)
  • one hook entry script
  • required supporting files (for example lib/)