Index

loom-sprint-scaffoldsourcetypescript
Path: loom-sprint-scaffold/loom/src/orchestrator/core/index.tsRelative: loom/src/orchestrator/core/index.tsSubproject: loom-sprint-scaffoldCategory: other
Lines: 11Bytes: 727Imports: 0Exports: 7

Content Preview

  1. /**
  2. * Barrel — all core orchestration classes and types.
  3. */
  4. export { type PredicateEvaluation, evaluatePredicate, evaluateAllPredicates, summarizeEvaluations, isMachineEvaluableKind } from "./predicates";
  5. export type { PredicateRunner, PredicateResult, CheckpointDecision, TraceEvent, Embedder, KVStore, Clock, DecomposerDeps, DriftReport, EscalationRecord, TokenPayload } from "./types";
  6. export { DecompositionError, decompose } from "./decomposer";
  7. export { EscalationLedger, type StageFailState