Skip to content

Commit 720657b

Browse files
committed
fix: resolve leftover stash conflict markers in .claude/settings.json
Stash conflict markers were committed into the settings file, making it invalid JSON (reported by /doctor). Keep the stashed-changes side, which is a superset of the upstream side (all enabledPlugins plus extraKnownMarketplaces).
1 parent e5500ef commit 720657b

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@
2727
"claude-md-management@claude-plugins-official": true,
2828
"gatekeeper@pleaseai": true,
2929
"mcp-dev@pleaseai": true,
30-
"vitest@pleaseai": true
30+
"testing@passionfactory": true,
31+
"standards@passionfactory": true,
32+
"tidy-first@passionfactory": true,
33+
"vitest@pleaseai": true,
34+
"research@passionfactory": true,
35+
"frontend@passionfactory": true,
36+
"modern-web-guidance@pleaseai": true,
37+
"plannotator@passionfactory": true
38+
},
39+
"extraKnownMarketplaces": {
40+
"code-intelligence": {
41+
"source": {
42+
"source": "directory",
43+
"path": "./"
44+
}
45+
}
3146
}
3247
}

0 commit comments

Comments
 (0)