Set up Railway deployment structure for a project
/plugin marketplace add LeanEntropy/civax-cc-agents/plugin install leanentropy-railway-deployer-plugins-railway-deployer@LeanEntropy/civax-cc-agents# Setup Command Initialize Railway + Git deployment structure for a project. ## Usage ## What This Does ### 1. Verify Prerequisites - Git repository exists - Railway CLI installed and authenticated - GitHub remote configured ### 2. Git Branch Setup - Ensure `main` branch exists - Ensure `develop` branch exists - Set up tracking for both branches ### 3. Railway Project Setup - Link to existing Railway project OR create new one - Create staging environment (linked to develop) - Create production environment (linked to main) ### 4. Environment Variables - Create `.env.example` template...