aiblueprint-cli 1.4.107 → 1.4.108
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 -3
- package/dist/cli.js +1070 -1038
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,8 +34,6 @@ npx aiblueprint-cli@latest agents setup
|
|
|
34
34
|
# Run without installation
|
|
35
35
|
npx aiblueprint-cli@latest agents setup
|
|
36
36
|
|
|
37
|
-
# Or install globally
|
|
38
|
-
npm install -g aiblueprint-cli
|
|
39
37
|
```
|
|
40
38
|
|
|
41
39
|
## 🎯 Usage
|
|
@@ -221,4 +219,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
221
219
|
|
|
222
220
|
**Created by AIBlueprint** - [mlv.sh/claude-cli](https://mlv.sh/claude-cli)
|
|
223
221
|
|
|
224
|
-
Need help? [Open an issue](https://github.com/melvynx/aiblueprint/issues) | [Documentation](https://
|
|
222
|
+
Need help? [Open an issue](https://github.com/melvynx/aiblueprint/issues) | [Documentation](https://docs.aiblueprint.dev)
|