Skip to content

Commit 41b19f6

Browse files
mattclaude
andcommitted
chore: release v0.2.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 45a4d81 commit 41b19f6

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)

charts/robodev/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: robodev
33
description: A Kubernetes-native AI coding agent harness
44
type: application
5-
version: 0.1.1
6-
appVersion: "0.1.0"
5+
version: 0.2.0
6+
appVersion: "0.2.0"
77
home: https://github.com/unitaryai/robodev
88
sources:
99
- https://github.com/unitaryai/robodev

0 commit comments

Comments
 (0)