ci: catch formatting issues at PR time#769
Merged
Merged
Conversation
Catches formatting issues at PR time rather than only after they propagate to template AGENTS.md files and break downstream e2e tests. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Reformats the shared agent-base files (which fan out to every template's AGENTS.md via copy-agents-md-to-templates) and a small drift in renovate.json so the new format check from the previous commit goes green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
B4nan
added a commit
that referenced
this pull request
May 18, 2026
Master picked up a prettier --check CI gate (#769) and bumped playwright/puppeteer pins; this commit fixes formatting in files the migration introduced and resyncs pnpm-lock.yaml. - Add pnpm-lock.yaml to .prettierignore (autogenerated). - Reformat pnpm-workspace.yaml and test/templates.test.js. - Resync pnpm-lock.yaml with playwright@1.60.0 / puppeteer@24.43.1 pins that master moved to.
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
Adds
prettier --checkto the lint/test workflow. Today, formatting drift in shared files (notably theagent-bases/*.AGENTS.mdsource-of-truth that gets fanned out into every template'sAGENTS.md) only surfaces after merge, when the per-template e2e checks fire — see the post-merge comment on #766.This PR adds the check only; the resulting CI failure is intentional and demonstrates the gap. A follow-up commit on the same branch will reformat the offending files so the check goes green.
🤖 Generated with Claude Code