@@ -25,22 +25,23 @@ metrics without training a model or sending telemetry.
2525 <img src =" docs/diagram.svg " alt =" agentic-stack architecture " width =" 880 " />
2626</p >
2727
28- ### New in v0.15.0 — dashboard TUI
29-
30- Minor release. Adds ` agentic-stack dashboard ` as the production front door for
31- installed projects: one terminal screen for health, adapters, verification,
32- memory, team brain, skills, instances, transfer, and local dashboard exports.
33-
34- - ** Dashboard command.** Run ` agentic-stack dashboard ` or ` ./install.sh dashboard `
35- to open the TUI; use ` dash ` or ` --plain ` for a compact script-safe view.
36- - ** Trust-console parity.** The dashboard includes a per-harness verify matrix,
37- accepted/rejected memory, ` memory_why() ` evidence lookup, team brain
38- status/init, skills, and managed instances.
39- - ** Safer installed-project default.** Bare interactive ` ./install.sh ` opens the
40- dashboard once ` .agent/install.json ` exists; non-TTY shells still print
41- script-safe command guidance instead of launching a TUI.
42- - ** Production coverage.** Renderer, CLI, parity, non-TTY fallback, and
43- interactive keypress navigation are covered by local tests.
28+ ### New in v0.16.0 — safe project upgrades
29+
30+ Minor release. Adds ` agentic-stack upgrade ` and ` agentic-stack sync-manifest `
31+ so installed projects can pick up new ` .agent ` infrastructure and skill
32+ metadata without clobbering adapter settings or user memory.
33+
34+ - ** Safe upgrade command.** Run ` agentic-stack upgrade --dry-run ` to preview
35+ skeleton-owned ` .agent ` file updates, then ` agentic-stack upgrade --yes ` to
36+ apply them.
37+ - ** Manifest repair.** Run ` agentic-stack sync-manifest ` to rebuild
38+ ` .agent/skills/_manifest.jsonl ` from installed ` SKILL.md ` frontmatter.
39+ - ** No config overwrite.** Upgrade leaves ` CLAUDE.md ` , ` .claude/settings.json ` ,
40+ personal/semantic/episodic/working memory, candidates, and existing skill
41+ directories untouched.
42+ - ** Stricter doctor.** ` agentic-stack doctor ` now warns when Claude Code hook
43+ commands point to missing ` .agent ` files or hook scripts are present but
44+ unwired.
4445
4546See [ CHANGELOG.md] ( CHANGELOG.md ) for the full list.
4647
0 commit comments