What counts as a curated artifact
Any page whose main job is choosing or sequencing rather than documenting:- Solution guides (
content-type: solution-guide), each a chain of links plus decision tables. - Router and landing pages (
content-type: router-landing), including the section indexes that choose what to surface. - Curriculum hubs and learning-track indexes (
content-type: curriculum-hub), which sequence existing pages into a path. - Selection and comparison pages: any page presenting dated facts about alternatives (client choices, tool matrices).
- Prompt libraries and AI onboarding pages: curated prompts and integration instructions that reference specific product surfaces.
The last-reviewed: contract
Every curated artifact carries a review stamp in its frontmatter:
Sweep intervals by artifact class
A page past its interval is not automatically wrong, but it is unverified,
and unverified curation is treated as a defect: it goes to the front of the
next sweep.
What a sweep does
Each sweep pass picks the curated artifact whoselast-reviewed: is oldest
relative to its class interval and re-verifies it:
- Chain integrity: every link on the page resolves, including the off-site exits, per the link policy. For solution guides this covers the whole chain the guide sequences, not just the guide page: one dead link breaks the paved path.
- Load-bearing claims: defaults, thresholds, version numbers, and “as of” markers are re-checked against source, and every “as of” date is either re-confirmed (and re-dated) or the claim is corrected.
- The stamp:
last-reviewed:is bumped to the sweep date in the same change, so the stamp and the verification never drift apart.
The delisting rule
Curated pages recommend things, and a recommendation we can no longer stand behind is removed, not hedged:- If a sweep finds a curated entry (an exit link, a listed tool, a recommended option) that is dead, deprecated, or no longer something the docs would recommend, the entry is removed or replaced in that sweep’s change, not annotated with a warning and left in place.
- If an entire curated page can no longer be verified (its subject was deprecated, its journey no longer exists), the page is removed from the nav and redirected per the redirects guidance, with the removal recorded in the pull request.
Adding a new curated page
A new curated artifact enters the rotation on merge:- Carry
last-reviewed:set to a date within its review cycle (normally the merge date) plus thecontent-type:its content-type contract requires. - Its pull request states the artifact class, so reviewers know which interval it signed up for.
- No exemptions: a curated page that cannot commit to its class’s sweep interval should not ship as a curated page.