diff --git a/docs/superpowers/VRP-REMOVAL-TODO.md b/docs/superpowers/VRP-REMOVAL-TODO.md index f09c091..84fa418 100644 --- a/docs/superpowers/VRP-REMOVAL-TODO.md +++ b/docs/superpowers/VRP-REMOVAL-TODO.md @@ -18,10 +18,12 @@ full suite green (2018 passed, 2 skipped), whole-branch review clean (no Critica - The generic freeze-staleness health axis (`_FREEZE_SOURCES = {"opra-pit"}`) stays - `deribit_funding` (carry edge) untouched -## Outstanding — a DEPLOY action (not code) -The `fxhnt-opra-backfill` CronJob **manifest** is removed from git, but if it exists as a live resource on the -bizworx Kapsule it must be deleted by hand: `kubectl delete cronjob fxhnt-opra-backfill` (ns foxhunt). The git -removal does not stop a running cluster resource. +## CronJob cluster-resource — VERIFIED not present (no action needed) +Checked 2026-07-21 on `bizworx-prod-kapsule`: `kubectl get cronjob fxhnt-opra-backfill -n foxhunt` → NotFound, +0 hits cluster-wide. The manifest was never applied live (or already gone), so removing it from git was +sufficient. The 5 surviving foxhunt CronJobs (ucits/bybit/ibkr rebalancers, ucits-volume, factory) are all +non-VRP. -## Not-yet-merged -Branch `chore/remove-vrp-code` — awaiting the operator's merge decision. +## Merged + pushed +Branch `chore/remove-vrp-code` merged to master (`2f957bb`) and pushed to origin. Live on prod after the next +normal git-sync + rollout-restart.