refactor: align framework cleanup with new bootstrap flow
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
33
.claude/settings.local.json
Normal file
33
.claude/settings.local.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(.specify/scripts/bash/check-prerequisites.sh:*)",
|
||||
"Bash(.specify/scripts/bash/setup-plan.sh:*)",
|
||||
"Bash(git rev-parse:*)",
|
||||
"Bash(gofmt:*)",
|
||||
"Bash(go vet:*)",
|
||||
"Bash(find:*)",
|
||||
"Bash(go mod:*)",
|
||||
"Bash(go build:*)",
|
||||
"Bash(go test ./pkg/... -v -short)",
|
||||
"Bash(go test:*)",
|
||||
"Bash(golangci-lint run:*)",
|
||||
"Bash(if [ -d \"/Users/break/csxjProject/junhong_cmp_fiber/specs/004-rbac-data-permission/checklists\" ])",
|
||||
"Bash(then echo \"EXISTS\")",
|
||||
"Bash(else echo \"NO_CHECKLISTS\")",
|
||||
"Bash(fi)",
|
||||
"Bash(psql:*)",
|
||||
"Bash(pg_isready:*)",
|
||||
"Bash(staticcheck:*)",
|
||||
"Bash(git fetch:*)",
|
||||
"Bash(.specify/scripts/bash/create-new-feature.sh:*)",
|
||||
"Bash(tree:*)",
|
||||
"Bash(xargs ls:*)",
|
||||
"Bash(mkdir:*)",
|
||||
"WebFetch(domain:gorm.io)",
|
||||
"Bash(openspec validate:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user