@mindrian_os/cli 1.15.3-beta.22 → 1.15.3-beta.26
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 +86 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,96 @@
|
|
|
1
|
+
## [1.15.3-beta.26] - 2026-07-16
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
- **Phase 227: Ignite / mode-select timing across turns 1-4 (SEED-060).** The session-start
|
|
5
|
+
mode-selection Decision Gate (Just Talk / Explore+Capture / Build a Room) gets a structural,
|
|
6
|
+
advisory-only backstop: a new `doctor.cjs` check class (`lib/core/mode-select-sidechannel.cjs`
|
|
7
|
+
+ `lib/core/doctor/mode-select-checkpoint-module.cjs`) detects a silent skip (the gate neither
|
|
8
|
+
firing a card nor stating a default) and warns, never blocks, never re-fires the gate itself.
|
|
9
|
+
A systemic sweep of methodology skills for the same loose-description auto-fire bypass that
|
|
10
|
+
let `trending-to-absurd` reach for itself on a casual remark before its 2026-06-24 fix found
|
|
11
|
+
and closed 3 trivial instances inline (`MOSDeckEngine`, `client-discovery-interview`,
|
|
12
|
+
`mullins-scaffold`), with the rest reported and explicitly deferred. A scripted regression
|
|
13
|
+
test (`tests/test-227-frontdoor-restraint.cjs`) now proves the front-door restraint fix holds
|
|
14
|
+
without needing a live human tester re-run. `skills/larry-personality/SKILL.md` names ignite
|
|
15
|
+
for the first time and documents the gate's timing with real Hooked-Model (Fogg B=MAP / TARI)
|
|
16
|
+
reasoning: the gate is a Prompt, not an Investment, fired only when the navigator's opener
|
|
17
|
+
does not already signal a lane. `conversation-mode`'s Mode 3 (Build a Room) now routes through
|
|
18
|
+
ignite's Directive/`--express` path instead of calling `/mos:new-project` directly, correctly
|
|
19
|
+
reserving Gate B1's four-door persona pick for sessions that genuinely have not yet
|
|
20
|
+
established a role or venture. Same-day code review (independently re-verified, not
|
|
21
|
+
self-certified) caught and fixed two real defects before this landed: Mode 3's routing text
|
|
22
|
+
originally claimed established context unconditionally even on a cold direct pick with zero
|
|
23
|
+
prior exchange, and the mode-select "card-fired" recorder was wired against text no live code
|
|
24
|
+
path actually renders through `pickShape()`. Both closed at the design level in this same
|
|
25
|
+
pass (independently re-verified: 8/8 + 4/4 tests pass, both diffs re-read after landing),
|
|
26
|
+
not patched around the symptom.
|
|
27
|
+
|
|
28
|
+
- **Phase 229: HUJI Pitch Feedback Module (IN PROGRESS, 8/9 plans -- not yet shipped).**
|
|
29
|
+
MindrianOS's first paying job: turn each student's diarized 5-minute pitch transcript into
|
|
30
|
+
one Minto-structured formative feedback artifact, batch-orchestrated across 200+ submissions
|
|
31
|
+
at a $4-5/unit cost ceiling, local-only scoring (Brain read-only, generic handles per Canon
|
|
32
|
+
Part 8). Built so far: the evidence/feedback zod schemas plus generated JSON Schema
|
|
33
|
+
(`229-01`); a labeled test-inventory harness and `run-all-229.sh` aggregator (`229-02`);
|
|
34
|
+
deterministic code checks covering quote verification, recall, drift, schema validation,
|
|
35
|
+
similarity, cost, and Part-8 hygiene (`229-03`); the `PWS_grading` recipe with a
|
|
36
|
+
score-and-continue rubric (`229-04`); a Stage A intake adapter porting the Claims-Aware
|
|
37
|
+
Fusion Mode A pipeline (`229-05`); an LLM judge spawner with a calibration protocol that
|
|
38
|
+
fails closed below a 0.7 anchor-hygiene bar (`229-06`); and a single-submission runner plus
|
|
39
|
+
batch orchestrator with pool/ledger/resume/retry and G1-G6 per-unit guardrails (`229-07`,
|
|
40
|
+
`229-08`). Not yet shipped: `229-09`, the mandatory demo run and human verdict checkpoint
|
|
41
|
+
this whole pipeline is gated on before any real submission gets scored -- per this project's
|
|
42
|
+
own standing rule, judge accuracy and calibration are a human-verify bar, never
|
|
43
|
+
self-certified.
|
|
44
|
+
|
|
45
|
+
## [1.15.3-beta.24] - 2026-07-16
|
|
46
|
+
|
|
47
|
+
### Added
|
|
48
|
+
- No discrete feature completed exactly at this tag. This pre-release snapshot captured
|
|
49
|
+
in-progress work on Phase 227 (the mode-select firing checkpoint, sweep, and Mode 3 routing
|
|
50
|
+
work) and Phase 229 (the HUJI Pitch Feedback Module's Stage A intake adapter) mid-flight,
|
|
51
|
+
neither phase-complete at cut time. Phase 227's full, finished feature set is recorded once
|
|
52
|
+
under `[Unreleased]` above rather than split and duplicated across the interim tags it
|
|
53
|
+
happened to span.
|
|
54
|
+
|
|
1
55
|
## [1.15.3-beta.22] - 2026-07-16
|
|
2
56
|
|
|
3
57
|
### Added
|
|
4
|
-
-
|
|
58
|
+
- No discrete feature completed exactly at this tag either, for the same reason as beta.24:
|
|
59
|
+
a pre-release snapshot mid-flight through Phase 227 (the skill-description sweep landed
|
|
60
|
+
here) and Phase 229 (PWS_grading recipe + score-and-continue rubric work).
|
|
5
61
|
|
|
6
62
|
## [1.15.3-beta.20] - 2026-07-16
|
|
7
63
|
|
|
8
64
|
### Added
|
|
65
|
+
- **Backfilled here (this changelog under-documented this tag at cut time): five phases that
|
|
66
|
+
actually shipped in this release window.**
|
|
67
|
+
- **Phase 222 (reach-ranking-unification).** The three surfaces that suggest a next move
|
|
68
|
+
(`/mos:suggest-next`, the reach-candidates list, and the auto-fire engine) now always
|
|
69
|
+
agree on the top pick instead of occasionally diverging, and the ranking improves over
|
|
70
|
+
a room's own accept/reject history rather than staying static.
|
|
71
|
+
- **Phase 223 (jtbd-driven-intelligence-pipeline, governed bono).** `/mos:bono` is now an
|
|
72
|
+
8-phase governed research debate with Six-Thinking-Hats-style scrutiny (the Black hat
|
|
73
|
+
must disconfirm first, the White hat must cite-or-retract) and three explicit navigator
|
|
74
|
+
approval pauses (topic, hypothesis, ruling) instead of one collapsed confirmation. New
|
|
75
|
+
`/mos:intel-pipeline` command runs a staged research pipeline oriented on the room's
|
|
76
|
+
active JTBD (calibrate -> decompose -> fan out -> compute -> synthesize -> close), pausing
|
|
77
|
+
for approval twice and disclosing a thin fan-out pass rather than silently proceeding.
|
|
78
|
+
- **Phase 224 (graph-derivation-harness, SEED-034).** Every markdown write to a room now
|
|
79
|
+
enqueues and background-derives typed graph edges, closing the previously twice-reconfirmed
|
|
80
|
+
0-typed-edge gap on the write path -- no manual "derive" step required.
|
|
81
|
+
- **Phase 225 (per-session-room-binding, SEED-039).** Session-to-room binding now correctly
|
|
82
|
+
supports multi-room binds. Fixed during code review: a binding answer was silently
|
|
83
|
+
collapsing a multi-room selection down to a single room regardless of what was picked.
|
|
84
|
+
- **Phase 226 (eureka-reasoning-mode-fallback, SEED-058).** When the local embedding encoder
|
|
85
|
+
is unavailable, `/mos:eureka` now degrades to a labeled, lower-confidence REASONING MODE
|
|
86
|
+
result (a real short ranked list with an honest caveat naming the degrade cause) instead of
|
|
87
|
+
a hard `pairs_scored: 0` dead end. `banked` is structurally `false` on every reasoning-mode
|
|
88
|
+
row; a later healthy re-run over the same room surfaces the reasoning-to-embedded delta
|
|
89
|
+
instead of silently replacing the earlier result. Same-day code review found and fixed
|
|
90
|
+
three real data-loss edge cases in the upgrade-delta path before this shipped (a repeated
|
|
91
|
+
degrade could silently overwrite a completed reasoning report with no trace; a stale
|
|
92
|
+
session file could let a later healthy run get clobbered; reseeding could silently orphan
|
|
93
|
+
an in-progress judging session).
|
|
9
94
|
- **Eureka entity extraction gets a two-tier WHAT-vs-WHY classifier.** A free, fully local
|
|
10
95
|
embedding pass (`lib/core/eureka/embedding-classifier.cjs`) now resolves the confident
|
|
11
96
|
majority of candidates at zero API spend, reusing the same encoder Eureka's own ranking
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindrian_os/cli",
|
|
3
|
-
"version": "1.15.3-beta.
|
|
3
|
+
"version": "1.15.3-beta.26",
|
|
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",
|