Files
relspecgo/.claude/settings.json
Hein 5e1448dcdb
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
sql writer
2025-12-17 20:44:02 +02:00

27 lines
536 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": "make test",
"runOnChange": false
},
"build": {
"command": "make build",
"outputBinary": "relspec"
}
}