docs: document plugin runtime helpers

This commit is contained in:
Peter Steinberger
2026-06-04 19:48:26 -04:00
parent 6486fc1c0d
commit f25c246f6b
34 changed files with 34 additions and 0 deletions
@@ -1,3 +1,4 @@
// Runtime task-flow tests cover plugin task-flow registration and execution behavior.
import { afterEach, beforeEach, describe, expect, it } from "vitest";
import { getTaskFlowById } from "../../tasks/task-flow-registry.js";
import { getTaskById } from "../../tasks/task-registry.js";