feat: project scaffold, config loading, skeleton main

This commit is contained in:
2026-06-27 12:57:11 +08:00
commit 976ec3ca70
10 changed files with 4430 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(go mod *)",
"Bash(go build *)",
"Bash(go run *)",
"Bash(git add *)",
"Bash(git commit *)"
]
}
}