@@ -7,6 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ---
11+
12+ ## [ 0.2.0] — 2026-03-05
13+
14+ ### Added
15+
16+ #### Helm Chart Persistence
17+
18+ - New ` persistence ` values block — when ` persistence.enabled: true ` , a PVC is
19+ provisioned and mounted at ` /data ` for SQLite stores (memory, routing, watchdog).
20+ Uses the cluster default storage class; override via ` persistence.storageClass ` .
21+ - Memory and routing subsystems now survive pod restarts when persistence is enabled.
22+
23+ #### Memory and PRM in Live Deployments
24+
25+ - ` memory ` and ` prm ` subsystems are now enabled via ` values-live-local.yaml ` and
26+ confirmed working end-to-end against a real kind cluster.
27+ - Controller now logs ` memory context injected into prompt ` (with fact/insight/issue
28+ counts) when prior knowledge is retrieved and passed to an agent.
29+ - Controller logs ` memory extraction completed ` with node and edge counts after each
30+ successful task run.
31+
32+ #### Shortcut: Configurable Completed State
33+
34+ - New ` completed_state_name ` config key for the Shortcut backend. When set, ` MarkComplete `
35+ transitions stories to that named state (e.g. ` "Ready for Review" ` ) rather than
36+ always using the first done-type state in the workflow.
37+
38+ ### Fixed
39+
40+ #### Helm Chart RBAC
41+
42+ - Added ` pods/exec ` with ` create ` verb to the controller ` ClusterRole ` . Previously the
43+ PRM hint file injection and cleanup would fail with a 403 — this is now resolved.
44+
45+ ### Changed
46+
47+ #### CI Workflow
48+
49+ - Added ` workflow_dispatch ` trigger to the CI workflow so it can be manually run
50+ against any branch without requiring a push event.
51+
52+ ### Documentation
53+
54+ - ** Configuration Reference** — expanded ticketing section with full config reference
55+ for GitHub Issues, Shortcut, and Linear, including all keys and field tables.
56+ - ** Plugins / Ticketing** — added Shortcut and Linear built-in backend sections with
57+ configuration examples, behaviour tables, and permissions notes.
58+ - ** Setup Guide: Linear + Slack** — new step-by-step guide covering API key creation,
59+ team ID lookup, label setup, secrets, config, deploy, and troubleshooting.
60+ - ** Setup Guide: Shortcut + Slack** — added ` completed_state_name ` , ` exclude_labels ` ,
61+ and multi-workflow tip.
62+ - ** Roadmap** — moved Item 20 to completed section; marked documentation CI/CD items done;
63+ removed stale note about intelligence subsystems being unwired.
64+ - Fixed broken anchor link in ` index.md ` pointing to the Competitive Execution section.
65+
66+ ---
67+
1068### Added
1169
1270#### PR/MR Comment Response (Item 20)
0 commit comments