-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathCODEOWNERS
More file actions
31 lines (25 loc) · 1.16 KB
/
CODEOWNERS
File metadata and controls
31 lines (25 loc) · 1.16 KB
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
27
28
29
30
31
# Default owner for everything not matched below
* @oaslananka
# Workflow changes require explicit approval
.github/workflows/** @oaslananka
.github/rulesets/** @oaslananka
.actrc @oaslananka
# Release and packaging pipeline
scripts/sync_mcp_metadata.py @oaslananka
pyproject.toml @oaslananka
package.json @oaslananka
# Security and policy docs
SECURITY.md @oaslananka
docs/security/** @oaslananka
docs/autonomy.md @oaslananka
docs/release-process.md @oaslananka
docs/workflow-security.md @oaslananka
# Azure and GitLab CI
.azure/** @oaslananka
.gitlab-ci.yml @oaslananka
# Secrets references
.env.example @oaslananka
# Capability and policy layer (new in this branch)
src/kicad_mcp/capabilities.py @oaslananka
src/kicad_mcp/policy/** @oaslananka
src/kicad_mcp/execution/** @oaslananka