Commit a0b4bf8
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
0 commit comments