Parent: #1826
Problem
The #1826 inventory (see comment) identified 3 Cloudflare resources with zero wrangler.jsonc bindings and zero code references anywhere in the repo:
wrangler.jsonc itself documents that the API worker "no longer binds Workers AI, Vectorize, R2 review audit storage, or Browser Rendering for review execution" — these are confirmed leftovers from the pre-self-host hosted-review era.
Requirements
- Confirm no self-host or CI tooling reads/writes these resources by any indirect path (e.g. a script, a backup job) before deleting.
- Export/snapshot each resource's contents first as a safety net (even though they're unbound, in case of stale data worth a final look).
- Delete
REVIEW_CONFIG, gittensory-review-audit, and reviewbot-audit via wrangler kv namespace delete / wrangler r2 bucket delete (or the Cloudflare dashboard).
Acceptance criteria
- All 3 resources removed from the Cloudflare account.
- No self-host or CI job breaks (nothing referenced them to begin with, so this should be a no-op for running systems).
Ownership
Maintainer-only. No gittensor:* labels — destructive infra cleanup requires explicit owner approval before execution.
Parent: #1826
Problem
The #1826 inventory (see comment) identified 3 Cloudflare resources with zero
wrangler.jsoncbindings and zero code references anywhere in the repo:REVIEW_CONFIG(KV namespace)gittensory-review-audit(R2 bucket)reviewbot-audit(R2 bucket — predates gittensory, leftover from the standalonereviewbotproject that converged via Convergence: reviewbot → gittensory (native review engine, flag-gated default-OFF) #1036)wrangler.jsoncitself documents that the API worker "no longer binds Workers AI, Vectorize, R2 review audit storage, or Browser Rendering for review execution" — these are confirmed leftovers from the pre-self-host hosted-review era.Requirements
REVIEW_CONFIG,gittensory-review-audit, andreviewbot-auditviawrangler kv namespace delete/wrangler r2 bucket delete(or the Cloudflare dashboard).Acceptance criteria
Ownership
Maintainer-only. No
gittensor:*labels — destructive infra cleanup requires explicit owner approval before execution.