Skip to content

Commit f3adf40

Browse files
Add repo-catalog-template.toml with repository details
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent a64608f commit f3adf40

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

repo-catalog-template.toml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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"

0 commit comments

Comments
 (0)