Skip to content

v2.56.0 — autopilot production depth (Wave F)

Choose a tag to compare

@avelikiy avelikiy released this 08 Jun 05:47
v2.56.0
676d03a

Turns the demo into a really-operated pipeline (reference: rcm).

  • Auto case-ingestion (webhook)POST /api/autopilot/ingest (HMAC-SHA256) starts a run from a source-system payload and pushes the signer; a bad signature → 401.
  • Tamper-evident audit — every entry hash-chained; verifyAudit() + /verify detect any edit.
  • Encryption at-rest — AES-256-GCM run files when GREAT_CTO_ENCRYPT_KEY is set; transparent decrypt.
  • Submission receipt + retry — the post-gate write records generated-vs-submitted · connectors · attempts, with backoff retry against a real provider.
  • License attestation on every signature · regulator-format /export (the signed determination, not JSON) · retention purgeRuns().

293 lib tests.