feat(justfile): add dev-clean / dev-clean-all teardown recipes #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/dev-clean-recipes"
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?
Adds the canonical
dev-clean/dev-clean-allteardown recipes, per GOV-7 (governance templatetemplates/justfile/cleanup.just).dev-cleanremoves this repo's two hook-mounted cargo volumes (dev-umbra-cargo-target,dev-umbra-cargo-registry), each guarded by adocker volume lsmembership check, then deletes the local Rust build artifacts (target/). No compose stack exists (pure binary deliverable) and the app writes no localdata/dir, so neither adocker compose downline nor a runtime-dir removal applies.dev-clean-alladditionally removes the single image this repo builds locally (umbra:checkfromcheck-docker, guarded bydocker image inspect) and runsdocker buildx prune --force.clean/dev-cleanrecipe was present, so nothing was aligned or replaced.Both guard every removal with an existence check and stay scoped to this repo (no host-global prune). Verified
just --listparses and groups both under[cleanup].Part of the GOV-7 rollout; tracked there rather than via a per-repo issue.
🤖 Generated with Claude Code