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.
This commit is contained in:
2026-08-11 12:53:35 +02:00
parent d5af006443
commit 5a1f9a2e50
5 changed files with 193 additions and 1 deletions
+10
View File
@@ -20,3 +20,13 @@ Start with `00 - Index.md` for a full navigation overview of all topics.
| `06 - Backlog/` | Tech debt and planned features |
**Read the relevant vault documents before starting any task.** The vault is the authoritative source for architecture decisions, conventions, and known gotchas.
## Git Workflow
This repo is tracked at `devil/youtube-studio-flow` on git.devils.zone (SSH, port 222).
**Commits and pushes to `main` are fully automated — do them without asking for
confirmation each time.** Pull requests are the one exception: never create, merge, or
close a PR automatically, that's always a manual, user-driven action.
Use the `git-workflow` skill for the full policy, Conventional Commit message format, and
changelog generation process (`CHANGELOG.md` + `scripts/generate-changelog.sh`).