* docs: update MCP-tools list to 16 (add M12 authoring tools) scrum4me-mcp PR #2 (gemerged) voegde drie authoring tools toe: create_pbi, create_story, create_task. CLAUDE.md MCP-integratie-sectie reflecteert dat: - Tools-count 13 → 16 - Nieuwe categorie "Authoring (PBI/Story/Task aanmaken)" met input-shapes - create_todo verplaatst naar Authoring-categorie (logischer dan task/story-writes) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: ignore jp.sh test-script Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: regenerate docs/erd.svg (prisma generate output sync) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: sync .claude/settings.local.json (accumulated allow-list) Permissions die Claude Code in de afgelopen sessies heeft gevraagd en goedgekeurd: extra git-/gh-/npx-commands en MCP-tool-toegang. Single- machine project, dus committen is acceptabel — bij multi-developer-setup zou dit bestand juist in .gitignore moeten. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
44 lines
1.9 KiB
JSON
44 lines
1.9 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 *)"
|
|
]
|
|
}
|
|
}
|