From 765177a81c1e204579ce5cef640f9530e8456358 Mon Sep 17 00:00:00 2001 From: Janpeter Visser Date: Fri, 1 May 2026 15:14:17 +0200 Subject: [PATCH] Worker presence docs + lokale config opschoning (#28) * 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 * 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 --------- Co-authored-by: Claude Sonnet 4.6 --- .claude/settings.local.json | 24 ++++++++++++++++++++++-- .gitignore | 11 ++++++++++- 2 files changed, 32 insertions(+), 3 deletions(-) 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