| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-15 | refactor: rename lint/typecheck scripts to check namespace | nsfisis | |
| Consolidate typecheck and lint into a unified `pnpm check` command with `check:ts` and `check:lint` sub-commands. Update CI workflow to use the single check step and update docs accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2025-12-31 | refactor(db): replace DATABASE_URL with individual POSTGRES_* env vars | nsfisis | |
| Eliminates duplicate configuration by building the connection URL from POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB, POSTGRES_HOST, and POSTGRES_PORT instead of requiring a separate DATABASE_URL. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 2025-12-30 | feat(ci): setup GitHub Actions for linting/testing | nsfisis | |
