diff --git a/.changeset/activity-abstraction-hardening.md b/.changeset/activity-abstraction-hardening.md deleted file mode 100644 index 6ecb7374..00000000 --- a/.changeset/activity-abstraction-hardening.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@skill-map/spec': minor -'@skill-map/cli': minor ---- - -Live-activity abstraction hardening for future providers: the in-process plugin template keeps only the shared envelope and splices provider-owned hook registrations (new `pluginHooksSource` runtime field, opencode's generated plugin stays byte-identical), uninstall removes the shared bridge dir only when no other json-hooks provider remains wired, duplicated adapter idioms moved to a shared kernel kit, and the install descriptor became a per-kind discriminated union with a schema gate. - -## User-facing - -Turning live activity off for one agent no longer breaks it for other agents wired in the same project: the shared bridge now stays in place until the last agent unwires. diff --git a/.changeset/refresh-audio-overview-episodes.md b/.changeset/refresh-audio-overview-episodes.md deleted file mode 100644 index d802be0e..00000000 --- a/.changeset/refresh-audio-overview-episodes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@skill-map/web': patch ---- - -Refreshed the NotebookLM audio overview with shorter re-recorded episodes for both languages (re-encoded to 128k mono MP3) and updated the player's displayed and fallback durations to match (English now 250s, Spanish 258s). diff --git a/CHANGELOG.md b/CHANGELOG.md index e4555a03..92e8b439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ > Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).
+0.82.0 · 2026-07-05 + +### CLI Minor +- Live-activity abstraction hardening for future providers: the in-process plugin template keeps only the shared envelope and splices provider-owned hook registrations (new `pluginHooksSource` runtime field, opencode's generated plugin stays byte-identical), uninstall removes the shared bridge dir only when no other json-hooks provider remains wired, duplicated adapter idioms moved to a shared kernel kit, and the install descriptor became a per-kind discriminated union with a schema gate. + +### Spec Minor (0.74.0) +- Live-activity abstraction hardening for future providers: the in-process plugin template keeps only the shared envelope and splices provider-owned hook registrations (new `pluginHooksSource` runtime field, opencode's generated plugin stays byte-identical), uninstall removes the shared bridge dir only when no other json-hooks provider remains wired, duplicated adapter idioms moved to a shared kernel kit, and the install descriptor became a per-kind discriminated union with a schema gate. + +
+ +
0.81.1 · 2026-07-05 ### CLI Patch diff --git a/spec/CHANGELOG.md b/spec/CHANGELOG.md index c70c1e80..65309182 100644 --- a/spec/CHANGELOG.md +++ b/spec/CHANGELOG.md @@ -1,5 +1,15 @@ # Spec changelog +## 0.74.0 + +### Minor Changes + +- Live-activity abstraction hardening for future providers: the in-process plugin template keeps only the shared envelope and splices provider-owned hook registrations (new `pluginHooksSource` runtime field, opencode's generated plugin stays byte-identical), uninstall removes the shared bridge dir only when no other json-hooks provider remains wired, duplicated adapter idioms moved to a shared kernel kit, and the install descriptor became a per-kind discriminated union with a schema gate. + + ## User-facing + + Turning live activity off for one agent no longer breaks it for other agents wired in the same project: the shared bridge now stays in place until the last agent unwires. + ## 0.73.1 ### Patch Changes diff --git a/spec/index.json b/spec/index.json index 560a022c..5b0e6a01 100644 --- a/spec/index.json +++ b/spec/index.json @@ -178,11 +178,11 @@ } ] }, - "specPackageVersion": "0.73.1", + "specPackageVersion": "0.74.0", "integrity": { "algorithm": "sha256", "files": { - "CHANGELOG.md": "4e4e98aadd26a499eb0851db43b2987c7c6cfbf64535f859be51cb766cdc3e20", + "CHANGELOG.md": "7feb8d5be47e73a09a5ed8291d9f856bd42ec136f85a589d051fa5a5ed6abeb0", "README.md": "a790cd010b46d47883d1f37e3893cea9d7aa69ec4750c0202e6a0c99991e7980", "architecture.md": "bff2cf97edb104baa119b694552e6136033c601d83bf441a6b1c8750fed5f043", "cli-contract.md": "59bffe6dba1d952cf328b28c8b9a75a0e99b9b2e57743460a30a125df1439e0e", diff --git a/spec/package.json b/spec/package.json index ef2f7033..ead2ffe2 100644 --- a/spec/package.json +++ b/spec/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/spec", - "version": "0.73.1", + "version": "0.74.0", "description": "JSON Schemas, prose contracts, and conformance suite for the skill-map specification.", "license": "MIT", "type": "module", diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 0fb37bac..5d846d00 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,15 @@ # skill-map +## 0.82.0 + +### Minor Changes + +- Live-activity abstraction hardening for future providers: the in-process plugin template keeps only the shared envelope and splices provider-owned hook registrations (new `pluginHooksSource` runtime field, opencode's generated plugin stays byte-identical), uninstall removes the shared bridge dir only when no other json-hooks provider remains wired, duplicated adapter idioms moved to a shared kernel kit, and the install descriptor became a per-kind discriminated union with a schema gate. + + ## User-facing + + Turning live activity off for one agent no longer breaks it for other agents wired in the same project: the shared bridge now stays in place until the last agent unwires. + ## 0.81.1 ### Patch Changes diff --git a/src/package.json b/src/package.json index c748be2b..fa71c8d8 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/cli", - "version": "0.81.1", + "version": "0.82.0", "description": "skill-map reference implementation — kernel + CLI + adapters.", "license": "MIT", "type": "module", diff --git a/ui/src/data/user-changelog.json b/ui/src/data/user-changelog.json index 1a0f380b..f7b56664 100644 --- a/ui/src/data/user-changelog.json +++ b/ui/src/data/user-changelog.json @@ -1,6 +1,20 @@ { "schemaVersion": 1, "entries": [ + { + "version": "0.82.0", + "date": "2026-07-05", + "kind": "user-facing", + "highlights": [ + { + "body": "Turning live activity off for one agent no longer breaks it for other agents wired in the same project: the shared bridge now stays in place until the last agent unwires.", + "packages": [ + "@skill-map/cli", + "@skill-map/spec" + ] + } + ] + }, { "version": "0.81.1", "date": "2026-07-05", diff --git a/web/package.json b/web/package.json index 76ef042a..a75c2f6d 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/web", - "version": "0.3.15", + "version": "0.3.16", "private": true, "type": "module", "description": "skill-map.ai public site source. Static HTML + i18n; deployed via Caddy/Docker.",