From dfdd95f8f0b5c17c7732d8587ba64d36dcbbfb38 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 24 Jun 2026 11:15:27 -0400 Subject: [PATCH] conductor(plan): Mark Task 3.1 complete (palette deterministic close) --- conductor/tracks/fix_test_failures_20260624/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor/tracks/fix_test_failures_20260624/plan.md b/conductor/tracks/fix_test_failures_20260624/plan.md index 36b558d8..5f0c17b5 100644 --- a/conductor/tracks/fix_test_failures_20260624/plan.md +++ b/conductor/tracks/fix_test_failures_20260624/plan.md @@ -42,7 +42,7 @@ Focus: Update the test to use `dataclasses.replace()` instead of mutating the fr Focus: Replace the non-deterministic toggle with a deterministic close path. -- [ ] Task 3.1: Update `test_palette_starts_hidden` to use a deterministic close callback. +- [x] Task 3.1: Update `test_palette_starts_hidden` to use a deterministic close callback. [63e4e54e] - WHERE: `tests/test_command_palette_sim.py:38` (the `client.push_event("custom_callback", {"callback": "_toggle_command_palette", "args": []})` call) - WHAT: - Check `_predefined_callbacks` in `src/api_hooks.py` for a close callback (e.g., `_close_command_palette` or similar). If found, use it.