From 6d26311a865c28a684213f8b258403052da9ca4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:18:16 +0000 Subject: [PATCH] chore: version packages --- ...notation-field-unknown-drop-dead-aggregation.md | 5 ----- .changeset/bump-drift-experimental.md | 10 ---------- CHANGELOG.md | 14 ++++++++++++++ spec/CHANGELOG.md | 10 ++++++++++ spec/index.json | 4 ++-- spec/package.json | 2 +- src/CHANGELOG.md | 14 ++++++++++++++ src/package.json | 2 +- ui/src/data/user-changelog.json | 14 ++++++++++++++ 9 files changed, 56 insertions(+), 19 deletions(-) delete mode 100644 .changeset/annotation-field-unknown-drop-dead-aggregation.md delete mode 100644 .changeset/bump-drift-experimental.md diff --git a/.changeset/annotation-field-unknown-drop-dead-aggregation.md b/.changeset/annotation-field-unknown-drop-dead-aggregation.md deleted file mode 100644 index d5adc6ba..00000000 --- a/.changeset/annotation-field-unknown-drop-dead-aggregation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@skill-map/cli": patch ---- - -Remove a dead per-node aggregation loop from the `annotation-field-unknown` analyzer: it counted offending keys per node for a card chip that was already retired, then discarded the result via `void`. No behavior change; the emitted findings are unchanged. diff --git a/.changeset/bump-drift-experimental.md b/.changeset/bump-drift-experimental.md deleted file mode 100644 index 720ddd97..00000000 --- a/.changeset/bump-drift-experimental.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@skill-map/spec": minor -"@skill-map/cli": minor ---- - -Ship the `core/node-bump` action and the `core/annotation-stale` analyzer as `experimental`, so the sidecar bump/drift surface is disabled by default (Decision #128). Gated as a unit: with the action disabled no Bump button projects, and with the drift analyzer disabled no stale finding fires. The `sidecar-end-to-end` conformance case drops its `annotation-stale` assertion accordingly (a default scan now surfaces only `annotation-orphan`; the node still carries the derived `sidecar.status`). - -## User-facing - -The Bump button and the sidecar drift ("stale") finding are off by default now. Staleness still shows on the node's status; re-enable with `sm plugins enable core/node-bump core/annotation-stale` or the Settings toggles. diff --git a/CHANGELOG.md b/CHANGELOG.md index 23555e08..1c76cc69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ > Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).
+0.59.0 · 2026-06-16 + +### CLI Minor +- Ship the `core/node-bump` action and the `core/annotation-stale` analyzer as `experimental`, so the sidecar bump/drift surface is disabled by default (Decision #128). Gated as a unit: with the action disabled no Bump button projects, and with the drift analyzer disabled no stale finding fires. The `sidecar-end-to-end` conformance case drops its `annotation-stale` assertion accordingly (a default scan now surfaces only `annotation-orphan`; the node still carries the derived `sidecar.status`). + +### CLI Patch +- Remove a dead per-node aggregation loop from the `annotation-field-unknown` analyzer: it counted offending keys per node for a card chip that was already retired, then discarded the result via `void`. No behavior change; the emitted findings are unchanged. + +### Spec Minor (0.53.0) +- Ship the `core/node-bump` action and the `core/annotation-stale` analyzer as `experimental`, so the sidecar bump/drift surface is disabled by default (Decision #128). Gated as a unit: with the action disabled no Bump button projects, and with the drift analyzer disabled no stale finding fires. The `sidecar-end-to-end` conformance case drops its `annotation-stale` assertion accordingly (a default scan now surfaces only `annotation-orphan`; the node still carries the derived `sidecar.status`). + +
+ +
0.58.0 · 2026-06-16 ### CLI Minor diff --git a/spec/CHANGELOG.md b/spec/CHANGELOG.md index 7b8809c2..7740aef0 100644 --- a/spec/CHANGELOG.md +++ b/spec/CHANGELOG.md @@ -1,5 +1,15 @@ # Spec changelog +## 0.53.0 + +### Minor Changes + +- Ship the `core/node-bump` action and the `core/annotation-stale` analyzer as `experimental`, so the sidecar bump/drift surface is disabled by default (Decision #128). Gated as a unit: with the action disabled no Bump button projects, and with the drift analyzer disabled no stale finding fires. The `sidecar-end-to-end` conformance case drops its `annotation-stale` assertion accordingly (a default scan now surfaces only `annotation-orphan`; the node still carries the derived `sidecar.status`). + + ## User-facing + + The Bump button and the sidecar drift ("stale") finding are off by default now. Staleness still shows on the node's status; re-enable with `sm plugins enable core/node-bump core/annotation-stale` or the Settings toggles. + ## 0.52.0 ### Minor Changes diff --git a/spec/index.json b/spec/index.json index 3b7155b3..889055c9 100644 --- a/spec/index.json +++ b/spec/index.json @@ -174,11 +174,11 @@ } ] }, - "specPackageVersion": "0.52.0", + "specPackageVersion": "0.53.0", "integrity": { "algorithm": "sha256", "files": { - "CHANGELOG.md": "5aa02a003b2185b4ec1dd2b83241a7c28f00891703a8283541e60764007842d6", + "CHANGELOG.md": "6c4c565708584b07b3e7467a357f62a67fdbedafa80fd25af82258e154192759", "README.md": "abb663d0c96c3158ffc501b9d5ef6f58e0db09bdea824cda7f9f70f465793925", "architecture.md": "044f7216015fc0629b0e4665e35953f14ab657ca75aaf1cae9ba47d3cd68226c", "cli-contract.md": "be13ffcb8c96065f1686443af82324c8175962b53e3777ef42158c1cdc3bb381", diff --git a/spec/package.json b/spec/package.json index c019a77c..ec0d97b7 100644 --- a/spec/package.json +++ b/spec/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/spec", - "version": "0.52.0", + "version": "0.53.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 c95033e2..7b7bbb2b 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,19 @@ # skill-map +## 0.59.0 + +### Minor Changes + +- Ship the `core/node-bump` action and the `core/annotation-stale` analyzer as `experimental`, so the sidecar bump/drift surface is disabled by default (Decision #128). Gated as a unit: with the action disabled no Bump button projects, and with the drift analyzer disabled no stale finding fires. The `sidecar-end-to-end` conformance case drops its `annotation-stale` assertion accordingly (a default scan now surfaces only `annotation-orphan`; the node still carries the derived `sidecar.status`). + + ## User-facing + + The Bump button and the sidecar drift ("stale") finding are off by default now. Staleness still shows on the node's status; re-enable with `sm plugins enable core/node-bump core/annotation-stale` or the Settings toggles. + +### Patch Changes + +- Remove a dead per-node aggregation loop from the `annotation-field-unknown` analyzer: it counted offending keys per node for a card chip that was already retired, then discarded the result via `void`. No behavior change; the emitted findings are unchanged. + ## 0.58.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index 51b6f984..522214b5 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/cli", - "version": "0.58.0", + "version": "0.59.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 32c05851..5f0dfc4a 100644 --- a/ui/src/data/user-changelog.json +++ b/ui/src/data/user-changelog.json @@ -1,6 +1,20 @@ { "schemaVersion": 1, "entries": [ + { + "version": "0.59.0", + "date": "2026-06-16", + "kind": "user-facing", + "highlights": [ + { + "body": "The Bump button and the sidecar drift (\"stale\") finding are off by default now. Staleness still shows on the node's status; re-enable with `sm plugins enable core/node-bump core/annotation-stale` or the Settings toggles.", + "packages": [ + "@skill-map/cli", + "@skill-map/spec" + ] + } + ] + }, { "version": "0.58.0", "date": "2026-06-16",