Skip to content

chore(metadata): move cleanup commands to cleanup metadata#196

Merged
shiny-code-bot merged 1 commit into
mainfrom
every-code/cbusillo-code-188-every-code-cbusillo-code-188-235e797b9cfba5ed
May 29, 2026
Merged

chore(metadata): move cleanup commands to cleanup metadata#196
shiny-code-bot merged 1 commit into
mainfrom
every-code/cbusillo-code-188-every-code-cbusillo-code-188-235e797b9cfba5ed

Conversation

@cbusillo
Copy link
Copy Markdown
Owner

Summary

  • move repo closeout cleanup metadata from qualityGate.scripts into cleanup.commands
  • mark the warm-cache cleanup as routine closeout evidence
  • keep the cold cleanup command as explicit/report-only metadata with when: "cold"

Closes #188

Verification

  • jq empty .github/github.json
  • /Users/cbusillo/Developer/codex-skills/github/scripts/github-repo-snapshot.sh --json | jq -e '.cleanup.status == "configured" and (.cleanup.routineCommands | length) == 1 and .cleanup.routineCommands[0].command == "just local-cleanup-space --apply --keep-current-fast-cache" and (.cleanup.commands | length) == 2'
  • ./build-fast.sh

Notes

  • JetBrains closeout was attempted for changed files, but the inspection API returned HTTP 500 before producing findings.

@shiny-code-bot shiny-code-bot merged commit b43cef8 into main May 29, 2026
1 check passed
@shiny-code-bot shiny-code-bot deleted the every-code/cbusillo-code-188-every-code-cbusillo-code-188-235e797b9cfba5ed branch May 29, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move cleanup scripts into cleanup.commands metadata

2 participants