Mark SG-SPEC-0058 verdict discrimination split pressure#225
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Records the latest supervisor evaluation for SG-SPEC-0058 as an explicit verdict-discrimination split pressure outcome (atomicity gate exceeded), and updates the related proposal-lane governance nodes to reflect their refreshed/superseded queue state.
Changes:
- Set
SG-SPEC-0058togate_state: split_requiredand added the latest run’s validator/refinement acceptance metadata. - Updated the two SG-SPEC-0058 governance proposal-lane node records to
proposal_authority_state: superseded/proposal_queue_status: superseded. - Added proposal-lane queue retirement metadata (
queue_presence,last_queue_sync_at) on the superseded proposal nodes.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| specs/nodes/SG-SPEC-0058.yaml | Marks the spec as split_required and records the latest supervisor run metadata + atomicity failure evidence. |
| proposal_lane/nodes/governance_proposal--sg-spec-0058--stalled_maturity_candidate--9c861fb4.json | Supersedes/retires the stalled-maturity governance proposal node and records queue sync metadata. |
| proposal_lane/nodes/governance_proposal--sg-spec-0058--repeated_split_required_candidate--3d58c243.json | Supersedes/retires the repeated-split-required governance proposal node and records queue sync metadata. |
Comments suppressed due to low confidence (2)
proposal_lane/nodes/governance_proposal--sg-spec-0058--stalled_maturity_candidate--9c861fb4.json:56
- PR description says the proposal-lane nodes were refreshed with the new supporting run / occurrence metadata, but this node’s runtime_bridge.supporting_run_ids and occurrence_count were not updated to include the new run_id (20260506T204500Z-SG-SPEC-0058-39d55fc9). Either update these fields (and occurrence_count) if the run should support this proposal record, or adjust the PR description to reflect that only queue-retirement metadata (queue_presence/last_queue_sync_at) changed.
"runtime_bridge": {
"proposal_queue_status": "superseded",
"supporting_run_ids": [
"20260505T234111Z-SG-SPEC-0058-236e6444",
"20260506T204026Z-SG-SPEC-0058-5a593225"
],
"occurrence_count": 2,
"threshold": 1,
proposal_lane/nodes/governance_proposal--sg-spec-0058--repeated_split_required_candidate--3d58c243.json:56
- PR description mentions refreshing proposal-lane occurrence/supporting-run metadata, but this node still has the same runtime_bridge.supporting_run_ids and occurrence_count (2) despite the new SG-SPEC-0058 run_id (20260506T204500Z-SG-SPEC-0058-39d55fc9). If the latest run should be recorded as supporting evidence here, add it and bump occurrence_count; otherwise consider updating the PR description to clarify this node was only retired/superseded with queue_presence + last_queue_sync_at.
"runtime_bridge": {
"proposal_queue_status": "superseded",
"supporting_run_ids": [
"20260505T234111Z-SG-SPEC-0058-236e6444",
"20260506T204026Z-SG-SPEC-0058-5a593225"
],
"occurrence_count": 2,
"threshold": 1,
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jun 6, 2026
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
Motivation
Goals
Changes
split_requiredwith validator evidence.Validation
Commands run:
python3 tools/spec_yaml_format.py specs/nodes/SG-SPEC-0058.yaml python3 tools/spec_yaml_lint.py specs/nodes/SG-SPEC-0058.yaml make testResults:
spec YAML already canonicalspec YAML lint passed565 passed in 19.64sRisks / Notes
split_requiredfor the next stacked PR to resolve structurally.Checklist