- Priority 1: Test NewSendEmailTask + NewSendPushTask (5 tests) - Priority 2: Test customHTTPErrorHandler — all 15+ branches (21 tests) - Priority 3: Extract Enqueuer interface + payload builders in worker pkg (5 tests) - Priority 4: Extract ClassifyFile/ComputeRelPath in migrate-encrypt (6 tests) - Priority 5: Define Handler interfaces, refactor to accept them, mock-based tests (14 tests) - Fix .gitignore: /worker instead of worker to stop ignoring internal/worker/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
510 B
JSON
25 lines
510 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebSearch",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(go build:*)",
|
|
"Bash(go test:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(go vet:*)",
|
|
"Bash(head:*)",
|
|
"Bash(docker exec:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(docker ps:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(docker info:*)",
|
|
"Bash(curl:*)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"ios-simulator"
|
|
]
|
|
}
|