Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 2.35 KB

File metadata and controls

35 lines (24 loc) · 2.35 KB

Freshness

This repository publishes a bounded freshness layer so outside readers can see which public surfaces become stale under which triggers, which artifacts should refresh together, and how maintainers make summary drift visible instead of implicit.

The machine-readable form lives in ../PUBLIC_FRESHNESS_MODEL.json.

What this adds

  • explicit freshness triggers for reviewer, release, governance, example, and adoption surfaces
  • explicit stale signals instead of relying on maintainers to notice drift by intuition
  • a bounded link between release evidence, maintenance history, and machine-readable summary layers
  • one place to see which surfaces need refresh when repo shape, contracts, or audience posture change

Strongest related surfaces

Why this matters

Active maintenance is not only about having commits or checks. Reviewers also need to know whether a public summary can go stale, what should refresh it, and where the stronger source still lives when that summary lags.

This layer makes that bounded freshness posture explicit instead of leaving it spread across release metadata, changelog, reviewer guides, and maintainer memory.

Important boundary

This layer applies only to the public specs repository. It does not claim that every public surface changes on a fixed cadence, and it does not expose private upstream workflow or internal runtime rollout timing.