mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
Introduce Discord presence runtime support and continue composition-root decomposition by moving Jellyfin wiring into dedicated composer modules. This keeps main runtime orchestration thinner while preserving behavior and test coverage across config, runtime, and docs updates.
1.4 KiB
1.4 KiB
Agent: codex-kiku-modal-overlay-20260222T220502Z-r4m1
- alias:
codex-kiku-modal-overlay - mission:
Fix Kiku field-grouping modal overlay visibility restore when modal closes - status:
handoff - branch:
main - started_at:
2026-02-22T22:05:02Z - heartbeat_minutes:
5
Current Work (newest first)
- [2026-02-22T22:07:38Z] handoff: added failing regression test for hidden->modal->close restore path; patched
field-grouping-overlayto sync visible overlay state for external senders; focused tests green. - [2026-02-22T22:05:02Z] intent: investigate Kiku modal + overlay visibility restore regression; add failing test first, then minimal fix.
- [2026-02-22T22:06:10Z] progress: traced leak to
createFieldGroupingOverlayRuntimepath usingsendToActiveOverlayWindowwithout syncingvisibleOverlayVisiblestate.
Files Touched
docs/subagents/INDEX.mddocs/subagents/collaboration.mddocs/subagents/agents/codex-kiku-modal-overlay-20260222T220502Z-r4m1.mdsrc/core/services/field-grouping-overlay.tssrc/core/services/field-grouping-overlay.test.ts
Assumptions
- Bug reproduces when visible overlay is initially hidden and Kiku modal auto-opens overlay.
- Existing callback restore path should remain source of truth (hide on resolve/cancel).
Open Questions / Blockers
- none
Next Step
- User validation in real overlay flow (hidden visible overlay -> Kiku modal open/close -> hidden restored).