Files
blackroad-os-web/.github/CODEOWNERS
Alexa Amundson 458c2c044b feat: real-time live data integration
- lib/live-data.ts: Shared TypeScript client for blackroad-live-data Worker
- components/live-stats.tsx: LiveStatsBar, RecentRepos, AgentStatusGrid components
- app/page.tsx: Import LiveStatsBar in main page header

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-24 14:29:09 -06:00

33 lines
919 B
Plaintext

# Code Owners - BlackRoad OS
#
# These owners will be automatically requested for review when someone
# opens a pull request that modifies code in specific areas.
#
# Each line is a file pattern followed by one or more owners.
# Global ownership
* @blackboxprogramming
# Compliance and security
/compliance/** @blackboxprogramming
/security/** @blackboxprogramming
/.github/SECURITY.md @blackboxprogramming
/SECURITY.md @blackboxprogramming
# Documentation
/docs/** @blackboxprogramming
/README.md @blackboxprogramming
/CONTRIBUTING.md @blackboxprogramming
# Infrastructure and deployment
/infrastructure/** @blackboxprogramming
/.github/workflows/** @blackboxprogramming
/terraform/** @blackboxprogramming
/cloudflare/** @blackboxprogramming
# Critical configuration files
/.github/** @blackboxprogramming
/package.json @blackboxprogramming
/tsconfig.json @blackboxprogramming
/wrangler.toml @blackboxprogramming