From dcd782fa5a2ef113fdacac3cc13fccc44f8001e8 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Sun, 19 Apr 2026 20:23:21 -0600 Subject: [PATCH] chore(sisyphus): mark T3 Wave 4 (UI) complete --- .sisyphus/plans/modifier-profiles-t3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.sisyphus/plans/modifier-profiles-t3.md b/.sisyphus/plans/modifier-profiles-t3.md index 5066db2..e488b81 100644 --- a/.sisyphus/plans/modifier-profiles-t3.md +++ b/.sisyphus/plans/modifier-profiles-t3.md @@ -425,7 +425,7 @@ Wave FINAL (4 parallel reviewers): **Commit**: `feat(server): custom-modifier.register WS handler` -- [ ] 25. **CustomModifierEditor.tsx — primitive composer UI** +- [x] 25. **CustomModifierEditor.tsx — primitive composer UI** **What to do**: Visual editor with: - PrimitivePalettePanel — 15 primitives grouped by category @@ -441,7 +441,7 @@ Wave FINAL (4 parallel reviewers): **Commit**: `feat(ui): custom modifier editor` -- [ ] 26. **Extend PerTypePanel/PerInstancePanel for custom kinds** +- [x] 26. **Extend PerTypePanel/PerInstancePanel for custom kinds** **What to do**: Kind dropdown iterates `MODIFIER_REGISTRY.list() + customRegistry.list()`. Custom kinds use the primitive composer for value input (or show a simplified parameter form). @@ -451,7 +451,7 @@ Wave FINAL (4 parallel reviewers): **Commit**: `feat(ui): custom modifiers in modifier profile panels` -- [ ] 27. **Multi-profile picker in Lobby** +- [x] 27. **Multi-profile picker in Lobby** **What to do**: Lobby's profile picker becomes multi-select with ordering. Drag to reorder. Selected profiles stack in UI-visible order.