feat(seam-linter): add Operator-OS conformance checks#130
Merged
Conversation
- Add artifact freshness and schema-pin checks for portfolio truth - Add generated markdown provenance marker validation - Emit worklist-shaped findings for nightly maintenance Tests: uv run pytest -q; uv run ruff check .
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.
What
Why
Packet 002 needs a tiny GHRA-owned conformance script on the nightly lane so stale or mismatched portfolio truth artifacts fail before downstream operator surfaces trust them.
Review Of What Was Built
python -m src.operator_os_seam_linterchecksportfolio-truth-latest.jsonfreshness and schema pin conformance.Cleanup Review
~/.claude.Verification Summary
uv run pytest -q-> 2646 passed, 2 skipped.uv run ruff check .-> passed./Users/d/Projects/GithubRepoAuditor/output/portfolio-truth-latest.json-> pass, schema0.7.0, findings[].Shipped Summary
GHRA now has a tiny scriptable seam-linter for the three census-independent Operator-OS checks, ready to be called from the nightly portfolio maintenance slot.
Next Phase
Land the dialect census separately, then add the v0.1 identity-resolution check from real observed source-id formats and an approved alias map. Main risk is inventing aliases before the census has evidence, which this PR explicitly avoids.
Remaining Roadmap