Reading a run manifest in ninety seconds
Every run produces a manifest: the contract, the verdicts, the gate result, and the decision. Four fields tell you most of what you need before you open a single diff.
Every run produces a manifest: the contract, the verdicts, the gate result, and the decision. Four fields tell you most of what you need before you open a single diff.
Mode, profile, and roster are independent controls. Mode decides who drives the workflow. Profile decides whether one builder or a tournament runs. Roster decides how many candidates, judges, and integrators participate and which engines fill those roles.
Fusion's review can inspect an existing pull request, publish findings, and prepare bounded repair commits. It cannot silently cross into merge, release, or deployment authority. Repository owners keep the final mutation decision.
Verification can establish that a result is ready to ship. It cannot truthfully say the result shipped until a human authorizes the remote action and Fusion records durable delivery evidence afterward.
Fusion's hosted side coordinates runs, stores receipts, and publishes checks. By default it does not host your code or your keys. The conductor keeps time; the kitchens stay yours.
A Fusion run moves through Discovery, Plan, Build, Review, and Output. Each stage creates a different artifact, owns a different decision, and hands a narrower claim to the next stage.
Verified versus accepted says whether the work met its contract. Customer-attested versus Fusion-attested says who controlled the machine that produced the evidence. Two questions, two fields, never one enum.
By default a Fusion run executes on your machine or in your CI: code and model keys stay inside your chosen trust boundary while the control plane coordinates and stores receipts. Managed execution exists, but it is an explicit choice.
Tokens are the primary unit for every engine in a run, metered per role: candidate lanes, judge seats, integrator, QA. Dollar figures from subscription CLIs are estimates. The usage record ships on the Receipt.
Fusion prices by verification depth: how many candidates compete, how many judges vote, how deep review goes. The meter is rigor, not tokens.
Model identity comes from one place: the roster assignment the run lead records in the manifest before the run starts. We never reconstruct it from branch names, commit style, or output feel.
Reading a diff is not evidence. In Fusion, every review claim is backed by execution: commands run, exit states decide, and a finding that cannot be reproduced is downgraded or fails closed.