Files
AWatch-rus/.github/CODEOWNERS
T

49 lines
1.5 KiB
Plaintext

# AWatch-rus CODEOWNERS
#
# Ownership is used for review routing and engineering accountability.
# It does not certify security, legal readiness, performance or fitness for
# production use. Contributors remain responsible for the safety of their
# submissions.
# Repository default owner.
* @igor04091968
# Rust workspace and crates.
/adk-rust/ @igor04091968
**/Cargo.toml @igor04091968
**/Cargo.lock @igor04091968
**/*.rs @igor04091968
# Operational scripts and automation.
/scripts/ @igor04091968
# Product documentation, demo material and screenshots.
/docs/ @igor04091968
/docs/demo/ @igor04091968
/docs/screenshots/ @igor04091968
/docs/assets/screenshots/ @igor04091968
# Registry-readiness evidence and policy documents.
/docs/registry/ @igor04091968
# GitHub public mirror validation metadata and governance controls.
/.github/workflows/ @igor04091968
/.github/workflows/ci.yml @igor04091968
/.github/workflows/security.yml @igor04091968
/.github/workflows/coverage.yml @igor04091968
/.github/pull_request_template.md @igor04091968
/.github/ISSUE_TEMPLATE/ @igor04091968
/.github/CODEOWNERS @igor04091968
/docs/BRANCH_PROTECTION_POLICY_RU.md @igor04091968
/docs/BRANCH_PROTECTION_EVIDENCE_RU.md @igor04091968
/docs/PR_REVIEW_WORKFLOW_RU.md @igor04091968
/docs/PR_REVIEW_EVIDENCE_RU.md @igor04091968
# Ansible deployment automation.
/ansible/ @igor04091968
# Security and contribution governance.
/SECURITY.md @igor04091968
/CONTRIBUTING.md @igor04091968
/deny.toml @igor04091968