MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge /

Class

packages/mission-control/src/workflow.ts:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65type ParsedFrontMatterValue = string | number | boolean | string[];
66
67export class MissionWorkflowError extends Error {
68 readonly workflowPath: string | null;
69 readonly issues: string[];
70

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected