v0.3.1 Cut F — 멀티모달 vision AI (F24) #31

Merged
altair823 merged 13 commits from worktree-v031-cut-f-vision into main 2026-05-10 03:10:38 +00:00
Showing only changes of commit 369d418c7e - Show all commits

View File

@@ -34,6 +34,12 @@ function buildExportNote(overrides: Partial<ExportNote> = {}): ExportNote {
aiGeneratedAt: '2026-04-25T14:23:34.000Z',
userIntent: null,
intentPromptedAt: null,
// v0.3.0 Cut E — frontmatter round-trip 5 필드 (Cut B status + Cut C dueDate).
status: 'active',
statusChangedAt: null,
moveReason: null,
dueDate: null,
dueDateEditedByUser: false,
tags: [{ name: 'pr', source: 'ai' }],
media: [],
...overrides