Skip to content

Commit 67416bb

Browse files
hyperpolymathclaude
andcommitted
chore(clade): backfill [status] lifecycle block (default active)
Adds the [status] block required by clade-hygiene CLADE-004/005 (gv-clade-index ADR 0006). Default phase=active, since=2026-03-16; correct if the true phase differs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ee12db0 commit 67416bb

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
@@ -32,3 +32,24 @@ name = "CLADE"
3232
type = "standalone"
3333
parent = "Token/secret management vault"
3434
born = "2026-03-16"
35+
36+
# Lifecycle status (added by clade-status-backfill; see gv-clade-index ADR 0006).
37+
# Identity (uuid) and status are SEPARATE layers: uuid is immortal; phase is a
38+
# mutable pointer. No phase is terminal (extinct -> active is a legal "Gitassic
39+
# Park" transition on the same uuid). A rename is NOT a phase change — the old
40+
# prefixed-name goes to aliases[], uuid and phase are untouched.
41+
[status]
42+
# One of: reserved incubating active dormant | merged superseded archived extinct
43+
phase = "active"
44+
since = "2026-03-16"
45+
present = true
46+
aliases = []
47+
merged-into = ""
48+
superseded-by = ""
49+
successors = []
50+
ended = ""
51+
52+
[[status.history]]
53+
phase = "active"
54+
since = "2026-03-16"
55+
note = "backfilled default — correct if the true phase differs"

0 commit comments

Comments
 (0)