aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rss: render score head as HTML paragraphSam Scholten23 hours
| | | | | | | Descriptions render as sanitized HTML in readers, where bare newlines collapse and the feed/score line ran into the article text. Wrap the headline in <p><em> so it breaks cleanly and reads as metadata, escaped on the wire by encoding/xml as description-carried HTML should be.
* rss: provenance + score calibration in itemsSam Scholten23 hours
| | | | | | | | | Item titles gain a rune-capped source-feed suffix so list views (which only ever show the channel title) display provenance inline. Item bodies open with feed, model score, and the batch-wide score median; the median is computed over every scored entry at poll time and stored on the run row as a nil-safe pointer, so old rows render without it. /api/status exposes the median too.
* deploy: drop ineffective mkdir, document state-dir bootstrapSam Scholten31 hours
|
* Containerfile: run as uid 1000 to match bind-mount ownerSam Scholten31 hours
|
* drop stale references to local-only planning docsSam Scholten31 hours
|
* justfile: deploy model to ~/fluxrec-data, restart via composeSam Scholten31 hours
|
* fluxrec: personal Miniflux article recommenderSam Scholten31 hours