Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aligns linting and formatting by running Prettier as part of pnpm lint, adds a lint:fix helper, and normalizes repository files so the new formatting check passes consistently.
Changes:
- Update
pnpm lintto runrslintandprettier --check; addlint:fixto auto-fix both. - Apply Prettier-driven formatting updates across tests, fixtures, workflow YAML, and editor settings.
- Normalize Renovate config formatting.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| test/skills.test.ts | Prettier formatting adjustments and lint suppression comments around any casts. |
| test/fixtures/agents-md/template-common/AGENTS.md | Normalize Markdown spacing to match formatting expectations. |
| test/custom-tools.test.ts | Add lint suppression comments for explicit any casts in mocks. |
| test/agents.test.ts | Update expected AGENTS.md output formatting (blank lines). |
| package.json | Run Prettier during lint; add lint:fix script. |
| .vscode/settings.json | Prettier formatting normalization. |
| .github/workflows/test.yml | Quote style normalization in YAML. |
| .github/workflows/release.yml | Quote style normalization in YAML. |
| .github/renovate.json | Remove trailing whitespace/newline artifact. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
pnpm lintlint:fixscript and normalize existing workflow, config, fixture, and test files so the new check passes consistently.jsonto align it with the repo formatting flowRelated Links