docs: add local Docker cleanup guidance - #83
Merged
Elodie Mirza (elodiejmirza) merged 1 commit intoJul 18, 2026
Conversation
Signed-off-by: Elodie Mirza <elodiejmirza@gmail.com>
Elodie Mirza (elodiejmirza)
marked this pull request as ready for review
July 18, 2026 17:31
Elodie Mirza (elodiejmirza)
deleted the
codex/docker-cleanup-instructions
branch
July 18, 2026 17:31
There was a problem hiding this comment.
Pull request overview
Adds explicit guidance to AGENTS.md for scoped end-of-task local Docker cleanup to prevent accumulation of re-pullable images and build cache, while avoiding unsafe broad prune operations.
Changes:
- Documented an “End-Of-Task Local Docker Cleanup” checklist focusing on inventory, digest-verified removals, and scoped cleanup.
- Added explicit constraints to avoid removing unrelated Docker assets and to record what was removed/preserved.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| update `ROADMAP.md` as the repository backup before treating the release as | ||
| closed. | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BLUF
AGENTS.md.Verification
scripts/verify-docs.sh— not run;AGENTS.mdis outside the release-doc gate.cargo test --all-features— not run; no Rust code changed.cargo clippy --all-targets --all-features -- -D warnings— not run; no Rust code changed.Security Checklist
Notes
LL-0007: record what cleanup removed and preserved.