fix(tickets): continue compound reads after retrieval - #239
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Closes #208.
read-ticketended compound requests after retrieval, so users did not receive the separately requested research or analysis.What changed
Updated TM-R3/TM-R4 and
read-ticketso standalone reads relay the CLI stream unchanged while compound reads retain the complete stream as evidence and continue according to the user's request. Retrieval failures stop dependent work and allow independently meaningful work to continue with the complete diagnostic. Clarified the bundled launcher path, added compound evals, and bumpeddarrow-ticketsto 0.5.2.Verification
bun evals/runner/run.ts --skill read-ticket --harness codex --model gpt-6-luna --effort medium --trials 5 --jobs 3 --no-progress: 16/16 cases met the 80% threshold; 79/80 individual trials passed.bun run lint,bun run lint:ts,bun run lint:shell,bun run typecheck,bun run check:decisions, andbun run check:docs: passed.git diff --check: passed.Review notes
One compound-success trial copied an invalid absolute launcher path and stopped before retrieval; that case passed 4/5. No bundled backend code changed. Review the standalone exact-output branch and the compound failure continuation rules.
Checklist
CONTRIBUTING.md, including the contribution licensing terms.bun run check:python, or this change does not affect registered Python packages or their repository quality infrastructure.