Skip to content

chore(cleanup): retire orphaned Cloudflare resources (REVIEW_CONFIG KV, gittensory-review-audit R2, reviewbot-audit R2) #2644

Description

@JSONbored

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.

Metadata

Metadata

Assignees

Labels

maintainer-onlyOwner-only work — yields no Gittensor points.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions