fix(cycles): split runtime taskflow type surface

This commit is contained in:
Vincent Koc
2026-04-11 13:25:55 +01:00
parent 543c14a4ed
commit af428d9b8a
5 changed files with 198 additions and 139 deletions

View File

@@ -22,7 +22,7 @@ import {
} from "../../tasks/task-owner-access.js";
import { normalizeDeliveryContext } from "../../utils/delivery-context.shared.js";
import type { OpenClawPluginToolContext } from "../tool-types.js";
import type { PluginRuntimeTaskFlow } from "./runtime-taskflow.js";
import type { PluginRuntimeTaskFlow } from "./runtime-taskflow.types.js";
import type {
TaskFlowDetail,
TaskFlowView,