@mindrian_os/cli 1.16.0-beta.7 → 1.16.0-beta.9

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.16.0-beta.9] - 2026-08-05
2
+
3
+ ### Changed
4
+ - **`/mos:pws-brain` now says plainly that it's retired, instead of quietly sending you down a
5
+ dead path.** The command was built to compare two ways of answering methodology questions
6
+ side by side: the production Brain, and a separate experimental Aura Agent. Both of those
7
+ routes have since been folded into one unified Memgraph-backed Brain, so the comparison this
8
+ command exists to run no longer means anything, and running it just walked you into a
9
+ pre-flight failure with no explanation of why. The command's description, its retirement
10
+ reason, and a note right under its own heading now say RETIRED and point at the real backend
11
+ by name, so anyone who reaches for it (navigator or Larry) understands immediately why it's
12
+ inert instead of guessing at a broken dependency. Nothing about the harness itself was
13
+ deleted, so it is still there to read as a historical record of the comparison, or to revive
14
+ deliberately if a future backend candidate ever needs the same side-by-side treatment again.
15
+
1
16
  ## [1.16.0-beta.7] - 2026-08-01
2
17
 
3
18
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindrian_os/cli",
3
- "version": "1.16.0-beta.7",
3
+ "version": "1.16.0-beta.9",
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",