docs(adr): expose the make gate triad in every repository (ADR-0044) - #119
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <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.
Summary
ADR-0044 widens ADR-0043's gate triad from "every Go repository" to every enrolled repository:
make verify/make check/make ciare the only entry points CI, workers, reviewers, and the organization gate use, whatever the language; Node repositories' Makefiles wrap their npm scripts. Core's presence check loses its Node branch; Snowcat's instructions and skills drop "where it exists" / "npm run verify".Why now: on 2026-08-24 a reviewer of core#118 ran
make verifyin core (Node, npm scripts only), gotNo rule to make target, fell back to the PR description, and returned a falseblockwhile the head's CI was green. Every consumer of the gate had grown a language branch; this removes the branch at the source.Also:
docs/README.mdindexes the ADR;docs/design/quality-loop.mdlinks it both ways (Verify bullet + References).Follow-ups once accepted (queue work, not in this PR): Makefiles for
frostyard/snowcatandfrostyard/core; core#118's check drops its Node branch; snowcat#248 (reviewer instructions) and the conformance program text drop the conditional.Risk tier
Risk tier: 1 — docs only (ADR + index + one design-doc link).
Docs housekeeping
docs/adr/TEMPLATE.mddocs/README.mdVerification
npm run checkgreen (docs_index_coverage,link_integrity,symlink_resolution1.000; organization authority valid; 26 tests)🤖 Generated with Claude Code