@mindrian_os/cli 1.15.0-beta.5 → 1.15.0-beta.7
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 +14 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.15.0-beta.7] - 2026-06-27
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
- **Phase 183 - METER: the welded two-gauge meter (the milestone keystone).** LOCAL telemetry over the Part 9 navigation.cjs chokepoint. Adds `gate_reached` to the frozen EVENT_TYPES set (the single sanctioned additive, 86 to 87) and a single surface-shared emit beside the live reach_presented loop. Gauge 1 (invocation density) reads reach_presented + gate_reached; Gauge 2 (transfer) is three named-debt proxies (reject-reason-capture-rate, insight-to-validated-decision latency to status_promoted, independence-trend), each labelled named-debt, never a real transfer delta (Canon Part 5). `readTwoGauge` is WELDED: it returns the density+transfer pair or throws (no bare-density export), the two-directional regression guard names both volume-up-quality-flat (the Dealer quadrant) and quality-up-by-starving-volume. Two navigator-review corrections built in: a `subject_class` stamp (maintainer | navigator | unknown, derived read-time, Part-8-clean) where only `navigator` clears the entry-31 self-binding clause, and a `transfer_uninstrumented` third state so an empty substrate reads as unmeasured, never as flat. run-all-183.sh 8/8.
|
|
5
|
+
- **Phase 182 - SIGNAL: the Part 12 Voice Signature in the CLI.** Every Larry CLI turn wears one De Stijl color mark naming the pedagogical move (blue=building, red=challenging, yellow=contradiction, black=gate, white=invisibility); a turn with no mark is legible as the native host. `lib/hmi/voice-color-mark.cjs` (detectVoiceMark) + doctrine on both voice SKILL surfaces, anchored to the 5 existing palette primaries (no new color minted). SIGNAL-01 verifies the Phase 179 GA-4 F.7 interceptor + R15 render-coverage gate still pass (lean, not rebuilt). Enforcement is the declared convention + a missing-mark drift test, not a per-token runtime recolor (the honest named residual). run-all-182.sh 5/5.
|
|
6
|
+
- **Phase 186 - CORPUS: stats hygiene.** One generated single-source-of-truth artifact (docs/CORPUS-STATS.generated.md + json) from a committed Brain-free generator, plus a --check tripwire (wired into pre-commit + release.sh Step 2.4) that scans LIVE fact surfaces and skips historical provenance via a documented excludedRegion (the canon Appendix D dated entries, version-history rows, and .planning/ dated artifacts stay frozen). LIVE corpus literals repointed to 27,904 nodes / 177 frameworks / 12,485 Pinecone vectors. run-all-186.sh 3/3.
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
- Canon v1.18 to v1.19 (Appendix D entry 31, the welded two-gauge headline metric + the Hooked-gate retirement + the self-binding clause) landed earlier in this milestone; METER is the instrument that entry 31 requires.
|
|
10
|
+
|
|
11
|
+
### Known follow-ons
|
|
12
|
+
- METER first reading is `subject_class: unknown` / `transfer_uninstrumented` (newborn instrument, no live-navigator gate-reach observed yet). The entry-31 self-binding clause stays UNCLEARED until a navigator-class reading exists; Appendix D entry 32 and the ProblemType freeze remain parked by design. Honest state: instrument live, awaiting a navigator.
|
|
13
|
+
- Phase 184 READER + Phase 185 DRIFT deferred: READER is conditional on METER confirming a gate subject (unmet), and DRIFT depends on READER.
|
|
14
|
+
|
|
1
15
|
## [1.15.0-beta.5] - 2026-06-25
|
|
2
16
|
|
|
3
17
|
### Added
|
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ A raw AI is brilliant for one turn and forgets the next. Ask it the same venture
|
|
|
63
63
|
MindrianOS adds the four things a raw model structurally cannot be:
|
|
64
64
|
|
|
65
65
|
- **It remembers.** Your venture lives in a room that persists across every session. The contradiction you found three weeks ago is still there, still checking today's input.
|
|
66
|
-
- **It knows when.**
|
|
66
|
+
- **It knows when.** The moat was never the frameworks; anyone can list those. It is knowing which one you need at the stage you are in, and reaching for it the moment you are stuck, so you never have to know its name. When to use which, in what order, is the timing that decades of teaching calibrate.
|
|
67
67
|
- **It pushes back.** It blocks you when the evidence is thin and surfaces the conflict between your pricing and your market. A co-founder tells you when you are wrong. A chatbot tells you that you are brilliant.
|
|
68
68
|
- **It keeps your data yours.** The teaching that travels is generic methodology. Your specifics never leave your machine. You get smarter-from-the-world intelligence without becoming the product.
|
|
69
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindrian_os/cli",
|
|
3
|
-
"version": "1.15.0-beta.
|
|
3
|
+
"version": "1.15.0-beta.7",
|
|
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",
|