Files
L'électron rare 472cfe4ba6 feat: close plans 03/07/08/10/11 — HIL tests, compliance, onboarding, CODEOWNERS
Plan 03: test_integration_hil.sh, power_profiling.sh
Plan 07: .github/pull_request_template.md (spec link + AC checklist)
Plan 08: check_emc_radio_lvd.py, setup_branch_protection.sh
Plan 10: issue_to_pr_walkthrough.md, check_doc_links.sh, check_doc_commands.sh
Plan 11: CODEOWNERS, compliance_gate_tests.py

All 10 items closed across 5 plans.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 12:42:37 +01:00

23 lines
658 B
Plaintext

# CODEOWNERS — Require review on sensitive paths
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Security policies and tools
/tools/security/ @electron
/docs/security/ @electron
/tools/scope_guard.py @electron
/tools/scope_policy.py @electron
# CI/CD workflows
/.github/workflows/ @electron
/.github/CODEOWNERS @electron
# Compliance
/compliance/ @electron
/tools/compliance/ @electron
# AI agent configuration
/tools/ai/ @electron
# Core tooling
/Makefile @electron