snipe/app/tasks
pyr0ball cc997c09e3 refactor: rename CF_ORCH_URL → GPU_SERVER_URL (backward-compat alias kept)
GPU_SERVER_URL is the self-explanatory name a self-hoster can understand
without knowing CircuitForge internals. CF_ORCH_URL continues to work as
a drop-in fallback alias (runner.py, main.py both check GPU_SERVER_URL
first, then CF_ORCH_URL).

Updated everywhere the env var is referenced or documented:
- app/tasks/runner.py
- api/main.py
- app/llm/router.py
- .env.example (alias note added)
- compose.override.yml
- compose.cloud.yml
- config/llm.cloud.yaml
- tests/test_tasks/test_runner.py (primary key updated; 13/13 still pass)

Follows the GPU_SERVER_URL convention established in kiwi (see kiwi
app/core/config.py).

Closes: #55
2026-05-21 15:05:27 -07:00
..
__init__.py feat(tasks): add vision task scheduler for trust_photo_analysis 2026-03-31 09:27:55 -07:00
monitor.py feat(monitor): background saved-search monitoring with watch alerts (#12) 2026-05-04 08:24:56 -07:00
runner.py refactor: rename CF_ORCH_URL → GPU_SERVER_URL (backward-compat alias kept) 2026-05-21 15:05:27 -07:00
scheduler.py feat: preferences store, community signals, a11y + API fixes 2026-04-14 16:15:09 -07:00