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 5474c67..9b41bc3 100644
--- a/Makefile
+++ b/Makefile
@@ -413,6 +413,9 @@ install-ai: ## Bootstrap .ai/ in a fresh project ([PROJECT=<path>] [TRACK=1 | GI
$(if $(GITIGNORE),--gitignore) \
$(PROJECT)
+catchup-machine: ## Pull rulesets, refresh install, sync .ai/ across projects, verify doctor
+ @bash scripts/catchup-machine.sh
+
test: ## Run the .ai/scripts/ test suites (pytest + ERT)
@cd .ai/scripts/tests && python3 -m pytest
@set -e; for f in .ai/scripts/tests/test-*.el; do \