feat: Epistemic Governance execution bundles — schemas, bundles, receipts, and CI gate#287
Open
mdheller wants to merge 1 commit into
Open
feat: Epistemic Governance execution bundles — schemas, bundles, receipts, and CI gate#287mdheller wants to merge 1 commit into
mdheller wants to merge 1 commit into
Conversation
…ipts, and CI gate (#155) Adds hygiene-run-artifact.schema.json: HygieneRunArtifact for LOGFALL.STRAWMAN.V2 detector runs. Fields: detector_id, ruleset_hash and input_hash (sha256 pattern), claims_evaluated, hygiene_findings (finding_type enum: logfall/strawman/etc), repair_suggestions, validation_artifact_ref, replay_artifact_ref, and sociosphere_protocol_ref (const: protocol/epistemic-governance/v1). Adds countertest-run-artifact.schema.json: CountertestRunArtifact for CTEST.STEELMAN.CONFIRM.V2 runs. Links to hygiene_run_ref. Outcome verdict enum: confirmed_finding/refuted_finding/inconclusive/escalate_review. Adds three bundle descriptors: epigov-hygiene-detector-smoke, epigov-countertest-smoke, and epigov-policy-backtest. All declare upstream anchors to SocioSphere#322 and protocol/epistemic-governance/v1. Adds examples/receipts/epigov-strawman-smoke/ with hygiene-run-artifact and countertest-run-artifact example receipts showing full LOGFALL → CTEST.STEELMAN pipeline with replay_verified=true. Adds tools/validate_epigov_artifacts.py: validates schemas + bundle JSON + protocol ref + hash format + replay_verified gate; 7 checks pass. Wires validate-epigov-artifacts into make validate. Closes #155
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.
Summary
schemas/hygiene-run-artifact.schema.json:HygieneRunArtifactforLOGFALL.STRAWMAN.V2detector runs; determinism guaranteed viaruleset_hash+input_hash(sha256 pattern);sociosphere_protocol_refisconst: protocol/epistemic-governance/v1;finding_typeenum coverslogfall,strawman,attribution_without_evidence,load_bearing_metaphor,missing_non_claim,circular_evidenceschemas/countertest-run-artifact.schema.json:CountertestRunArtifactforCTEST.STEELMAN.CONFIRM.V2runs; links tohygiene_run_ref; outcome verdicts:confirmed_finding/refuted_finding/inconclusive/escalate_reviewepigov-hygiene-detector-smoke,epigov-countertest-smoke,epigov-policy-backtest— all citeSocioProphet/sociosphere#322andprotocol/epistemic-governance/v1examples/receipts/epigov-strawman-smoke/with hygiene + countertest example receipts showing fullLOGFALL → CTEST.STEELMANpipeline withreplay_verified=truetools/validate_epigov_artifacts.py: 7 checks pass; wiresvalidate-epigov-artifactsintomake validateCloses #155
Upstream: SocioProphet/sociosphere#322
Test plan
make validate-epigov-artifactspasses (7/7)make validatepasses (aggregate)replay_verified=false) would fail validation