From e5a8cad654531a2e9d9f6fe3aefef120a104aad0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 22:52:42 +0000 Subject: [PATCH] chore: version packages --- .changeset/record-is-a-session.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ spec/CHANGELOG.md | 10 ++++++++++ spec/index.json | 4 ++-- spec/package.json | 2 +- src/CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- ui/src/data/user-changelog.json | 14 ++++++++++++++ 8 files changed, 49 insertions(+), 14 deletions(-) delete mode 100644 .changeset/record-is-a-session.md diff --git a/.changeset/record-is-a-session.md b/.changeset/record-is-a-session.md deleted file mode 100644 index a3d83a3e6..000000000 --- a/.changeset/record-is-a-session.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@skill-map/cli': patch -'@skill-map/spec': patch ---- - -Every press of Record is now a new session in the Sessions rail. A session's identity became root owner plus recording: the browser tape stamps each captured frame with its Record gesture and partitions by it, every journal file lists as its own row, a replay is scoped to its recording, and the deep link gains `rec=`. Before, recordings of the same runtime session merged into one row and hid the separate journal files. `spec/provider-activity.md` §Session journal documents it. - -## User-facing - -Each time you press Record you get a new session in the Sessions list, even inside the same agent session; earlier recordings stay as their own rows and replay on their own. diff --git a/CHANGELOG.md b/CHANGELOG.md index 092328f67..9924492ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ > Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).
+1.12.5 · 2026-08-29 + +### CLI Patch +- Every press of Record is now a new session in the Sessions rail. A session's identity became root owner plus recording: the browser tape stamps each captured frame with its Record gesture and partitions by it, every journal file lists as its own row, a replay is scoped to its recording, and the deep link gains `rec=`. Before, recordings of the same runtime session merged into one row and hid the separate journal files. `spec/provider-activity.md` §Session journal documents it. + +### Spec Patch (1.12.5) +- Every press of Record is now a new session in the Sessions rail. A session's identity became root owner plus recording: the browser tape stamps each captured frame with its Record gesture and partitions by it, every journal file lists as its own row, a replay is scoped to its recording, and the deep link gains `rec=`. Before, recordings of the same runtime session merged into one row and hid the separate journal files. `spec/provider-activity.md` §Session journal documents it. + +
+ +
1.12.4 · 2026-08-29 ### CLI Patch diff --git a/spec/CHANGELOG.md b/spec/CHANGELOG.md index aa0a9253e..01e2a4d3e 100644 --- a/spec/CHANGELOG.md +++ b/spec/CHANGELOG.md @@ -1,5 +1,15 @@ # Spec changelog +## 1.12.5 + +### Patch Changes + +- Every press of Record is now a new session in the Sessions rail. A session's identity became root owner plus recording: the browser tape stamps each captured frame with its Record gesture and partitions by it, every journal file lists as its own row, a replay is scoped to its recording, and the deep link gains `rec=`. Before, recordings of the same runtime session merged into one row and hid the separate journal files. `spec/provider-activity.md` §Session journal documents it. + + ## User-facing + + Each time you press Record you get a new session in the Sessions list, even inside the same agent session; earlier recordings stay as their own rows and replay on their own. + ## 1.12.4 ### Patch Changes diff --git a/spec/index.json b/spec/index.json index eda34dd7d..b7b07c211 100644 --- a/spec/index.json +++ b/spec/index.json @@ -476,11 +476,11 @@ } ] }, - "specPackageVersion": "1.12.4", + "specPackageVersion": "1.12.5", "integrity": { "algorithm": "sha256", "files": { - "CHANGELOG.md": "54df8f9cb47a9f0d9ffdb9a8e3215de2be16a8ff33929999883efa7bf298d858", + "CHANGELOG.md": "cfc28569ced326cb22fa8d9a15ef5899c00f1ac94c56f338a48e9b702d0c47ee", "README.md": "35ac6cc3ce8379c5087f739a528d3b80a140aef5cdeeba9c49b59c5dd5df4c54", "architecture.md": "20cb9a20ef6218bcbbde99fd81011f1ed216545e5c2cd085c508d6bcbc6144a5", "cli-contract.md": "8d00dfbe1adbe79531faf854ca7b3114d27cd02aa4974f109d01494a336df14b", diff --git a/spec/package.json b/spec/package.json index dc09a7032..d93f46ea7 100644 --- a/spec/package.json +++ b/spec/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/spec", - "version": "1.12.4", + "version": "1.12.5", "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 012a42935..a8f4a53a6 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,15 @@ # skill-map +## 1.12.5 + +### Patch Changes + +- Every press of Record is now a new session in the Sessions rail. A session's identity became root owner plus recording: the browser tape stamps each captured frame with its Record gesture and partitions by it, every journal file lists as its own row, a replay is scoped to its recording, and the deep link gains `rec=`. Before, recordings of the same runtime session merged into one row and hid the separate journal files. `spec/provider-activity.md` §Session journal documents it. + + ## User-facing + + Each time you press Record you get a new session in the Sessions list, even inside the same agent session; earlier recordings stay as their own rows and replay on their own. + ## 1.12.4 ### Patch Changes diff --git a/src/package.json b/src/package.json index 3cd7e2163..3038e74a0 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/cli", - "version": "1.12.4", + "version": "1.12.5", "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 136b473a6..6c3ac1524 100644 --- a/ui/src/data/user-changelog.json +++ b/ui/src/data/user-changelog.json @@ -1,6 +1,20 @@ { "schemaVersion": 1, "entries": [ + { + "version": "1.12.5", + "date": "2026-08-29", + "kind": "user-facing", + "highlights": [ + { + "body": "Each time you press Record you get a new session in the Sessions list, even inside the same agent session; earlier recordings stay as their own rows and replay on their own.", + "packages": [ + "@skill-map/cli", + "@skill-map/spec" + ] + } + ] + }, { "version": "1.12.4", "date": "2026-08-29",