You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- userEdited suppression guard in processAutoFireTick (+ questionActive compat)
- /tmp MCP config cleanup test in coordinator.test.ts
- coordinator checkbox re-enable test in tasks.test.ts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
**What's missing:** No test verifies that setting `userEdited: true` on a staged notification prevents the autofire tick from firing.
18
-
**Done when:** A test in `PromptInput.test.ts` (or a new `autofire-tick.test.ts`) stages a notification, sets `userEdited: true`, advances the timer, and asserts the prompt was NOT auto-sent.
19
-
20
-
### 10. /tmp config cleanup — sub-task MCP config deleted on close
**What's missing:**`hasActiveCoordinator()` derives from `store.tasks` but no test verifies that removing a coordinator task causes it to return false.
30
-
**Done when:** A test in `tasks.test.ts` creates a coordinator task, closes it (removes from store), and asserts `hasActiveCoordinator()` returns false.
31
-
32
14
### 12. selectMcpJsonDir — Docker mode writes .mcp.json to worktree
0 commit comments