Files
youtube-studio-flow/.claude/settings.json
T
devil 5a1f9a2e50 chore: add automated git commit/push workflow and changelog generation
Adds the git-workflow skill (Conventional Commits, auto-commit/push
policy, changelog process), CHANGELOG.md seeded from history, and
scripts/generate-changelog.sh to group commits by type. PRs remain
manual by design.
2026-08-11 12:53:35 +02:00

19 lines
424 B
JSON

{
"permissions": {
"allow": [
"Bash(winget search *)",
"Bash(docker compose ps *)",
"Bash(docker compose logs *)",
"Bash(git status*)",
"Bash(git diff*)",
"Bash(git log*)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git push origin main)",
"Bash(git push origin *)",
"Bash(git tag *)",
"Bash(bash scripts/generate-changelog.sh*)"
]
}
}