Removes all ghcr.io and registry dependencies. Workflows now build images locally, import them into k3d, and deploy with kubectl set image — all on the self-hosted runner which already has Docker and kubectl. Also removes the github Terraform provider and ci.tf since no registry pull secrets or GitHub Actions secrets are needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
419 B
JSON
15 lines
419 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(/opt/homebrew/bin/gh pr create --draft --title 'feat\\(finance\\): improved UX across dashboard, transactions, reports and categories' --body ' *)",
|
|
"Bash(/opt/homebrew/bin/gh auth *)",
|
|
"Bash(go build *)",
|
|
"Bash(go test *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit -m ' *)",
|
|
"Bash(git push *)",
|
|
"mcp__visualize__read_me"
|
|
]
|
|
}
|
|
}
|