Skip to content

Commit 821f4b4

Browse files
chore(clade): backfill [status] lifecycle block (#285)
Backfills the `[status]` lifecycle block (default `active`, `since=2026-03-16`) required by clade-hygiene CLADE-004/005 — see 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 f690c7d commit 821f4b4

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

0 commit comments

Comments
 (0)