mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 16:14:12 +00:00
- Add .claude/ configuration (agents, commands, hooks, get-shit-done workflows) - Add prompts/ directory with development planning documents - Add scripts/setup-tenants/ with tenant configuration - Add docs/screenshots/ - Remove obsolete phase2.2-corrections-report.md - Update pnpm-lock.yaml - Update detect-secrets.sh to ignore setup.sh (env var usage, not secrets) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30 lines
858 B
JSON
30 lines
858 B
JSON
{
|
|
"enabledPlugins": {
|
|
"agent-sdk-dev@claude-plugins-official": true,
|
|
"context7@claude-plugins-official": true,
|
|
"frontend-design@claude-plugins-official": true,
|
|
"github@claude-plugins-official": true,
|
|
"commit-commands@claude-plugins-official": true,
|
|
"code-review@claude-plugins-official": true,
|
|
"pr-review-toolkit@claude-plugins-official": true,
|
|
"playwright@claude-plugins-official": true,
|
|
"explanatory-output-style@claude-plugins-official": true,
|
|
"typescript-lsp@claude-plugins-official": true
|
|
},
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node .claude/hooks/gsd-check-update.js"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "node \"$HOME/.claude/hooks/statusline.js\""
|
|
}
|
|
}
|