What this test proves
Inside the shared colima testbed, a real agent executes prompt AT11 and observes only public ATM CLI JSON. Task events expose queued, ready, reminder, and started for the prompted task but queued only for later tasks; disabling reminders removes the reminder event and produces the documented doctor finding.
Evidence layout
This procedure is one step of a colima integration run. The agent's unedited prompt-report-1 JSON is retained beside step.json; scripts/integration/render_colima.py renders the panel and aggregate. Historical payloads remain byte-identical and render through the same path.
Changes
The revision sections below list every runner revision that produced committed evidence, newest first. A run whose source revision is not an ancestor of any listed revision links to the revision in effect on its run date and is marked inferred.
Flow
Steps
| step | action | observable | evidence |
|---|---|---|---|
| 1 | Tell the fixture agent to assign three tasks, wait for a reminder, and start the prompted task | `atm task events --json` shows queued, ready, reminder, started for task 1 and queued only for tasks 2–3 | `prompt-AT11.json` and `step.json` cases |
| 2 | Tell the agent to disable task reminders and assign another task | task events omit reminder and `atm doctor --json` reports `disabled_task_nudge_template_override` | `prompt-AT11.json` and `step.json` cases |