mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:17:21 +00:00
- ModuleManager: Central tracking for installed marketplace modules - DataAnalyzerWidget: Real-time CPU/RAM/Battery/Storage widget (unlocked by Data Analyzer module) - BottomNavBar: Navigation bar for Projects/Chat/Marketplace/Settings - RootShell: Real root command execution utility - TerminalActivity: Full root shell with neofetch, sysinfo, real Linux commands - Terminal Pro module: Adds aliases (ll, la, h), command history - ArcadeActivity + SnakeGame: Pixel Arcade module unlocks retro games - fade_in/fade_out animations for smooth transitions
2 KiB
2 KiB
Axiom Model - Phase 1 Migration
How to Use This Package
You have 3 files to help with the Phase 1 code migration:
1. PHASE1-CHECKLIST.txt ← START HERE
Simple, easy-to-read checklist of all files to copy.
- ✅ Just check off items as you copy them
- 📋 Best for quick reference while working
- 👥 Share this with your team
2. PHASE1-FILES.json
Machine-readable list of all files with metadata.
- 🤖 Use this if you want to script/automate the copy
- 📊 Includes priority levels, categories, and notes
- 💻 Parse this in your favorite tool
3. AXIOM-MODEL-PHASE1-SCOPE.md
Complete detailed documentation.
- 📖 Full explanation of every file and why it matters
- 🎯 Includes adaptation notes and potential blockers
- 🔍 Reference this if you get stuck on something
Quick Start
- Read PHASE1-CHECKLIST.txt
- Copy all files listed from aethex.dev → aethex.foundation
- Update environment variables on Replit
- Test login flow end-to-end
- Proceed to Phase 2 when Phase 1 passes
Key Things to Remember
- Update VITE_API_BASE from
https://aethex.dev→https://aethex.foundation - Convert API endpoints from Vercel
/api/*to Express routes - Update Discord OAuth app redirect URI to use aethex.foundation
- Set all environment variables on Replit (Supabase, Discord, etc.)
Estimated Time
17-25 hours for complete Phase 1 migration
Questions?
Refer to AXIOM-MODEL-PHASE1-SCOPE.md sections:
- Import issues? → Section 7: Libraries & Dependencies
- What file goes where? → Sections 1-5: Complete file listing
- How do I adapt? → Section 7: Critical Adaptations
- How do I test? → Section 9: Checklist → Testing Phase 1
Next: Phase 2
Once Phase 1 is complete, Phase 2 involves:
- Supabase permission migration (Foundation gets full access)
aethex.devloses direct write access to user_profiles
Then Phase 3:
- Reroute
aethex.devlogin →aethex.foundation(SSO)
Done! The Axiom Model is live.