Skip to content

Commit e2d57f3

Browse files
chore(clade): backfill [status] lifecycle block (#89)
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 35cd44b commit e2d57f3

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/ipfs-overlay"
2424
type = "standalone"
2525
parent = "IPFS overlay network 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)