Board - CAVE¶
Ticket prefix: CAVE.
| ID | Title | Status | Notes |
|---|---|---|---|
| CAVE-1 | Ship caveman-savings as its own repo (pipeline migration) | Done | Assembled scripts/Apply-CavemanSavings.ps1 + scripts/Migrate-CavemanBackups.ps1 from ~/OneDrive into a standalone repo with hermetic Pester tests, full docs set, and CI template, per the house tool-repo pipeline. Local commit only (org migration pending - no GitHub repo, no push). Live artifact deferred. |
Backlog (not yet tickets)¶
- If
Apply-CavemanSavings.ps1's compression step ever grows a-CompressCommandoverride parameter (to make the realcaveman-compressinvocation injectable/mockable), revisit the 60% coverage floor inTESTING.md- it should be achievable to push it back toward the house-standard 70%+ once that branch is testable without a real Python interpreter. - Once the org migration lands, push this repo to GitHub and swap the CI
runs-onlabel per the house convention noted at the top ofci.yml.