docs(reference): correct mirroring/quality-gates to match contract + manifest#19
Merged
Conversation
…manifest Two recruiter-facing doc inaccuracies on main: - mirroring.md labeled .editorconfig, .gitattributes, .markdownlint-cli2.jsonc, and .github/PULL_REQUEST_TEMPLATE.md as byte_identical, but baseline-manifest.json classifies all four as scaffold_starter (the lesson-9 demotion: customizable configs must not be byte-pinned). The doc told readers to keep them byte-for-byte. Corrected the four table rows to scaffold_starter. - quality-gates.md "How to add a new gate" step 1 told maintainers to author the reusable "in this template under .github/workflows/reusable-*.yaml" — which the runner contract forbidden_paths explicitly reject. Corrected to: author in the owning layer (universal -> NWarila/.github; type-specific -> framework template), runner adds only a thin SHA-pinned caller. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Findings M1 + M3 (adversarial alignment re-audit)
Two recruiter-facing doc inaccuracies on
main, both verified against the live manifest/contract:M1 —
docs/reference/mirroring.mdlabeled.editorconfig,.gitattributes,.markdownlint-cli2.jsonc,.github/PULL_REQUEST_TEMPLATE.mdas byte_identical,but
baseline-manifest.jsonclassifies all four as scaffold_starter (thelesson-9 demotion — customizable configs must not be byte-pinned, or they'd
downgrade a mature consumer). The doc told readers to keep them byte-for-byte.
→ Corrected the four table rows to
scaffold_starter.M3 —
docs/reference/quality-gates.md"How to add a new gate" step 1 toldmaintainers to author the reusable "in this template under
.github/workflows/reusable-*.yaml" — which the runner contractforbidden_pathsreject. → Corrected to: author in the owning layer (universal →
NWarila/.github;type-specific → framework template); the runner adds only a thin SHA-pinned caller.
Verification (local, origin/main worktree)
check_template_contract --type template→ EXIT 0, 28 passed, 0 failed.markdownlint-cli2on both files → 0 errors.Docs-only; no workflow or contract behavior changes.
🤖 Generated with Claude Code