mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 00:57:12 -05:00
- 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>
14 lines
192 B
Plaintext
14 lines
192 B
Plaintext
# BlackRoad OS Code Owners
|
|
* @alexa
|
|
|
|
# Python services
|
|
*.py @alexa
|
|
|
|
# Railway configurations
|
|
railway*.json @alexa
|
|
railway*.toml @alexa
|
|
|
|
# Security-sensitive files
|
|
.env* @alexa
|
|
*secret* @alexa
|