← Back to wkappbot
wkappbot ★★☆

repo maintenance: gc cleanup and pre-release git audit

Pre-release git audit workflow: check tracked files, scrub secrets, use wkappbot gc to clean objects.

user/developer

Steps

  1. Run wkappbot gc --sweep to remove orphaned g...
  2. Check git-tracked hq and runtime files: git...
  3. grep -E 'hq
  4. runtime' should return empty (these dirs are...
  5. Verify no secrets committed: git log --all -...
  6. Verified 2026-04-22: test-gc-public-repo.sh...