feat(justfile): add dev-clean / dev-clean-all teardown recipes #48
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 the two hook-mounted cargo volumes (dev-monkey-cargo-target,dev-monkey-cargo-registry) and deletes the local Rust build artifacttarget/.dev-clean-alladditionally removes the images this repo builds (monkey:checkfromcheck-docker,monkey:localfrombuild-docker) and runsdocker buildx prune --force.monkey is a pure CLI with no compose stack and writes no local runtime
data/dir, so there is nodocker compose downline and nodata/removal; there was no pre-existing clean recipe to align.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