Skip to content

Commit a0b4bf8

Browse files
authored
chore(repo): remove polygraph plugin entry from claude settings (#35370)
## Current Behavior `.claude/settings.json` enables `polygraph@nx-claude-plugins`, but the `nx-claude-plugins` marketplace only ships the `nx` plugin. The `polygraph` plugin lives in the separate `polygraph-plugins` marketplace, which is not declared in `extraKnownMarketplaces` either — so the entry refers to a plugin+marketplace pair that doesn't exist. Every contributor picks up the broken id when they pull the repo. The bad id was introduced in #34790, which moved to the new plugin but left the marketplace name pointing at the old one. ## Expected Behavior Polygraph is now installed globally via the session-start opt-in prompt, so the repo-level `enabledPlugins` entry is no longer needed. Remove it entirely rather than pointing it at a marketplace the settings file doesn't declare.
1 parent 8a942d9 commit a0b4bf8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.claude/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
}
4242
},
4343
"enabledPlugins": {
44-
"nx@nx-claude-plugins": true,
45-
"polygraph@nx-claude-plugins": true
44+
"nx@nx-claude-plugins": true
4645
}
4746
}

0 commit comments

Comments
 (0)