Skip to content

Commit 1f6b74f

Browse files
chore(clade): backfill [status] lifecycle block (default active) (#51)
Adds the [status] block required by clade-hygiene CLADE-004/005 (gv-clade-index ADR 0006). Default phase=active, since=2026-03-22; correct if the true phase differs. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent de0348c commit 1f6b74f

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 @@ type = "standalone"
2525
parent = ""
2626
born = "2026-03-22"
2727
evolved-from = "gossamer/examples/game-server-admin"
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-22"
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-22"
48+
note = "backfilled default — correct if the true phase differs"

0 commit comments

Comments
 (0)