@bhimudev/gnanai 0.4.1 → 0.4.2
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 +2 -0
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -30,6 +30,8 @@ cd your-project
|
|
|
30
30
|
gnanai init
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
+
This package installs the `gnanai` CLI only, so it can live alongside an existing global `archai` install.
|
|
34
|
+
|
|
33
35
|
That's it. gnanai detects your tech stack and creates everything you need. Now open Claude Code:
|
|
34
36
|
|
|
35
37
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bhimudev/gnanai",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Multi-agent AI development workflow setup for any project",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"bin": {
|
|
25
|
-
"gnanai": "dist/bin/cli.js"
|
|
26
|
-
"archai": "dist/bin/cli.js"
|
|
25
|
+
"gnanai": "dist/bin/cli.js"
|
|
27
26
|
},
|
|
28
27
|
"main": "./dist/index.js",
|
|
29
28
|
"types": "./dist/index.d.ts",
|