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
13
README.md
13
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue