docs(governance): fill required-file placeholders#49
Merged
Conversation
Remove unfilled {{PLACEHOLDER}} tokens from governance REQUIRED_FILES and
delete the rsr-template TEMPLATE INSTRUCTIONS blocks:
- SECURITY.md: drop TEMPLATE INSTRUCTIONS block; replace PGP-key machinery
({{PGP_KEY_URL}}, unset fingerprint) with a no-PGP fallback pointing at
GitHub Security Advisories (mirrors quandledb #50/#51); fix wrong-project
naming nextgen-languages -> tangle in URLs and prose.
- CODE_OF_CONDUCT.md: drop TEMPLATE INSTRUCTIONS block; fill {{CONDUCT_EMAIL}}
-> 6759885+hyperpolymath@users.noreply.github.com, {{CONDUCT_TEAM}} ->
conduct team, {{RESPONSE_TIME}} -> 5 working days; fix wrong-project naming.
- CONTRIBUTING.md: fix wrong-project naming nextgen-languages -> tangle
(clone URL, dir names, label URLs).
Genuine cross-references (README.adoc ecosystem mention of Nextgen Languages)
left intact. Template files (QUICKSTART-*.adoc, contractile/k9 templates)
untouched.
https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
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
Governance-file placeholder cleanup: remove unfilled
{{PLACEHOLDER}}tokens and rsr-template instruction blocks from the repo's governance REQUIRED_FILES, and fix stale wrong-project naming. CI gates were already green; this is consistency cleanup.Files changed
SECURITY.md<!-- TEMPLATE INSTRUCTIONS … -->block.{{PGP_KEY_URL}}×3, unset fingerprint, encrypted-email table +gpgsnippet) with a no-PGP email fallback that points reporters at GitHub Security Advisories for an encrypted channel — mirroring the resolution in quandledb TG-7 decision: braid==semantics — list-equality vs braid-group equivalence #50/Proof obligations: remaining work after TG-3/5/6/7/8 (2026-06-14) #51 (email already correctly set to6759885+hyperpolymath@users.noreply.github.com).nextgen-languages→tanglein advisory/discussion URLs andNextgen Languages→tanglein prose.CODE_OF_CONDUCT.md<!-- TEMPLATE INSTRUCTIONS … -->block.{{CONDUCT_EMAIL}}→6759885+hyperpolymath@users.noreply.github.com,{{CONDUCT_TEAM}}→conduct team,{{RESPONSE_TIME}}→5 working days.Nextgen Languages→tangleand the discussions URL.CONTRIBUTING.mdnextgen-languages→tangle(clone URL, dev dir names, issue-label URLs).Left intact (by design)
README.adocecosystem section's*Nextgen Languages*entry — a genuine cross-reference to the related project, not wrong-project naming.QUICKSTART-DEV.adoc,QUICKSTART-MAINTAINER.adoc(self-labelled templates with build/test/package tokens that have no obvious values), and the contractile/k9/bot-directive templates (.machine_readable/contractiles/Adjustfile.a2ml,.machine_readable/contractiles/dust/Dustfile.a2ml,.machine_readable/bot_directives/methodology.a2ml) — out of scope.Verification
git grep -nE '\{\{[A-Z_]+\}\}'over all canonical REQUIRED_FILES (SECURITY.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,README.adoc,LICENSE,CHANGELOG.md,.machine_readable/6a2/{STATE,META,ECOSYSTEM}.a2ml) returns nothing.https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
Generated by Claude Code