* docs: update CLAUDE.md worker-presence batch-loop notitie * chore: voeg .mcp.json, .codex/ en Brainstro toe aan .gitignore Voorkomt dat lokale MCP-credentials en scratch-bestanden per ongeluk gecommit worden. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: update allowed-tools in settings.local.json Voegt MCP- en bash-permissies toe die tijdens M13-implementatie gebruikt zijn. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
81 lines
4.1 KiB
JSON
81 lines
4.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npx tsc *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)",
|
|
"Bash(git push *)",
|
|
"Bash(npx eslint *)",
|
|
"Bash(npm run *)",
|
|
"Bash(npx tsx *)",
|
|
"mcp__scrum4me__list_products",
|
|
"mcp__scrum4me__get_claude_context",
|
|
"Bash(gh pr *)",
|
|
"Bash(git -C /Users/janpetervisser/Development/Scrum4Me branch --show-current)",
|
|
"Bash(git -C /Users/janpetervisser/Development/Scrum4Me log --oneline main..HEAD)",
|
|
"Bash(git -C /Users/janpetervisser/Development/Scrum4Me checkout main)",
|
|
"Bash(git -C /Users/janpetervisser/Development/Scrum4Me pull --ff-only)",
|
|
"Bash(git -C /Users/janpetervisser/Development/Scrum4Me branch -d feat/ST-1001-qr-login-milestone-plan)",
|
|
"Bash(git -C /Users/janpetervisser/Development/Scrum4Me checkout -b feat/M10-qr-login)",
|
|
"Bash(git -C /Users/janpetervisser/Development/Scrum4Me log --oneline -3)",
|
|
"mcp__scrum4me__log_implementation",
|
|
"mcp__scrum4me__update_task_status",
|
|
"mcp__scrum4me__log_test_result",
|
|
"mcp__scrum4me__log_commit",
|
|
"Bash(npx vitest *)",
|
|
"Bash(echo \"=== exit: $? ===\")",
|
|
"Bash(npm test *)",
|
|
"Bash(echo \"exit: $?\")",
|
|
"Bash(npx prisma *)",
|
|
"Bash(npm install *)",
|
|
"Bash(git checkout *)",
|
|
"Bash(git pull *)",
|
|
"Bash(git branch *)",
|
|
"Read(//Users/janpetervisser/Development/**)",
|
|
"Bash(git -C /Users/janpetervisser/Development/scrum4me-mcp status -sb)",
|
|
"Bash(git -C /Users/janpetervisser/Development/scrum4me-mcp submodule status)",
|
|
"Bash(git -C /Users/janpetervisser/Development/scrum4me-mcp log --oneline -5)",
|
|
"Bash(git -C /Users/janpetervisser/Development/scrum4me-mcp/vendor/scrum4me log --oneline -3)",
|
|
"Bash(git -C /Users/janpetervisser/Development/scrum4me-mcp/vendor/scrum4me branch -a)",
|
|
"Bash(git fetch *)",
|
|
"Bash(git reset *)",
|
|
"mcp__scrum4me__update_task_plan",
|
|
"mcp__scrum4me__create_task",
|
|
"mcp__scrum4me__ask_user_question",
|
|
"Bash(git *)",
|
|
"mcp__scrum4me__create_pbi",
|
|
"mcp__scrum4me__create_story",
|
|
"mcp__scrum4me__health",
|
|
"Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\(json.dumps\\(d.get\\('mcpServers', {}\\), indent=2\\)\\)\")",
|
|
"Read(//Users/janpetervisser/.claude/**)",
|
|
"Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\(json.dumps\\(d, indent=2\\)\\)\")",
|
|
"Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\(json.dumps\\(d.get\\('mcpServers',{}\\), indent=2\\)\\)\")",
|
|
"Bash(python3 -m json.tool)",
|
|
"mcp__scrum4me__wait_for_job",
|
|
"Bash(npx ctx7@latest docs /websites/github_en_rest \"How to fetch Copilot bot pull request reviews and identify them by author\")",
|
|
"Bash(npm i *)",
|
|
"Bash(curl *)",
|
|
"Bash(grep -E \"\\\\.\\(tsx|ts\\)$\")",
|
|
"mcp__scrum4me__update_job_status",
|
|
"Bash(node --env-file=.env.local node_modules/tsx/dist/cli.mjs ./scripts/check-jobs-tmp.ts)",
|
|
"Bash(node --env-file=.env.local node_modules/tsx/dist/cli.mjs ./scripts/check-workers-tmp.ts)",
|
|
"Bash(node --env-file=.env.local node_modules/prisma/build/index.js migrate deploy)",
|
|
"Bash(xargs grep *)",
|
|
"Bash(node --env-file=.env.local node_modules/prisma/build/index.js migrate status)",
|
|
"Bash(gh run *)",
|
|
"Bash(dir \"C:\\\\Users\\\\Madhu\\\\Projects\")",
|
|
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\Madhu\\\\Projects\\\\scrum4me-mcp\" -Recurse -Include \"*wait*\" -ErrorAction SilentlyContinue)",
|
|
"Bash(Select-Object FullName)",
|
|
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\Madhu\\\\Projects\\\\scrum4me-mcp\" -Force)",
|
|
"Bash(Format-Table -Property Name, PSIsContainer)",
|
|
"Bash(Sort-Object)",
|
|
"PowerShell(Push-Location \"C:\\\\Users\\\\Madhu\\\\Projects\\\\scrum4me-mcp\"; npx tsc --noEmit; $result = $?; Pop-Location; Write-Output \"typecheck ok: $result\")",
|
|
"PowerShell(git *)",
|
|
"mcp__scrum4me__verify_task_against_plan"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"scrum4me"
|
|
]
|
|
}
|