@mindrian_os/cli 1.15.0 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
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
+
7
+ ## [1.15.1] - 2026-07-02
8
+
9
+
1
10
  ## [1.15.0] - 2026-07-02
2
11
 
3
12
  ### Added
@@ -11,8 +20,6 @@
11
20
 
12
21
  ## [1.15.0-beta.13] - 2026-06-29
13
22
 
14
- ### Added
15
- -
16
23
 
17
24
  ## [1.15.0-beta.11] - 2026-06-29
18
25
 
@@ -65,23 +72,15 @@
65
72
 
66
73
  ## [1.15.0-beta.3] - 2026-06-24
67
74
 
68
- ### Added
69
- -
70
75
 
71
76
  ## [1.15.0-beta.1] - 2026-06-24
72
77
 
73
- ### Added
74
- -
75
78
 
76
79
  ## [1.14.0] - 2026-06-24
77
80
 
78
- ### Added
79
- -
80
81
 
81
82
  ## [1.14.0-beta.9] - 2026-06-24
82
83
 
83
- ### Added
84
- -
85
84
 
86
85
  ## [1.14.0-beta.7] - 2026-06-23
87
86
 
@@ -140,8 +139,6 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
140
139
 
141
140
  ## [1.13.1] - 2026-06-17
142
141
 
143
- ### Added
144
- -
145
142
 
146
143
  ## [1.13.1-beta.34] - 2026-06-17
147
144
 
@@ -153,18 +150,12 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
153
150
 
154
151
  ## [1.13.1-beta.32] - 2026-06-17
155
152
 
156
- ### Added
157
- -
158
153
 
159
154
  ## [1.13.1-beta.30] - 2026-06-16
160
155
 
161
- ### Added
162
- -
163
156
 
164
157
  ## [1.13.1-beta.28] - 2026-06-16
165
158
 
166
- ### Added
167
- -
168
159
 
169
160
  ## [1.13.1-beta.26] - 2026-06-15
170
161
 
@@ -241,8 +232,6 @@ The v1.14.0-beta train: Canon Part 11 (the Invocation Constitution) ratified and
241
232
 
242
233
  ## [1.13.1-beta.12] - 2026-06-09
243
234
 
244
- ### Added
245
- -
246
235
 
247
236
  ## [1.13.1-beta.10] - 2026-06-08
248
237
 
@@ -333,13 +322,9 @@ Phase 139 doctor hotfix: stop doctor from scaffolding room artifacts in the wron
333
322
  ### Fixed (doctor: topology-blind install-health on marketplace-cache)
334
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`.
335
324
 
336
- ### Added
337
- -
338
325
 
339
326
  ## [1.13.0] - 2026-06-02
340
327
 
341
- ### Added
342
- -
343
328
 
344
329
  ## [1.13.0-beta.44] - 2026-06-02
345
330
 
@@ -599,13 +584,9 @@ If you previously ran a Larry session in a fresh room and `/mos:memory` reported
599
584
 
600
585
  ## [1.13.0-beta.16] - 2026-05-14
601
586
 
602
- ### Added
603
- -
604
587
 
605
588
  ## [1.13.0-beta.14] - 2026-05-14
606
589
 
607
- ### Added
608
- -
609
590
 
610
591
  # Changelog
611
592
 
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  Powered by PWS (Problems Worth Solving), an innovation methodology built and tested through 20 years of teaching by Prof. Lawrence Aronhime.
11
11
  Engineered by Jonathan Sagir.
12
12
 
13
- [![Version](https://img.shields.io/badge/version-1.15.0--beta-1E3A6E)](CHANGELOG.md)
13
+ [![Version](https://img.shields.io/badge/version-1.15.1--beta.1-1E3A6E)](CHANGELOG.md)
14
14
  [![License](https://img.shields.io/badge/license-BSL_1.1-C8A43C)](LICENSE)
15
15
  [![Works on](https://img.shields.io/badge/CLI_+_Desktop_+_Cowork-2D6B4A)](#three-surfaces)
16
16
 
@@ -126,7 +126,7 @@ The commands below are internals. You never have to memorize them or type them.
126
126
  /mos:grade # honest assessment against real ventures
127
127
  ```
128
128
 
129
- That is a slice of 99 commands across 14 skills and 9 agents. If you do not know which one to run, that is the normal case. Just talk: Larry reaches for the right one.
129
+ That is a slice of 107 commands across 14 skills and 9 agents. If you do not know which one to run, that is the normal case. Just talk: Larry reaches for the right one.
130
130
 
131
131
  ---
132
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindrian_os/cli",
3
- "version": "1.15.0",
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",