Commit Graph

39 Commits

Author SHA1 Message Date
64d9e7fd16 website refactor 2026-01-17 18:28:10 +01:00
540c0fcb7a tests cleanup 2026-01-03 16:51:40 +01:00
8260bf7baf harden media 2025-12-31 15:39:28 +01:00
7d3393e1b9 refactor 2025-12-16 12:14:06 +01:00
c817d76092 refactor to adapters 2025-12-15 18:34:20 +01:00
5c22f8820c rename to core 2025-12-15 13:46:07 +01:00
e53af6a0e7 wip 2025-12-13 18:39:20 +01:00
8f1db21fb1 wip 2025-12-12 23:49:56 +01:00
cae81b1088 wip 2025-12-12 21:39:48 +01:00
ddbd99b747 wip 2025-12-12 15:20:17 +01:00
2cd3bfbb47 wip 2025-12-12 14:23:40 +01:00
ec3ddc3a5c wip 2025-12-11 21:06:25 +01:00
c49ea2598d wip 2025-12-11 14:39:57 +01:00
c7e5de40d6 wip 2025-12-11 13:50:38 +01:00
e4c1be628d wip 2025-12-11 11:25:22 +01:00
6a427eab57 wip 2025-12-11 00:57:32 +01:00
70d5f5689e wip 2025-12-06 00:17:24 +01:00
78c85a429c wip 2025-12-05 15:18:27 +01:00
fb509607c1 wip 2025-12-04 23:31:55 +01:00
88c6befc7c wip 2025-12-04 17:07:59 +01:00
c698a0b893 wip 2025-12-04 15:15:24 +01:00
b7d5551ea7 wip 2025-12-04 11:54:42 +01:00
c0fdae3d3c wip 2025-12-03 16:33:12 +01:00
086fdc1ea1 wip 2025-12-01 19:28:49 +01:00
645f537895 wip 2025-11-30 23:00:48 +01:00
f8a1fbeb50 Refactor infra tests, clean E2E step suites, and fix TS in tests 2025-11-30 10:58:49 +01:00
af14526ae2 refactoring 2025-11-30 02:07:08 +01:00
1d7c4f78d1 feat(overlay-sync): wire OverlaySyncService into DI, IPC and renderer gating 2025-11-26 19:14:25 +01:00
fef75008d8 wip 2025-11-26 17:03:29 +01:00
e2bea9a126 working companion prototype 2025-11-24 23:32:36 +01:00
73aaeb8b35 fix(automation): enable real OS automation for development mode 2025-11-22 18:30:32 +01:00
84800c663a refactor(automation): remove browser automation, use OS-level automation only 2025-11-22 17:57:35 +01:00
78fc323e43 feat(automation): implement NODE_ENV-based automation mode with fixture server 2025-11-22 16:37:32 +01:00
d4fa7afc6f fix(config): change default automation mode from production to mock 2025-11-22 15:52:57 +01:00
265b070606 feat(automation): add OS-level screen automation foundation services 2025-11-22 14:09:39 +01:00
81b2fd3cd3 feat(ci): add husky pre-commit hook and fix puppeteer-core chrome detection 2025-11-22 13:37:39 +01:00
27dd4b87a5 feat(automation): add nut.js OS-level automation adapter per architecture spec - Create NutJsAutomationAdapter implementing IBrowserAutomation with OS-level mouse/keyboard control - Use mouse.move(), mouse.leftClick(), keyboard.type(), keyboard.pressKey() for real OS automation - Cross-platform support (Command key for macOS, Control key for Windows/Linux) - Production mode in DI container now uses NutJsAutomationAdapter - Add mouseSpeed and keyboardDelay configuration options - Add companion:production npm script for production mode - Step 18 (TRACK_CONDITIONS) maintains safety stop before checkout 2025-11-21 21:53:46 +01:00
a980a288ea feat(automation): implement dual-mode browser automation with DevTools adapter - Add explicit result types for all automation operations (NavigationResult, FormFillResult, ClickResult, WaitResult, ModalResult) - Implement BrowserDevToolsAdapter for real browser automation via Chrome DevTools Protocol - Create IRacingSelectorMap with CSS selectors for all 18 workflow steps - Add AutomationConfig for environment-based adapter selection (mock/dev/production) - Update DI container to support mode switching via AUTOMATION_MODE env var - Add 54 new tests (34 integration + 20 unit), total now 212 passing - Add npm scripts: companion:mock, companion:devtools, chrome:debug 2025-11-21 19:54:37 +01:00
098bfc2c11 feat(companion): implement hosted session automation POC with TDD approach 2025-11-21 16:27:15 +01:00