-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (20 loc) · 633 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
26 lines (20 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-License-Identifier: PMPL-1.0-or-later
# SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath)
#
# CODEOWNERS — gitbot-fleet
# Default owner for all files
* @hyperpolymath
# Core orchestration (security-critical — taint flow validated)
/fleet-coordinator.sh @hyperpolymath
/scripts/ @hyperpolymath
# Rust executors
/robot-repo-automaton/ @hyperpolymath
/shared-context/ @hyperpolymath
# Bot implementations
/bots/ @hyperpolymath
# Security-sensitive
/.github/workflows/ @hyperpolymath
/.well-known/ @hyperpolymath
/SECURITY.md @hyperpolymath
# Machine-readable metadata
/.machine_readable/ @hyperpolymath