Skip to content

Commit 3e39ee7

Browse files
committed
chore: split Claude Code settings for OSS (remove internal marketplace plugins)
Remove 6 internal passionfactory-only plugins from .claude/settings.json for public OSS use, add language: en, and register the pleaseai marketplace (with autoUpdate) plus turborepo/bun/ast-grep plugins.
1 parent 02de0bd commit 3e39ee7

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.claude/settings.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"language": "en",
23
"permissions": {
34
"allow": [
45
"Bash(bun run build)",
@@ -27,21 +28,25 @@
2728
"claude-md-management@claude-plugins-official": true,
2829
"gatekeeper@pleaseai": true,
2930
"mcp-dev@pleaseai": true,
30-
"testing@passionfactory": true,
31-
"standards@passionfactory": true,
32-
"tidy-first@passionfactory": true,
3331
"vitest@pleaseai": true,
34-
"research@passionfactory": true,
35-
"frontend@passionfactory": true,
3632
"modern-web-guidance@pleaseai": true,
37-
"plannotator@passionfactory": true
33+
"turborepo@pleaseai": true,
34+
"bun@pleaseai": true,
35+
"ast-grep@pleaseai": true
3836
},
3937
"extraKnownMarketplaces": {
4038
"code-intelligence": {
4139
"source": {
4240
"source": "directory",
4341
"path": "./"
4442
}
43+
},
44+
"pleaseai": {
45+
"source": {
46+
"source": "github",
47+
"repo": "pleaseai/claude-code-plugins"
48+
},
49+
"autoUpdate": true
4550
}
4651
}
4752
}

0 commit comments

Comments
 (0)