-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
36 lines (28 loc) · 908 Bytes
/
CODEOWNERS
File metadata and controls
36 lines (28 loc) · 908 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
27
28
29
30
31
32
33
34
35
36
# CODEOWNERS - Defines code ownership for review requirements
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owners for everything
* @gHashTag
# Core compiler - requires maintainer review
/src/vibeec/ @gHashTag
# Specifications - source of truth
/specs/ @gHashTag
# Generated code - should not be manually edited
# /trinity/output/ - No owner, auto-generated
# AI Agent rules - critical for workflow enforcement
CLAUDE.md @gHashTag
AGENTS.md @gHashTag
RULES.md @gHashTag
.cursorrules @gHashTag
.clinerules @gHashTag
.windsurfrules @gHashTag
.aider.conf.yml @gHashTag
.github/copilot-instructions.md @gHashTag
# CI/CD and GitHub config
/.github/ @gHashTag
# Documentation
/docs/ @gHashTag
README.md @gHashTag
CONTRIBUTING.md @gHashTag
# Security-sensitive files
SECURITY.md @gHashTag
LICENSE @gHashTag