docs: restore full RSR_COMPLIANCE content lost in Item 11 tail (#44)#45
Merged
Conversation
The Item 11 tail dedup (#44) treated RSR_COMPLIANCE.md as a "stale .md" and deleted it, keeping a 1383-byte generic-template .adoc — but the .md was a 14138-byte real compliance audit (actual per-section scores, coverage targets, evidence). That destroyed the substantive content. This restores it: the canonical .md (recovered from git history) is converted to AsciiDoc with a vocabulary-preservation gate (100% token coverage, 0 missing) and replaces the template stub. Content-restoring, no loss. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
🔍 Hypatia Security ScanFindings: 17 issues detected
View findings[
{
"reason": "Issue in quality.yml",
"type": "missing_workflow",
"file": "quality.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Issue in security-policy.yml",
"type": "missing_workflow",
"file": "security-policy.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "TypeScript file detected -- banned language",
"type": "banned_language_file",
"file": "/home/runner/work/ubicity/ubicity/benchmarks/mapper.bench.ts",
"action": "flag",
"rule_module": "cicd_rules",
"severity": "critical"
},
{
"reason": "TypeScript file detected -- banned language",
"type": "banned_language_file",
"file": "/home/runner/work/ubicity/ubicity/benchmarks/io.bench.ts",
"action": "flag",
"rule_module": "cicd_rules",
"severity": "critical"
},
{
"reason": "TypeScript file detected -- banned language",
"type": "banned_language_file",
"file": "/home/runner/work/ubicity/ubicity/benchmarks/validation.bench.ts",
"action": "flag",
"rule_module": "cicd_rules",
"severity": "critical"
},
{
"reason": "TypeScript file detected -- banned language",
"type": "banned_language_file",
"file": "/home/runner/work/ubicity/ubicity/tests/mapper.test.ts",
"action": "flag",
"rule_module": "cicd_rules",
"severity": "critical"
},
{
"reason": "TypeScript file detected -- banned language",
"type": "banned_language_file",
"file": "/home/runner/work/ubicity/ubicity/tests/core.test.ts",
"action": "flag",
"rule_module": "cicd_rules",
"severity": "critical"
},
{
"reason": "TypeScript file detected -- banned language",
"type": "banned_language_file",
"file": "/home/runner/work/ubicity/ubicity/tests/privacy.test.ts",
"action": "flag",
"rule_module": "cicd_rules",
"severity": "critical"
},
{
"reason": "TypeScript file detected -- banned language",
"type": "banned_language_file",
"file": "/home/runner/work/ubicity/ubicity/tests/export.test.ts",
"action": "flag",
"rule_module": "cicd_rules",
"severity": "critical"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
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.
Remediation. The Item 11 tail dedup (ubicity#44) classified
RSR_COMPLIANCE.mdas a stale duplicate and deleted it, keeping a 1383-byte generic-template.adoc. But that.mdwas a 14138-byte real compliance audit (actual per-section scores likeDocumentation 15/15 ✅, coverage targets, per-criterion evidence) — the.adocwas not a faithful superset, so substantive content was lost.This restores it: the canonical
.md(recovered from git history atf3db1db~1) is converted to AsciiDoc via the vocab-preservation–gated converter (100% token coverage, 0 missing, 13.8KB) and replaces the template stub.The other 5 Group-B pairs (KnotTheory.jl ROADMAP, nextgen/ubicity/recon-silly-ation/v3-templater MAINTAINERS) were verified faithfully promoted by the same tail sweep (100% coverage) — only RSR_COMPLIANCE regressed.
🤖 Generated with Claude Code