Commit Graph

1 Commits

Author SHA1 Message Date
Claude
f57d65ec6f Add router analysis and execution plan for v0
- CORE_ROUTERS.md: Full analysis of 36 routers, KEEP/PARK/CUT categorization
- ROUTER_PLAN.md: Detailed execution plan to reduce to 10 core routers

Analysis shows:
- Frontend calls only 10 routers (auth, blockchain, miner, devices, email, social, video, ai_chat, files, system)
- 11 integration routers (Railway, Stripe, etc.) can be parked
- 14 experimental routers (browser, games, dashboard, etc.) can be parked

Plan includes 11 phases with step-by-step instructions, success criteria, rollback plan, and 2-hour time estimate.

All code preserved and reversible. Ready for execution after approval.
2025-11-18 11:01:26 +00:00