From 9ef1aaec67a9ad8e2fd7cfd68597b7c693f23a53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 10:51:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/edge-source-dot-removed.md | 9 --------- .changeset/shell-sightings-count.md | 10 ---------- CHANGELOG.md | 12 ++++++++++++ spec/CHANGELOG.md | 10 ++++++++++ spec/index.json | 4 ++-- spec/package.json | 2 +- src/CHANGELOG.md | 16 ++++++++++++++++ src/package.json | 2 +- ui/src/data/user-changelog.json | 20 ++++++++++++++++++++ 9 files changed, 62 insertions(+), 23 deletions(-) delete mode 100644 .changeset/edge-source-dot-removed.md delete mode 100644 .changeset/shell-sightings-count.md diff --git a/.changeset/edge-source-dot-removed.md b/.changeset/edge-source-dot-removed.md deleted file mode 100644 index 582083a0d..000000000 --- a/.changeset/edge-source-dot-removed.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@skill-map/cli": patch ---- - -Graph edges no longer draw a dot marker at their source end. The schema-designer look projected a fixed-size circle at the origin of every static edge alongside the arrowhead at the target, and the dot read as a second endpoint glyph that made the edge direction ambiguous. Static edges now carry only the target arrowhead, matching the spawn edges that never had a source marker. - -## User-facing - -Map edges lost the small dot at their starting end; the arrowhead alone now shows which node a link points at. diff --git a/.changeset/shell-sightings-count.md b/.changeset/shell-sightings-count.md deleted file mode 100644 index 912176d4e..000000000 --- a/.changeset/shell-sightings-count.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@skill-map/spec": patch -"@skill-map/cli": patch ---- - -Shell sightings (a `.md` named in a Bash / `run_command` / `bash` command under capture rung 5) now count as evidence: they add to the node's execution stats, so the node card's execution pill agrees with the inspector's Activity section, and the session-journal fold turns them into `reads` relations for the observed-* finders; the recent-log entry stays tagged `kind: "shell"`. Spec: `provider-activity.md` §Execution stats, §Capture level rung 5, §Session journal. - -## User-facing - -Files mentioned in a shell command (Bash) now count on the node card's execution counter and count as reads for the observed-link finders, matching what the inspector's Activity section already listed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9924492ad..5f9804da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ > Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).
+1.12.6 · 2026-08-30 + +### CLI Patch +- Graph edges no longer draw a dot marker at their source end. The schema-designer look projected a fixed-size circle at the origin of every static edge alongside the arrowhead at the target, and the dot read as a second endpoint glyph that made the edge direction ambiguous. Static edges now carry only the target arrowhead, matching the spawn edges that never had a source marker. +- Shell sightings (a `.md` named in a Bash / `run_command` / `bash` command under capture rung 5) now count as evidence: they add to the node's execution stats, so the node card's execution pill agrees with the inspector's Activity section, and the session-journal fold turns them into `reads` relations for the observed-* finders; the recent-log entry stays tagged `kind: "shell"`. Spec: `provider-activity.md` §Execution stats, §Capture level rung 5, §Session journal. + +### Spec Patch (1.12.6) +- Shell sightings (a `.md` named in a Bash / `run_command` / `bash` command under capture rung 5) now count as evidence: they add to the node's execution stats, so the node card's execution pill agrees with the inspector's Activity section, and the session-journal fold turns them into `reads` relations for the observed-* finders; the recent-log entry stays tagged `kind: "shell"`. Spec: `provider-activity.md` §Execution stats, §Capture level rung 5, §Session journal. + +
+ +
1.12.5 · 2026-08-29 ### CLI Patch diff --git a/spec/CHANGELOG.md b/spec/CHANGELOG.md index 01e2a4d3e..13081a221 100644 --- a/spec/CHANGELOG.md +++ b/spec/CHANGELOG.md @@ -1,5 +1,15 @@ # Spec changelog +## 1.12.6 + +### Patch Changes + +- Shell sightings (a `.md` named in a Bash / `run_command` / `bash` command under capture rung 5) now count as evidence: they add to the node's execution stats, so the node card's execution pill agrees with the inspector's Activity section, and the session-journal fold turns them into `reads` relations for the observed-* finders; the recent-log entry stays tagged `kind: "shell"`. Spec: `provider-activity.md` §Execution stats, §Capture level rung 5, §Session journal. + + ## User-facing + + Files mentioned in a shell command (Bash) now count on the node card's execution counter and count as reads for the observed-link finders, matching what the inspector's Activity section already listed. + ## 1.12.5 ### Patch Changes diff --git a/spec/index.json b/spec/index.json index 4b480bd76..377e68a3b 100644 --- a/spec/index.json +++ b/spec/index.json @@ -476,11 +476,11 @@ } ] }, - "specPackageVersion": "1.12.5", + "specPackageVersion": "1.12.6", "integrity": { "algorithm": "sha256", "files": { - "CHANGELOG.md": "cfc28569ced326cb22fa8d9a15ef5899c00f1ac94c56f338a48e9b702d0c47ee", + "CHANGELOG.md": "57e23e54cbed2eb0e557ff821088948aeeb2b446e83dbf6642f031bb4c1d9271", "README.md": "35ac6cc3ce8379c5087f739a528d3b80a140aef5cdeeba9c49b59c5dd5df4c54", "architecture.md": "20cb9a20ef6218bcbbde99fd81011f1ed216545e5c2cd085c508d6bcbc6144a5", "cli-contract.md": "8d00dfbe1adbe79531faf854ca7b3114d27cd02aa4974f109d01494a336df14b", diff --git a/spec/package.json b/spec/package.json index d93f46ea7..a9ca11600 100644 --- a/spec/package.json +++ b/spec/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/spec", - "version": "1.12.5", + "version": "1.12.6", "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 a8f4a53a6..086b84dca 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,21 @@ # skill-map +## 1.12.6 + +### Patch Changes + +- Graph edges no longer draw a dot marker at their source end. The schema-designer look projected a fixed-size circle at the origin of every static edge alongside the arrowhead at the target, and the dot read as a second endpoint glyph that made the edge direction ambiguous. Static edges now carry only the target arrowhead, matching the spawn edges that never had a source marker. + + ## User-facing + + Map edges lost the small dot at their starting end; the arrowhead alone now shows which node a link points at. + +- Shell sightings (a `.md` named in a Bash / `run_command` / `bash` command under capture rung 5) now count as evidence: they add to the node's execution stats, so the node card's execution pill agrees with the inspector's Activity section, and the session-journal fold turns them into `reads` relations for the observed-* finders; the recent-log entry stays tagged `kind: "shell"`. Spec: `provider-activity.md` §Execution stats, §Capture level rung 5, §Session journal. + + ## User-facing + + Files mentioned in a shell command (Bash) now count on the node card's execution counter and count as reads for the observed-link finders, matching what the inspector's Activity section already listed. + ## 1.12.5 ### Patch Changes diff --git a/src/package.json b/src/package.json index 3038e74a0..1bbcdba4a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/cli", - "version": "1.12.5", + "version": "1.12.6", "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 6c3ac1524..2d253aac8 100644 --- a/ui/src/data/user-changelog.json +++ b/ui/src/data/user-changelog.json @@ -1,6 +1,26 @@ { "schemaVersion": 1, "entries": [ + { + "version": "1.12.6", + "date": "2026-08-30", + "kind": "user-facing", + "highlights": [ + { + "body": "Map edges lost the small dot at their starting end; the arrowhead alone now shows which node a link points at.", + "packages": [ + "@skill-map/cli" + ] + }, + { + "body": "Files mentioned in a shell command (Bash) now count on the node card's execution counter and count as reads for the observed-link finders, matching what the inspector's Activity section already listed.", + "packages": [ + "@skill-map/cli", + "@skill-map/spec" + ] + } + ] + }, { "version": "1.12.5", "date": "2026-08-29",