diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |
