Changelog
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Initial project setup: TypeScript 5 + Node 20 + Express 4 + Prisma 5 + PostgreSQL 16 infrastructure.
- Commit hooks (husky pre-commit + commit-msg) and CI pipeline with security audit, type-check, lint, migrations, coverage, and Stryker mutation gate.
- Architecture decision records ADR-0001 (stack) and ADR-0002 (auth).
- Repository port interfaces and base error hierarchy.