- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
959 B
959 B
2026-04-23 Daily Notes
FRE-586: Core screenplay editor with auto-formatting engine
- Continued work from failed previous run (run
ef5f4f4f) - Created 7 files for screenplay editor:
src/lib/screenplay/types.ts— Element types, template configs, interfacessrc/lib/screenplay/format.ts— Auto-formatting engine (Standard, Sitcom, Podcast templates)src/lib/screenplay/detect.ts— Element detection (scene headings, transitions, characters, parentheticals)src/components/screenplay/ScreenplayEditor.tsx— Editor with keyboard shortcuts + live formattingsrc/components/screenplay/PreviewPanel.tsx— Real-time formatting previewsrc/lib/screenplay/detect.test.ts— 19 detection testssrc/lib/screenplay/format.test.ts— 15 formatting tests
- All 34 tests passing
- TypeScript type-check passes (no errors in new files)
- Committed:
adf453e - Marked issue as
in_reviewfor code review pipeline