feat: add Makelore Robot hardware module

This commit is contained in:
2026-08-13 23:17:22 +08:00
parent 22add3f01f
commit aba5cae286
25 changed files with 3169 additions and 72 deletions

View File

@@ -41,6 +41,7 @@
"lint:check": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:contract:ai-hardware": "vitest run --config vitest.contract.config.ts",
"test:electron:windows": "node scripts/run-electron-vitest.mjs",
"verify:electron:release": "node scripts/run-electron-vitest.mjs --verify-release-runtime",
"verify:artifact:win": "node scripts/verify-packaged-electron-runtime.mjs",