fix: reformat plugin.json files to pass biome CI#76
Merged
Jamie-BitFlight merged 1 commit intocopilot/add-inline-comment-definitional-cause-refrom Apr 29, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/bitflight-devops/hallucination-detector/sessions/74b76141-448a-400a-8b79-7ed93f207362 Co-authored-by: Jamie-BitFlight <25075504+Jamie-BitFlight@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Jamie-BitFlight
April 29, 2026 10:05
View session
431bf93
into
copilot/add-inline-comment-definitional-cause-re
7 checks passed
There was a problem hiding this comment.
Pull request overview
This PR aims to fix Biome ci formatting failures by reformatting the keywords arrays in the Cursor/Claude plugin manifests, but it also includes additional package-lock.json changes that go beyond the stated scope.
Changes:
- Reformat
keywordsarrays in.claude-plugin/plugin.jsonand.cursor-plugin/plugin.jsononto a single line. - Update
package-lock.jsonroot metadata (package version and engines), and update lockedlodash/lodash-esentries.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package-lock.json |
Updates root package metadata (version/engines) and changes locked dependency entries (lodash/lodash-es). |
.cursor-plugin/plugin.json |
Collapses keywords array onto one line to match Biome formatting expectations. |
.claude-plugin/plugin.json |
Collapses keywords array onto one line to match Biome formatting expectations. |
💡 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.
Biome's
cicheck was failing because thekeywordsarrays in both plugin manifests were formatted across multiple lines, violating the configured 100-char line width.Changes
.claude-plugin/plugin.json/.cursor-plugin/plugin.json: collapsedkeywordsarray onto a single line to match biome's formatter output