Blueprint · Verification in the sandbox

Blueprint

Verification in the sandbox

Docker runs install, typecheck, build, and lint. A repair agent fixes what fails before the zip is sealed.

After the writers finish, a Docker sandbox on the worker runs:

  1. install
  2. typecheck
  3. build
  4. lint

If a step fails, a repair agent (the same family of model as the Architect) gets the attributed errors and the contracts that domain consumes. It returns replacement files for that domain only.

When the sandbox is green, assemble merges everything and seals the zip. Status moves to ready. If repair cannot land a green build, status is failed and the card says why.