feat(iso): live-rebuild lane covers zot + version-model cleanup #56
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "live-rebuild-zot-and-version-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Round 1 of pre-final-build polish (Linux-safe).
goadded to live-operator pkgs, zot source seeded at/home/clawdie/ai/zot, anddocs/LIVE-COLIBRI-REBUILD.mdgains the zotgo buildsteps.Deferred to Round 2 (FreeBSD-validated): staging the
clawdiebinary + wiring disk-install to runclawdie apply(provisions ZFS + rc.d on the target; cannot be validated from Linux).Checks:
sh -n build.shOK; prettier clean on changed docs.🤖 Generated with Claude Code
Round 1 of the pre-final-build polish (Linux-safe, no FreeBSD runtime claims): - Live rebuild lane now spans the whole agent stack, not just Colibri: - add `go` to pkg-list-live-operator.txt (builds zot on the booted USB) - seed the zot source snapshot at /home/clawdie/ai/zot via seed_live_ai_source_repo (skipped automatically if the checkout is absent) - docs/LIVE-COLIBRI-REBUILD.md: add the `go build` rebuild steps for zot and list `go` under required live packages - CHANGELOG: reconcile the stale Repository Status table to the current zot (agent) + Colibri (control plane) architecture — pi demoted to spawnable backend, clawdie-ai being pruned, clawdie-shell archived — and record that the image version tracks the zot release (git describe), no invented ISO number. Deferred to Round 2 (FreeBSD-validated): staging the `clawdie` binary and wiring disk-install to run `clawdie apply` for the deployed-system service. That path provisions ZFS + an rc.d service on the target and cannot be validated from Linux, so it goes through the FreeBSD handoff rather than shipping unproven. Checks: sh -n build.sh OK; prettier clean on changed docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>