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
+13
View File
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project are documented here.
Format is loosely based on [Keep a Changelog](https://keepachangelog.com/), grouped by
[Conventional Commits](https://www.conventionalcommits.org/) type. Regenerate the grouped
entries for a range with `scripts/generate-changelog.sh`; see `.claude/skills/git-workflow/SKILL.md`
for the full process.
## [Unreleased]
### Chore
- Initial commit: YouTube Studio Flow (backend, frontend, infrastructure, docs) (d5af006)