You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(daemon): tighten section-heading match, fix session:notes subcommand, drop unused import
- Writer splitBlocks uses exact line equality instead of trimEnd() to
avoid re-detecting section headings inside list items (e.g. bullets
containing 'Key steps:' or 'Outcome:' as quoted text).
- Move session:notes from top-level program command to session subcommand
(session notes <key>) and update tests accordingly.
- Remove unused SESSION_NOTES_FILENAME import from consolidator.
0 commit comments