You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,23 @@
11
11
-**PyPI publish hardening**: the publish workflow now runs `twine check` before publishing release artifacts.
12
12
-**release smoke isolation**: package install verification now uses a smoke-run virtual environment instead of writing to the active user Python environment.
13
13
14
+
## [0.9.5] — 2026-05-15
15
+
16
+
### Added
17
+
18
+
-**OpenHuman-inspired operations digest boundary**: documented the reusable pattern from OpenClaw dogfooding: artifact fingerprints, connector freshness, daily digest review queues, and recoverable JSONL retention.
19
+
-**OpenClaw integration guidance**: expanded the integration doc with a public-safe boundary for promoting operations metadata without private memory, schedules, credentials, or raw task content.
20
+
21
+
### Changed
22
+
23
+
-**README positioning**: added operations digest and connector freshness to the core Helm value proposition in English and Korean.
24
+
-**release metadata**: bumped package, citation, README, changelog, and release-note metadata to `0.9.5`.
Copy file name to clipboardExpand all lines: CITATION.cff
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ authors:
8
8
repository-code: "https://github.com/JDeun/Helm"
9
9
url: "https://v0-helm-agent-ops.vercel.app/"
10
10
license: "MIT"
11
-
version: "0.9.4"
11
+
version: "0.9.5"
12
12
abstract: "Helm is a local operations layer for long-lived AI agent workspaces, adding execution profiles, guard decisions, checkpoints, task ledgers, context hydration, and recovery discipline around existing agent runtimes."
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
<palign="center">Helm is a local operations layer for AI agent workspaces: profiles before commands, checkpoints before risky work, durable task history after the chat is gone.</p>
Older release notes live in [`docs/releases/`](docs/releases/).
281
284
282
285
## Status
283
286
284
-
Helm v0.9.4 adds release-smoke packaging validation and a single package version source. See [`docs/releases/0.9.4.md`](docs/releases/0.9.4.md).
287
+
Helm v0.9.5 documents the OpenHuman-inspired operations digest boundary and keeps release metadata in sync. See [`docs/releases/0.9.5.md`](docs/releases/0.9.5.md).
285
288
286
289
Helm does not include private memory, personal agent overlays, credentials, or private task history.
Helm v0.9.5 documents the OpenHuman-inspired operations digest boundary extracted from OpenClaw dogfooding and keeps release metadata synchronized.
4
+
5
+
## Added
6
+
7
+
- OpenClaw integration docs now describe the portable operations digest pattern:
8
+
- artifact registry metadata with content hashes and source task context
9
+
- connector freshness records with stale thresholds and last-attempt state
10
+
- daily digest summaries for capture status, artifact roles, connector freshness, and review queue pressure
11
+
- recoverable JSONL retention through archives instead of silent deletion
12
+
- README and Korean README now include operations digest and connector freshness as first-class Helm concepts.
13
+
14
+
## Changed
15
+
16
+
- Bumped package metadata, citation metadata, README release banners, changelog, and release-note links to `0.9.5`.
17
+
18
+
## Boundary
19
+
20
+
This release is documentation and version-management only. It does not ship private OpenClaw memory, personal connector state, local paths, credentials, schedules, or raw task history.
0 commit comments