docs(build): OSA disk policy + corrected cleanup one-liner #87

Merged
clawdie merged 3 commits from docs/build-host-disk-policy into main 2026-06-21 12:25:21 +02:00

3 commits

Author SHA1 Message Date
Sam & Claude
86b218ac6c fix(build): correct the disk-cleanup paths to real build artifacts
The one-liner's `output/FreeBSD-*.img` matched nothing — OUTPUT_DIR is
tmp/output, the built image is clawdie-*.img, and the cached memstick lives in
tmp/cache (FreeBSD-*-memstick.img). Replace with `tmp/packages tmp/cache
tmp/output` — clears bundled packages, all caches (incl. work.img + the cached
memstick), and built outputs; all regenerable, all under repo-local tmp/.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 12:24:51 +02:00
2d2a757646 docs(build): add cleanup one-liner, /tmp note, mother-build PLANNED marker 2026-06-21 12:17:57 +02:00
1c427bb93b docs(build): record OSA disk policy and mother-build rationale (Sam & Codex) 2026-06-21 12:12:29 +02:00