Point overlay /scaffold at Hugging Face AGENTS.md and library CI - #19
Merged
Merged
Conversation
A new engineer on the fork should follow upstream AGENTS.md/.ai/ and invoke make style / make quality / check_dummies, not the old two-files-only recipe. Attach copies that overlay command; tests assert the attached scaffold keeps those library gates. Co-authored-by: ale93.moro <ale93.moro@gmail.com>
alex-16moro
marked this pull request as ready for review
September 20, 2026 17:12
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
The overlay
/scaffoldrecipe now tells the coding agent to read Hugging Face's ownAGENTS.md/.ai/(do not overwrite them) and to invoke the library'smake style/make quality/check_copies/check_dummies/check_repountil they exit 0.This is the remaining gap after PR #18: kit templates already pass those gates, but attach still shipped a fork command that said "those two files only." Live-demo and Prompt A now pick an unused
$2and register public API. File-scoped overlay gate stays; neverconvention_check.py --allon the library.Inherited Hugging Face Actions that need private runners or size labels may still be red on this personal fork. That is hosting, not a reason to skip
make quality.Convention gate
Run
make checkandmake testbefore requesting review.Blocking items (auto-verified; still confirm you ran the commands):
/scaffoldreads rootAGENTS.mdand invokes library CI.cursor/commands/scaffold.mdfromoverlay/scaffold.mdmake quality,check_dummies.py,AGENTS.md, and not "those two files only"convention_check.py --allon the libraryTests run
7 tests OK.
Human judgment (not the gate)
AGENTS.md/.ai/