aiblueprint-cli 1.4.57 → 1.4.59
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 +3 -0
- package/dist/cli.js +717 -228
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,6 +90,9 @@ npx aiblueprint-cli@latest agents add commands commit
|
|
|
90
90
|
|
|
91
91
|
# Create symlinks between tools
|
|
92
92
|
npx aiblueprint-cli@latest agents symlink
|
|
93
|
+
|
|
94
|
+
# Centralize skills and agents in ~/.agents
|
|
95
|
+
npx aiblueprint-cli@latest agents unify
|
|
93
96
|
```
|
|
94
97
|
|
|
95
98
|
## 📚 What You Get
|