## Taiga - TAIGA_URL: https://taiga.db-extern.de - TAIGA_PROJECT_SLUG: obstsortendatenbank ## Stories Before implementing a story: read its spec file in docs/planning/specs/ first. ## Branching Stories developed sequentially; prior story branch may not be merged to main yet. Before creating feature branch: run `git branch -r | grep feature/` — if predecessor story branch exists on remote and is unmerged, base new branch on it, not main.