Commit Graph

9 Commits

Author SHA1 Message Date
a6e40eb9ff feat(grpc): protobuf definitions, gRPC server and client 2026-04-03 12:10:58 +02:00
e0055b6ef9 feat(monitor): polling loop with dedup, keyword filter, LLM scoring 2026-04-03 11:58:11 +02:00
a11206b980 feat(reddit): Fetcher interface and go-reddit wrapper
Adds internal/reddit package with a Fetcher interface and Client
implementation backed by go-reddit/v2. Handles hot/top/rising/new
sort variants with correct option types per the library API.
2026-04-03 11:54:34 +02:00
627030e373 feat(filter): keyword/regex pre-filter and LLM relevance scorer 2026-04-03 11:37:01 +02:00
67c9ce3edd feat(llm): Mistral SDK backend 2026-04-03 11:34:22 +02:00
8264a6360d feat(llm): Summarizer interface and OpenAI-compatible backend 2026-04-03 11:28:58 +02:00
a8c6557d57 feat(store): SQLite store with schema, CRUD, and feedback 2026-04-03 11:25:37 +02:00
ca06804248 feat(config): TOML config parsing with env var overrides 2026-04-03 11:22:35 +02:00
04b62e6d3b feat: project scaffold with cobra root and domain types 2026-04-03 11:17:38 +02:00