Skip to content

v0.3.5 — the contract reaches the agent

Choose a tag to compare

@Barneyjm Barneyjm released this 30 Jul 02:24
7b56120

Executor-context release (#93). Every rule the platform enforces now appears in the agent's own prompt:

  • Computed decomposition caps up front: per-subtask cost ceiling (2x parent cap, concrete numbers), 12-model/64-chunk fan-out limits, split-smaller hint — on every run and beside preserved errors in salvage continuations, with a drift-tripwire test against server validation.
  • Task output_schema enforced through --json-schema, plus schema-guided boolean repair on the fallback ladder — string "true"/"false" can no longer slip past the strict review-approval gate.
  • Review rejections travel to the parent task as zero-cost hydrated contributions, so proposers see exactly why they were rejected and resubmit corrected.
  • code_contribution documented: agents can ship real files (20 files / 200KB) that the runner PRs to the public contrib repo; execution belongs exclusively to SHA-pinned CHUNK subtasks on donated CPU.

440 tests.