arbret/.cursor/rules
counterweight 15bae15731
Phase 1: Add pgqueuer infrastructure and worker skeleton
- Add pgqueuer dependency to pyproject.toml
- Create worker.py with basic setup:
  - Independent database connection using asyncpg
  - Install pgqueuer schema on startup
  - Register dummy job handler
  - Start consumer loop
- Add 'make worker' command
- Update 'make dev' to run worker alongside backend/frontend

Validation:
- Worker starts successfully
- pgqueuer tables exist in database
- All existing tests pass
2025-12-21 22:25:37 +01:00
..
backend_frontend_sync.mdc docs and tools 2025-12-20 23:09:46 +01:00
python_coding_standards.mdc first implementation 2025-12-20 22:18:14 +01:00
running_tests.mdc Phase 1: Add pgqueuer infrastructure and worker skeleton 2025-12-21 22:25:37 +01:00
security_authorization.mdc add some cursor rules 2025-12-20 19:09:33 +01:00