generated from coulomb/repo-seed
Add validation indexes and generated views
This commit is contained in:
19
Makefile
Normal file
19
Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
PYTHON ?= python3
|
||||
CANON_CLI = PYTHONPATH=src $(PYTHON) -m info_tech_canon
|
||||
|
||||
.PHONY: validate index tree agent-briefs test
|
||||
|
||||
validate:
|
||||
$(CANON_CLI) validate --write infospace/validation/latest.json
|
||||
|
||||
index:
|
||||
$(CANON_CLI) index
|
||||
|
||||
tree:
|
||||
$(CANON_CLI) tree
|
||||
|
||||
agent-briefs:
|
||||
$(CANON_CLI) agent-briefs
|
||||
|
||||
test:
|
||||
$(PYTHON) -m pytest
|
||||
Reference in New Issue
Block a user