Implement canon conformance and maintenance optimizations
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a06e82-3e08-7042-a79d-438ac6eed8db
This commit is contained in:
parent
a2e7f22d8d
commit
b081d39da1
64 changed files with 4491 additions and 373 deletions
14
Makefile
14
Makefile
|
|
@ -1,5 +1,7 @@
|
|||
PYTHON ?= python3
|
||||
CANON_CLI = PYTHONPATH=src $(PYTHON) -m info_tech_canon
|
||||
CANON_CLI = PYTHONPATH=src:$(BENCH_SOURCE) $(PYTHON) -m info_tech_canon
|
||||
# Optional development source override; installed distributions need no override.
|
||||
BENCH_SOURCE ?= ../infospace-bench/src
|
||||
|
||||
.PHONY: validate index tree agent-briefs test
|
||||
|
||||
|
|
@ -17,3 +19,13 @@ agent-briefs:
|
|||
|
||||
test:
|
||||
$(PYTHON) -m pytest
|
||||
|
||||
.PHONY: check-generated refresh check
|
||||
check-generated:
|
||||
$(CANON_CLI) check-generated
|
||||
|
||||
refresh: index tree agent-briefs
|
||||
|
||||
check: test check-generated
|
||||
$(CANON_CLI) validate
|
||||
$(CANON_CLI) profile validate small-saas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue