Problem
Day files effectively support only a single notes section for free prose (blockers/action_items are global). Users often want to separate kinds of entries — e.g. decisions, learnings, todos.
Proposal
Allow user-defined day-file sections, configurable in config.toml, that add/show/rm/update/search all understand.
Note
The section model is centralized (KnownSections, NormalizeSection, and the serializer's section titles), so adding sections is relatively cheap — but the day-file frontmatter serializer is hand-written, so read/write paths must stay in sync.
Problem
Day files effectively support only a single
notessection for free prose (blockers/action_items are global). Users often want to separate kinds of entries — e.g.decisions,learnings,todos.Proposal
Allow user-defined day-file sections, configurable in
config.toml, thatadd/show/rm/update/searchall understand.Note
The section model is centralized (
KnownSections,NormalizeSection, and the serializer's section titles), so adding sections is relatively cheap — but the day-file frontmatter serializer is hand-written, so read/write paths must stay in sync.