feat(w4): ship v1.5.0 timeline, character arc, and compliance

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-08 17:40:42 +08:00
parent c5c0b7329b
commit cb6b4c3731
51 changed files with 1528 additions and 42 deletions
+9 -1
View File
@@ -160,5 +160,13 @@ export const IPC = {
PACK_ESTIMATE_EXPORT_ALL: 'pack:estimateExportAll',
PACK_CANCEL: 'pack:cancel',
PACK_NEEDS_CONFIRM: 'pack:needsConfirm',
PACK_PROGRESS: 'pack:progress'
PACK_PROGRESS: 'pack:progress',
TIMELINE_LIST: 'timeline:list',
TIMELINE_UPSERT: 'timeline:upsert',
TIMELINE_DELETE: 'timeline:delete',
TIMELINE_CONFLICTS: 'timeline:conflicts',
ARC_GET_FOR_CHARACTER: 'arc:getForCharacter',
COMPLIANCE_GET_WORDS: 'compliance:getWords',
COMPLIANCE_SET_WORDS: 'compliance:setWords',
COMPLIANCE_CHECK_TEXT: 'compliance:checkText'
} as const