-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathsettings.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathsettings.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"env": {
"ENABLE_TOOL_SEARCH": "true",
"CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS": "40000",
"CLAUDE_CODE_DISABLE_AUTO_MEMORY": "0"
},
"enabledPlugins": {
"gh-please@passionfactory": true,
"please@passionfactory": true,
"review@passionfactory": true,
"github@passionfactory": true,
"standards@passionfactory": true,
"dev-tools@passionfactory": true,
"vue@pleaseai": true,
"antfu@pleaseai": true,
"claude-md-management@pleaseai": true,
"vitest@pleaseai": true,
"gatekeeper@pleaseai": true,
"claude-code-setup@claude-plugins-official": true,
"cloudflare@cloudflare": true,
"pnpm@pleaseai": true,
"vercel@claude-plugins-official": true
},
"extraKnownMarketplaces": {
"passionfactory": {
"source": {
"source": "github",
"repo": "chatbot-pf/engineering-standards"
}
},
"pleaseai": {
"source": {
"source": "github",
"repo": "pleaseai/claude-code-plugins"
}
}
},
"language": "en"
}