allagents 0.1.0 → 0.1.3
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
CHANGED
|
@@ -79,11 +79,16 @@ allagents workspace sync
|
|
|
79
79
|
# Initialize a new workspace from template
|
|
80
80
|
allagents workspace init <path>
|
|
81
81
|
|
|
82
|
-
# Sync all plugins to workspace
|
|
82
|
+
# Sync all plugins to workspace (non-destructive)
|
|
83
83
|
allagents workspace sync [options]
|
|
84
|
-
--force Force
|
|
84
|
+
--force Force re-fetch of remote plugins even if cached
|
|
85
85
|
--dry-run Preview changes without applying
|
|
86
86
|
|
|
87
|
+
# Non-destructive sync: your files are safe
|
|
88
|
+
# - First sync overlays without deleting existing files
|
|
89
|
+
# - Subsequent syncs only remove files AllAgents previously synced
|
|
90
|
+
# - Tracked in .allagents/sync-state.json
|
|
91
|
+
|
|
87
92
|
# Show status of workspace and plugins
|
|
88
93
|
allagents workspace status
|
|
89
94
|
|