feat: Add Claude permissions configuration and a Gitea CI/CD workflow for building and releasing the application.
All checks were successful
Build and Release / build-and-release (push) Successful in 30m23s

This commit is contained in:
Bryan1029384756
2026-02-10 21:48:03 -06:00
parent d4f190289d
commit b5f3acd581
2 changed files with 18 additions and 10 deletions

View File

@@ -15,7 +15,8 @@
"Bash(npx tsc:*)",
"Bash(npx -y esbuild:*)",
"WebFetch(domain:gist.github.com)",
"Bash(git ls-tree:*)"
"Bash(git ls-tree:*)",
"WebFetch(domain:github.com)"
]
}
}