Loading...
Loading...
Update Nexus system files from upstream repository. Load when user says "update nexus", "sync nexus", "get nexus updates", "check for updates", "upgrade nexus". Safely pulls system updates while protecting user data.
npx skill4agent add abdullahbeam/nexus-design-abdullah update-nexusPurpose: Sync system files from the upstream Nexus repository while protecting user dataTrigger: "update nexus", "sync nexus", "get updates", "check for updates"Duration: 1-2 minutes
00-system/CLAUDE.mdREADME.md01-memory/02-projects/03-skills/04-workspace/.env.claude/python 00-system/core/nexus-loader.py --check-updatechecked: falseupdate_available: falseupdate_available: trueUPDATE AVAILABLE
Current version: {local_version}
New version: {upstream_version}
Files to update ({changes_count}):
{list changed_files, max 20}
PROTECTED (will NOT be touched):
- 01-memory/ (your goals & config)
- 02-projects/ (your projects)
- 03-skills/ (your custom skills)
- 04-workspace/ (your files)python 00-system/core/nexus-loader.py --sync --forcesuccess: falsesuccess: trueUPDATE COMPLETE!
{local_version} → {upstream_version}
Updated paths:
{list files_updated}
Backup saved to: {backup_path}
To commit this update:
git add . && git commit -m "Update Nexus to v{upstream_version}"| Error | User Message |
|---|---|
| "Not a git repository" | "This folder isn't a git repo. Initialize with: git init" |
| "Could not reach upstream" | "Can't connect to GitHub. Check your internet connection." |
| "Uncommitted changes detected" | "You have uncommitted changes. Commit them first:\n git add . && git commit -m 'Save changes'" |
| "Could not read upstream version" | "The upstream repo might not be set up correctly. Check the URL in user-config.yaml" |
python 00-system/core/nexus-loader.py --sync --dry-run.sync-backup/{timestamp}/