quantum-ai-v2/scripts
Claude ffb429239d 🔒 Implement comprehensive deployment control system
- Create protected branch strategy: main (production) ← staging ← development
- Configure Railway deployment controls with environment-specific settings
- Add GitHub branch protection setup script with automated configuration
- Implement comprehensive deployment control documentation:
  - Complete deployment control guide with Railway configuration
  - Quick reference development workflow guide
  - Detailed deployment checklist for all phases
  - Pull request template with quality gates

🛡️ Safety Features:
- main branch: Protected, requires PR approval, auto-deploys to production
- staging branch: Optional pre-production testing environment
- development branch: Safe zone for all development work, no auto-deploy
- Emergency procedures: Hotfix and rollback processes documented

🚀 Workflow Benefits:
- Prevents accidental production deployments
- Maintains development velocity on safe branches
- Clear promotion path: development → staging → production
- Automated quality gates and approval processes

📋 Setup Instructions:
- Run ./scripts/setup_branch_protection.sh for GitHub protection
- Configure Railway to deploy only from designated branches
- Use DEVELOPMENT_WORKFLOW.md for daily development guide

Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 17:53:30 +05:30
..
auto_update_docs.py 🤖 Add specialized subagents and auto-documentation system 2025-07-27 17:47:37 +05:30
setup_branch_protection.sh 🔒 Implement comprehensive deployment control system 2025-07-27 17:53:30 +05:30
setup_git_hooks.sh 🤖 Add specialized subagents and auto-documentation system 2025-07-27 17:47:37 +05:30
update_docs_manual.sh 🤖 Add specialized subagents and auto-documentation system 2025-07-27 17:47:37 +05:30