Background
For large multi-page journals or continuous meeting notebooks, a single monolithic transcript or summary item creates very large digest cards in mobile clients.
Current Behavior
A single transcript and a single AI summary are created per .note file regardless of page count or date span.
Proposed Improvement
- Allow
SummaryModule to optionally emit individual digest entries per extracted date range or journal entry (leveraging METADATA_SEGMENTS and page_refs), with deterministic UUIDs like {file_basis}-segment-{index}.
- Keep them linked under the parent
SummaryGroup for the notebook.
Background
For large multi-page journals or continuous meeting notebooks, a single monolithic transcript or summary item creates very large digest cards in mobile clients.
Current Behavior
A single transcript and a single AI summary are created per
.notefile regardless of page count or date span.Proposed Improvement
SummaryModuleto optionally emit individual digest entries per extracted date range or journal entry (leveragingMETADATA_SEGMENTSandpage_refs), with deterministic UUIDs like{file_basis}-segment-{index}.SummaryGroupfor the notebook.