feat: stage the simplified clawdie agent into the ISO (Sam & Claude) #5

Merged
clawdie merged 1 commit from feat/clawdie-staging-onto-live-boot into main 2026-06-02 09:18:02 +02:00

1 commit

Author SHA1 Message Date
Sam & Claude
cf1c58a95c feat: stage the simplified clawdie agent into the ISO (Sam & Claude)
Adds an opt-in FEATURE_CLAWDIE lane that stages the new one-binary clawdie
agent (glasspane + herdr + DeepSeek/Telegram) from the shared ../colibri
checkout, alongside the existing Colibri daemon staging.

- build.cfg: FEATURE_CLAWDIE (default NO), CLAWDIE_ARTIFACT_DIR, CLAWDIE_ENABLE,
  plus build-flag credential notes.
- scripts/stage-clawdie-iso.sh: install clawdie binary + rc.d + rc.conf sample
  + optional clawdie.env override template.
- build.sh: resolve_clawdie_paths, preflight_clawdie_artifacts,
  install_clawdie_service (creates clawdie user/group, enables rc.d like
  Clawdie-AI), status line, and call-site wiring. Gated; default build unchanged.
- iso-build skill: clawdie preflight section + a "carry the XFCE operator-USB
  fixes" reminder for the next build (SDDM-over-LightDM, clawdie-live-gpu KMS,
  hardened USB power policy).

sh -n clean on build.sh and stage-clawdie-iso.sh; markdown gate clean on
touched files.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 09:10:49 +02:00