-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (20 loc) Β· 791 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (20 loc) Β· 791 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
# Agent Forge β Code Ownership
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# The owner below is automatically requested for review on all PRs.
# This ensures every change to the forge is reviewed before merge.
# Default owner for everything
* @accesswatch
# Agents β core behavior, handle with care
.github/agents/ @accesswatch
# Prompts β slash commands
.github/prompts/ @accesswatch
# Documentation β guides and references
Documentation/ @accesswatch
# AI integration guides
ai-instructions/ @accesswatch
# Repository configuration & templates
.github/ISSUE_TEMPLATE/ @accesswatch
.github/pull_request_template.md @accesswatch
CONTRIBUTING.md @accesswatch
SECURITY.md @accesswatch