Skip to content

release: v10.2.0 — simulator agent and skill-first dispatch#192

Merged
nullhack merged 2 commits into
mainfrom
release/v10.2.0
Jul 8, 2026
Merged

release: v10.2.0 — simulator agent and skill-first dispatch#192
nullhack merged 2 commits into
mainfrom
release/v10.2.0

Conversation

@nullhack

@nullhack nullhack commented Jul 8, 2026

Copy link
Copy Markdown
Owner

What

Two compounding fixes to the plan-flow dispatch layer:

  1. Dedicated simulator agent. simulate-contracts dispatched to reviewer, whose auditor identity primed consistency-checking (contract↔spec) instead of mental simulation. New .opencode/agents/simulator.md carries a mental-execution / compiler-disproof identity; simulate-contracts now dispatches to it (review-test-stubs keeps reviewer). plan-flow → 1.7.0 (within pipeline-flow ^1).

  2. Skill-first dispatch contract. AGENTS.md "Two hats" now orders the dispatched-agent operating contract: (0) load the named skill via the skill tool; (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.010.2.0.

Verification

  • ruff check . clean
  • flowr validate clean on all 4 flows
  • working tree clean

nullhack added 2 commits July 8, 2026 05:35
…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).
@nullhack nullhack merged commit 75018fb into main Jul 8, 2026
7 checks passed
@nullhack nullhack deleted the release/v10.2.0 branch July 8, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant