CCR v1.4.0 - ASI-proxy loop runtime
v1.4.0 - ASI-proxy loop runtime
This release extends CCR as the runtime side of the bounded PIC/PIC-TS ASI-proxy loop. It imports candidate reports, schedules residual repair, maintains diagnostic reserve, and records runtime state without claiming settlement or real-world execution proof.
For first-time agents
- Start with
docs/asi-proxy-loop.md,docs/agent-loop-protocol.md, andexamples/asi_proxy_loop_bundle/. - Use
ccr loop init,ccr loop next,ccr loop import-report,ccr loop export-bundle,ccr token import, andccr performance reportto run the local loop. - CCR tasks, active cuts, and safe commands are advisory. They do not dispatch providers, operate physical systems, or prove ASI.
Highlights
- Adds loop commands for init/status/next/step/import/export/bench/doctor.
- Adds token import/distillation/dedup, graph quotient, foundry active-cut smoothing, performance/cache reports, and SQLite public indices.
- Updates PIC compatibility audit for PIC v0.9.0 and keeps candidate-only residuals explicit.
- Adds schemas, docs, and example fixtures aligned with PIC and PIC-TS v0.9.0.
- Hardens CI and publish workflows with pinned actions, reduced permissions, and release artifact audits.
Verification
Local and GitHub CI passed for ruff, format, mypy, pytest, release audit, PIC compatibility audit, wheel/sdist build, twine check, pip-audit, bandit, and zizmor.