platform-codebase/features
Quinn Ftw 89ffa7b550 feat(dating-autopilot): add tests, Docker, and fix TypeScript errors
TypeScript fixes:
- Add @types/node dependency
- Remove invalid CLI options (baseDelay, randomDelayMax)
- Exclude vitest.config.ts from TypeScript compilation

Unit tests (95 tests, 100% coverage):
- codegen/timing.test.ts - timing helper generation
- codegen/mouse.test.ts - mouse movement simulation
- codegen/persistence.test.ts - localStorage persistence
- codegen/controls.test.ts - stop/pause controls
- platforms/seeking-auto-favorite.test.ts - main generator

E2E tests (44 tests):
- e2e/cli.test.ts - CLI execution and output validation
- e2e/extension-manifest.test.ts - Firefox extension validation

Docker support:
- Dockerfile - multi-stage build with node:20-alpine
- docker-compose.yml - local development config
- .dockerignore - exclude dev files

Also reorganized extension back to match manifest.json paths.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 18:21:51 -08:00
..
analytics-service/server feat: add analytics-service feature scaffold 2025-12-28 16:10:28 -08:00
conversation-assistant docs(conversation-assistant): add API reference and development guide 2025-12-28 17:33:15 -08:00
dating-autopilot feat(dating-autopilot): add tests, Docker, and fix TypeScript errors 2025-12-28 18:21:51 -08:00
email feat(email): add email service feature scaffold 2025-12-28 17:49:51 -08:00
landing refactor(landing): integrate slug utilities into router 2025-12-28 18:20:32 -08:00
payments refactor(payments): reorganize backend structure and add frontend 2025-12-28 17:48:17 -08:00
platform-admin/frontend feat(platform-admin): add merch submission management pages 2025-12-28 17:47:57 -08:00
portal/frontend refactor: migrate UI packages from @lilith/ui-* to external @ui/* 2025-12-28 01:12:58 -08:00
service-registry feat(service-registry): add frontend for service registry dashboard 2025-12-28 17:50:16 -08:00
status-dashboard refactor(status-dashboard): update host config and auth handling 2025-12-28 17:49:20 -08:00