diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -434,6 +434,9 @@ audit: ## Verify project .ai/ dirs against canonical ([APPLY=1] [FORCE=1] [NO_DO sync-check: ## Verify claude-templates/.ai/ canonical matches .ai/ mirror ([FIX=1]) @bash scripts/sync-check.sh $(if $(FIX),--fix) +status: ## Compact health summary (audit + doctor + sync + todo + inbox + git) + @bash scripts/status.sh + install-githooks: ## Point this repo's core.hooksPath at githooks/ (idempotent — enables pre-commit sync-check) @git config core.hooksPath githooks @echo "core.hooksPath=githooks (pre-commit will run scripts/sync-check.sh)" |
