aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f269298..5474c67 100644
--- a/Makefile
+++ b/Makefile
@@ -407,6 +407,12 @@ audit: ## Verify project .ai/ dirs against canonical ([APPLY=1] [FORCE=1] [NO_DO
$(if $(FORCE),--force) \
$(if $(NO_DOCTOR),--no-doctor)
+install-ai: ## Bootstrap .ai/ in a fresh project ([PROJECT=<path>] [TRACK=1 | GITIGNORE=1])
+ @bash scripts/install-ai.sh \
+ $(if $(TRACK),--track) \
+ $(if $(GITIGNORE),--gitignore) \
+ $(PROJECT)
+
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 \