This website requires JavaScript.
Explore
Help
Sign In
mmintel
/
gridpilot.gg
Watch
1
Star
0
Fork
0
You've already forked gridpilot.gg
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
8
Commits
7
Branches
0
Tags
92db83a3c4c80493671245288f0f552795015d03
Commit Graph
4 Commits
Author
SHA1
Message
Date
Marc Mintel
92db83a3c4
fix(automation): wire up real browser control and add stop functionality - Add initializeBrowserConnection() to DIContainer for CDP connection before automation - Implement stop-automation IPC handler with session state update - Add stopAutomation API to preload and stop button to UI - Implement executeStep() in BrowserDevToolsAdapter with all 18 workflow steps - Add getStepSelectors() and getStepName() to IRacingSelectorMap - Update MockAutomationEngineAdapter to use typed executeStep interface - Step 18 (TRACK_CONDITIONS) has safety stop - does NOT click checkout button
2025-11-21 21:40:34 +01:00
Marc Mintel
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
Marc Mintel
bd60bd6771
feat(companion): add Electron presentation layer with React UI, IPC handlers, and automation POC
2025-11-21 16:49:14 +01:00
Marc Mintel
098bfc2c11
feat(companion): implement hosted session automation POC with TDD approach
2025-11-21 16:27:15 +01:00