pipeline: several reviews per run (judgment call), pick decision every run, auto-deploy note
This commit is contained in:
@@ -4,7 +4,7 @@ A daily product-discovery site (Astro, static). The editorial pipeline is skill-
|
||||
|
||||
## Pipeline
|
||||
|
||||
- `/daily-pipeline` — the whole daily chain: capture → bundle → reviews → pick of the day → build → commit → push → digest. This is the entrypoint for scheduled/headless runs.
|
||||
- `/daily-pipeline` — the whole daily chain: capture → bundle → reviews (several per run, judgment call) → pick of the day (explicit decision every run) → build → commit → push → digest. This is the entrypoint for scheduled/headless runs; scheduled runs auto-deploy afterwards via the lab CI `publish-unique-daily` job.
|
||||
- `/daily-finds` — capture-only sweep of `sources.json`; writes `src/content/find/<yyyy>/<mm>/<slug>/`, marks the day's shortlist (`shortlist: true`, up to 12), adds `amazonLink` for confidently-matched physical products, and applies mechanical source maintenance.
|
||||
- `/build-bundle [auto|weekly|<theme>|<slugs>]` — one themed roundup referencing find slugs. `weekly` = date-based catch of unbundled shortlist finds.
|
||||
- `/cluster-bundles [auto]` — batch-cluster the backlog into 4–7 bundles.
|
||||
|
||||
Reference in New Issue
Block a user