baldart 4.78.0 → 4.78.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ All notable changes to BALDART will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [4.78.1] - 2026-06-29
9
+
10
+ **`/ds-new` + `/ds-edit` now close the closed-loop (the `DS_MIRROR_STALE` nudge).** The mirror advisory — check #6 of the Post-Intervention Coherence Check, which nudges `/design-sync publish` when the in-repo registry has moved ahead of its Claude Design satellite — was cited by **every** UI-touching surface (`code-reviewer`, `ui-design`, `/design-review`, `/new` implement, `/prd` ui-design-phase, the `ds-drift` backstop) **except the two skills whose whole job is to create/modify a canonical element**: `/ds-new` and `/ds-edit`. So creating a primitive with `/ds-new` on a satellite-bound project never reminded the user to publish it — the one event that most directly makes the mirror stale was the one that skipped the nudge. This release adds the citation to both skills' step-8 coherence report.
11
+
12
+ **PATCH** — doc-only completion of an existing advisory check; no new capability, no agent, **no `baldart.config.yml` key** (the check rides on the already-present `features.has_design_system` + the satellite-bound gate). The definition stays the single SSOT in `design-system-protocol.md` § Post-Intervention Coherence Check check #6 — the skills **cite, never redefine** it. Skipped when no satellite is bound (the vast majority of consumers → no-op); never blocks creation/edit.
13
+
14
+ ### Changed
15
+
16
+ - **`/ds-new`** (`framework/.claude/skills/ds-new/SKILL.md`) — step 8 coherence report now surfaces `DS_MIRROR_STALE` (advisory, non-blocking) nudging `/design-sync publish` when a Claude Design satellite is bound (`.baldart/design-sync.json` has a `project_id`); added a `See Also` pointer to `/design-sync`.
17
+ - **`/ds-edit`** (`framework/.claude/skills/ds-edit/SKILL.md`) — same step-8 mirror advisory, with the breaking-edit note that satellite drift is the same class as the migration; added the `/design-sync` `See Also` pointer.
18
+
8
19
  ## [4.78.0] - 2026-06-29
9
20
 
10
21
  **Route-independent per-card mockup fidelity + graphics fast-lane.** On a `/new` run a desktop "Edit product" page shipped as **1 column** against a **2-column** mockup, marked DONE: the fidelity gate never ran on a rendered page because the auth-gated route returned 500 under the empty-Supabase demo lane, the views were "soft-skipped", and the verdict came back `ACCEPTED (harness limit)` — **a skip masked as a pass**. Two adversarial passes found this is not one bug but two distinct holes hitting two cards, plus the fact that the fidelity check depended on rendering a live, data-bearing route at all. This release inverts the priority: per-card UI fidelity is verified **route-independently, before proceeding** — a code-structural diff first, an isolated render as confirmation — and an un-runnable required check now **blocks instead of silently passing**. Bets validated against 2026 best practice (structural TED + perceptual diff as complementary dimensions; MLLM-as-judge reliable at comparison, weak at absolute scoring → fidelity gates, quality stays advisory).
package/VERSION CHANGED
@@ -1 +1 @@
1
- 4.78.0
1
+ 4.78.1
@@ -144,6 +144,13 @@ Each step is a delegation. Read the cited SSOT; do not paraphrase it.
144
144
  8. **Coherence report (never silent).** Emit the protocol's "Registry coherence
145
145
  check: N findings" block: spec updated (incl. HEAD), INDEX/policy reconciled,
146
146
  tokens reconciled, breaking change documented + migration noted.
147
+ **Mirror (advisory, non-blocking):** modifying a canonical component or token
148
+ moves the registry ahead of its Claude Design satellite — so when a satellite is
149
+ bound (`.baldart/design-sync.json` has a `project_id`), also surface
150
+ `DS_MIRROR_STALE` (check #6, `design-system-protocol.md` — cite, do not redefine)
151
+ nudging `/design-sync publish`. For a **breaking** edit the satellite drift is
152
+ the same class as the migration — note both. Skipped when no satellite is bound;
153
+ never blocks the edit.
147
154
 
148
155
  ## Token edit path
149
156
 
@@ -183,3 +190,5 @@ symmetric to how a `NEW (governed)` standard routes to `/ds-new`. `/prd` owns th
183
190
  - `framework/agents/component-manifest-schema.md` — the HEAD schema + the
184
191
  regeneration contract (preserve agentic, regenerate deterministic).
185
192
  - `framework/templates/breaking-change-checklist.md` — for breaking edits.
193
+ - `framework/.claude/skills/design-sync/SKILL.md` — `/design-sync publish` mirrors
194
+ the edit UP to the Claude Design satellite (the `DS_MIRROR_STALE` nudge).
@@ -139,6 +139,12 @@ Each step is a delegation. Read the cited SSOT; do not paraphrase it.
139
139
  8. **Coherence report (never silent).** Emit the protocol's "Registry coherence
140
140
  check: N findings" block (per § Post-Intervention Coherence Check): new spec
141
141
  shipped, INDEX entry added, tokens reconciled, closed-set respected.
142
+ **Mirror (advisory, non-blocking):** creating a canonical component or token is
143
+ exactly the event that moves the registry ahead of its Claude Design satellite —
144
+ so when a satellite is bound (`.baldart/design-sync.json` has a `project_id`),
145
+ also surface `DS_MIRROR_STALE` (check #6, `design-system-protocol.md` — cite, do
146
+ not redefine) nudging `/design-sync publish`. Skipped when no satellite is bound;
147
+ never blocks creation.
142
148
 
143
149
  ---
144
150
 
@@ -196,4 +202,6 @@ across the two.
196
202
  the serializer fills (the standardized doc shape).
197
203
  - `framework/.claude/skills/design-system-init/SKILL.md` — the bulk twin; shares
198
204
  the same scripts (`extract-manifest`/`extract-one`/`serialize-spec`).
205
+ - `framework/.claude/skills/design-sync/SKILL.md` — `/design-sync publish` mirrors
206
+ the new element UP to the Claude Design satellite (the `DS_MIRROR_STALE` nudge).
199
207
  - `framework/docs/COMPONENT-MANIFEST-LAYER.md` — the layer overview.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baldart",
3
- "version": "4.78.0",
3
+ "version": "4.78.1",
4
4
  "description": "Claude Agent Framework - Reusable framework for coordinating AI agents and humans in software projects",
5
5
  "bin": {
6
6
  "baldart": "./bin/baldart.js"