@mindrian_os/cli 2.0.0-beta.13 → 2.0.0-beta.15

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 +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## [2.0.0-beta.15] - 2026-08-28
2
+
3
+ ### Added
4
+ - `scripts/verify-release` gains gate 10e (Phase 267.3, close-out): the whole-tree
5
+ `commands/*.md` `interactive_first_reward` audit (`node
6
+ scripts/check-reward-before-investment.cjs`, the CLI's full-audit default mode, no flag) is
7
+ now a fail-closed release gate, sited alongside gate 10d's registry audit. Proven against a
8
+ stripped-fixture A/B test before being wired (a `commands/` copy with one declaration
9
+ stripped exits 1, the real tree exits 0), matching the Phase 271-05 gate-proof discipline.
10
+ This closes the debt-ratchet gap `DEFERRED-271-D1` documented: a `--staged`-scoped commit
11
+ gate cannot measure a repo-wide declaration debt, which is how 67 of 113 commands went
12
+ undeclared for three months invisibly. The `--staged` commit gate itself is unchanged.
13
+ 67 commands backfilled with a ruled `interactive_first_reward` declaration across this
14
+ phase (17 blocking Phase 271, plus 25 + 25 in the two backfill waves), and the
15
+ `data/first-reward-surfaces.json` registry (introduced earlier this phase) now declares
16
+ the first reward for 4 non-frontmatter surfaces inside `scripts/session-start`.
17
+
1
18
  ## [2.0.0-beta.13] - 2026-08-28
2
19
 
3
20
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindrian_os/cli",
3
- "version": "2.0.0-beta.13",
3
+ "version": "2.0.0-beta.15",
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",