File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,3 +24,24 @@ bitbucket = "hyperpolymath/rsr-template-repo"
2424type = "standalone"
2525parent = "RSR template — scaffold for new repos"
2626born = "2026-03-16"
27+
28+ # Lifecycle status (added by clade-status-backfill; see gv-clade-index ADR 0006).
29+ # Identity (uuid) and status are SEPARATE layers: uuid is immortal; phase is a
30+ # mutable pointer. No phase is terminal (extinct -> active is a legal "Gitassic
31+ # Park" transition on the same uuid). A rename is NOT a phase change — the old
32+ # prefixed-name goes to aliases[], uuid and phase are untouched.
33+ [status]
34+ # One of: reserved incubating active dormant | merged superseded archived extinct
35+ phase = "active"
36+ since = "2026-03-16"
37+ present = true
38+ aliases = []
39+ merged-into = ""
40+ superseded-by = ""
41+ successors = []
42+ ended = ""
43+
44+ [[status.history]]
45+ phase = "active"
46+ since = "2026-03-16"
47+ note = "backfilled default — correct if the true phase differs"
You can’t perform that action at this time.
0 commit comments