@mmerterden/multi-agent-pipeline 16.25.0 → 16.25.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
@@ -16,6 +16,16 @@ Internal file-layout changes that don't affect the slash-command surface are sti
16
16
 
17
17
  ## [Unreleased]
18
18
 
19
+ ## [16.25.1] - 2026-09-09
20
+
21
+ ### Fixed
22
+
23
+ - **A contract that named two consumers neither of which read it.** `features/design-conformance.md` shipped declaring Phase 4 review and `features/visual-evidence.md` as consumers; both were silent. That is the declared-but-inert class the prefs gate already hunts elsewhere - the contract looks wired, the surfaces never open it.
24
+
25
+ `visual-evidence.md` now points at it for what a capture is worth checking against: one contract owns getting the picture, the other owns reading it. Phase 4 Step 1.8 cites it in place of a hand-rolled list of eight visual-fidelity items (avatar icon, field grouping, character counter, header style, inline error layout, button height, indicator chip, placeholder copy) that were an ad-hoc subset of what the 30-group catalog now defines properly - so the step got shorter _and_ stricter, and carries the two rules that matter in review: a height or inset is measured rather than read from the token under test, and an unrun check is a fail-to-verify.
26
+
27
+ `smoke-design-conformance.sh` gained the check that would have caught it: every consumer the ref names must cite it back.
28
+
19
29
  ## [16.25.0] - 2026-09-09
20
30
 
21
31
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmerterden/multi-agent-pipeline",
3
- "version": "16.25.0",
3
+ "version": "16.25.1",
4
4
  "description": "8-phase AI development pipeline with full orchestration on Claude Code, Copilot CLI and Codex CLI. Analysis, planning, TDD, CLI-aware parallel review with consensus surfacing + Fable triage, default-FAIL evidence gates, secret + intent guards, per-phase cost ledger, persistent learnings memory, wiki generation, commit automation. Token-preserving uninstall.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -64,6 +64,11 @@ bash $HOME/.claude/scripts/capture-evidence.sh after \
64
64
  --task "$TASK_ID" --platform "$PLATFORM" --label "<screen-slug>"
65
65
  ```
66
66
 
67
+ What the capture is worth checking against - the per-component catalog, the
68
+ measure-never-the-token rule, the presence gate - is
69
+ `$HOME/.claude/multi-agent-refs/features/design-conformance.md`. This contract
70
+ owns getting the picture; that one owns reading it.
71
+
67
72
  The script boots the device if needed, launches the built app, cleans the status
68
73
  bar (`ios_status_bar preset:clean` / the Android equivalent) so the frame carries
69
74
  no clock, carrier or battery noise, captures at device resolution, downscales to
@@ -262,14 +262,7 @@ Visual-fidelity mismatches against the captured screenshot are BLOCKING findings
262
262
 
263
263
  - Canonical component usage: the Code Connect-mapped component is used verbatim - a sound-alike substitute, a forked copy, or ad-hoc inline UI where a mapping exists is blocking (Phase 3 "Design fidelity contract")
264
264
  - Inter-component spacing: gaps, paddings, and alignment BETWEEN components match the design's measured values mapped to spacing tokens - invented numeric values are blocking
265
- - Avatar icon (presence, glyph, shape, position)
266
- - Field grouping (one rounded box vs two; separator vs gap)
267
- - Character counter visibility
268
- - Header style (size, weight, alignment)
269
- - Inline error layout (icon presence, text colour, position relative to the input)
270
- - Button height
271
- - Indicator chip placement
272
- - Placeholder copy and position
265
+ - Everything else: the 30-group catalog in `$HOME/.claude/multi-agent-refs/features/design-conformance.md`. Two of its rules carry into review: a height or inset is **measured**, never read from the token under test; an unrun check is a fail-to-verify, not a pass.
273
266
 
274
267
  When `state.figmaAccess.tier === 3` (user-attached screenshot, no Code Connect snippet), the reviewer additionally sets `findings[i].severity = "blocking"` and `findings[i].tag = "review_blocking_tier3"` on every UI atom that lacks a confirmed canonical-component mapping. The triage step preserves these findings unless the user has explicitly cleared the open question.
275
268
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-09-09T17:46:50Z",
3
+ "generatedAt": "2026-09-09T18:15:55Z",
4
4
  "skillCount": 207,
5
5
  "entries": [
6
6
  {