|
| 1 | +{ |
| 2 | + "env": { |
| 3 | + "ENABLE_TOOL_SEARCH": "true", |
| 4 | + "CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS": "40000", |
| 5 | + "CLAUDE_CODE_DISABLE_AUTO_MEMORY": "0", |
| 6 | + "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" |
| 7 | + }, |
| 8 | + "enabledPlugins": { |
| 9 | + "claude-code-setup@passionfactory": true, |
| 10 | + "standards@passionfactory": true, |
| 11 | + "please@passionfactory": true, |
| 12 | + "github@passionfactory": true, |
| 13 | + "bun@passionfactory": true, |
| 14 | + "context@passionfactory": true, |
| 15 | + "testing@passionfactory": true, |
| 16 | + "asana@passionfactory": true, |
| 17 | + "backend@passionfactory": true, |
| 18 | + "dev-tools@passionfactory": true, |
| 19 | + "frontend@passionfactory": true, |
| 20 | + "genkit@passionfactory": true, |
| 21 | + "graphql@passionfactory": true, |
| 22 | + "review@passionfactory": true, |
| 23 | + "reflexion@passionfactory": false, |
| 24 | + "research@passionfactory": true, |
| 25 | + "tidy-first@passionfactory": true, |
| 26 | + "worktree@passionfactory": true, |
| 27 | + "antfu@pleaseai": true, |
| 28 | + "vitest@pleaseai": true, |
| 29 | + "tsdown@pleaseai": true, |
| 30 | + "spec-kit@pleaseai": true, |
| 31 | + "code-review@pleaseai": true, |
| 32 | + "claude-md-management@pleaseai": true, |
| 33 | + "gatekeeper@pleaseai": true, |
| 34 | + "fetch@pleaseai": true, |
| 35 | + "markitdown@pleaseai": true, |
| 36 | + "typescript-lsp@code-intelligence": true, |
| 37 | + "eslint-lsp@code-intelligence": true, |
| 38 | + "ralph-loop@claude-plugins-official": true, |
| 39 | + "ast-grep@pleaseai": true |
| 40 | + }, |
| 41 | + "extraKnownMarketplaces": { |
| 42 | + "passionfactory": { |
| 43 | + "source": { |
| 44 | + "source": "github", |
| 45 | + "repo": "chatbot-pf/engineering-standards" |
| 46 | + }, |
| 47 | + "autoUpdate": true |
| 48 | + }, |
| 49 | + "pleaseai": { |
| 50 | + "source": { |
| 51 | + "source": "github", |
| 52 | + "repo": "pleaseai/claude-code-plugins" |
| 53 | + }, |
| 54 | + "autoUpdate": true |
| 55 | + }, |
| 56 | + "mastra-agent-skills": { |
| 57 | + "source": { |
| 58 | + "source": "github", |
| 59 | + "repo": "amondnet/mastra-agent-skills" |
| 60 | + }, |
| 61 | + "autoUpdate": true |
| 62 | + }, |
| 63 | + "code-intelligence": { |
| 64 | + "source": { |
| 65 | + "source": "github", |
| 66 | + "repo": "chatbot-pf/code-intelligence" |
| 67 | + }, |
| 68 | + "autoUpdate": true |
| 69 | + } |
| 70 | + }, |
| 71 | + "language": "en", |
| 72 | + "hooks": { |
| 73 | + "SessionStart": [ |
| 74 | + { |
| 75 | + "matcher": "startup", |
| 76 | + "hooks": [ |
| 77 | + { |
| 78 | + "type": "command", |
| 79 | + "command": "bun install --ignore-scripts" |
| 80 | + } |
| 81 | + ] |
| 82 | + } |
| 83 | + ] |
| 84 | + } |
| 85 | +} |
0 commit comments