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.
Steps
- Run wkappbot gc --sweep to remove orphaned g...
- Check git-tracked hq and runtime files: git...
- grep -E 'hq
- runtime' should return empty (these dirs are...
- Verify no secrets committed: git log --all -...
- Verified 2026-04-22: test-gc-public-repo.sh...