Files
Rozpisky/.claude/settings.local.json
marekandClaude Opus 5 0ae3f26782 Setup Claude Code: CLAUDE.md, subagenti, slash commands
- CLAUDE.md — stručné pokyny (build/test příkazy, pravidlo IProfileRenderer,
  konvence, chráněná data), odkazuje na ROZPISKY.md místo duplikace
- .claude/agents/ — render-dxf (Rendering/, Dxf/), wpf-ui (ViewModels/, Views/,
  Themes/), verifikator (read-only build + testy, bez Edit/Write)
- .claude/commands/ — /overit (deleguje na verifikatora), /nahled (9 log do PNG
  přes PngHarness, ROZPISKY_PNG_OUT)
- .claude/settings.local.json — přepsáno na 21 cestově nezávislých pravidel
  místo ~60 odkazujících na staré cesty D:\Přesunuté a net9.0-windows
- ROZPISKY.md:17 — net9.0-windows → net10.0-windows (soulad s .csproj)

Baseline ověřena: build bez chyb a varování, 36/36 testů zelených.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-07 09:50:20 +02:00

28 lines
743 B
JSON

{
"permissions": {
"allow": [
"PowerShell(dotnet build:*)",
"PowerShell(dotnet test:*)",
"PowerShell(dotnet run:*)",
"PowerShell(dotnet clean:*)",
"PowerShell(dotnet build-server:*)",
"PowerShell(dotnet --info)",
"PowerShell(dotnet --list-sdks)",
"PowerShell(Get-Process Rozpisky:*)",
"PowerShell(Stop-Process -Name Rozpisky:*)",
"Bash(dotnet build:*)",
"Bash(dotnet test:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(git show:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git branch:*)",
"Bash(git stash:*)",
"mcp__visualize__read_me",
"mcp__visualize__show_widget"
]
}
}