fix: Add Railway deployment configs and GitHub workflows

- Add Railway configuration (railway.toml)
- Add GitHub Actions workflows
  - Railway deployment automation
  - Python/Node.js testing
  - Health check monitoring
- Add GitHub templates (CODEOWNERS, PR template)
- Add requirements files if missing
- Standardize deployment across all services

This ensures consistent deployment patterns across the entire
BlackRoad OS infrastructure.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alexa Louise
2025-12-10 15:35:09 -06:00
parent 5b8f5be59a
commit c00b6ee2a1
30 changed files with 2712 additions and 198 deletions

19
.github/CODEOWNERS vendored
View File

@@ -1,8 +1,13 @@
# Canonical code ownership for BlackRoad OS meta repository
# Keep ownership broad and predictable; satellite repos may define finer rules.
# BlackRoad OS Code Owners
* @alexa
* @alexa-amundson
/docs/ @docs-team @alexa-amundson
/os-spec/ @infra-team @alexa-amundson
/tools/ @infra-team @alexa-amundson
/.github/ @infra-team @alexa-amundson
# Python services
*.py @alexa
# Railway configurations
railway*.json @alexa
railway*.toml @alexa
# Security-sensitive files
.env* @alexa
*secret* @alexa