Files
callstack__agent-device/packages/maestro/package.json
Michał Pierzchała f065e6aeb4 fix(maestro): align label metadata ownership (#1909)
* fix(maestro): align label metadata ownership

* fix(maestro): centralize command label parsing

* test(maestro): cover runFlow label ownership
2026-08-20 18:21:56 +02:00

21 lines
483 B
JSON

{
"name": "@agent-device/maestro",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"type": "module",
"description": "Private Maestro compatibility engine for agent-device.",
"dependencies": {
"@agent-device/contracts": "workspace:*",
"@agent-device/kernel": "workspace:*",
"@agent-device/selectors": "workspace:*",
"yaml": "^2.9.0"
},
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
}
}
}