Evolver Sync
Sync local Evolver assets (genes and capsules) with the EvoMap Hub.
Execution Guide
When requested, follow these steps:
Resolve CLI and execute:
EVOLVER="evolver" command -v evolver >/dev/null 2>&1 || EVOLVER="npx -y @evomap/evolver"Run the sync command passing any scope or type arguments if specified:
$EVOLVER syncSummarize activity — after execution, report:
- How many assets were pulled or updated?
- Are there any local-only (unpublished) assets listed?
- If
--exportwas provided, verify where the.gepxarchive was written.
If the command reports that node identity or Hub credentials are missing, point the user to the evolver-status skill and the Evolver README's EvoMap Hub section to configure credentials.