Skip to content

v0.13.0 — umbrella doctor, vault-aware agents, per-session statusline

Latest

Choose a tag to compare

@Evgenii-Konev Evgenii-Konev released this 03 Jul 09:45

⚠️ Breaking changes

Old New
projectstore:projectstore-critic projectstore:critic
projectstore:code-planner projectstore:planner (vault-aware: plans against how prior epics map to code via code_refs)
projectstore:code-reviewer projectstore:reviewer (story-conformance: per-acceptance-criterion evidence)

Migration: update the plugin, /reload-plugins, then run /projectstore:doctor — it names every stale spot in your project (agents block version, frozen model override copies, auto-update flag) with the exact command to fix it. /projectstore:agents register refreshes the CLAUDE.md routing block.

New

  • /projectstore:doctor — deterministic, no-LLM diagnostics: installation & wiring (--install, incl. marketplace auto-update + newer-release detection) and vault consistency (--vault); one-line session-start summary, silent when healthy; --fix for approval-gated repairs
  • /projectstore:reconcile — rebuild kanban / folder indexes / code-map from frontmatter; hand-edits can never permanently desync anything
  • /projectstore:codemap + code_refs — the epic ↔ code mapping (frontmatter is the source of truth; the command is the write path)
  • Two new agentslibrarian (semantic vault hygiene) and archaeologist (digs undocumented decisions out of existing codebases and proposes backfill ADRs)
  • /projectstore:agents — routing block in CLAUDE.md/AGENTS.md + per-project model/effort configuration for all five agents
  • Bind v2 — agent registration, model preset, and a status-line offer (with a localized preview) built into first-time setup
  • Status line v2 — per-session (parallel sessions never show each other's work), never blank (📚 No epic or story in this session yet / «Эпик и стори ещё не в работе в этой сессии»), [PS#0.13.0] version badge
  • Correctness fixes — Russian titles now produce valid unique filenames (transliterating slugify); titles with quotes/colons can't corrupt YAML frontmatter; declining an approval gate leaves the vault byte-for-byte unchanged
  • Docs — README rewritten for first-time users (benefit-first, real examples); new how-it-works deep dive; upgrade guide

Design: ADR-001…ADR-006, all peer-reviewed. Full backlog and evaluations live in the project's own projectstore vault — dogfooding all the way down.