Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.21 KB

File metadata and controls

13 lines (11 loc) · 1.21 KB

Repo Instructions

Homepage And Timeline Data

  • Treat scale-to-zero operation as an architectural constraint. Follow docs/decisions/001-scale-to-zero-data-automation.md: routine synchronization must require no human review, uncertainty must suppress changes instead of creating assigned work, and failures must preserve the last-known-good checked-in dataset.
  • Prefer generalized signal-based rules over title-specific deny lists. Use metadata, provenance, release timing, company tags, genres, observation history, and description or overview fingerprints when filtering or deduping homepage cards.
  • Treat duplicate markdown files and TMDB churn as time-series observations. Merge stronger observations together instead of trusting a single latest title string or letting empty frontmatter blank out a better upstream date.
  • Prefer rules that generalize to unseen future titles. Exact title or id exceptions are a last resort and should live in a dedicated override layer with a source URL and verification date.
  • Keep the render path offline-friendly. Reuse checked-in snapshots and generated artifacts at build time; live API traffic belongs in low-frequency sync scripts with pacing, backoff, and audit outputs.