Files
scrabble-game/.claude/settings.json
T
Ilia Denisov effe6675bc
Tests · Go / test (push) Successful in 32s
Stage 0: scaffold monorepo, backend skeleton, docs, CI
- go.work (Go 1.26.3) with backend module; deps added incrementally (gin+zap only)

- backend: /healthz + /readyz, env config, graceful shutdown

- docs: ARCHITECTURE, FUNCTIONAL (+ru mirror), TESTING

- PLAN.md (stage tracker + per-stage open details) and CLAUDE.md (per-stage workflow)

- .gitea go-unit CI (gofmt/vet/build/test)
2026-06-02 11:57:58 +02:00

25 lines
442 B
JSON

{
"permissions": {
"allow": [],
"defaultMode": "default"
},
"sandbox": {
"network": {
"allowedDomains": [
"github.com",
"registry.npmjs.org",
"*.npmjs.org",
"docker.com",
"docker.io",
"gcr.io",
"*.golang.org",
"gitea.iliadenisov.ru"
],
"allowUnixSockets": [
"/var/run/docker.sock"
],
"allowLocalBinding": true
}
}
}