@mindrian_os/cli 1.15.1 → 1.15.2-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -30
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
+ ## [1.15.2-beta.1] - 2026-07-02
2
+
3
+ ### Fixed
4
+ - **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.
5
+
6
+
1
7
  ## [1.15.1] - 2026-07-02
2
8
 
3
- ### Added
4
- -
5
9
 
6
10
  ## [1.15.0] - 2026-07-02
7
11
 
@@ -16,8 +20,6 @@
16
20
 
17
21
  ## [1.15.0-beta.13] - 2026-06-29
18
22
 
19
- ### Added
20
- -
21
23
 
22
24
  ## [1.15.0-beta.11] - 2026-06-29
23
25
 
@@ -70,23 +72,15 @@
70
72
 
71
73
  ## [1.15.0-beta.3] - 2026-06-24
72
74
 
73
- ### Added
74
- -
75
75
 
76
76
  ## [1.15.0-beta.1] - 2026-06-24
77
77
 
78
- ### Added
79
- -
80
78
 
81
79
  ## [1.14.0] - 2026-06-24
82
80
 
83
- ### Added
84
- -
85
81
 
86
82
  ## [1.14.0-beta.9] - 2026-06-24
87
83
 
88
- ### Added
89
- -
90
84
 
91
85
  ## [1.14.0-beta.7] - 2026-06-23
92
86
 
@@ -145,8 +139,6 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
145
139
 
146
140
  ## [1.13.1] - 2026-06-17
147
141
 
148
- ### Added
149
- -
150
142
 
151
143
  ## [1.13.1-beta.34] - 2026-06-17
152
144
 
@@ -158,18 +150,12 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
158
150
 
159
151
  ## [1.13.1-beta.32] - 2026-06-17
160
152
 
161
- ### Added
162
- -
163
153
 
164
154
  ## [1.13.1-beta.30] - 2026-06-16
165
155
 
166
- ### Added
167
- -
168
156
 
169
157
  ## [1.13.1-beta.28] - 2026-06-16
170
158
 
171
- ### Added
172
- -
173
159
 
174
160
  ## [1.13.1-beta.26] - 2026-06-15
175
161
 
@@ -246,8 +232,6 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
246
232
 
247
233
  ## [1.13.1-beta.12] - 2026-06-09
248
234
 
249
- ### Added
250
- -
251
235
 
252
236
  ## [1.13.1-beta.10] - 2026-06-08
253
237
 
@@ -338,13 +322,9 @@ Phase 139 doctor hotfix: stop doctor from scaffolding room artifacts in the wron
338
322
  ### Fixed (doctor: topology-blind install-health on marketplace-cache)
339
323
  - **`/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
324
 
341
- ### Added
342
- -
343
325
 
344
326
  ## [1.13.0] - 2026-06-02
345
327
 
346
- ### Added
347
- -
348
328
 
349
329
  ## [1.13.0-beta.44] - 2026-06-02
350
330
 
@@ -604,13 +584,9 @@ If you previously ran a Larry session in a fresh room and `/mos:memory` reported
604
584
 
605
585
  ## [1.13.0-beta.16] - 2026-05-14
606
586
 
607
- ### Added
608
- -
609
587
 
610
588
  ## [1.13.0-beta.14] - 2026-05-14
611
589
 
612
- ### Added
613
- -
614
590
 
615
591
  # Changelog
616
592
 
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-beta.1",
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",