design
Initialize orbit with design system and conventions ( #1 )
2026-04-07 09:27:48 +02:00
docs
Initialize orbit with design system and conventions ( #1 )
2026-04-07 09:27:48 +02:00
scrapers
refactor: table-driven content fetchers, eliminate 14 files
2026-03-30 14:50:54 +02:00
scripts
fix: add HTTP timeout to Ollama client, disable unreachable Ollama URL
2026-03-29 23:16:48 +02:00
static
feat: match frontpage exactly to design — edition header, nav, animations
2026-03-30 11:58:28 +02:00
templates
feat: WebAuthn login/register page
2026-03-30 13:41:00 +02:00
ai_worker.go
refactor: split content worker into ContentFetcher and AIAnalyzer
2026-03-30 09:28:29 +02:00
ai_worker_test.go
refactor: split content worker into ContentFetcher and AIAnalyzer
2026-03-30 09:28:29 +02:00
auth.go
feat: WebAuthn auth layer with ceremonies, sessions, middleware
2026-03-30 13:41:05 +02:00
auth_test.go
feat: WebAuthn auth layer with ceremonies, sessions, middleware
2026-03-30 13:41:05 +02:00
CLAUDE.md
Initialize orbit with design system and conventions ( #1 )
2026-04-07 09:27:48 +02:00
cluster.go
fix: raise cluster threshold to 3, limit AI to 8 specific keywords
2026-03-30 12:12:59 +02:00
cluster_test.go
fix: raise cluster threshold to 3, limit AI to 8 specific keywords
2026-03-30 12:12:59 +02:00
config.go
feat: WebAuthn config, credential and session DB tables
2026-03-30 13:39:16 +02:00
config_test.go
feat: WebAuthn config, credential and session DB tables
2026-03-30 13:39:16 +02:00
content_worker.go
feat: extract and store article metadata (section, description, image, tags, modified_at)
2026-03-30 14:44:10 +02:00
content_worker_test.go
refactor: split content worker into ContentFetcher and AIAnalyzer
2026-03-30 09:28:29 +02:00
conventions.yaml
Initialize orbit with design system and conventions ( #1 )
2026-04-07 09:27:48 +02:00
db.go
feat: extract and store article metadata (section, description, image, tags, modified_at)
2026-03-30 14:44:10 +02:00
db_articles.go
refactor: remove dead code, wire DeleteExpiredSessions
2026-03-30 14:46:39 +02:00
db_auth.go
refactor: split db.go into domain files
2026-03-30 14:40:25 +02:00
db_editions.go
refactor: split db.go into domain files
2026-03-30 14:40:25 +02:00
db_metadata.go
refactor: rename journalist → author tables and methods
2026-03-30 14:42:07 +02:00
db_scrapers.go
refactor: remove dead code, wire DeleteExpiredSessions
2026-03-30 14:46:39 +02:00
db_test.go
refactor: remove dead code, wire DeleteExpiredSessions
2026-03-30 14:46:39 +02:00
edition.go
refactor: move edition formatting helpers from server.go to edition.go
2026-03-30 14:46:16 +02:00
edition_test.go
feat: AI-generated keywords for clustering, switch to qwen3:14b
2026-03-30 09:25:11 +02:00
go.mod
feat: WebAuthn auth layer with ceremonies, sessions, middleware
2026-03-30 13:41:05 +02:00
go.sum
feat: WebAuthn auth layer with ceremonies, sessions, middleware
2026-03-30 13:41:05 +02:00
main.go
refactor: remove dead code, wire DeleteExpiredSessions
2026-03-30 14:46:39 +02:00
ollama.go
fix: drop Ollama format schema (hangs qwen3), parse JSON from free-text response
2026-03-30 12:43:12 +02:00
ollama_test.go
feat: AI-generated keywords for clustering, switch to qwen3:14b
2026-03-30 09:25:11 +02:00
README.md
rename app from news to nyheter
2026-03-29 22:34:01 +02:00
scheduler.go
refactor: remove dead code, wire DeleteExpiredSessions
2026-03-30 14:46:39 +02:00
scheduler_test.go
feat: edition generation at 6am and 6pm
2026-03-29 21:45:59 +02:00
server.go
refactor: move edition formatting helpers from server.go to edition.go
2026-03-30 14:46:16 +02:00
server_test.go
feat: wire WebAuthn — protect /desk, add /login routes
2026-03-30 13:43:53 +02:00
smoke_test.go
feat: wire WebAuthn — protect /desk, add /login routes
2026-03-30 13:43:53 +02:00