@@ -25,7 +25,24 @@ 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.16.0 — safe project upgrades
28+ ### New in v0.16.1 — getting-started refresh
29+
30+ Patch release. Ships the production-ready getting-started guide from PR #49
31+ and fixes onboarding version drift in the first-run banner.
32+
33+ - ** Accurate install paths.** The getting-started guide now separates
34+ Homebrew, source checkout, and PowerShell flows so users do not expect a
35+ global ` agentic-stack ` command from a plain clone.
36+ - ** Current management commands.** The guide documents ` dashboard ` , ` status ` ,
37+ ` doctor ` , ` upgrade ` , ` sync-manifest ` , ` add ` , ` remove ` , and ` manage ` for both
38+ Homebrew and source-checkout users.
39+ - ** Correct onboarding version.** The setup banner now reads the package
40+ version from ` harness_manager.__version__ ` instead of showing stale release
41+ text.
42+
43+ See [ CHANGELOG.md] ( CHANGELOG.md ) for the full list.
44+
45+ ### v0.16.0 — safe project upgrades
2946
3047Minor release. Adds ` agentic-stack upgrade ` and ` agentic-stack sync-manifest `
3148so installed projects can pick up new ` .agent ` infrastructure and skill
@@ -43,8 +60,6 @@ metadata without clobbering adapter settings or user memory.
4360 commands point to missing ` .agent ` files or hook scripts are present but
4461 unwired.
4562
46- See [ CHANGELOG.md] ( CHANGELOG.md ) for the full list.
47-
4863### v0.12.0 — tldraw visual canvas
4964
5065Minor release. Adds an opt-in ` tldraw ` seed skill for live canvas diagrams and
0 commit comments