← Back to the capability index

Producer freshness ledger

Every capability page's evidence is pulled from these producer snapshots. A producer that could not be reached at build time is marked missing, never silently dropped; a producer that has not been observed inside its staleness threshold is marked stale.

Observation, not content: for a producer whose source is a file in another repo, the observation is this pipeline's own successful fetch, so an upstream that simply has not changed in a while is fresh — its age is reported in Source age, which is informational and never on its own makes a producer stale. For a producer whose timestamp records a run that actually happened (a CITE review, a canary run, a DR drill capture), that run is the observation and it drives the status, so an upstream job that dies still ages out.

Per-producer freshness
ProducerStatusSource versionFetched atSource ageDetail
server-keysfresh834fec8f31f4@2026-08-18T03:19:43Z2026-08-26T20:08:01Z8d
server-matrixfresh85d967ecdbb5@2026-08-26T00:40:31Z2026-08-26T20:08:01Z0d
sdk-jsfresh883302cc789d@2026-08-26T19:57:45Z2026-08-26T20:08:02Z0d
sdk-dotnetfresh677372ebfad2@2026-07-17T20:35:43Z2026-08-26T20:08:02Z39d
sdk-pythonfresh7af4dd8ca654@2026-07-17T20:39:55Z2026-08-26T20:08:02Z39d
samplesstale250f40ae65a2@2026-08-18T05:47:36Z2026-08-26T20:08:03Z8d
open-issuesfreshlive-query2026-08-26T20:08:10Z
citefresh7ffc1d134ab1@2026-08-12T00:00:00Z2026-08-26T20:08:03Z14d
live-canaryfresh4dead53986a0@2026-08-26T20:07:40Z2026-08-26T20:08:03Z0d

Defined, not yet producing

These producers have a documented envelope schema and a wired-up ingestion path, but have never had a single evidence envelope pushed, so they carry no row above. They are listed here rather than shown as missing, which is reserved for a producer that used to report and stopped. Each row returns automatically with its first envelope. See docs/producer-contracts.md.

Ingestion warnings

Non-fatal problems from pushed-envelope producers (a malformed envelope, or an envelope referencing a capability key outside the canonical vocabulary) — surfaced here rather than failing the build. See docs/producer-contracts.md.