@mindrian_os/cli 1.15.3-beta.36 → 1.15.3-beta.38

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 CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.15.3-beta.38] - 2026-07-23
2
+
3
+ ### Changed
4
+ - **Brain default endpoint flipped from the legacy `mindrian-brain.onrender.com` (Neo4j Aura
5
+ + Pinecone) to the new Memgraph-backed `pws-brain-mcp.onrender.com`** (`lib/core/brain-client.cjs`).
6
+ Step 4 of the approved phased Memgraph migration (step 1, an auth-header double-Bearer-prefix
7
+ fix, shipped dark in beta.36's line). Live-verified against the real production endpoint with
8
+ a real key before flipping: `brain_search`/`brain_schema`/`brain_stats`/`brain_ask`/
9
+ `brain_ask_anything` all return real data (28k+ nodes) through the exact same response shapes
10
+ this client already parses. `brain_query`/`brain_write` (raw Cypher) remain admin-tier gated on
11
+ the new server exactly as they already were on the old one -- regular users never had raw-Cypher
12
+ access on either server, so this introduces zero regression; every caller already degrades
13
+ gracefully to a Tier-0 fallback. Every existing Brain API key works unchanged (same Supabase
14
+ `brain_api_keys` Bearer contract) -- no action required from any user. `MINDRIAN_BRAIN_URL`
15
+ still overrides the default for staging/self-hosted use, unchanged.
16
+
1
17
  ## [1.15.3-beta.36] - 2026-07-22
2
18
 
3
19
  ### Fixed
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  Powered by PWS (Problems Worth Solving), an innovation methodology built and tested through 20 years of teaching by Prof. Lawrence Aronhime.
11
11
  Engineered by Jonathan Sagir.
12
12
 
13
- [![Version](https://img.shields.io/badge/version-1.15.3--beta.34-1E3A6E)](CHANGELOG.md)
13
+ [![Version](https://img.shields.io/badge/version-1.15.3--beta.36-1E3A6E)](CHANGELOG.md)
14
14
  [![License](https://img.shields.io/badge/license-BSL_1.1-C8A43C)](LICENSE)
15
15
  [![Works on](https://img.shields.io/badge/CLI_+_Desktop_+_Cowork-2D6B4A)](#three-surfaces)
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindrian_os/cli",
3
- "version": "1.15.3-beta.36",
3
+ "version": "1.15.3-beta.38",
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",