Follow-up to #155. Adds the "Re-process library" trigger so the new crop detectors (#1202) can be applied to the existing back-catalogue, not just new images — reprocess_gpu_jobs resets done/error jobs to pending, POST /api/gpu/reprocess, and a GpuAgentCard button. Server-side only (web/ml); the agent image is unchanged from #155. CI green on dev (run 1742).
Follow-up to #155. Adds the "Re-process library" trigger so the new crop detectors (#1202) can be applied to the existing back-catalogue, not just new images — `reprocess_gpu_jobs` resets done/error jobs to pending, `POST /api/gpu/reprocess`, and a GpuAgentCard button. Server-side only (web/ml); the agent image is unchanged from #155. CI green on dev (run 1742).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
The siglip/ccip backfills skip images that already have current-version regions,
so adding crop detectors only affected NEW images — the back-catalogue would
never be re-cropped. Add a reprocess trigger that resets every done/error job of
a task back to pending, so the agent re-runs the FULL pipeline (figure detection
+ CCIP + concept/panel crops) over the whole library under the current detectors.
- reprocess_gpu_jobs(task='ccip') task + POST /api/gpu/reprocess.
- gpu store reprocess() + GpuAgentCard "Re-process library (re-detect + re-crop)"
button with a confirm (it's heavy).
- Test: a done job resets to pending (attempts cleared).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Follow-up to #155. Adds the "Re-process library" trigger so the new crop detectors (#1202) can be applied to the existing back-catalogue, not just new images —
reprocess_gpu_jobsresets done/error jobs to pending,POST /api/gpu/reprocess, and a GpuAgentCard button. Server-side only (web/ml); the agent image is unchanged from #155. CI green on dev (run 1742).🤖 Generated with Claude Code