* 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>
65 lines
No EOL
844 B
Text
65 lines
No EOL
844 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
Brainstorm.md
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
|
|
# SQLite local database
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|
|
|
|
# Local plan/scratch files (per-developer, not shared)
|
|
.Plans/
|
|
|
|
# Editor
|
|
.vscode/
|
|
|
|
#Screenshots (lokale bron-bestanden negeren, maar /public/screenshots wordt wel gecommit)
|
|
screenshots/
|
|
!public/screenshots/
|
|
|
|
# Testomgeving
|
|
jp.sh |