Add code ownership and review requirements

Compliance requirement: Code review supervision (SEC WSPs)

🤖 Generated with Claude Code
This commit is contained in:
Alexa Amundson
2026-01-04 16:18:10 -06:00
parent 047c1c626a
commit 0572c55ddb

32
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,32 @@
# 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