Packet Freshness
Readable views should show current packets and source artifacts instead of becoming independent truth sources. If a packet is stale, blocked, or missing, the rendered view should show that state.
Key: rule.packet-freshness.
Where To Check This
- User-facing attachments: Reviewable Artifacts, Evidence Gaps, Behavior Evaluation
- Maintainer evidence routes: Evidence State And Review Artifacts, Reporting And Review Variants, Active Run And Workspace Lifecycle
Link Checks
Current evidence details live in Evidence State.
Verify the maintainer routes that currently own packet-freshness proof exist.
node -e 'const fs = require("node:fs"); for (const path of ["docs/specs/contracts/evidence-state-artifacts.spec.md", "docs/specs/contracts/reporting-review-variants.spec.md"]) { if (!fs.existsSync(path)) throw new Error("missing " + path); }'