Skip to content

fix: reformat plugin.json files to pass biome CI#76

Merged
Jamie-BitFlight merged 1 commit intocopilot/add-inline-comment-definitional-cause-refrom
copilot/fix-failing-biome
Apr 29, 2026
Merged

fix: reformat plugin.json files to pass biome CI#76
Jamie-BitFlight merged 1 commit intocopilot/add-inline-comment-definitional-cause-refrom
copilot/fix-failing-biome

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

Biome's ci check was failing because the keywords arrays 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: collapsed keywords array onto a single line to match biome's formatter output
-  "keywords": [
-    "hallucination",
-    "speculation",
-    "causality",
-    "verification",
-    "stop-hook",
-    "quality"
-  ],
+  "keywords": ["hallucination", "speculation", "causality", "verification", "stop-hook", "quality"],

@Jamie-BitFlight Jamie-BitFlight marked this pull request as ready for review April 29, 2026 10:06
Copilot AI review requested due to automatic review settings April 29, 2026 10:06
@Jamie-BitFlight Jamie-BitFlight merged commit 431bf93 into copilot/add-inline-comment-definitional-cause-re Apr 29, 2026
7 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 keywords arrays in .claude-plugin/plugin.json and .cursor-plugin/plugin.json onto a single line.
  • Update package-lock.json root metadata (package version and engines), and update locked lodash/lodash-es entries.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants