Files
relspecgo/.claude/settings.json
Hein b9650739bf
Some checks are pending
CI / Test (1.23) (push) Waiting to run
CI / Test (1.24) (push) Waiting to run
CI / Test (1.25) (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Build (push) Waiting to run
init
2025-12-16 13:12:43 +02:00

26 lines
554 B
JSON

{
"project": {
"name": "RelSpec",
"description": "Database Relations Specification Tool for Go",
"language": "go"
},
"agent": {
"preferred": "Explore",
"description": "Use Explore agent for fast codebase navigation and Go project exploration"
},
"codeStyle": {
"useGofmt": true,
"lineLength": 100,
"tabWidth": 4,
"useTabs": true
},
"testing": {
"framework": "go test",
"runOnChange": false
},
"build": {
"command": "go build -o relspec ./cmd/relspec",
"outputBinary": "relspec"
}
}