nano-brain 2.0.0-beta.5 → 2.0.0-beta.6

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/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,12 +44,14 @@ docker run -d --name nanobrain-pg -p 5432:5432 \
44
44
  ollama pull nomic-embed-text
45
45
 
46
46
  # Check prerequisites
47
- npx nano-brain@beta doctor
47
+ npx @nano-step/nano-brain@beta doctor
48
48
 
49
49
  # Start server
50
- npx nano-brain@beta
50
+ npx @nano-step/nano-brain@beta
51
51
  ```
52
52
 
53
+ > **Also available as:** `npx nano-brain@beta` (unscoped alias)
54
+ >
53
55
  > **Note:** Do NOT run `npx nano-brain` from the nano-brain source directory — npm will resolve the local package instead of the registry. Run from any other directory.
54
56
 
55
57
  ### Option B: Build from source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nano-brain",
3
- "version": "2.0.0-beta.5",
3
+ "version": "2.0.0-beta.6",
4
4
  "description": "Persistent memory and code intelligence for AI coding agents",
5
5
  "bin": {
6
6
  "nano-brain": "npm/run.js"