{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/worker-daemon/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EACN,WAAW,EACX,oBAAoB,EACpB,KAAK,2BAA2B,GAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACN,cAAc,EACd,gBAAgB,EAChB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,WAAW,EACX,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,mBAAmB,GACnB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC","sourcesContent":["/**\n * Worker Daemon Foundation — public API (2.13.0).\n *\n * The durable runtime boundary between a durable Assignment and a proven\n * terminal Mission result. This module composes existing authority domains\n * (Executor Registry, Assignment, Durable Mission, Reliability verification)\n * into a long-lived worker loop; it introduces no new persistence authority.\n */\n\nexport { handleWorkerCommand, printWorkerUsage } from \"./cli.js\";\nexport {\n\tlistWorkers,\n\tWorkerControlService,\n\ttype WorkerControlServiceOptions,\n} from \"./worker-control-service.js\";\nexport {\n\tisSafeWorkerId,\n\tnewWorkerOwnerId,\n\ttype WorkerActivity,\n\ttype WorkerCurrentAssignment,\n\ttype WorkerCurrentExecution,\n\ttype WorkerDaemonState,\n\tWorkerError,\n\ttype WorkerErrorCode,\n\ttype WorkerIdentity,\n\ttype WorkerListResult,\n\ttype WorkerRecoveryReport,\n\ttype WorkerRunOutcome,\n\ttype WorkerStartOutcome,\n\ttype WorkerStatus,\n\ttype WorkerSummary,\n\ttype WorkerWaitReason,\n\tworkerIdForExecutor,\n} from \"./worker-types.js\";\nexport { buildAcceptanceCriteriaVerifier } from \"./worker-verification.js\";\n"]}