Private
Public Access
0
0

conductor(plan): Mark Task 3.1 complete (palette deterministic close)

This commit is contained in:
2026-06-24 11:15:27 -04:00
parent 63e4e54e1b
commit dfdd95f8f0
@@ -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.