Add Predict reference tick admission#1086
Merged
Merged
Conversation
… verify, per-lane retirement orchestrator.workflow.js: - Sequence trim — per-lane retirement: each lens carries its own consecutive-dry counter and drops out once it converges, so later rounds re-run only the lenses still surfacing issues instead of the whole fleet (dryRounds applies per-lane; maxRounds:1 = single pass). Index by the dispatched lane key, not the agent-returned lane, so identity is stable. - Cross-model verify: route the refute + repro verifiers to the codex (codex:codex-rescue) agent and keep the settled-decision check on Claude, so every High/Critical finding clears two different models (finder-bias check). Medium gets one codex verifier; verify prompts bounded + JSON-only. Degrades to the Claude verdict(s) if codex is unavailable. - Depth preset (depth: low|standard|max), orthogonal to breadth — 'low' still runs all lenses, just maxRounds:1. Explicit caps override the preset; config log echoes it. SKILL.md: - Document the above; the launch questionnaire now asks two independent axes (breadth + depth) with a depth-tier table; bounded-by-construction agent-count framing throughout. Validated: the codex agentType+schema workflow hop + a refutation counter-spike (codex correctly refuted a known-false claim and caught a specific/reference symbol-name error the Claude lenses shared), plus a mocked end-to-end dry-run covering the loop, retirement, depth precedence, and verify routing. Read-only on packages/*; the rule-sweep / ownership-walk siblings are not yet ported. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
emmazzz
approved these changes
Jun 25, 2026
pei-mysten
approved these changes
Jun 25, 2026
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.
Summary
Key decisions
Test plan