DOC-FULL-006 P0 | EventBuffer ack / failed / state 【status:todo】 #55
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
v2 重构
模型
API
export_pending_events_v2 / ack_events_v2 / mark_events_failed_v2
规则
DOC-FULL-006 P0 | EventBuffer 导出 / ack / failed / clear 机制to DOC-FULL-006 P0 | EventBuffer ack / failed / stateDOC-FULL-006 P0 | EventBuffer ack / failed / stateto DOC-FULL-006 P0 | EventBuffer ack / failed / state 【status:todo】审查结论:document runtime 当前有文件类型识别/MaterialType/PreviewMode/DocumentInfo(基本)/Markdown解析/Text解析/ImageMeta/Search(V1 Markdown+Text)/NoteAnchor(V1)/ReadingEvent(V1)/ReadingPosition(V1)/EventBuffer(V1基础)/iOS构建/UniFFI绑定/docs。但 V2 核心模型(ReadingSession/EventV2/ActiveTimeTracker)不存在,EventBuffer 缺 ack/failed,Position 缺 camelCase+clamp,PDF/EPUB/Office 为 stub,测试覆盖不足 V2。
本 Issue: Buffer 存在(Mutex)。push/export/clear 存在。缺: ack_events/mark_failed/BufferedEventState(Pending|Exported|Failed)。clear_exported_events 按数量不按 eventId。
状态: status:todo
工作类型: work:extend-existing