068073423f
Local-first RSS/Atom ingestion pipeline with metadata-only storage, heuristic + local-LLM scoring, and daily brief builder. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
223 B
TOML
11 lines
223 B
TOML
[project]
|
|
name = "goodnews"
|
|
version = "0.1.0"
|
|
description = "Local-first constructive news ingestion and filtering prototype."
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
|
|
[project.scripts]
|
|
goodnews = "goodnews.cli:main"
|
|
|