Summary
Give oracle tasks the same explicit split between display tails and full execution evidence.
Source Context
Why This Exists
- Phase 1 intentionally scopes execution-authoritative transcript behavior to
kind: 'task'; the README/SKILL carve out oracle evidence as still tail-bounded.
- Today oracle stdout/stderr are formatted into
resultText using the display tail cap, with no full-evidence artifact equivalent to task stream transcripts.
- Phase 4 aligns oracle output with the broader execution-vs-display model while preserving the existing
## Stdout (tail) and ## Stderr (tail) display shape.
Acceptance Criteria
Verification
pnpm -F @flatbread/proof test
pnpm -F @flatbread/proof typecheck
pnpm verify
Related Phase Issues
Artifact Linkage
This issue is linked back from docs/proposals/proof-output-retention-plan.md and, where relevant, docs/proposals/proof-output-retention-review.md so the repo artifacts and GitHub issues remain navigable in both directions.
Summary
Give oracle tasks the same explicit split between display tails and full execution evidence.
Source Context
Why This Exists
kind: 'task'; the README/SKILL carve out oracle evidence as still tail-bounded.resultTextusing the display tail cap, with no full-evidence artifact equivalent to task stream transcripts.## Stdout (tail)and## Stderr (tail)display shape.Acceptance Criteria
${taskId}.stdout.logand${taskId}.stderr.logunder the artifact directory for oracle tasks when artifacts are enabled.## Evidencefooter and canvas pointers for stdout/stderr paths without bloatingSTATE.tasks[].resultText.--max-in-memory-output-bytesto oracle full evidence in--no-artifactsmode, producingBUDGET-EXCEEDEDon overflow.outputPolicy.upstreamfor long oracle evidence rather than silently seeing only the legacy tail.Verification
pnpm -F @flatbread/proof testpnpm -F @flatbread/proof typecheckpnpm verifyRelated Phase Issues
Artifact Linkage
This issue is linked back from
docs/proposals/proof-output-retention-plan.mdand, where relevant,docs/proposals/proof-output-retention-review.mdso the repo artifacts and GitHub issues remain navigable in both directions.