v0.3.5 — the contract reaches the agent
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_schemaenforced 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_contributiondocumented: 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.