S-00 · Repository skeleton, Gitea Actions CI, contributor workflow #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Outcome: A fresh
git clonefrom the Respellion Gitea remote, followed bydocker compose up, produces a green "hello world" health endpoint from a placeholder BFF. Gitea Actions runs lint, build, unit tests, and the compose-up smoke test, all green. Issue templates, PR template, milestones, labels, and the first project board exist in Gitea.Acceptance:
README.mdand reaches a green local environment in under 10 minutes.main.git-cliffproduces an emptyCHANGELOG.md.docs/PRD.md,CLAUDE.md,BACKLOG.md,docs/architecture/adr-0001-loose-coupling.md,docs/gitea-workflow.mdall in repo..gitea/workflows/ci.yaml,.gitea/ISSUE_TEMPLATE/{slice,bug,adr-proposal}.md,.gitea/PULL_REQUEST_TEMPLATE.mdall in repo.Iteration 1 — Walking Skeletonexists, populated with issues S-01 through S-09.Touches: repo layout, Gitea Actions workflows, Dockerfile for placeholder BFF,
docker-compose.ymlskeleton, MkDocs scaffold, Gitea issue/PR templates.Out of scope: any business logic, frontend, OpenZaak.
Definition of Done
refs #NN).docker compose upfrom a fresh clone reaches green health checks within 3 minutes.docs/architecture/if a non-obvious decision was made.docs/demo-script.mdif the slice is user-visible.closes #NN).