Skip to content

v0.10.0 - The Architect

Latest

Choose a tag to compare

@eugeniughelbur eugeniughelbur released this 31 May 11:35
· 25 commits to main since this release

Your code projects, documented in the same brain as your ideas and decisions.

Headline: /obsidian-architect

Point it at a software project and it writes a maintained set of architecture notes into your vault - an overview (with a Mermaid diagram and inferred personas), one note per core module, and a key-decisions note. Re-run it to refresh: sentinel markers (<!-- @generated --> / <!-- @user -->) mean a refresh updates only the generated content and never clobbers your hand-edits. A deterministic, stdlib-only scanner produces the facts; Claude synthesizes the prose. Built lean (one scanner + one command).

Also new since v0.9.0

  • /obsidian-calendar - reconciles the vault against your calendar, flags commitments that are not scheduled (flag only).
  • /vault-deep-synthesis [topic] - cross-references every note on a topic: agreements, contradictions, stale claims, gaps.
  • /idea-discovery - ranks 3-5 next-direction candidates from ideas, open questions, and orphan research.
  • /obsidian-panel - convenes a panel of distinct lenses on a decision; a multi-persona complement to /obsidian-challenge.
  • Codex executable runner (scripts/run-command.sh + wrappers) - run the commands on Codex CLI, where the markdown was previously inert.
  • commit-decisions miner - surfaces decision-shaped commits as ADR candidates for /obsidian-adr.
  • Substitution-character CI gate - fails any PR that introduces an em-dash (or other banned character) in source prose.

43 commands total. The fork-merge project that drove v0.9.0 and v0.10.0 is now complete: ~32 of the 50 analyzed fork ideas shipped, every top-priority item done. See FORK_INSIGHTS.md for the full analysis and the intentional won't-do list. Full detail in CHANGELOG.md.