Conversation
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.
This pull request introduces new baseline artifacts for ambiguity and annotation drift, adds CI job steps to gate and emit evidence-related deltas, and updates documentation to clarify evidence carrier semantics and helper scripts. It also refreshes review metadata across multiple files to reflect these changes and ensure workflow and policy alignment.
CI and baseline enhancements:
baselines/ambiguity_baseline.jsonandbaselines/test_annotation_drift_baseline.jsonto track ambiguity and annotation drift evidence surfaces. [1] [2].github/workflows/ci.ymlwith new job steps for emitting, advising, and gating obsolescence, annotation drift, and ambiguity deltas, including environment variable controls for unmapped/orphaned/ambiguity gates.Documentation updates (policy and workflow):
docs/coverage_semantics.mdto clarify evidence surface coverage requirements, defineout/test_evidence.jsonas the canonical carrier, and explain advisory projections and CI gating policy.CONTRIBUTING.mdwith baseline refresh and CI watch helper instructions for contributors, and updated review metadata in all related docs to reflect new revision and workflow alignment. [1] [2] [3] Fe756b8dL15R15, [4] [5] [6] [7] [8] [9] [10]Evidence-first semantics and index changes:
in/in-29.mdto clarify evidence ID/key concepts, dominance/equivalence definitions, and update feature descriptions to reflect future implementation plans for branch-irrelevance reporting. [1] [2] [3] [4] [5]docs/influence_index.mdto add new status entries and align review notes with glossary and workflow updates.These changes collectively strengthen evidence tracking, clarify contributor workflows, and improve CI enforcement for evidence-related artifacts.