feat(companion): implement hosted session automation POC with TDD approach

This commit is contained in:
2025-11-21 16:27:15 +01:00
parent 7a3562a844
commit 098bfc2c11
26 changed files with 6469 additions and 0 deletions

View File

@@ -21,7 +21,9 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@cucumber/cucumber": "^11.0.1",
"@types/node": "^22.10.2",
"@vitest/ui": "^2.1.8",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}