@mindrian_os/cli 1.15.1 → 1.15.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -30
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,21 @@
1
+ ## [1.15.2] - 2026-07-02
2
+
3
+ ### Fixed
4
+ - **Phase 209 - Shape-F Native Fire, Waves 2-4 (closes the declared-vs-rendered gap).** Completes the gate-native-fire fix plan Wave 1 started (1.15.2-beta.1): every surface that declares a Shape-F Decision Gate now fires the AskUserQuestion card natively, and the check-card-fire.cjs backstop is demoted to telemetry (target: intercepts trend to zero) rather than the mechanism navigators experience.
5
+ - **Wave 2 (render rollout):** `scripts/stamp-firing-block.cjs` stamped the canonical firing block + AskUserQuestion tool grant into all 97 declaring commands (80 body-stamped, 93 tool-granted, idempotent). `scripts/check-shape-declaration.cjs` gained three declared-implies-wired predicates (wired-body, tool-grant, declared-matches-body), and `scripts/check-render-coverage.cjs` gained a second `.md` keyspace alongside the existing `.cjs` one -- both fail closed. `commands/futures.md`'s F.2/F.1 frontmatter-vs-body drift is reconciled.
6
+ - **Wave 3 (conversational-gate bridge):** a new SENS-12 sensor (`lib/core/sensors/sensor-room-pick.cjs`) detects a mid-dialogue room resume/switch (the incident's actual transport-less fork -- no command, no engine dial) and injects the room-chooser card envelope. `lib/core/card-fire-sidechannel.cjs` lands the PRIMARY (registry-keyed) side-channel producer at all three gate-mint sites, wiring `check-card-fire.cjs`'s previously-inert PRIMARY detection live. `scripts/session-start` no longer teaches the "Type 1, 2, or 3" ASCII-box anti-pattern it exists to catch.
7
+ - **Wave 4 (backstop tuning, sequenced last):** `ASCII_BOX_GLYPH_RE` drops the bare U+25A0 false-positive (sanctioned UI vocabulary) and adds multiline-labeled-box and numbered-prose-gate false-negative coverage; the `askFired` detection window widens from the last assistant message to the whole current turn.
8
+ - **Eval gate:** a new Plurai eval (`lib/core/card-fire-gate.cjs`, `evals/plurai/13-native-fire.csv`) judges card-fired-vs-prose fidelity, following the Phase 196/201 frozen-invariant + `baseline_deferred` pattern.
9
+ - **Adversarial verification:** `tests/test-209-incident-replay.cjs` replays the incident transcript shape end to end and proves all four RESEARCH-mandated outcomes (native fire, zero intercepts, coverage green, sanctioned glyph safe). `bash tests/run-all-209.sh` = PASS=9 FAIL=0 SKIP=0. Constitutional floor (Stop-block re-prompt, degrade envelope, MAX_FORCE_RETRIES=3, MAX_SESSION_INTERCEPTS=12) verified byte-untouched throughout.
10
+
11
+ ## [1.15.2-beta.1] - 2026-07-02
12
+
13
+ ### Fixed
14
+ - **Decision-Gate cards now fire natively (gate-native-fire Wave 1: E1 + P1 + P3).** Root cause of the "Larry draws an ASCII box instead of the selector card" incident: the AskUserQuestion trailer that reached the model was a bare structural marker with zero imperative, and the fire mandate was absent from every file Larry actually loads. Three fixes: (E1) the trailer minted by `lib/hmi/selector-dispatcher.cjs` is now SELF-DECODING -- it carries a `[BINDING: call the AskUserQuestion tool in THIS response with the N options above; do not reproduce this block as text (SEED-021)]` line on every Shape-F footer, so the trigger tells the model to fire the card; (P1) the larry-extended agent body gains the Decision-Gate fire mandate (mirrors the ignite.md doctrine) and the "End with a question or next step" rule is qualified -- at a gate the question IS the card; (P3) the auto-loaded ui-system skill's Shape-F section carries the same mandate globally. The Stop-hook backstop (`check-card-fire.cjs`) is unchanged and demoted to telemetry: its intercept counters should now trend to zero. Frozen contracts byte-unchanged (marker scalar, MAX_K=3, DIAL_REACH_K=6, 0.70/0.15). New fence: `tests/test-gate-native-fire-w1.cjs` 12/12. Waves 2-4 (declared-implies-rendered rollout, conversational-gate bridge, backstop tuning) are Phase 209.
15
+
16
+
1
17
  ## [1.15.1] - 2026-07-02
2
18
 
3
- ### Added
4
- -
5
19
 
6
20
  ## [1.15.0] - 2026-07-02
7
21
 
@@ -16,8 +30,6 @@
16
30
 
17
31
  ## [1.15.0-beta.13] - 2026-06-29
18
32
 
19
- ### Added
20
- -
21
33
 
22
34
  ## [1.15.0-beta.11] - 2026-06-29
23
35
 
@@ -70,23 +82,15 @@
70
82
 
71
83
  ## [1.15.0-beta.3] - 2026-06-24
72
84
 
73
- ### Added
74
- -
75
85
 
76
86
  ## [1.15.0-beta.1] - 2026-06-24
77
87
 
78
- ### Added
79
- -
80
88
 
81
89
  ## [1.14.0] - 2026-06-24
82
90
 
83
- ### Added
84
- -
85
91
 
86
92
  ## [1.14.0-beta.9] - 2026-06-24
87
93
 
88
- ### Added
89
- -
90
94
 
91
95
  ## [1.14.0-beta.7] - 2026-06-23
92
96
 
@@ -145,8 +149,6 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
145
149
 
146
150
  ## [1.13.1] - 2026-06-17
147
151
 
148
- ### Added
149
- -
150
152
 
151
153
  ## [1.13.1-beta.34] - 2026-06-17
152
154
 
@@ -158,18 +160,12 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
158
160
 
159
161
  ## [1.13.1-beta.32] - 2026-06-17
160
162
 
161
- ### Added
162
- -
163
163
 
164
164
  ## [1.13.1-beta.30] - 2026-06-16
165
165
 
166
- ### Added
167
- -
168
166
 
169
167
  ## [1.13.1-beta.28] - 2026-06-16
170
168
 
171
- ### Added
172
- -
173
169
 
174
170
  ## [1.13.1-beta.26] - 2026-06-15
175
171
 
@@ -246,8 +242,6 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
246
242
 
247
243
  ## [1.13.1-beta.12] - 2026-06-09
248
244
 
249
- ### Added
250
- -
251
245
 
252
246
  ## [1.13.1-beta.10] - 2026-06-08
253
247
 
@@ -338,13 +332,9 @@ Phase 139 doctor hotfix: stop doctor from scaffolding room artifacts in the wron
338
332
  ### Fixed (doctor: topology-blind install-health on marketplace-cache)
339
333
  - **`/mos:doctor --fix` no longer cries "cannot read state" and the post-update activator no longer false-fails on a healthy marketplace-cache install.** `checkInstallVersion()` returned `missing` when the legacy `~/.claude/plugins/mindrian-os/` dir was absent (correctly absent under marketplace-cache topology). Now topology-aware: reads the active cache root's plugin.json and reports healthy. One fix clears both the doctor warning and the activator's "activation failed: doctor exit 0". Regression test a.4; RCA `doctor-class-a-cannot-read-state-topology-blind`.
340
334
 
341
- ### Added
342
- -
343
335
 
344
336
  ## [1.13.0] - 2026-06-02
345
337
 
346
- ### Added
347
- -
348
338
 
349
339
  ## [1.13.0-beta.44] - 2026-06-02
350
340
 
@@ -604,13 +594,9 @@ If you previously ran a Larry session in a fresh room and `/mos:memory` reported
604
594
 
605
595
  ## [1.13.0-beta.16] - 2026-05-14
606
596
 
607
- ### Added
608
- -
609
597
 
610
598
  ## [1.13.0-beta.14] - 2026-05-14
611
599
 
612
- ### Added
613
- -
614
600
 
615
601
  # Changelog
616
602
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindrian_os/cli",
3
- "version": "1.15.1",
3
+ "version": "1.15.2",
4
4
  "description": "Install MindrianOS into Claude Code with one command -- `npx @mindrian_os/cli`. Ships the MindrianOS plugin (Larry + PWS methodology + Data Room) plus a setup/diagnostics CLI (install/doctor/update).",
5
5
  "scripts": {
6
6
  "mcp": "node bin/mindrian-mcp-server.cjs",