Implement canon conformance and maintenance optimizations
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 3s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a06e82-3e08-7042-a79d-438ac6eed8db
This commit is contained in:
tegwick 2026-09-05 00:50:09 +02:00
parent a2e7f22d8d
commit b081d39da1
64 changed files with 4491 additions and 373 deletions

View file

@ -14,6 +14,10 @@ The first service surface is intentionally small:
## Source-Tree Usage
These commands assume `infospace-bench` is installed. For development against
an adjacent checkout, use `PYTHONPATH=src:../infospace-bench/src` instead of
`PYTHONPATH=src`, or use the Makefile targets.
```bash
PYTHONPATH=src python3 -m info_tech_canon inspect
PYTHONPATH=src python3 -m info_tech_canon artifacts
@ -57,6 +61,15 @@ After package installation, the same commands are available through the
## Maintenance
Contract consumption, installation boundaries, independent adoption criteria,
and freshness checks are documented in
[Reproducible canon consumption](docs/canon-consumption.md).
Additional CLI commands: `emission-review RECORD`,
`export-emission-contract DIRECTORY`, `validation-coverage`, `scope-inventory`,
`check-generated`, and `benchmark-reads`. Use `--root PATH` before the command
to select a corpus independently of the installed package.
```bash
make validate
make index