Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit a6d24e1

Browse files
chore(clade): backfill [status] lifecycle block (#96)
Backfills the `[status]` lifecycle block (clade-hygiene CLADE-004/005, gv-clade-index ADR 0006). Correct the phase if it isn't actually active. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 329a5c0 commit a6d24e1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.machine_readable/CLADE.a2ml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,24 @@ bitbucket = "hyperpolymath/v3-templater"
2424
type = "standalone"
2525
parent = "V3 template generation tool"
2626
born = "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"

0 commit comments

Comments
 (0)