-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
61 lines (55 loc) · 1.61 KB
/
Copy pathCODEOWNERS
File metadata and controls
61 lines (55 loc) · 1.61 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Binding ownership policy for codebase-memory-mcp.
#
# This repository is user-owned, so ownership is expressed with individual
# GitHub handles rather than organization teams.
#
# CODEOWNERS is the binding merge gate, not the reviewer directory.
# Advisory area reviewers are recorded in MAINTAINERS.md. A handle appears in
# this file only when that person is authorized to satisfy binding code-owner
# approval for the matching path.
# Default owner gate: every pull request crosses the project owner's desk.
* @DeusData
# Security-sensitive and authority-sensitive surfaces.
/.github/ @DeusData
/scripts/ @DeusData
/Makefile.cbm @DeusData
/SECURITY.md @DeusData
/docs/SECURITY-DISCLOSURE.md @DeusData
/CONTRIBUTING.md @DeusData
/CODE_OF_CONDUCT.md @DeusData
/DCO @DeusData
/LICENSE @DeusData
/MAINTAINERS.md @DeusData
# Release and distribution surfaces.
/pkg/ @DeusData
/install.sh @DeusData
/install.ps1 @DeusData
/server.json @DeusData
/glama.json @DeusData
/flake.nix @DeusData
/flake.lock @DeusData
/THIRD_PARTY.md @DeusData
/vendored/ @DeusData
/internal/cbm/vendored/ @DeusData
# Core product surfaces.
/src/foundation/ @DeusData
/src/store/ @DeusData
/src/cypher/ @DeusData
/src/graph_buffer/ @DeusData
/src/mcp/ @DeusData
/src/cli/ @DeusData
/src/discover/ @DeusData
/src/watcher/ @DeusData
/src/pipeline/ @DeusData
/src/git/ @DeusData
/src/semantic/ @DeusData
/src/simhash/ @DeusData
/src/traces/ @DeusData
/src/ui/ @DeusData
# Extraction, language support, and graph UI.
/internal/cbm/ @DeusData
/tools/ @DeusData
/graph-ui/ @DeusData
# Test and reproduction infrastructure.
/tests/ @DeusData
/test-infrastructure/ @DeusData