You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backfills the `[status]` lifecycle block (default `active`,
`since=2025-09-12`) 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>
one-sentence = "AffineScript is JavaScript-ergonomic correctness: the developer experience of the -script family raised to a higher correctness floor through affine types, compiling to Typed WASM."
39
+
40
+
# Lifecycle status (added by clade-status-backfill; see gv-clade-index ADR 0006).
41
+
# Identity (uuid) and status are SEPARATE layers: uuid is immortal; phase is a
42
+
# mutable pointer. No phase is terminal (extinct -> active is a legal "Gitassic
43
+
# Park" transition on the same uuid). A rename is NOT a phase change — the old
44
+
# prefixed-name goes to aliases[], uuid and phase are untouched.
45
+
[status]
46
+
# One of: reserved incubating active dormant | merged superseded archived extinct
47
+
phase = "active"
48
+
since = "2025-09-12"
49
+
present = true
50
+
aliases = []
51
+
merged-into = ""
52
+
superseded-by = ""
53
+
successors = []
54
+
ended = ""
55
+
56
+
[[status.history]]
57
+
phase = "active"
58
+
since = "2025-09-12"
59
+
note = "backfilled default — correct if the true phase differs"
0 commit comments