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.
33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
# YouTube Studio Flow — Project Context for Claude
|
|
|
|
## Documentation (Obsidian Vault)
|
|
|
|
The complete project documentation lives in the Obsidian vault at:
|
|
|
|
```
|
|
C:/Users/PSaggau.PSLaptop/Documents/Projekte/Youtube_Studio_Flow/documentation/YouTube Studio Flow/
|
|
```
|
|
|
|
Start with `00 - Index.md` for a full navigation overview of all topics.
|
|
|
|
| Folder | Contents |
|
|
|---|---|
|
|
| `01 - Architecture/` | System overview, backend modules, frontend routing, database schema, queue system, auth, render engine |
|
|
| `02 - Features/` | Per-feature documentation |
|
|
| `03 - API Reference/` | All API endpoints |
|
|
| `04 - Design Guidelines/` | CSS conventions, component patterns, backend patterns, code conventions |
|
|
| `05 - Development/` | Local setup, environment variables, recipes, gotchas, deployment |
|
|
| `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`).
|