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 <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>
This commit is contained in:
parent
8a8c94ee9d
commit
765177a81c
2 changed files with 32 additions and 3 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -62,4 +62,13 @@ screenshots/
|
|||
!public/screenshots/
|
||||
|
||||
# Testomgeving
|
||||
jp.sh
|
||||
jp.sh
|
||||
|
||||
# MCP config (bevat credentials)
|
||||
.mcp.json
|
||||
|
||||
# Codex local config
|
||||
.codex/
|
||||
|
||||
# Lokale scratch-bestanden
|
||||
Brainstro
|
||||
Loading…
Add table
Add a link
Reference in a new issue