Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/edge-source-dot-removed.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/shell-sightings-count.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
> Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).

<details open>
<summary><b>1.12.6</b> · 2026-08-30</summary>

### 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.

</details>

<details>
<summary><b>1.12.5</b> · 2026-08-29</summary>

### CLI Patch
Expand Down
10 changes: 10 additions & 0 deletions spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions spec/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion spec/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
20 changes: 20 additions & 0 deletions ui/src/data/user-changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down