Six artifacts ship with every engagement, regardless of tier. They are not paperwork. They are the difference between a system you own and a system you merely host.
i
Audit Trail
Every action the system takes is logged, timestamped, and attributable from its very first run. When someone asks, months later, why the system did what it did on a Tuesday in March, the answer is a query, not an archaeology project. The trail is designed to be read by your auditor, your counsel, or your successor — not just by us.
ii
Executable Gates
Quality checks that run as code on every change to the system, forever. A slide deck's promises expire when the meeting ends; a gate suite fails loudly the moment a change would break something you care about. The gates are written before the system is, and they are handed over with it — your permanent, self-enforcing definition of "working."
iii
Resumable Runs
When something fails mid-run — a timeout, a malformed record, an upstream outage — the system pauses, records where it stopped, and resumes from that point. No silent restarts, no double-processed invoices, no lost work. Failure is treated as a normal event with a designed response, because at 2 a.m. it is.
iv
Lesson Library
Every incident, edge case, and near miss becomes a written, versioned lesson: what happened, why, and what changed as a result. This is institutional memory that survives staff turnover — including ours. A year in, the library is often the most valuable artifact of the engagement: a record of everything reality taught the system.
v
Governance Report
A plain-language account of what the system did, what it declined to do, and why — written for owners, not engineers. It covers volumes, exceptions, escalations, and drift, in sentences a board can read without translation. If your automation cannot be explained to the people accountable for it, it is not governed. This report is how it stays explainable.
vi
Warrant of Handoff
The closing document, signed by both parties. It states what we built, what it does, its known limits, what it must never do, and what we still stand guard over. Every claim references evidence in the other five proofs. It is the answer to the question most automation contracts leave vacant: who answers for this system now.