Skip to content

feat(misc): update PLUGIN.md files to help agents verification#34379

Merged
Coly010 merged 6 commits intomasterfrom
native/add-plugin-md
Feb 12, 2026
Merged

feat(misc): update PLUGIN.md files to help agents verification#34379
Coly010 merged 6 commits intomasterfrom
native/add-plugin-md

Conversation

@Coly010
Copy link
Copy Markdown
Contributor

@Coly010 Coly010 commented Feb 9, 2026

Current Behavior

There is currently no plugin.md file for Gradle.
Other plugin.md files can be improved

Expected Behavior

Add plugin.md file for Gradle to aid with verification with Agents.
Add plugin.md file for Vite for workspaces that have not migrated to @nx/vitest.

Related Issue(s)

CLOSES NXC-3843

@Coly010 Coly010 self-assigned this Feb 9, 2026
@Coly010 Coly010 requested a review from a team as a code owner February 9, 2026 15:46
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 9, 2026

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 6e30576
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/698cc38fb5b38d0008c69867
😎 Deploy Preview https://deploy-preview-34379--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 9, 2026

Deploy Preview for nx-dev ready!

Name Link
🔨 Latest commit 6e30576
🔍 Latest deploy log https://app.netlify.com/projects/nx-dev/deploys/698cc38f1bf45a0008b58156
😎 Deploy Preview https://deploy-preview-34379--nx-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Feb 9, 2026

View your CI Pipeline Execution ↗ for commit 6e30576

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 59m 7s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 3m 52s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 8s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-11 19:03:07 UTC

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud Bot and others added 2 commits February 9, 2026 16:39
Comment thread packages/gradle/PLUGIN.md Outdated
@Coly010 Coly010 force-pushed the native/add-plugin-md branch from 2110a49 to 2eae6f9 Compare February 11, 2026 14:18
@Coly010 Coly010 requested a review from FrozenPandaz February 11, 2026 14:23
nx-cloud[bot]

This comment was marked as outdated.

@Coly010 Coly010 changed the title feat(gradle): add PLUGIN.md file to help agents verification feat(misc): update PLUGIN.md files to help agents verification Feb 11, 2026
@Coly010 Coly010 force-pushed the native/add-plugin-md branch from 9079eac to d814386 Compare February 11, 2026 17:30
@Coly010 Coly010 requested a review from a team as a code owner February 11, 2026 17:30
@Coly010 Coly010 enabled auto-merge (squash) February 11, 2026 17:30
Copy link
Copy Markdown
Contributor

@nx-cloud nx-cloud Bot left a comment

Choose a reason for hiding this comment

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

✅ The fix from Nx Cloud was applied

These changes fix the ktfmt formatting error in CiTargetsUtils.kt. The getMetadata() call was formatted across multiple lines, but ktfmt prefers having all arguments on a single line for this case. We ran ktfmtFormatMain to auto-correct the formatting while preserving the period added to the description string.

Tip

We verified this fix by re-running gradle-project-graph:build, gradle-project-graph:lint.

Suggested Fix changes
diff --git a/packages/gradle/project-graph/src/main/kotlin/dev/nx/gradle/utils/CiTargetsUtils.kt b/packages/gradle/project-graph/src/main/kotlin/dev/nx/gradle/utils/CiTargetsUtils.kt
index 963bb5b242..93cd6610b8 100644
--- a/packages/gradle/project-graph/src/main/kotlin/dev/nx/gradle/utils/CiTargetsUtils.kt
+++ b/packages/gradle/project-graph/src/main/kotlin/dev/nx/gradle/utils/CiTargetsUtils.kt
@@ -119,9 +119,7 @@ private fun buildTestCiTarget(
                   "testClassName" to testClassPackagePath),
           "metadata" to
               getMetadata(
-                  "Runs Gradle test $testClassPackagePath in CI.",
-                  projectBuildPath,
-                  "test"),
+                  "Runs Gradle test $testClassPackagePath in CI.", projectBuildPath, "test"),
           "cache" to true,
           "inputs" to taskInputs)
 

Revert fix via Nx Cloud  

View interactive diff ↗
This fix was applied by Colum Ferry

🎓 Learn more about Self-Healing CI on nx.dev

Co-authored-by: Coly010 <Coly010@users.noreply.github.com>
Comment thread packages/jest/PLUGIN.md
@Coly010 Coly010 merged commit 5a1735b into master Feb 12, 2026
24 checks passed
@Coly010 Coly010 deleted the native/add-plugin-md branch February 12, 2026 11:25
FrozenPandaz pushed a commit that referenced this pull request Feb 13, 2026
## Current Behavior
There is currently no plugin.md file for Gradle.
Other plugin.md files can be improved

## Expected Behavior
Add plugin.md file for Gradle to aid with verification with Agents.
Add plugin.md file for Vite for workspaces that have not migrated to
@nx/vitest.

## Related Issue(s)

CLOSES NXC-3843

---------

Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com>
Co-authored-by: Coly010 <Coly010@users.noreply.github.com>
FrozenPandaz pushed a commit that referenced this pull request Feb 13, 2026
## Current Behavior
There is currently no plugin.md file for Gradle.
Other plugin.md files can be improved

## Expected Behavior
Add plugin.md file for Gradle to aid with verification with Agents.
Add plugin.md file for Vite for workspaces that have not migrated to
@nx/vitest.

## Related Issue(s)

CLOSES NXC-3843

---------

Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com>
Co-authored-by: Coly010 <Coly010@users.noreply.github.com>
(cherry picked from commit 5a1735b)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants