MCPcopy Create free account
hub / github.com/cursor/plugins / TreeState

Interface TreeState

orchestrate/skills/orchestrate/scripts/schemas.ts:537–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535export type StopResult = z.infer<typeof StopResultSchema>;
536export type TreeTask = z.infer<typeof TreeTaskSchema>;
537export interface TreeState {
538 rootSlug: string | null;
539 tasks: TreeTask[];
540}
541
542export function parsePlanJson(text: string, source: string): Plan {
543 return parseJsonWithSchema({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected