Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/backup_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def create_recovery_guide(self):
# Reinitialize git
cd /path/to/restore/
git init
git remote add origin https://github.com/Deathcharge/helix-unified.git
git remote add origin https://github.com/Deathcharge/samsarix-unified.git

# Restore to previous commit
git fetch origin
Expand Down Expand Up @@ -288,7 +288,7 @@ def create_recovery_guide(self):

## 📋 CRITICAL URLS TO PRESERVE

**GitHub Repository**: https://github.com/Deathcharge/helix-unified
**GitHub Repository**: https://github.com/Deathcharge/samsarix-unified
**Railway Backend**: https://helix-unified-production.up.railway.app
**Zapier Dashboard**: https://helix-coordination-dashboard.zapier.app
**Context Vault**: Navigate to page 16 in Streamlit dashboard
Expand Down