@mindrian_os/cli 2.0.0-beta.25 → 2.0.0-beta.27

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 +50 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,53 @@
1
+ ## [2.0.0-beta.27] - 2026-09-07
2
+
3
+ ### Added
4
+ - Larry recognizes Theo by name on all three surfaces. `agents/larry-extended.md` gained
5
+ `## If asked about Theo by name` (Theo is MindrianOS's own teaching-graph backend behind every
6
+ `brain_*` call; a direct by-name question gets an honest brief answer, never volunteered), with a
7
+ narrow inline carve-out on the Never-Do "mention databases or architecture" rule (quick
8
+ 260907-i8j). The Desktop/Cowork MCP wire, `lib/mcp/runtime-instructions.cjs`, gained a THEO
9
+ clause inside the 1,950-byte served budget (1888 -> 1944 bytes) with the Canon Part 8 BOUNDARIES
10
+ paragraph byte-identical and still the tail (quick 260907-m2j). No endpoint, host, or wiring
11
+ detail is disclosed on any surface.
12
+ - `### Honest about thin grounding` in `skills/larry-personality/SKILL.md`: on any thin `brain_*`
13
+ signal (an empty DirectiveEnvelope `signals` set, a zero or ambiguous `normalize_framework_name`
14
+ match, a low `orchestration_readiness` score) one capability-honesty clause rides inside the
15
+ answer Larry is already giving, naming no backend noun. Finishes wiring Decision #8, "Honest
16
+ refusal everywhere", into Larry's voice (quick 260907-i8j).
17
+ - `lib/core/repo-version.cjs`: the one canonical answer to "what version is this repo" (module +
18
+ CLI), refusing with a named error instead of guessing when resolved from a `.claude/worktrees/*`
19
+ checkout (quick 260906-t3s).
20
+ - `scripts/check-worktree-hygiene.cjs` plus a `worktree-hygiene` blocker in `doctor --acceptance`:
21
+ diffs `.claude/worktrees/*` on disk against `git worktree list`, classifies every unregistered
22
+ checkout (`live-gitdir` / `safe-orphan` / `review`) by hashing its files against the object
23
+ database, and is the only governed delete path (`--prune --confirm`; `review` is never
24
+ auto-deleted). 18 hermetic tests (quick 260906-t3s).
25
+ - `docs/CANON-PHASE-MAP.md` `## Amendment cascade rule`: every canon amendment discovers the
26
+ version-pinning tests by an escaped-regex-aware grep instead of a hand-named list, and bumps
27
+ `Date:` together with `Version:` (quick 260907-m2l).
28
+ - `docs/autopsies/2026-09-06-worktree-version-contamination-incident.md`, cross-referenced from
29
+ CLAUDE.md's WORKSPACE GUARD (quick 260906-t3s).
30
+
31
+ ### Fixed
32
+ - Canon version floors: `test-205-elevation-doctrine-floor` (pinned 1.24) and
33
+ `test-cirs-render-coverage-floor` (pinned 1.16) cascaded to the live v1.27;
34
+ `test-bono-verdict` and `test-canon-part-9-ratification` redesigned from live-header equality
35
+ (structurally doomed the moment a later entry ships) to append-only provenance plus a monotonic
36
+ floor; the `run-all-340.sh` quarantine on part-9-ratification lifted; `docs/MINDRIAN-CANON.md`
37
+ `Date:` restored to 2026-09-05, the v1.27 commit date, after Phase 340's three bumps dropped it
38
+ (quick 260907-m2l).
39
+ - Four stale lines in `agents/larry-extended.md` (em-dash wording under a hyphens-only rule, a
40
+ hardcoded sensor count now read from the registry, a nonexistent `lib/memory/user-md-persona.cjs`
41
+ path corrected to `lib/core/user-md-ops.cjs`, a moved dual-path registration note) and a
42
+ memory-layer contradiction in `skills/larry-personality/SKILL.md` (quick 260907-m2j).
43
+
44
+ ### Removed
45
+ - `lib/mcp/larry-server-instructions.md`: an orphan loaded by nothing at runtime that named nine
46
+ tools which do not exist and opened with the exact first-contact string `test-143.2` forbids.
47
+ Its one live rule, the BCH-03 two-pass turn-ordering doctrine, relocated verbatim into
48
+ `skills/larry-personality/SKILL.md`; `tests/test-bch-01-ownership.cjs` repointed at it
49
+ (quick 260907-m2j).
50
+
1
51
  ## [2.0.0-beta.25] - 2026-09-06
2
52
 
3
53
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindrian_os/cli",
3
- "version": "2.0.0-beta.25",
3
+ "version": "2.0.0-beta.27",
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",