aiblueprint-cli 1.4.66 → 1.4.70
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 -1
- package/dist/cli.js +1957 -1747
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ npx aiblueprint-cli@latest agents symlink
|
|
|
77
77
|
# Centralize global skills and agents in ~/.agents
|
|
78
78
|
npx aiblueprint-cli@latest agents unify
|
|
79
79
|
|
|
80
|
-
# Unify project-local .claude/.
|
|
80
|
+
# Unify project-local .claude/.cursor config into .agents
|
|
81
81
|
npx aiblueprint-cli@latest agents unify projects
|
|
82
82
|
|
|
83
83
|
# Recover sessions from saved configs and backups
|