Merge v6.5.x into main #27
Loading…
Reference in a new issue
No description provided.
Delete branch "v6.5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release v6.5.x into main. Clean auto-merge (no conflicts).
Highlights
6.5.0 — RSS feeds influence compiled skills
skills:mapping in feeds.yml. Recompiling such a skill pulls the latest articles from its influencing feeds into a new Feed watch section — no per-article blessing needed. Whole section capped bySKILL_FEED_MAX_ARTICLES(default 25, 0 disables). The write gate is untouched: feed items only land through a proposed-and-accepted compile, labelled as unvetted current signal, and classified low-risk so article churn never drowns real rule edits.feeds.json— export format v2, with v1 bundles still importable. Import stays strictly additive.6.5.1 — Responsive web UI fixes
Docs / housekeeping
🤖 Generated with Claude Code
A feed can declare skills: {domain: score} (1-10) in feeds.yml or the web UI feed editor. Skill recompiles pull the feed's latest articles into a new Feed watch section — score sets how many articles the feed contributes — without per-article blessing. Unassociated feeds keep the promote-only path. Config mirrors into meta:feed:influence (web UI on save, worker each ingest cycle); skill bundles now carry influencing feeds (format v2, v1 still importable) and import additively merges them into the reading list. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>