@open-agent-toolkit/control-plane 0.0.43 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -173,10 +173,6 @@ function getWorkflowRoutes(workflowMode) {
|
|
|
173
173
|
return SPEC_DRIVEN_ROUTES;
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
|
-
function normalizeImplementationSkill(skill,
|
|
177
|
-
if (skill === 'oat-project-implement' &&
|
|
178
|
-
state.executionMode === 'subagent-driven') {
|
|
179
|
-
return 'oat-project-subagent-implement';
|
|
180
|
-
}
|
|
176
|
+
function normalizeImplementationSkill(skill, _state) {
|
|
181
177
|
return skill;
|
|
182
178
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-agent-toolkit/control-plane",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.50",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Read-only OAT control-plane library for structured project state",
|
|
6
6
|
"homepage": "https://github.com/voxmedia/open-agent-toolkit/tree/main/packages/control-plane",
|