diff --git a/docs/plans/2026-02-19-feat-agent-desktop-phase1-foundation-plan.md b/docs/plans/2026-02-19-feat-agent-desktop-phase1-foundation-plan.md index 681765f..3c0e007 100644 --- a/docs/plans/2026-02-19-feat-agent-desktop-phase1-foundation-plan.md +++ b/docs/plans/2026-02-19-feat-agent-desktop-phase1-foundation-plan.md @@ -1696,11 +1696,11 @@ From the Agent-Native Reviewer (score: 26/30, 4 structural gaps): ### Must-Fix (before Phase 1 ships) -- [ ] **Batch command** — single process invocation for multi-step workflows -- [ ] **Envelope consistency** — `ref_count`/`tree` inside `data`, not top-level -- [ ] **Post-action state** — every action returns element state after the action -- [ ] **Exit code contract** — 0=ok, 1=structured error, 2=argument error -- [ ] **Default snapshot** — no args = focused window of frontmost app +- [x] **Batch command** — single process invocation for multi-step workflows +- [x] **Envelope consistency** — `ref_count`/`tree` inside `data`, not top-level +- [x] **Post-action state** — every action returns element state after the action +- [x] **Exit code contract** — 0=ok, 1=structured error, 2=argument error +- [x] **Default snapshot** — no args = focused window of frontmost app ### Should-Fix (Phase 1)