snipe/app
pyr0ball 341d66d5f0 feat: migrate shared_db (sellers/market_comps/blocklist) from SQLite to Postgres (#45)
Three-layer migration: SQLite Store remains for per-user tables (listings,
trust_scores, background_tasks, community_signals). Postgres takes over
for all high-contention shared tables.

Closes: #45
2026-05-22 15:49:02 -07:00
..
db feat(db): wire Postgres shared backend into main.py and extend protocol 2026-05-22 15:47:36 -07:00
llm refactor: rename CF_ORCH_URL → GPU_SERVER_URL (backward-compat alias kept) 2026-05-21 15:05:27 -07:00
mcp feat(mcp): Snipe MCP server for Claude Code integration (#27) 2026-04-13 19:33:47 -07:00
platforms refactor(adapters): accept SharedTableProtocol; replace thread-local Store pattern with clone() 2026-05-18 09:12:00 -07:00
tasks refactor: rename CF_ORCH_URL → GPU_SERVER_URL (backward-compat alias kept) 2026-05-21 15:05:27 -07:00
trust feat(db): wire Postgres shared backend into main.py and extend protocol 2026-05-22 15:47:36 -07:00
ui feat: preferences store, community signals, a11y + API fixes 2026-04-14 16:15:09 -07:00
wizard feat: preferences store, community signals, a11y + API fixes 2026-04-14 16:15:09 -07:00
__init__.py feat: scaffold snipe repo 2026-03-25 13:08:54 -07:00
tiers.py feat: add llm_query_builder tier gate (paid+) to tiers.py and SessionFeatures 2026-04-14 11:44:53 -07:00