blog-ingest
blog-ingest — Feed & Whole-Publication Ingestion
Convention: see conventions/brain-first.md for the lookup chain (search → query → get_page → external). Before walking any feed, check whether the publication is already in the brain.
Convention: see conventions/test-before-bulk.md — every whole-publication run IS a bulk run. Test on 3-5 posts, verify output exists and is clean, then ramp progressively. No exceptions.
Filing rule: read
skills/_brain-filing-rules.mdbefore creating any new page.
What this is
The publication-scope layer of content ingestion: given a blog, newsletter, or feed URL, discover the feed, enumerate the archive, and write one clean source page per public post — deduped, paced, and safe to re-run. It is a set of agent procedures, not a code adapter: the agent performs feed discovery, pagination, normalization, and dedup with its ordinary fetch/read/write tools.