Files
docs-blackroad-io/.github/CODEOWNERS
Alexa Amundson 0572c55ddb Add code ownership and review requirements
Compliance requirement: Code review supervision (SEC WSPs)

🤖 Generated with Claude Code
2026-01-04 16:18:10 -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