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
Local markdown ingestion: bo collect ./note.md collects a local .md file as a note — frontmatter stripped (with a warning), title from a leading # H1 when present, content-addressed source URL (bo://note/<hash>) so identical notes dedupe, no LLM summary call.
Changed
breaking tree layout: leaves now live in leaf/ and branches in branch/ (was root-level .md and branches/). Every domain entity gets its own singular directory. No migration — pre-user break.
Fixed
Leaf bodies no longer duplicate the title heading when the article's own H1 survives extraction (e.g. a page that leads with a byline before # Title). bo's prepended heading is skipped when the body already opens with a matching H1.
Code blocks in collected articles are now preserved as fenced markdown instead of being flattened into single-line inline code spans. Multi-line <pre>/<code> blocks keep their line breaks.