-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroot_change_control.yaml
More file actions
138 lines (138 loc) · 3.75 KB
/
Copy pathroot_change_control.yaml
File metadata and controls
138 lines (138 loc) · 3.75 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
version: 1
entries:
.agents:
owner: repo
change_class: local-only
approval_rule: architecture-review
tracked_policy: must-remain-untracked
tracked_policy_reason: repo-local plans and conversations must never enter git tracked public surface
.clusterfuzzlite:
owner: repo
change_class: platform
approval_rule: architecture-review
.env:
owner: repo
change_class: local-only
approval_rule: architecture-review
tracked_policy: must-remain-untracked
tracked_policy_reason: local runtime secrets may exist for operator convenience but must never enter git tracked public surface
.devcontainer:
owner: repo
change_class: platform
approval_rule: architecture-review
.env.example:
owner: repo
change_class: public-config
approval_rule: architecture-review
.github:
owner: repo
change_class: platform
approval_rule: architecture-review
.gitignore:
owner: repo
change_class: hygiene
approval_rule: architecture-review
.pre-commit-config.yaml:
owner: repo
change_class: policy
approval_rule: architecture-review
.runtime-cache:
owner: repo
change_class: local-only
approval_rule: architecture-review
tracked_policy: must-remain-untracked
tracked_policy_reason: runtime receipts and caches must never enter git tracked public surface
.serena:
owner: repo
change_class: local-only
approval_rule: architecture-review
tracked_policy: must-remain-untracked
tracked_policy_reason: Serena caches and project metadata are repo-local tooling residue and must never enter git tracked public surface
AGENTS.md:
owner: repo
change_class: governance
approval_rule: architecture-review
CHANGELOG.md:
owner: repo
change_class: public-doc
approval_rule: architecture-review
CLAUDE.md:
owner: repo
change_class: governance
approval_rule: architecture-review
CODE_OF_CONDUCT.md:
owner: repo
change_class: public-doc
approval_rule: architecture-review
CONTRIBUTING.md:
owner: repo
change_class: public-doc
approval_rule: architecture-review
LICENSE:
owner: repo
change_class: legal
approval_rule: architecture-review
NOTICE:
owner: repo
change_class: legal
approval_rule: architecture-review
README.md:
owner: repo
change_class: public-doc
approval_rule: architecture-review
SECURITY.md:
owner: repo
change_class: security
approval_rule: architecture-review
SUPPORT.md:
owner: repo
change_class: public-doc
approval_rule: architecture-review
THIRD_PARTY_NOTICES.md:
owner: repo
change_class: legal
approval_rule: architecture-review
apps:
owner: repo
change_class: canonical-root
approval_rule: architecture-review
contracts:
owner: repo
change_class: canonical-root
approval_rule: architecture-review
docs:
owner: repo
change_class: canonical-root
approval_rule: architecture-review
ops:
owner: repo
change_class: canonical-root
approval_rule: architecture-review
package-lock.json:
owner: repo
change_class: dependency-root
approval_rule: architecture-review
package.json:
owner: repo
change_class: public-entrypoint
approval_rule: architecture-review
packages:
owner: repo
change_class: canonical-root
approval_rule: architecture-review
pyproject.toml:
owner: repo
change_class: dependency-root
approval_rule: architecture-review
sitecustomize.py:
owner: repo
change_class: runtime-hygiene
approval_rule: architecture-review
tests:
owner: repo
change_class: canonical-root
approval_rule: architecture-review
tooling:
owner: repo
change_class: canonical-root
approval_rule: architecture-review