The install/ section was clawdie-ai docs ported into colibri: it documented a
`just install` Node/tsx 20-step orchestrator + Ansible, none of which exists
here (colibri is a Cargo workspace). colibri's real installer is the `clawdie`
binary (crates/clawdie): `discover` / `plan` / `apply --yes` → ZFS datasets +
clawdie service user + rc.d/systemd unit running colibri-daemon.
- install.md: rewritten to the clawdie flow (commands, storage strategy,
what apply provisions, --create-pool safety) from crates/clawdie/README.md.
Adds a Scope section marking PF/jails/PostgreSQL/CMS provisioning as legacy
clawdie-ai (not yet in the colibri installer) — no invented commands.
- controlplane-install.md: rewritten to `cargo build -p clawdie` + apply.
- index.md: "Install orchestrator / just install" → clawdie discover/plan/apply.
- requirements.md: toolchain → Cargo/clawdie (drop Node/tsx), install command
fixed, and a note that the runtime-philosophy prose is still clawdie-ai
pending reconciliation.
Out of scope (flagged for follow-up): first-boot.md (ISO QML rewrite pending),
fresh-install-checklist.md, and the `just install/setup/doctor` mentions in the
architecture pages — all broader clawdie-ai legacy.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>