feat: project scaffold, config loading, skeleton main
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(go mod *)",
|
||||
"Bash(go build *)",
|
||||
"Bash(go run *)",
|
||||
"Bash(git add *)",
|
||||
"Bash(git commit *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user