aiblueprint-cli 1.4.63 → 1.4.66

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.
Files changed (3) hide show
  1. package/README.md +7 -1
  2. package/dist/cli.js +906 -355
  3. package/package.json +3 -3
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 project-local .claude/.codex/.cursor config into .agents
81
+ npx aiblueprint-cli@latest agents unify projects
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