Answer
Does it cover what happens after a deal is signed?
Partly, and each step names where it stops. A signature envelope produces verified events and a hashed signed artifact, and exactly one immutable Order is built from the approved quote version (C-09); that Order activates into a Commercial Contract, an immutable contract version, a Subscription and explicitly pending delivery and service obligations (C-10); those obligations hand over into a Delivery Project with work packages, milestones and an optional partner, atomically and idempotently (C-11), which records append-only time and expense evidence costed server-side by a versioned fingerprinted policy (C-12). Nothing bills, renews, amends or cancels — there is no scheduler, so auto-renew and notice periods are recorded and never fire — and nothing schedules, staffs, computes percent complete or bills. Deliverables and recorded customer acceptance do exist as of M14b2 — acceptance there is evidence a user actor recorded, never an authenticated customer, a legal signature or authorization to bill. The contribution estimate is deliberately not a margin: no revenue recognition, no cost of goods sold, no ARR/MRR/TCV, no annualization, no FX, and a project carrying a recurring obligation returns no estimate at all and says why.
What the ledger says, word for word
Each entry below is copied from site/claims.json, where it is bound to the evidence that holds it — a test file, a document, or a named repository fact — and to the limitation that travels with it. The answer above summarises these; these are the claim.
C-09
A signature envelope produces verified events and a hashed signed artifact, and exactly one immutable Order is built from the approved quote version.
LimitA fixture signature provider with a test-only webhook key. No DocuSign, Adobe Sign or Dropbox Sign adapter exists, and the artifact hash is provider-reported rather than independently recomputed.
JTBD-CO-07tests/signature-order-e2e.test.jstests/signature-contract.test.jstests/admin-signature.test.jsdocs/SIGNATURE_ORDER.mdC-10
A signed Order activates into a Commercial Contract, an immutable contract version, a Subscription and explicitly pending delivery and service obligations — every component classified, never guessed.
LimitThe term is post-signature operational metadata, not a signed contractual term. Nothing bills, renews, amends or cancels: there is no scheduler, so auto-renew and notice periods are recorded and never fire.
JTBD-CS-01, JTBD-CS-02tests/contracts-activation-e2e.test.jstests/contracts-contract.test.jstests/admin-contracts.test.jsdocs/CONTRACT_ACTIVATION.mdC-11
Pending obligations hand over into a Delivery Project with work packages, milestones and an optional partner — atomically, idempotently, and across a package boundary the kernel never learns about.
LimitIt hands work over and runs it through human-driven transitions. Nothing schedules, staffs, computes percent complete or bills. Deliverables and recorded customer acceptance exist as of M14b2, and acceptance there is evidence a user actor recorded — never an authenticated customer, a legal signature or authorization to bill.
JTBD-DS-01tests/delivery-handover-e2e.test.jstests/delivery-execution-e2e.test.jstests/admin-delivery.test.jsdocs/DELIVERY_HANDOVER.mdC-12
Delivery records what it consumed: append-only time and expense evidence, costed server-side by a versioned fingerprinted policy, with a reproducible contribution estimate grouped by currency.
LimitDeliberately not a margin: no revenue recognition, no cost of goods sold, no ARR/MRR/TCV, no annualization, no FX. A project carrying a recurring obligation returns no estimate at all and says why.
JTBD-DS-06, JTBD-DS-07tests/delivery-economics-e2e.test.jsdocs/DELIVERY_ECONOMICS.mdWhere this stops
Nothing on this page implies the framework is deployable. There is no authentication, tenancy or RBAC, so it is local-development-only whatever any single answer says. Every claim and every limitation is on one page, and the questions this project refuses to answer are published beside them.