Add validation indexes and generated views
This commit is contained in:
parent
dc44208c9f
commit
c112bf5c74
37 changed files with 2007 additions and 8 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue