release: v10.2.0 — simulator agent and skill-first dispatch#192
Merged
Conversation
…ntract simulate-contracts dispatched to reviewer, priming consistency-checking instead of mental simulation. Repoint to a new simulator agent (mental-execution/compiler lens) and strengthen the dispatched-agent operating contract: load the named skill first, resolve every wikilink to its knowledge file, then follow the skill steps. Bumps plan-flow to 1.7.0 (within pipeline-flow ^1).
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.
What
Two compounding fixes to the plan-flow dispatch layer:
Dedicated
simulatoragent.simulate-contractsdispatched toreviewer, whose auditor identity primed consistency-checking (contract↔spec) instead of mental simulation. New.opencode/agents/simulator.mdcarries a mental-execution / compiler-disproof identity;simulate-contractsnow dispatches to it (review-test-stubskeepsreviewer). plan-flow → 1.7.0 (within pipeline-flow^1).Skill-first dispatch contract. AGENTS.md "Two hats" now orders the dispatched-agent operating contract: (0) load the named skill via the
skilltool; (1) resolve every[[wikilink]]and Read each cited knowledge file before working; (2) follow the skill steps; (3) never transition/skip/hold the todo. Step-3 Dispatch gives the orchestrator a fill-in handoff template that leads with the skill load.Version bump
10.1.0→10.2.0.Verification
ruff check .cleanflowr validateclean on all 4 flows