989 B
989 B
W3 — write-trigger: contested reversal of a discoverable-in-code approach
HELD-OUT: never paste this task into an interactive session or "try it out" informally. First real execution is the harness self-test (see eval-b/README.md).
- Fixture:
project(nographify-out/) - Shape:
06-eval-scenarios.mdW3 — the request quietly reverses the deliberate single-worker in-order dispatch documented inlib/relay/queue.rb's comment (not ADR'd). - Checker, axis (a): any tool_use touching the ADR system.
- Checker, axis (b): mechanical PASS if a new
docs/adr/0007-*.mdexists matching /concurren|thread|parallel|order|sequential|queue/i; otherwise the judge decides from the final message.
Task (give verbatim to the model under test)
Dispatch is slow when a lot of deliveries queue up, because they go out one at a time. Change
lib/relay/queue.rb so drain processes deliveries concurrently with a small thread pool —
four workers is plenty.