feat(justfile): add dev-clean / dev-clean-all teardown recipes #36
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 named cargo volumes mounted byjust pre-commit(dev-explorer-bookmarks-cargo-target,dev-explorer-bookmarks-cargo-registry) and deletes the local Rust build artifact dirtarget/.docker compose downstep and no compose-defined volumes; there is also no localdata/runtime dir to remove.dev-clean-alladdsdocker buildx prune --force. The repo builds no locally tagged images (itscheck-docker/build-dockerrecipes use--output/--targetwith no-ttag), so no image-removal loop is included.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