-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
51 lines (46 loc) · 3.36 KB
/
Copy pathCODEOWNERS
File metadata and controls
51 lines (46 loc) · 3.36 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
# GENERATED FILE - do not hand-edit.
# python3 scripts/gen_codeowners.py rewrite
# python3 scripts/gen_codeowners.py --check CI: fails if this has drifted
#
# Ownership comes from agent-owners.json. Editing this file by hand does not change who
# owns an agent - it just makes the two disagree until CI says so.
#
# LAST MATCH WINS in CODEOWNERS, so the order here is load-bearing:
# 1. `*` is the floor: anything unnamed needs an admin.
# 2. each corpus goes to its owner AND the admins.
# 3. admin-only paths come LAST so they win inside a folder a contributor owns.
* @tyler-technologies/onetyler-tcp-pm-admins
# ---- one corpus per owner -------------------------------------------------------------
# A contributor may edit any file and open a change request for it; only the owner of
# that corpus, or an admin, can approve it through. Feedback stays open to everyone.
/Knowledge-AlignedReleases/ @jayexprs @tyler-technologies/onetyler-tcp-pm-admins
/Knowledge-BP-General/ @vijay-tylertech @tyler-technologies/onetyler-tcp-pm-admins
/Knowledge-TylerIdentity/ @jon-olson-tylertech @tyler-technologies/onetyler-tcp-pm-admins
/Knowledge-OpsCenter/ @vijay-tylertech @tyler-technologies/onetyler-tcp-pm-admins
/Knowledge-SupportAccessCenter/ @vijay-tylertech @tyler-technologies/onetyler-tcp-pm-admins
/Knowledge-StatusPageAndSLA/ @vijay-tylertech @tyler-technologies/onetyler-tcp-pm-admins
# Shared corpus: uploads to ALL five collections, so a change here alters what every
# agent says. Admin-owned for the same reason routing is.
/Knowledge-Shared/ @tyler-technologies/onetyler-tcp-pm-admins
# ---- transcripts ---------------------------------------------------------------------
# Reviews are the contributors' own work, and any of them may review any transcript -
# the per-agent split is about corpus CONTENT, not about who may record a verdict.
/transcripts/ @tyler-technologies/onetyler-tcp-pm-contributors @tyler-technologies/onetyler-tcp-pm-admins
# ---- admin-only, LAST so these win --------------------------------------------------
/README.md @tyler-technologies/onetyler-tcp-pm-admins
/team-config/ @tyler-technologies/onetyler-tcp-pm-admins
/CLAUDE.md @tyler-technologies/onetyler-tcp-pm-admins
/contributor-initial-prompt.md @tyler-technologies/onetyler-tcp-pm-admins
/contributor-update-prompt.md @tyler-technologies/onetyler-tcp-pm-admins
/contributor-prompting-guide.md @tyler-technologies/onetyler-tcp-pm-admins
/DAILY-WORKFLOW.md @tyler-technologies/onetyler-tcp-pm-admins
/transcripts/README.md @tyler-technologies/onetyler-tcp-pm-admins
/transcripts/ONBOARDING.md @tyler-technologies/onetyler-tcp-pm-admins
/scripts/ @tyler-technologies/onetyler-tcp-pm-admins
/Start-reviewing.command @tyler-technologies/onetyler-tcp-pm-admins
/Start-reviewing.bat @tyler-technologies/onetyler-tcp-pm-admins
/templates/ @tyler-technologies/onetyler-tcp-pm-admins
/.github/ @tyler-technologies/onetyler-tcp-pm-admins
/.gitignore @tyler-technologies/onetyler-tcp-pm-admins
/contributors.json @tyler-technologies/onetyler-tcp-pm-admins
/agent-owners.json @tyler-technologies/onetyler-tcp-pm-admins