# P5 eval: a pure-DB Q&A that calls NO run. This is the ONLY remaining # carve-out from plan-first: a task that never touches a live target via # `run` doesn't need propose_plan (the gate only fires on run). Asserts # the agent answers directly and completes without ceremony. - name: no-plan-no-run prompt: "List all LXC containers and their current health." assertions: - kind: completes - kind: no_run - kind: no_propose_plan