Skip to content

Commit 369e3a0

Browse files
chore(clade): backfill [status] lifecycle block (#113)
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 beeab0d commit 369e3a0

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
@@ -25,3 +25,24 @@ bitbucket = "hyperpolymath/stapeln"
2525
type = "standalone"
2626
parent = "Container layer management — verified builds"
2727
born = "2026-03-16"
28+
29+
# Lifecycle status (added by clade-status-backfill; see gv-clade-index ADR 0006).
30+
# Identity (uuid) and status are SEPARATE layers: uuid is immortal; phase is a
31+
# mutable pointer. No phase is terminal (extinct -> active is a legal "Gitassic
32+
# Park" transition on the same uuid). A rename is NOT a phase change — the old
33+
# prefixed-name goes to aliases[], uuid and phase are untouched.
34+
[status]
35+
# One of: reserved incubating active dormant | merged superseded archived extinct
36+
phase = "active"
37+
since = "2026-03-16"
38+
present = true
39+
aliases = []
40+
merged-into = ""
41+
superseded-by = ""
42+
successors = []
43+
ended = ""
44+
45+
[[status.history]]
46+
phase = "active"
47+
since = "2026-03-16"
48+
note = "backfilled default — correct if the true phase differs"

0 commit comments

Comments
 (0)