-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMUT.json
More file actions
41 lines (41 loc) · 1.25 KB
/
MUT.json
File metadata and controls
41 lines (41 loc) · 1.25 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
{
"state": "mixed",
"scope": "repo_root",
"reason": "Root contains narrow mutable entrypoints plus config files; release notes, current-state, delivery-note, and RFC-report Markdown live under docs/.",
"file_name_max": 24,
"folder_name_max": 16,
"path_max": 120,
"legacy_exempt_prefixes": [
"LEGACY_UNITTEST_INVENTORY.json",
"docs/review/conformance/",
"examples/advanced_protocol_delivery/",
"docs/LIFECYCLE_AND_EMBEDDED_SERVER.md",
"examples/http_entity_static/",
"examples/advanced_delivery/",
"examples/http11_asgi3_demo",
"examples/websocket_uix_demo",
"examples/webtransport_mtls_demo",
"examples/PHASE4_PROTOCOL_PAIRING.md",
"tests/",
"tools/",
"profiles/",
"src/tigrcorn/profiles/",
"src/tigrcorn/capabilities/schema/runtime-capability-registry.schema.json",
"docs/review/performance/",
"examples/http_entity_static",
"examples/advanced_protocol_delivery",
"examples/advanced_delivery",
"docs/proposals/",
"DEFAULT_AUDIT.json",
"DEFAULT_AUDIT.md",
"PROFILE_DEFAULTS/",
".github/",
"docs/architecture/",
"assets/",
"assets/tigrcorn_brand_frag_light.png",
"assets/tigrcorn_brand_frag_dark.png",
"pkgs/",
"packages/",
".ssot/"
]
}