4 Commits

Author SHA1 Message Date
8407dde30b fix: comprehensive init-tables.sql for all new tables (todos, security_audits, daily_summaries, task_comments)
All checks were successful
CI/CD / test (push) Successful in 19s
CI/CD / deploy (push) Successful in 1s
2026-01-30 05:06:52 +00:00
fd823e2d75 Add SQL init fallback for todos table creation
All checks were successful
CI/CD / test (push) Successful in 16s
CI/CD / deploy (push) Successful in 2s
2026-01-30 04:59:17 +00:00
602e1ed75b fix: force db:push with yes pipe + add error logging to summaries
All checks were successful
CI/CD / test (push) Successful in 16s
CI/CD / deploy (push) Successful in 2s
2026-01-30 04:48:22 +00:00
0a8d5486bb Initial scaffold: Hammer Queue task dashboard
- Backend: Elysia + Bun + Drizzle ORM + PostgreSQL
- Frontend: React + Vite + TypeScript + Tailwind CSS
- Task CRUD API with bearer token auth for writes
- Public read-only dashboard with auto-refresh
- Task states: active, queued, blocked, completed, cancelled
- Reorder support for queue management
- Progress notes per task
- Docker Compose for local dev and Dokploy deployment
2026-01-28 22:55:16 +00:00