docs(specs): drop retired instruction-floor-guard.yml from DOC-62's gate list - #4689
Merged
Conversation
…ate list The workflow was deleted by #4665 (framework-floor retirement), so listing it alongside currently-enforced gates overstated it as live. This is a pre-existing defect the PR's status bump to Accepted gives more apparent authority to; fixing here rather than filing a follow-up. The other two citations the review flagged (lines 163, 805 — the delivery- chain source) already point at CLAUDE.md, not the retired .trusty-mpm/INSTRUCTIONS.md: commit 2e8a36b (#4676), already an ancestor of this branch, fixed both before this review ran. Verified by grep — no remaining .trusty-mpm/INSTRUCTIONS.md or other stale-mechanism references in either DOC-62 or DOC-63. Addresses the HIGH finding on PR #4677: #4677 (comment) 🤖🤖🤖 Generated with trusty-mpm — https://github.com/bobmatnyc/trusty-tools
4 tasks
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
instruction-floor-guard.ymlas a live CI gate. That workflow was deleted by fix(trusty-mpm): retire .trusty-mpm/ overrides; remove the framework floor (#4286) #4665 (framework-floor retirement), so it's a dead reference on a doc now marked Accepted.docs/4040-resolve-open-questions), but that PR was squash-merged to main (commit 9210981) about 2 minutes after the review comment posted — before the fix landed. This PR carries the same fix forward against currentmain.CLAUDE.md, not the retired.trusty-mpm/INSTRUCTIONS.md. Commit 2e8a36b (docs(trusty-mpm): retire .trusty-mpm/INSTRUCTIONS.md — migrate to tracked root CLAUDE.md (#4286 split C) #4676) fixed both, and that commit was already an ancestor of docs(specs): record 2026-08-03 owner decisions on DOC-62 and DOC-63 #4677's branch before the review ran. No changes needed there..trusty-mpm/override mechanism or the framework floor — none found.Test plan
bash scripts/check_sld.sh— passes (54 spec docs, 0 errors/warnings)bash scripts/check_doc_numbers.sh— passes (96 docs, 0 violations).github/workflows/*.ymlname remaining in the gate list still exists on diskCLAUDE.md:493and the../../CLAUDE.mdrelative link both resolve to the correct delivery-chain contentDocs-only change (rung 1 on the Rust Test Ladder) — no Cargo gates required.
🤖🤖🤖 Generated with trusty-mpm — https://github.com/bobmatnyc/trusty-tools