hook-manager
Purpose
Create and verify lightweight git hooks for graph, health, and skill verification.
When To Use
- install hook
- git hook
- post-commit
Workflow
- Install hooks only when explicitly enabled.
- Keep hooks lightweight and idempotent.
- Avoid network and destructive behavior inside hooks.
Local-First Rules
- Start from
.metaproject/index.mdand.metaproject/skills/catalog.md. - Prefer project-local skills under
.metaproject/project-skillsand.metaproject/skills/gdskills. - Use
gdgraph,gdctx,gdwiki, Code Health, and Documentation Memory when they provide narrower context. - Treat external/global skills only as explicit fallback when local Metaproject does not provide the capability.
- Verify conclusions against source files before reporting or editing.