Skip to content

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:18

Added

  • 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.