@mindrian_os/cli 1.15.3-beta.12 → 1.15.3-beta.16
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 +142 -0
- package/README.md +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,145 @@
|
|
|
1
|
+
## [1.15.3-beta.16] - 2026-07-13
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
- **Opportunity follow-through: surfaced opportunities stop dying as files and one-liners.**
|
|
5
|
+
Every opportunity now flows through the Harvest Formula lifecycle (candidate -> qualified ->
|
|
6
|
+
explored -> promoted | parked | retired) as a real graph node with append-only stage history -
|
|
7
|
+
who advanced it, why, and on what evidence, at every step.
|
|
8
|
+
- **Eureka statements now bank as proposed opportunity nodes.** The portfolio scan's ranked
|
|
9
|
+
statements get a REAL awaited Grounding Guard verdict (a bounded async resolution pass over
|
|
10
|
+
the Phase 212 critic - previously the sync emitter could never await it, so nothing ever
|
|
11
|
+
banked on a live run). Statements the critic passes bank as `opportunity` nodes with
|
|
12
|
+
DERIVED_FROM evidence edges; statements it rejects stay honestly unbanked with the verdict
|
|
13
|
+
named. Tunable via `MINDRIAN_OPPORTUNITY_BANK_PREDICATE` (critic | critic+tail | all).
|
|
14
|
+
- **Harvest sensor (SENS-14): graph events become scored opportunity candidates.** A producer
|
|
15
|
+
on the insight-sensor rail harvests candidates from five lanes (eureka proposals, bridges,
|
|
16
|
+
contradictions, whitespace, meeting filings), classifies each through the Gibson Four-Lens
|
|
17
|
+
(leveraging_resources / challenging_orthodoxies / understanding_needs / harnessing_trends),
|
|
18
|
+
and scores them with HarvestIndex_v1. The bridge lane rides the real extraction edge
|
|
19
|
+
vocabulary (COMPETES_WITH / USES_COMPONENT / SUPPLIES_TO), so it finds genuine cross-entity
|
|
20
|
+
signal on real rooms, not just fixture edges.
|
|
21
|
+
- **Qualification Decision Gate (`/mos:qualify-opportunity`).** Harvested candidates come to
|
|
22
|
+
YOU at a real card showing why each one qualified (Q1..Q8 rubric verdicts + machine-readiness
|
|
23
|
+
components; an unknown is typed `unknown`, never a fabricated zero). Five verbs:
|
|
24
|
+
Qualify+file, Park, Retire, Explore, Skip. A Skip writes a typed REJECTED_BECAUSE edge -
|
|
25
|
+
rejection is data the ranker learns from. Nothing qualifies without your explicit verb.
|
|
26
|
+
- **[Explore]: one explicit action turns a qualified opportunity into deep research**
|
|
27
|
+
(`/mos:explore-opportunity`). Runs the explored-stage chain - deep research, diffusion and
|
|
28
|
+
timing, analogies, web validation - and files a Minto-shaped opportunity artifact (governing
|
|
29
|
+
thought + SCQA + cited sources) into `opportunity-bank/` plus a research corpus artifact into
|
|
30
|
+
`research/`, both through the navigation.cjs gates with typed evidence edges. When the
|
|
31
|
+
engine cannot run, the surface OFFERS an LLM manual fallback at a card - honestly labeled
|
|
32
|
+
`engine_mode: llm_manual_baseline`, never silent, never the default.
|
|
33
|
+
- **Frontmatter metadata extraction slice.** Artifact frontmatter (methodology, status,
|
|
34
|
+
created) now lands as graph properties during extraction, so engines reason over what the
|
|
35
|
+
files already declare.
|
|
36
|
+
- **Web ingestion agent: any URL becomes room knowledge in one governed move.** Paste a link
|
|
37
|
+
in conversation, or run `/mos:research <url>`, and after you approve at the card the page
|
|
38
|
+
is fetched (Tavily Extract, server-side clean markdown), filed as a cited research artifact
|
|
39
|
+
in `research/` (source URL, capture date, content hash, review status: proposed), and its
|
|
40
|
+
entities land in the room graph so every engine can use them. Nothing is ever fetched or
|
|
41
|
+
filed without your explicit verb ([Ingest] [Ingest+Explore] [Skip]).
|
|
42
|
+
- **Pasted-URL sensor (SENS-15).** A bare URL in your turn offers an ingest card
|
|
43
|
+
contextually - it never auto-files, and it stays quiet for URLs inside code blocks,
|
|
44
|
+
quotes, or ones the room already ingested.
|
|
45
|
+
- **Content-hash idempotency + SUPERSEDES versioning.** Re-ingesting an unchanged page is an
|
|
46
|
+
honest no-op; a changed page files a NEW version linked to the prior one - history is
|
|
47
|
+
append-only, nothing is overwritten.
|
|
48
|
+
- **Watched sources: crawl-and-learn on cadence.** Register sources in
|
|
49
|
+
`.mindrian/watched-sources.json` and the scout cadence re-ingests changed pages under a
|
|
50
|
+
per-run cap (default 2), with cadence provenance stamped on every artifact. Findings
|
|
51
|
+
surface as candidates at existing gates - never auto-qualified.
|
|
52
|
+
- **Provider honesty everywhere (research_mode envelope).** Every ingest and research run
|
|
53
|
+
names which provider produced the bytes (tavily-extract / webfetch / manual), which mode
|
|
54
|
+
it ran in (normal / web_degraded_local_fallback / local_only / insufficient_evidence),
|
|
55
|
+
and never reports success with empty results. A failed fetch is a typed refusal, not a
|
|
56
|
+
silent empty.
|
|
57
|
+
- **Part 8 + inbound safety on the new surface.** Outbound carries the URL only through the
|
|
58
|
+
audited egress chokepoint; inbound web content is data end to end (prompt-injection
|
|
59
|
+
inert, size-bounded, path-safe filing, no symlink escape), adversarially test-pinned.
|
|
60
|
+
- **Every research/recovery stage now produces a typed envelope instead of guessing from an
|
|
61
|
+
empty result.** `lib/core/recovery/stage-envelope.cjs` gives all 13 pipeline stages
|
|
62
|
+
(retrieval, discovery, filing, and more) one shared shape: status (ok / empty_valid /
|
|
63
|
+
degraded / failed / blocked), a named failure_class from a frozen 13-class vocabulary,
|
|
64
|
+
retryable, provenance, and timestamps. A zero-result stage and a broken stage used to look
|
|
65
|
+
identical (both "empty"); now they carry different, typed reasons, and a validator enforces
|
|
66
|
+
the pairing rules (a failed/blocked stage MUST name its class; an ok stage MUST NOT).
|
|
67
|
+
- **When a research engine breaks, Mindrian now recovers through a real 6-tier ladder instead
|
|
68
|
+
of just failing.** `dispatchRecovery` reads the typed envelopes and tries, in order: (0)
|
|
69
|
+
nothing wrong, (1) one bounded idempotent retry for a transient failure, (2) a local
|
|
70
|
+
governed substitute (your room's own corpus, or its cache, honestly labeled - never "live"
|
|
71
|
+
when it isn't), (3) an OFFERED high-effort LLM recovery pass at a Decision Gate (never
|
|
72
|
+
silent, never the default), (4) naming the smallest missing thing a human needs to fix (a
|
|
73
|
+
credential, an engine), (5) honest termination when nothing worked - a partial result
|
|
74
|
+
naming exactly which engines are still down, never a complete-looking bundle papering over
|
|
75
|
+
a gap.
|
|
76
|
+
- **Running out of Claude spend mid-recovery is now its own honestly-named failure, not a
|
|
77
|
+
retry loop.** `spend_limit_exceeded` is a structural, first-class failure_class: it forces
|
|
78
|
+
`retryable:false` at the moment the envelope is built (not just checked later), and
|
|
79
|
+
short-circuits straight past every retry/substitute/LLM-recovery tier to a plain human
|
|
80
|
+
message: "raise your limit at claude.ai/settings/usage, or wait for the monthly reset."
|
|
81
|
+
This closes a real gap this exact session hit: four parallel agents stalling out on an
|
|
82
|
+
account spend cap, with no honest way for the system to say so.
|
|
83
|
+
- **The high-effort LLM recovery pass runs through a 7-step, resumable, audited case file,
|
|
84
|
+
never a black box.** A gate-offered recovery run (diagnose -> plan -> execute -> validate
|
|
85
|
+
-> reconcile -> resume -> surface) journals every step to a real case file under
|
|
86
|
+
`.mindrian/recovery/<run_id>/` so a crash mid-run resumes exactly where it left off, never
|
|
87
|
+
re-doing completed steps. Five hard fences, each proven by an adversarial test: the
|
|
88
|
+
Brain-egress boundary can't be weakened from inside a recovery run, an unknown component
|
|
89
|
+
can never be silently upgraded to "supported," every write still goes through the one real
|
|
90
|
+
writer (no raw DB access from a recovery hook), a filing is only ever called "recovered" if
|
|
91
|
+
a readback actually confirms it landed, and hostile text embedded in a source (a fake
|
|
92
|
+
instruction, a fake tool call) is always treated as inert data, never executed.
|
|
93
|
+
- **Recovery outcomes are now honestly composed, never inferred.** `composeRecoveryResult`
|
|
94
|
+
derives one of five outcomes (recovered / partial_recovery / degraded_recovery /
|
|
95
|
+
manual_intervention_required / insufficient_evidence) strictly from what actually happened:
|
|
96
|
+
"recovered" requires every stage envelope to validate AND any attempted filing to be
|
|
97
|
+
readback-confirmed - one unconfirmed filing forces `partial_recovery`, never a false
|
|
98
|
+
"recovered." The result rides as an additive `research_mode` + disclosure field on every
|
|
99
|
+
touched surface (research, opportunity exploration, URL ingestion) without changing any
|
|
100
|
+
existing field's meaning.
|
|
101
|
+
- **A gap in one accessible corpus is never reported as "this doesn't exist."** The
|
|
102
|
+
vantage-error lesson from this exact release wave (an external research pass wrongly
|
|
103
|
+
concluded a shipped phase was "missing" because it only checked one gitignored, unpushed
|
|
104
|
+
corpus) is now a structural, permanent rule: the only gap scope the recovery composer can
|
|
105
|
+
ever emit is `corpus` (a provisional, vantage-scoped gap), never `project` (a claim of
|
|
106
|
+
project-level nonexistence) - enforced by a source scan that fails the build if that ever
|
|
107
|
+
changes, plus a permanent regression fixture that encodes this exact mistake so it can
|
|
108
|
+
never silently return.
|
|
109
|
+
- **14-class recovery matrix, offline and permanent.** Every named failure class (network
|
|
110
|
+
timeout, missing credential, contract violation, policy block, cadence-vs-on-demand,
|
|
111
|
+
multi-engine outage, spend limit, vantage-scoped gap, and more) is asserted end to end
|
|
112
|
+
through the real dispatch and controller seams, with zero network calls - two of the
|
|
113
|
+
fourteen (the vantage rule and spend_limit_exceeded) are locked as PERMANENT fixtures
|
|
114
|
+
precisely because this session discovered both the hard way.
|
|
115
|
+
|
|
116
|
+
### Fixed
|
|
117
|
+
- **Windows FTS5 crash: eureka degrades bi-modal instead of dying.** On machines whose Node
|
|
118
|
+
SQLite lacks the FTS5 module, the tri-modal index used to crash the whole scan with
|
|
119
|
+
`no such module: fts5`. A capability probe now selects the backend up front: with FTS5 the
|
|
120
|
+
lexical leg runs as before; without it the scan runs honestly on the two remaining legs
|
|
121
|
+
(vector + graph) and stamps `fts_backend: absent (bi-modal degrade)` in provenance. Never a
|
|
122
|
+
crash, never a silent lie. Live-validated on the exact Windows machine that exposed the bug
|
|
123
|
+
(corepower-isolation, 219-VERIFICATION.md Section 4).
|
|
124
|
+
|
|
125
|
+
## [1.15.3-beta.14] - 2026-07-12
|
|
126
|
+
|
|
127
|
+
### Added
|
|
128
|
+
-
|
|
129
|
+
|
|
130
|
+
### Fixed
|
|
131
|
+
- **The card-fire backstop no longer force-fires on benign numbered lists** (`scripts/check-card-fire.cjs`). The `ASCII_BOX_GLYPH_RE` alternative-4 shape (a bare `1. / 2.` numbered-prose list, added Phase 209-07) matched ANY 2+-item list on shape alone, so an ordinary Action Footer or a step-by-step explanation that shared any incidental vocabulary with the user's turn was misread as an unfired Decision Gate and hard-blocked. New `GATE_FRAMING_RE` co-requirement (CR-05): a bare numbered-prose list counts as a backstop hit ONLY when a choice-framing cue (`?`, or one of `which / would you like / pick / choose / select / type 1`) sits inside the matched span or the ~150 chars before it. Alternatives 1-3 (bracket notation, the `type 1, 2, or 3` literal, the multiline bracket box) stay unconditional, and `ASCII_BOX_GLYPH_RE` itself is byte-identical so the retry-key signature and the Phase 209 regex-matrix tests are untouched. The Phase 209 floor survives: a genuine hand-rolled fork carrying a framing cue still intercepts.
|
|
132
|
+
- **The Stop-hook `reason` slug no longer reaches the user as a fake "Stop hook error"** (`scripts/check-card-fire.cjs`, `buildEnforcementEnvelope`). The 2026-07-05 fix added a `systemMessage` on the premise that Claude Code surfaces `reason` as "Stop hook error: <reason>" ONLY when no `systemMessage` is present; live observation proved that premise FALSE (it renders `reason` regardless). The only lever is the `reason` CONTENT, so it is now a calm, human-safe phrase on BOTH the intercept and degrade branches (CR-06), never the internal slug. The slug is preserved for telemetry, relocated to the new local diagnostic log (below), not deleted. Confirmed `turnContextHash` never reads `reason`, so the bounded-escape retry key is unaffected (asserted by a new non-effect test).
|
|
133
|
+
- **New local-only intercept diagnostic log** (`~/.mindrian/card-fire-intercepts.log`, CR-07). Append-only JSONL written whenever the backstop intercepts or degrades, capturing `{ timestamp, session_id, reason (the ORIGINAL slug), gate_signature, ran_entries, matched_glyph_span, output_text (truncated ~4000 chars) }`. TTL-pruned on every write by the same `RETRY_TTL_MS` the retry side-file uses, so it cannot grow unbounded. Canon Part 8: LOCAL disk only (`~/.mindrian`), never the Brain, never a network wire. This turns the still-open "unexplained backstop trigger" mystery (`live-session-running-stale-plugin-cache-fixes-inert`) into a one-log-read diagnosis on its next occurrence.
|
|
134
|
+
- **`check-card-fire.cjs`'s `gate-is-simple-binary` exemption swallowed genuine two-option forced-choice forks, not just yes/no closers.** The exemption (added 2026-07-05 to stop over-firing on trivial binaries like "Want those?") used a bare `gateLabels.length === 2` cardinality check, which cannot distinguish that from a genuine two-way strategic fork ("run research vs build the plan"). An intern QA session missed 3 such forks in one session because each carried exactly 2 option labels. Now requires the labels to be YES/NO-SHAPED (new `lib/core/gate-relevance.cjs::isYesNoShapedGate`, extracted from `gateAlreadyAnswered`'s existing yes/no answer-matching), not merely 2-in-number, so a real yes/no closer stays exempt while a genuine 2-option fork force-fires like a 3+-way one. Post-merge integration fix: `GATE_FRAMING_RE` widened with a cardinality + choice-noun cue ("two options", "3 paths") so a fork phrased without a literal `?`/`which`/`pick` still force-fires, closing a gap CR-05 would otherwise have silently reopened. `.planning/debug/intern-w1-card-discipline-decay.md`.
|
|
135
|
+
- **MCP `room_state` reads re-resolve the active room per call, same as `room_content` writes** (`lib/mcp/tool-router.cjs`). The `status` / `analyze` / `compute-state` / `get-state` / `suggest-next` branches read the boot-time closure `roomDir` directly, so a mid-session room switch (or a room created after the MCP daemon booted) was invisible to them and `status` falsely reported "No room initialized" against a room with real content. Now reuses the same `resolveWriteTargetDir` resolver the beta.12 `room_content` write fix already proved correct. intern-w1-room-state-false-empty.
|
|
136
|
+
- **`intelligence:research` now actually fetches instead of echoing its own command spec** (`lib/mcp/tool-router.cjs`). The `research` sub-command fell through to the generic `buildContext()` doc+state-echo helper (the same fallback reasoning-only ops like `grade`/`whitespace` correctly use), so it deterministically returned `commands/research.md`'s own frontmatter and spec text for any input, with zero web fetch. Now special-cases `research` to invoke `research-context-extractor.cjs` -> `source-lens-driver.cjs` (Stage 1-4) and return real findings with source/url/evidence-tier; filing (Stage 6-7) stays a human decision per Canon Part 9 role 5, never auto-wired inside a single MCP call. `commands/mva-brief.md` (the only other `reach_id: deep_research` command) checked and confirmed unaffected -- it runs its own Bash script, not this tool. intern-w1-research-reach-broken.
|
|
137
|
+
- **STATE.md is now actually recomputed after a room-section write, not just reported as recomputed** (`lib/core/intelligence-cascade.cjs`, `lib/core/state-ops.cjs`). `scripts/compute-state` only prints the STATE.md body to stdout by design; it never writes the file itself, so every caller owns persistence. The automatic PostToolUse cascade (Step 8) and the MCP `room_state compute-state` command both discarded that stdout while reporting/implying success, so a filed artifact never updated the room's own intelligence layer in the same turn it was filed. Cascade Step 8 now captures and persists the stdout directly; `state-ops.cjs::computeState()` now persists at the single Node chokepoint, mirroring the pattern already correct in `scripts/on-stop` / `on-task-complete` / `on-agent-complete`. intern-w1-state-not-recomputed.
|
|
138
|
+
- **The session-start mode-selection Decision Gate (`skills/conversation-mode/SKILL.md`) can silently skip with zero detectable signal** (RCA `intern-w1-mode-gate-skip`). Root cause: two converging structural gaps. (1) `scripts/build-render-coverage.cjs::buildMdKeyspace()` walked only `commands/*.md`, never `skills/*/SKILL.md`, so a skill-declared `hitl_shape` Decision Gate could never register in `data/render-coverage-registry.json` -- PRIMARY detection was structurally blind to every skill-declared gate. New `buildSkillKeyspace()` (a third, additive registry keyspace, mirroring the existing commands walk) closes this; `skills/conversation-mode/SKILL.md` now registers as `declared_shape: F.1, wired: true`. (2) `scripts/check-shape-declaration.cjs` had no predicate catching a surface that self-declares BOTH a genuine `hitl_shape` fork AND `connector.excluded:true` (the no-fork exemption) at once -- a direct contradiction of this repo's own CLAUDE.md Part 11 text: "a render-only or pure-capability skill is exempt via its existing connector.excluded:true + reason, never via a fork it does not have." A new predicate now WARNs (advisory, non-blocking per the existing Phase 210 policy) on this exact contradiction. Extending PRIMARY detection to skills also surfaced 5 pre-existing, previously-invisible unwired skill declarations (`MOSDeckEngine`, `client-discovery-interview`, `intelligence-orchestrator`, `mullins-scaffold`, `mva-pipeline`) and 54 additional pre-existing hasShape-and-excluded contradictions beyond conversation-mode -- both are real, tracked findings surfaced for the first time by this fix, out of scope to resolve here, and named in `tests/test-209-declared-implies-wired.cjs`. `scripts/check-card-fire.cjs` (the Stop-hook backstop, the third converging gap in the original RCA) is untouched by this fix.
|
|
139
|
+
- **11 SKILL.md files documented `bash scripts/<name>` as if `scripts/` were skill-local** (`skills/rooms`, `publish`, `new-project`, `setup`, `room`, `file-meeting`, `wiki`, `vault`, `ingest-methodology`, `ignite`, `export`, plus `commands/new-project.md`). The scripts only ever existed at the plugin root, so any invocation with cwd != plugin root failed exit 127. Prefixed all 72 call sites with `${CLAUDE_PLUGIN_ROOT}` (quoted), the proven convention already used in ~38 other SKILL.md files, `hooks.json`, and `.mcp.json`. Also removed the co-located `PLUGIN_ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"` pattern (`skills/rooms/SKILL.md` Step 2.5, `skills/new-project/SKILL.md`, `commands/new-project.md`, referenced by `skills/ignite/SKILL.md`) -- confirmed broken under the Bash tool's actual invocation mechanism (`$0` resolves to the shell binary, computing `/usr` as the plugin root on every call) -- replaced with `${CLAUDE_PLUGIN_ROOT}` throughout. See `.planning/debug/intern-w1-rooms-skill-script-path.md`.
|
|
140
|
+
- **`/mos:rooms new` could silently fail to create a room while narrating success.** `scripts/resolve-room`'s legacy-fallback branch returned the pre-existing `room/` path with exit 0 (success) whether or not a new room was actually registered, indistinguishable from a real registry hit -- the direct mechanism behind a false "Room's live" claim when no `cv-project/` directory or registry entry ever existed. Added a `--strict` mode: a bare legacy fallback (no `--adopt`) now prints a `FALLBACK:` stdout marker and exits 2, never 0 -- fully backward compatible for every existing caller that omits the flag. Also tightened `skills/rooms/SKILL.md` Step 2's legacy-room adoption prompt to the same "FIRE THE CARD -- mandatory" doctrine `/mos:ignite`'s B1/B2 gates carry, added an explicit warning against narrating room creation before `birthRoom()` returns `{ok:true}`, and fixed the routing note that mislabeled Step 2 as "(name/slug capture)" (Step 1 captures the name/slug; Step 2 is the adoption check). See `.planning/debug/resolved/intern-w1-rooms-new-silent-fail.md`.
|
|
141
|
+
- **`/mos:doctor` Class H (`install-incomplete-module.cjs`) no longer false-positives "install incomplete" on a healthy one-command marketplace install.** Class H never received the `resolveActivePluginRoot()` topology-awareness fix Class A/Class I got in Phase 123 -- it only recognized a legacy `.install-receipt.json` or a user-level `statusLine` block as "healthy," neither of which a marketplace-cache install ever produces. Its `--fix` path then wrote a `~/.claude/settings.json` `statusLine` override pointing at the hardcoded legacy install path, which does not exist on a marketplace-cache-only machine -- silently breaking the statusline for the rest of the session (user-level settings override plugin-level; the broken exec never surfaced an error in chat). Class H now checks topology first and reports healthy without touching the legacy signals. `statusline-visibility-module.cjs` (Class G) also now tests the EFFECTIVE resolved statusline command (the user-level override if present, else the plugin's own), not always the plugin's own file, so the self-heal's re-verification can actually catch a broken override instead of reporting "ok" regardless. The SessionStart self-heal's outer timeout (`scripts/check-onboard-statusline.cjs`) is raised from 4000ms to 10000ms to clear its own nested worst-case spawn budget (8000ms) instead of getting killed mid-repair. Fix re-implemented against the post-Phase-217 `lib/core/doctor/*-module.cjs` files (the original worktree's fix predated that migration). RCA: `.planning/debug/resolved/intern-w1-statusline-room-mismatch.md`.
|
|
142
|
+
|
|
1
143
|
## [1.15.3-beta.12] - 2026-07-06
|
|
2
144
|
|
|
3
145
|
### Added
|
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ You talk; the room writes itself. Every conversation, every meeting, every decis
|
|
|
50
50
|
|
|
51
51
|
### The room surfaces what you cannot see
|
|
52
52
|
|
|
53
|
-
Every time you add something new, the system compares it against everything already there. Larry tells you what just changed, what contradicts what, what connects to what, and what is now missing. You decide: APPROVE, REJECT (with a reason), or DEFER. The reason becomes part of the room. The next scan is smarter.
|
|
53
|
+
Every time you add something new, the system compares it against everything already there. Larry tells you what just changed, what contradicts what, what connects to what, and what is now missing. You decide: APPROVE, REJECT (with a reason), or DEFER. The reason becomes part of the room. The next scan is smarter. When a scan surfaces an opportunity, it does not stop at a headline: you qualify it at a card, and one explicit Explore turns it into cited deep research filed in your opportunity bank. The web works the same way: paste a URL and, once you approve, the page is filed as a cited source in your room and compared against everything already there. When something breaks mid-research, it tells you exactly what happened and what it tried next, never a silent empty result.
|
|
54
54
|
|
|
55
55
|
---
|
|
56
56
|
|
|
@@ -121,12 +121,14 @@ The commands below are internals. You never have to memorize them or type them.
|
|
|
121
121
|
/mos:bono # a six-hats research-and-debate team on your question
|
|
122
122
|
/mos:map-unknowns # hunt the claims you are most confident about, and wrong
|
|
123
123
|
/mos:file-meeting # paste a transcript, Larry files it
|
|
124
|
+
/mos:research <url> # paste a link, approve the card, the page becomes cited room knowledge
|
|
124
125
|
/mos:opportunities # what grants match this room right now
|
|
126
|
+
/mos:qualify-opportunity # judge a surfaced opportunity at a card; Explore turns it into research
|
|
125
127
|
/mos:graph "what is the weakest assumption in my financial model?"
|
|
126
128
|
/mos:grade # honest assessment against real ventures
|
|
127
129
|
```
|
|
128
130
|
|
|
129
|
-
That is a slice of
|
|
131
|
+
That is a slice of 110 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
132
|
|
|
131
133
|
---
|
|
132
134
|
|
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.16",
|
|
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",
|