@mindrian_os/cli 1.15.0-beta.9 → 1.15.0
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 +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [1.15.0] - 2026-07-02
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
- **Phase 190 - Shape-F Declaration Mandate (canon v1.23, Part 11 R16).** Every invocable surface (command, agent, pipeline, and qualifying skill) is now born with a declared HITL shape (`hitl_shape`/`hitl_why` or `hitl_stages`), enforced hard-fail at commit + release + `doctor --acceptance`. The full surface set was backfilled mechanically; the declaring count is enumerated from disk at runtime, never a frozen literal.
|
|
5
|
+
- **Phase 192 - Shape-F HITL Selector Completion + Posture Dial + live statusline.** Menu live-selectors across suggest-next/rooms/onboard, the F7max dial preview and modifier pane, a new `/mos:stance` 4-pole posture dial, and a statusline that is finally live: `Next:` reads the real routed next step and the health glyph reflects a real doctor cache, both changing per turn (they were static before).
|
|
6
|
+
- **Phase 203 - Synthetic-Expert-as-Skill with a two-surface Plurai gate.** Domain experts are fan-out-composed from many frameworks and materialized into per-project skills via a new `/mos:skill` front door; each is judged by Plurai on BOTH construction fidelity (was it built like a real person) and behavioral fidelity (does it reason in-character), so a hollow template cannot pass on answers alone.
|
|
7
|
+
- **Phase 204 - Ignite Room-Chooser + persona-differentiated entry**, the first consumer of the Shape-F selector front door.
|
|
8
|
+
- **Phases 199-202, 205** - AgentShield surface scanner, RS engine spine + corpus quality, Harness-as-Code manifest + Ralph-loop runtime, Agent-Lightning APO lab, and the Larry Loop elevation (cross-frame fusion + anti-circular gear-shift).
|
|
9
|
+
- **Plurai as a release gate (new ground rule).** Every feature now ships a Plurai eval (a CSV + a deterministic local parity gate + a phase baseline); the suite stands at 16 eval sets, 9 phase baselines, and 7 parity gates. Verification is eval-scored, not string-matched.
|
|
10
|
+
- **Phase 187.2 - CLAUDE.md de-bloat + canon symbiosis.** The plugin's own CLAUDE.md was violating the canon it ships: the fully-expanded per-session load was ~66k tokens (13x-16x the 5k context-rot threshold), ~80% of it canon provenance force-loaded by two `@docs/...` pins that no agent reads to act. An APPLICATION of Canon Parts 6/7/8/10/12 (dog-fooding the de-bloat; no amendment, mints no reach/edge/node, no Brain wire). Source-first fix (the GSD sentinel sections regenerate, so the rendered file is never edited inside a sentinel): trimmed the sentinel SOURCE docs (`.planning/research/STACK.md`, `.planning/PROJECT.md`) + the four `.claude/includes/*.md` membranes (13KB -> 5.4KB), demoted the two canon `@docs` pins to load-on-demand Deep-Dive links, and authored a **Canon Compliance Core** that binds all 7 binding Parts (8/3/6/7/9/11/12) each with a working `docs/MINDRIAN-CANON.md` deep-dive link (canon honored, not evicted). Result: fully-expanded load **~66k -> 3,899 tokens** (under the 4k gate), proven durable (`generate-claude-md` is idempotent, byte-delta 0 on re-run, so the source-level fix cannot refill). Folded the CMD-06 drift cleanup: stale Source-Material TODO table removed, version drift fixed at source (MCP SDK ^1.29.0, Node >=22.5.0, cheerio de-listed), `decisions.md` completed with #16. Docs-only, Part 8 clean, zero em-dashes. Forward seed (pressure-tested): `.planning/research/CANON-AS-SDK-V0-SEED.md` (Track B = `CANON-LEDGER.md` provenance carve-out is the real root-cause follow-on; Track A = canon-as-SDK parked until a second runtime exists).
|
|
11
|
+
|
|
12
|
+
## [1.15.0-beta.13] - 2026-06-29
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
-
|
|
16
|
+
|
|
17
|
+
## [1.15.0-beta.11] - 2026-06-29
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
- **Phase 187.1 - Statusline battery-memory + Larry/Claude voice glyph + voice-switch detector.** Modifies the Phase 187 cockpit (an APPLICATION of Canon Parts 3/5/9/10/12; no amendment, mints no reach/edge/node/color, no Brain wire). (1) The risk tier is reframed for a non-technical navigator: a battery counting REMAINING conversational memory (`N% memory left`, low-battery `memory almost full - save your work now`) instead of `Ctx N%` USED -- fixing the inverted-affect bug where "8% used" looked nearly empty when 92% was free. (2) The Voice Signature (Part 12) names WHO is speaking: Larry (thinking partner) vs the native host agent; Brain backing and the pedagogical-move voice square render for Larry only. `who`/`agent_label` threaded `cockpit-signals.cjs` -> `cockpit-renderer.cjs`; `scripts/context-monitor` derives from `data.agent.name` (default larry -- the conversational surface IS Larry, Part 10). (3) `lib/core/voice-transition-detector.cjs` -- a pure Larry<->Claude voice-SWITCH detector + debounce (signal-tier trigger, Part 11 R3). (4) Passive Tier-1 switch display: a voice switch REPLACES the steady WHO glyph with an explicit `now: host (not Larry)` / `now: Larry (back)` announcement, never a 4th chip (MAX_K=3 frozen). The voice-mark WRITE-hook (187.1-02) and the F.7 recalibration dial + De Stijl up/down/left/right TUI (187.1-04) are spec'd in `docs/STATUSLINE-CONTRACT.md` (PROPOSED v2) + `187.1-RESEARCH.md`, deferred. Tests: `test-statusline-cockpit-187` 122/122 (battery + WHO + switch states); `test-voice-transition-detection-187` 25/25. Part 8 LOCAL-only.
|
|
21
|
+
|
|
1
22
|
## [1.15.0-beta.9] - 2026-06-28
|
|
2
23
|
|
|
3
24
|
### Added
|
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.0",
|
|
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",
|