-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathCODEOWNERS
More file actions
42 lines (36 loc) · 1.59 KB
/
Copy pathCODEOWNERS
File metadata and controls
42 lines (36 loc) · 1.59 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
# CODEOWNERS — auto-request review for each layer.
#
# Every line: <pattern> <owner> [<owner>...]
# Patterns are gitignore-style, evaluated in order, LAST match wins.
#
# Until additional maintainers join the project, every path is owned
# by @Pratiyush. When more maintainers exist, update per-layer lines
# to split the load (e.g. L6 adapters → whoever cares about adapters).
* @Pratiyush
# L0 Raw — converters + adapters
llmwiki/convert.py @Pratiyush
llmwiki/adapters/ @Pratiyush
# L2 Site — HTML builder + visualization modules
llmwiki/build.py @Pratiyush
llmwiki/viz_heatmap.py @Pratiyush
llmwiki/viz_tools.py @Pratiyush
llmwiki/viz_tokens.py @Pratiyush
llmwiki/models_page.py @Pratiyush
llmwiki/compare.py @Pratiyush
llmwiki/project_topics.py @Pratiyush
# L5 Schema — docs, steering, CLAUDE.md
CLAUDE.md @Pratiyush
AGENTS.md @Pratiyush
docs/ @Pratiyush
docs/maintainers/ @Pratiyush
# L7 CI/Ops — workflows, tests, release
.github/workflows/ @Pratiyush
tests/ @Pratiyush
# Governance — anything here is sensitive and touches how the project
# is run. All changes need maintainer review.
CONTRIBUTING.md @Pratiyush
CODE_OF_CONDUCT.md @Pratiyush
SECURITY.md @Pratiyush
.github/CODEOWNERS @Pratiyush
.github/PULL_REQUEST_TEMPLATE.md @Pratiyush
.github/ISSUE_TEMPLATE/ @Pratiyush