Skip to main content
What the platform records as you build: the chain from source material to tested application, how changes are attributed and reviewed, and the boundaries each agent works inside. Regulated work is not judged only on whether the software runs. It is judged on whether you can show how it came to be that way. This page collects what the platform records as a by-product of normal use. There is no separate compliance mode to switch on; the chain described here is produced by working through a project in the usual order.

The Chain from Requirement to Test

Each stage of a project consumes the one before it, which is what makes the work traceable rather than merely documented. The acceptance criteria that get tested are the ones written into the User Stories in the CAB, which produced the requirement that generated the Ticket, in the Epic that set its place in the build. Nothing in that chain is added afterwards to make the work look organised. The practical consequence is that the chain is only as good as the corrections you make to the blueprint. A requirement the CAB got wrong and nobody fixed is traceable all the way to a passing test.

What the Review Record Captures

Every change to a blueprint goes through review before it lands, whether you made it by hand or asked the CAB agent to make it for you.
  • Each proposed change is tagged as coming from a person or from the AI.
  • You accept or reject each one individually.
  • The system records who decided, their email address, and when, then who applied the result.
What is auditable is the review process, not the finished document.While a change is under review, provenance is complete. Once a change is applied, that record stays with the review; the blueprint itself carries no per-section history, so reading a finished CAB does not tell you which parts a person rewrote.Previous versions are retained as timestamped snapshots, but the snapshots record when, not who.
If you need to show who changed a specific requirement, the review history is where that lives. Plan to keep it rather than reconstruct it from the document.

What a Blueprint Does When Your Source Material Is Silent

A specification that quietly fills its own gaps is more dangerous than one with visible holes, because the holes are the part you need to see. The CAB is built to leave them visible. Suggested Questions are deduplicated across your whole source set and ordered by impact, so the ones that most affect the build appear first. Treat that section as the agenda for your next requirements conversation rather than as a list of defects.

What Each Agent Is Allowed to Do

The platform runs several agents, each confined to its own job. That separation is enforced by the platform rather than requested in an instruction. It is a property of how the agents are wired, not a rule they have been asked to follow.