prepare repo

This commit is contained in:
2026-02-10 02:18:38 +01:00
parent ef5e98ad5d
commit 781a4c3a4e
10 changed files with 835 additions and 123 deletions

View File

@ -1,6 +1,8 @@
# CMS Monorepo (Bun + Biome + Next.js)
Roadmap and progress are tracked in `TODO.md` (also visible in admin at `/todo`).
Branch model and promotion flow are documented in `BRANCHING.md`.
Commit schema and changelog workflow are documented in `CONTRIBUTING.md`.
A baseline monorepo with:
@ -113,6 +115,22 @@ Notes:
- `dev` remains your local non-docker Bun workflow.
- Staging and production compose files are templates and still require real secrets, registry strategy, and deployment host wiring.
## Changelog
- Changelog file: `CHANGELOG.md`
- Commit schema: Conventional Commits (see `CONTRIBUTING.md`)
- Generate/update changelog from git commits:
```bash
bun run changelog:release
```
- Preview generated output without writing file:
```bash
bun run changelog:preview
```
## Recommended next packages
- Auth: `better-auth` or `next-auth`