File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # repo-catalog.toml
2+ # Estate identity + triage map
3+
4+ [repos .panic-attack ]
5+ identity = " canonical" # canonical | shadow | dead | unclear
6+ official_home = " self" # "self" or path/repo name
7+ visibility_target = " public" # public | private | archive | delete
8+ tier = " A" # A | B | C | D | E
9+ reason = " Primary active system"
10+ action = " enforce-standards"
11+
12+ [repos .standards ]
13+ identity = " canonical"
14+ official_home = " self"
15+ visibility_target = " public"
16+ tier = " A"
17+ reason = " Constitutional standards source"
18+ action = " tighten + validate licensing"
19+
20+ [repos .meta-a2ml ]
21+ identity = " shadow"
22+ official_home = " standards/meta-a2ml"
23+ visibility_target = " archive"
24+ tier = " C"
25+ reason = " Absorbed into standards monorepo"
26+ action = " add redirect notice"
27+
28+ [repos .old-mirror-x ]
29+ identity = " dead"
30+ official_home = " none"
31+ visibility_target = " delete"
32+ tier = " E"
33+ reason = " Stale mirror, no unique value"
34+ action = " delete or private archive"
35+
36+ [repos .rsr-template-repo ]
37+ identity = " canonical"
38+ official_home = " self"
39+ visibility_target = " public"
40+ tier = " A"
41+ reason = " Intended template but needs cleanup"
42+ action = " decontaminate + split examples"
You can’t perform that action at this time.
0 commit comments