Systemic finding from the requirements baseline. Almost every component's prose docs (README / CLAUDE.md / SIGMOND-CONTRACT.md / version --json) lag the code's actual contract/version. The code is contract v0.8 and current; the docs variously still say v0.4/0.5/0.6/0.7, and several have pyproject↔deploy.toml version skew.
Reconcile each to a single honest version/contract string:
Low-risk, high-clarity hygiene; do as one sweep so the suite reads consistently.
Systemic finding from the requirements baseline. Almost every component's prose docs (README / CLAUDE.md / SIGMOND-CONTRACT.md /
version --json) lag the code's actual contract/version. The code is contract v0.8 and current; the docs variously still say v0.4/0.5/0.6/0.7, and several have pyproject↔deploy.toml version skew.Reconcile each to a single honest version/contract string:
id-field binding still documented)CONTRACT_VERSION/deploy 0.8)version --json0.3.1 vs 0.7.0; helpstrings v0.5; docstrings 0.6/0.7 vs 0.8) + CDR-F-091 (deps ka9q-python>=3.11 vs >=3.14)Low-risk, high-clarity hygiene; do as one sweep so the suite reads consistently.