|
| 1 | +# Helm v0.7.3 — Lifecycle Reporting Tightening |
| 2 | + |
| 3 | +**Date:** 2026-05-03 |
| 4 | + |
| 5 | +Helm 0.7.3 is a small correctness and packaging release for the |
| 6 | +skill-lifecycle work shipped in 0.7.0-0.7.2. It keeps the public CLI |
| 7 | +surface stable while making summary output less ambiguous and confirming |
| 8 | +that the packaged `helm` command works after user installation. |
| 9 | + |
| 10 | +## Changed |
| 11 | + |
| 12 | +- umbrella candidates in `helm skill-lifecycle status --json` and |
| 13 | + `helm skill-lifecycle report --format json` now include the source |
| 14 | + `signal` for each cluster. This matches the standalone |
| 15 | + `helm skill-lifecycle umbrella --json` command and prevents duplicate |
| 16 | + tokens such as `market` from looking like the same recommendation. |
| 17 | +- markdown lifecycle reports now label umbrella clusters as |
| 18 | + `name_token`, `description_token`, `downstream_share`, or |
| 19 | + `execution_profile` instead of using the generic `shared token` |
| 20 | + heading for every cluster. |
| 21 | +- the OpenClaw workspace runner hook path was smoke-tested against the |
| 22 | + same lifecycle sidecar metadata used by Helm. A local `inspect_local` |
| 23 | + run with `--skill car` recorded both `skill_used` and |
| 24 | + `skill_success` events. |
| 25 | +- the workspace briefing dedup gate was tightened so URL and filename |
| 26 | + slug matches are treated as high-specificity Obsidian signals. In the |
| 27 | + Gemini Embedding 2 regression case, Obsidian matches now narrow to the |
| 28 | + relevant Gemini note instead of unrelated hub/index notes while still |
| 29 | + returning `seen_before=true`. |
| 30 | + |
| 31 | +## Packaging |
| 32 | + |
| 33 | +- package metadata bumped to `0.7.3`. |
| 34 | +- installed package smoke passed using the console script: |
| 35 | + `helm skill-lifecycle scan --path ~/.openclaw/workspace --dry-run --json`. |
| 36 | + |
| 37 | +## Tests |
| 38 | + |
| 39 | +- 60 lifecycle test cases passing. |
| 40 | +- full suite: 369 tests passing. |
| 41 | + |
| 42 | +## Migration |
| 43 | + |
| 44 | +No migration required. Existing 0.7.x lifecycle metadata is compatible. |
0 commit comments