Field sensor readiness branch (larger; not the claim-hygiene slice) - #36
Draft
coreytshaffer wants to merge 7 commits into
Draft
Field sensor readiness branch (larger; not the claim-hygiene slice)#36coreytshaffer wants to merge 7 commits into
coreytshaffer wants to merge 7 commits into
Conversation
Align Clear Lake Watch reviewer-facing freshness claims with current validation behavior. The validators currently surface stale-data warnings and require manual review before republish; they do not implement automated stale-data blocking or an -AllowStaleSnapshot override gate. This updates the safety-case and publication docs to avoid overclaiming fail-closed behavior, removes hardcoded snapshot-age text that had drifted, fixes PowerShell validator day-count guards, and adds follow-up backlog items for real stale-publication gating and validator unification. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
Superseded for the narrow claim-hygiene slice by #37, which re-expresses only the snapshot-age / validator claim-hygiene against current This PR (#36) is intentionally left open as the larger field-sensor-readiness branch for later work. It is not a clean single-thesis change: it is 7 commits diverged from |
coreytshaffer
marked this pull request as draft
July 3, 2026 08:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Align Clear Lake Watch reviewer-facing freshness claims with current validation behavior.
The validators currently surface stale-data warnings and require manual review before republish; they do not implement automated stale-data blocking or an
-AllowStaleSnapshotoverride gate. This slice updates the safety-case and publication docs to avoid overclaiming fail-closed behavior, removes hardcoded snapshot-age text that had drifted, fixes the PowerShell validator's day-count guards, and adds follow-up backlog items.Changes
docs/epistemic_safety_case.md): stale data now described as warn + manual review, not "fail closed"; boundary table gains a "Status Today" column marking unimplemented behaviors.epistemic_safety_case.md,deployment.md,flagship-maturity-plan.md,publication-review-checklist.md,public-mirror-boundary.md): every-AllowStaleSnapshotreference now states it is proposed / not implemented and that staleness is a manual reviewer decision.public-snapshot-release-note-2026-05-13.md,reviewer-demo-notes.md): removed hardcoded "23 days old" cues; point reviewers to the dashboard's dynamically computed snapshot-age badge.scripts/validate-public-mirror.ps1): replaced hardcoded "27 days old" guards with a durable "snapshot-age badge" check, so the README's documented local validation command is green again.docs/public-backlog.md): added follow-ups for a real stale-snapshot publication gate, a stale-source fail-vs-warn decision, Python/PowerShell validator unification, and computed source/weather stale status.Validation
python scripts/validate-public-mirror.py→ PASS (exit 0)pwsh ./scripts/validate-public-mirror.ps1→ PASS (exit 0; was failing before on the day-count guards)Docs/claim-hygiene only — no dashboard feature or data-publication changes.
🤖 Generated with Claude Code