create-booboo 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -21,7 +21,7 @@ npm run view # see your brain in 3D (opens your browser)
21
21
  immediately, plus a commented postgres block to point at your own Postgres/Supabase
22
22
  (`${DATABASE_URL}` from the environment).
23
23
  - **`data.booboo.json`** — a small sample graph (agents / knowledge / memory) to build from.
24
- - **`package.json`** — wired `build` / `serve` / `mcp` / `view` scripts on `@booboo/cli`.
24
+ - **`package.json`** — wired `build` / `serve` / `mcp` / `view` scripts on `@booboo-brain/cli`.
25
25
  - **`.gitignore`** — the built snapshot can contain real data, so it's never committed.
26
26
 
27
27
  Pass `--force` to scaffold into a non-empty directory.
package/dist/cli.js CHANGED
@@ -93,7 +93,7 @@ var pkgJson = JSON.stringify(
93
93
  view: "booboo view --snapshot brain.json"
94
94
  },
95
95
  dependencies: {
96
- "@booboo/cli": BOOBOO_VERSION
96
+ "@booboo-brain/cli": BOOBOO_VERSION
97
97
  }
98
98
  },
99
99
  null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-booboo",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Scaffold a new Booboo brain — `npx create-booboo my-brain`. Zero deps.",
5
5
  "license": "MIT",
6
6
  "repository": {