fix(rsr): migrate AffineScript bot directives - #189
Merged
Conversation
Owner
Author
|
CI triage (2026-08-24) The migration-specific validation is green. The three failing checks reproduce against unchanged baseline inputs and are outside this PR diff:
Confirmed with |
hyperpolymath
added a commit
that referenced
this pull request
Aug 24, 2026
## Summary Restore the three validation workflows that were red on `main` after #189: - give `audits/assail-classifications.a2ml` the identity, version, and SPDX metadata required by the repository A2ML validator - replace all ten invalid Hypatia `/issues/pending` placeholders with the existing standards campaign `#111` - re-pin the reusable secret scanner to standards commit `5b5dab9f`, which stages the estate baseline, asserts it is non-empty, passes the selected config explicitly to gitleaks, and covers the AsciiDoc blind spot - add a planted-negative Dogfood control proving an empty A2ML document is rejected for the expected identity error ## Validation - full A2ML horizon: 3,857 files scanned, 0 errors (316 existing non-strict warnings) - targeted audit validation: 1 file, 0 errors, 0 warnings - planted empty A2ML fixture: rejected as expected - planted invalid Hypatia `tracking_issue`: rejected; all ten repaired entries accepted by the required `owner/repo#N` shape - local gitleaks repository scan using the staged estate baseline: passed - planted redacted gitleaks canary: detected and rejected - `jq empty .hypatia-baseline.json` - `hooks/validate-spdx.sh` - `just validate-bot-directives` - `git diff --check` ## Scope This PR repairs the existing repository baselines and workflow integration only. It does not include the remaining issue #117 satellite renames or alter the substantive suppression entries.
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
Validation
Baseline note
The new bot-directives validation passes. The broader just validate-rsr recipe subsequently reports five paths absent from current main: SECURITY.md, CONTRIBUTING.md, and the must/trust/dust nested contractile files. This PR does not alter those paths and does not claim that pre-existing baseline is green.
Refs #117.