diff --git a/.claude/settings.local.json b/.claude/settings.local.json index dd2c1d5..41bd3a1 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -55,7 +55,27 @@ "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\\)$\")" + "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" + ] } diff --git a/.gitignore b/.gitignore index 4ff2246..e3c508b 100644 --- a/.gitignore +++ b/.gitignore @@ -62,4 +62,13 @@ screenshots/ !public/screenshots/ # Testomgeving -jp.sh \ No newline at end of file +jp.sh + +# MCP config (bevat credentials) +.mcp.json + +# Codex local config +.codex/ + +# Lokale scratch-bestanden +Brainstro \ No newline at end of file