@mindrian_os/cli 1.16.0-beta.1 → 1.16.0-beta.3

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 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.16.0-beta.3] - 2026-07-31
2
+
3
+ ### Added
4
+ - **A documented, honest line on what the sensor bank actually controls about the reach dial
5
+ (quick-260731-35r).** When Larry surfaces the reach dial, the little ranked menu of next moves,
6
+ two different things are happening and it is easy to think they are one thing. The sensors, the
7
+ 17 small detectors that watch a turn and fire when they recognise something, decide WHETHER that
8
+ dial appears at all. They do not decide WHAT sits at the top of it. The ordering comes entirely
9
+ from scoring your room's own graph nodes, on a completely separate code path that no sensor ever
10
+ reaches. Nothing changed in how any of it runs; what changed is that the boundary is now written
11
+ down at the exact function where a future reader would otherwise assume the opposite, plus a
12
+ finding artifact with every file and line number so anyone can check it in a minute instead of
13
+ tracing the code themselves. The practical payoff: nobody builds on the wrong mental model,
14
+ and nobody mistakes "a sensor fired" for "a sensor ranked what you are seeing."
15
+ -
16
+
1
17
  ## [1.16.0-beta.1] - 2026-07-31
2
18
 
3
19
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindrian_os/cli",
3
- "version": "1.16.0-beta.1",
3
+ "version": "1.16.0-beta.3",
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",