How article imports fit into the publishing pipeline

Single article import

Use a direct URL when you want one article turned into a Markdown draft.

npm run crawl -- --source https://example.com/article --allow

Section crawler

Use a seed URL when you want the script to discover multiple same-site articles.

npm run crawl -- --config ./sources.json

Editorial review

Generated imports stay in draft mode until you rewrite and classify them properly.

src/content/posts/*.md