aiblueprint-cli 1.4.63 → 1.4.64
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 +7 -1
- package/dist/cli.js +905 -355
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,8 +74,14 @@ npx aiblueprint-cli@latest agents add commands commit
|
|
|
74
74
|
# Create symlinks between tools
|
|
75
75
|
npx aiblueprint-cli@latest agents symlink
|
|
76
76
|
|
|
77
|
-
# Centralize skills and agents in ~/.agents
|
|
77
|
+
# Centralize global skills and agents in ~/.agents
|
|
78
78
|
npx aiblueprint-cli@latest agents unify
|
|
79
|
+
|
|
80
|
+
# Unify repo-local .claude/.codex/.cursor config into .agents
|
|
81
|
+
npx aiblueprint-cli@latest agents unify repository
|
|
82
|
+
|
|
83
|
+
# Recover sessions from saved configs and backups
|
|
84
|
+
npx aiblueprint-cli@latest agents config unify sessions
|
|
79
85
|
```
|
|
80
86
|
|
|
81
87
|
## 📚 What You Get
|