Add example standards, template and CI format checks - #11
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
dazzatronus
force-pushed
the
example-standards
branch
3 times, most recently
from
August 6, 2026 04:00
ab5b1dd to
3fd973f
Compare
dazzatronus
force-pushed
the
example-standards
branch
from
August 6, 2026 04:01
3fd973f to
d01f1c4
Compare
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.
Nothing enforced the repo's own
.prettierrc, and the four examples had drifted apart on naming, declared Node floors and format scripts. This adds the enforcement and writes the conventions down.What changed
STANDARDS.md— credential handling, failure behaviour, README shape, runtime-version rules, and what to check before opening a pull request.examples/_template/— copy it to start a new example, so structure comes for free rather than arriving as a review comment..github/workflows/check.yml—prettier --checkandruff checkon every pull request.ruff.toml— line length 88, plus pyflakes and bugbear. Passes trivially until an example ships Python..claude/settings.json— points coding agents atSTANDARDS.mdwhen a session opens in this repo.Reviewer notes
examples/reelestate/package.jsondeclared"name": "rapidreels". Fixed.enginesto both Next examples (>=20, matching.nvmrc) and aformatscript toinstagram-ai-video.--checkpasses:instagram-ai-video/index.js, bothpostcss.config.js, andreelestate/pages/_document.tsx. No behaviour change..env.local.examplein the Next examples is deliberate, not drift — Next loads.env.local.STANDARDS.mdstates that exception.Verify