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 +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
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