init
This commit is contained in:
25
.claude/settings.json
Normal file
25
.claude/settings.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user