aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3838597..2b2cb2d 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"