info-tech-canon/Makefile
tegwick b081d39da1
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 3s
Implement canon conformance and maintenance optimizations
Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a06e82-3e08-7042-a79d-438ac6eed8db
2026-09-05 00:50:09 +02:00

31 lines
671 B
Makefile

PYTHON ?= python3
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
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
.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