fix(iso): reword clawdie-ai "retired" → "superseded by Colibri" #148

Merged
clawdie merged 1 commit from chore/clawdie-ai-wording-fix into main 2026-06-26 21:16:05 +02:00

1 commit

Author SHA1 Message Date
Sam & Claude
432f4b260c fix(iso): reword clawdie-ai "retired" → "superseded by Colibri"
"Retired" reads like the Clawdie product is dead — the opposite of
reality. Clawdie is the product and brand; Colibri (Rust) is the
control plane that drives it. The Node.js clawdie-ai codebase was
superseded by Colibri (PR #146) — that is the only thing that changed.

Reword every "retired"/"phased out" token to reflect this:

- build.sh manifest: clawdie_ai_ref/commit now "superseded".
- build.sh manifest: clawdie_ai_modified was "(retired)" emitted via
  the unquoted ${...:-null} field — that produced INVALID JSON
  ("clawdie_ai_modified": (retired),). Now "" → emits valid `null`.
- build.sh build banner + provenance comment: "Clawdie is the product;
  Colibri is the control plane."
- RELEASE-BUILD-RUNBOOK.md: the release-check bullets now document
  clawdie_ai_commit="superseded" and clawdie_ai_modified=null instead
  of expecting a real SHA.

No behavioral change to the build — provenance wording + a JSON fix.

(Sam & Claude)
2026-06-26 21:11:06 +02:00