@amsterdamdatalabs/enact-operator 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (377) hide show
  1. package/README.md +33 -0
  2. package/dist/index.d.ts +24 -0
  3. package/dist/index.d.ts.map +1 -0
  4. package/dist/index.js +24 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/lanes/autopilot/index.d.ts +95 -0
  7. package/dist/lanes/autopilot/index.d.ts.map +1 -0
  8. package/dist/lanes/autopilot/index.js +499 -0
  9. package/dist/lanes/autopilot/index.js.map +1 -0
  10. package/dist/lanes/ralph/index.d.ts +118 -0
  11. package/dist/lanes/ralph/index.d.ts.map +1 -0
  12. package/dist/lanes/ralph/index.js +680 -0
  13. package/dist/lanes/ralph/index.js.map +1 -0
  14. package/dist/lanes/team/index.d.ts +110 -0
  15. package/dist/lanes/team/index.d.ts.map +1 -0
  16. package/dist/lanes/team/index.js +748 -0
  17. package/dist/lanes/team/index.js.map +1 -0
  18. package/dist/lanes/team/roles.d.ts +15 -0
  19. package/dist/lanes/team/roles.d.ts.map +1 -0
  20. package/dist/lanes/team/roles.js +89 -0
  21. package/dist/lanes/team/roles.js.map +1 -0
  22. package/dist/lanes/ultrawork/burst.d.ts +69 -0
  23. package/dist/lanes/ultrawork/burst.d.ts.map +1 -0
  24. package/dist/lanes/ultrawork/burst.js +254 -0
  25. package/dist/lanes/ultrawork/burst.js.map +1 -0
  26. package/dist/lanes/ultrawork/index.d.ts +159 -0
  27. package/dist/lanes/ultrawork/index.d.ts.map +1 -0
  28. package/dist/lanes/ultrawork/index.js +919 -0
  29. package/dist/lanes/ultrawork/index.js.map +1 -0
  30. package/dist/lanes/ultrawork/phases.d.ts +57 -0
  31. package/dist/lanes/ultrawork/phases.d.ts.map +1 -0
  32. package/dist/lanes/ultrawork/phases.js +116 -0
  33. package/dist/lanes/ultrawork/phases.js.map +1 -0
  34. package/dist/mcp/activation.d.ts +5 -0
  35. package/dist/mcp/activation.d.ts.map +1 -0
  36. package/dist/mcp/activation.js +234 -0
  37. package/dist/mcp/activation.js.map +1 -0
  38. package/dist/mcp/cli.d.ts +11 -0
  39. package/dist/mcp/cli.d.ts.map +1 -0
  40. package/dist/mcp/cli.js +140 -0
  41. package/dist/mcp/cli.js.map +1 -0
  42. package/dist/mcp/continuation.d.ts +5 -0
  43. package/dist/mcp/continuation.d.ts.map +1 -0
  44. package/dist/mcp/continuation.js +360 -0
  45. package/dist/mcp/continuation.js.map +1 -0
  46. package/dist/mcp/jobs.d.ts +5 -0
  47. package/dist/mcp/jobs.d.ts.map +1 -0
  48. package/dist/mcp/jobs.js +212 -0
  49. package/dist/mcp/jobs.js.map +1 -0
  50. package/dist/mcp/laneSupport.d.ts +19 -0
  51. package/dist/mcp/laneSupport.d.ts.map +1 -0
  52. package/dist/mcp/laneSupport.js +21 -0
  53. package/dist/mcp/laneSupport.js.map +1 -0
  54. package/dist/mcp/lanes/autopilot.d.ts +5 -0
  55. package/dist/mcp/lanes/autopilot.d.ts.map +1 -0
  56. package/dist/mcp/lanes/autopilot.js +227 -0
  57. package/dist/mcp/lanes/autopilot.js.map +1 -0
  58. package/dist/mcp/lanes/ralph.d.ts +5 -0
  59. package/dist/mcp/lanes/ralph.d.ts.map +1 -0
  60. package/dist/mcp/lanes/ralph.js +392 -0
  61. package/dist/mcp/lanes/ralph.js.map +1 -0
  62. package/dist/mcp/lanes/team.d.ts +5 -0
  63. package/dist/mcp/lanes/team.d.ts.map +1 -0
  64. package/dist/mcp/lanes/team.js +413 -0
  65. package/dist/mcp/lanes/team.js.map +1 -0
  66. package/dist/mcp/lanes/ultrawork.d.ts +5 -0
  67. package/dist/mcp/lanes/ultrawork.d.ts.map +1 -0
  68. package/dist/mcp/lanes/ultrawork.js +497 -0
  69. package/dist/mcp/lanes/ultrawork.js.map +1 -0
  70. package/dist/mcp/linkage.d.ts +5 -0
  71. package/dist/mcp/linkage.d.ts.map +1 -0
  72. package/dist/mcp/linkage.js +126 -0
  73. package/dist/mcp/linkage.js.map +1 -0
  74. package/dist/mcp/planning.d.ts +5 -0
  75. package/dist/mcp/planning.d.ts.map +1 -0
  76. package/dist/mcp/planning.js +584 -0
  77. package/dist/mcp/planning.js.map +1 -0
  78. package/dist/mcp/rpcTransport.d.ts +17 -0
  79. package/dist/mcp/rpcTransport.d.ts.map +1 -0
  80. package/dist/mcp/rpcTransport.js +90 -0
  81. package/dist/mcp/rpcTransport.js.map +1 -0
  82. package/dist/mcp/schemas/ralphVerify.d.ts +32 -0
  83. package/dist/mcp/schemas/ralphVerify.d.ts.map +1 -0
  84. package/dist/mcp/schemas/ralphVerify.js +20 -0
  85. package/dist/mcp/schemas/ralphVerify.js.map +1 -0
  86. package/dist/mcp/server.d.ts +5 -0
  87. package/dist/mcp/server.d.ts.map +1 -0
  88. package/dist/mcp/server.js +176 -0
  89. package/dist/mcp/server.js.map +1 -0
  90. package/dist/mcp/system.d.ts +5 -0
  91. package/dist/mcp/system.d.ts.map +1 -0
  92. package/dist/mcp/system.js +445 -0
  93. package/dist/mcp/system.js.map +1 -0
  94. package/dist/mcp/toolFilter.d.ts +2 -0
  95. package/dist/mcp/toolFilter.d.ts.map +1 -0
  96. package/dist/mcp/toolFilter.js +2 -0
  97. package/dist/mcp/toolFilter.js.map +1 -0
  98. package/dist/mcp/toolPartitions.d.ts +20 -0
  99. package/dist/mcp/toolPartitions.d.ts.map +1 -0
  100. package/dist/mcp/toolPartitions.js +280 -0
  101. package/dist/mcp/toolPartitions.js.map +1 -0
  102. package/dist/mcp/toolRuntime.d.ts +9 -0
  103. package/dist/mcp/toolRuntime.d.ts.map +1 -0
  104. package/dist/mcp/toolRuntime.js +179 -0
  105. package/dist/mcp/toolRuntime.js.map +1 -0
  106. package/dist/mcp/workflow.d.ts +12 -0
  107. package/dist/mcp/workflow.d.ts.map +1 -0
  108. package/dist/mcp/workflow.js +723 -0
  109. package/dist/mcp/workflow.js.map +1 -0
  110. package/dist/operator/hooks/hookDispatcher.d.ts +39 -0
  111. package/dist/operator/hooks/hookDispatcher.d.ts.map +1 -0
  112. package/dist/operator/hooks/hookDispatcher.js +58 -0
  113. package/dist/operator/hooks/hookDispatcher.js.map +1 -0
  114. package/dist/operator/hooks/hookGating.d.ts +28 -0
  115. package/dist/operator/hooks/hookGating.d.ts.map +1 -0
  116. package/dist/operator/hooks/hookGating.js +61 -0
  117. package/dist/operator/hooks/hookGating.js.map +1 -0
  118. package/dist/operator/hooks/hooks.d.ts +20 -0
  119. package/dist/operator/hooks/hooks.d.ts.map +1 -0
  120. package/dist/operator/hooks/hooks.js +124 -0
  121. package/dist/operator/hooks/hooks.js.map +1 -0
  122. package/dist/operator/hooks/toolGuardHooks.d.ts +86 -0
  123. package/dist/operator/hooks/toolGuardHooks.d.ts.map +1 -0
  124. package/dist/operator/hooks/toolGuardHooks.js +163 -0
  125. package/dist/operator/hooks/toolGuardHooks.js.map +1 -0
  126. package/dist/operator/hud.d.ts +115 -0
  127. package/dist/operator/hud.d.ts.map +1 -0
  128. package/dist/operator/hud.js +229 -0
  129. package/dist/operator/hud.js.map +1 -0
  130. package/dist/operator/missions.d.ts +125 -0
  131. package/dist/operator/missions.d.ts.map +1 -0
  132. package/dist/operator/missions.js +304 -0
  133. package/dist/operator/missions.js.map +1 -0
  134. package/dist/operator/operatorCore.d.ts +11 -0
  135. package/dist/operator/operatorCore.d.ts.map +1 -0
  136. package/dist/operator/operatorCore.js +9 -0
  137. package/dist/operator/operatorCore.js.map +1 -0
  138. package/dist/operator/operatorRuntimeCore.d.ts +17 -0
  139. package/dist/operator/operatorRuntimeCore.d.ts.map +1 -0
  140. package/dist/operator/operatorRuntimeCore.js +17 -0
  141. package/dist/operator/operatorRuntimeCore.js.map +1 -0
  142. package/dist/operator/runtime.d.ts +74 -0
  143. package/dist/operator/runtime.d.ts.map +1 -0
  144. package/dist/operator/runtime.js +357 -0
  145. package/dist/operator/runtime.js.map +1 -0
  146. package/dist/shared/core/bootstrap.d.ts +16 -0
  147. package/dist/shared/core/bootstrap.d.ts.map +1 -0
  148. package/dist/shared/core/bootstrap.js +77 -0
  149. package/dist/shared/core/bootstrap.js.map +1 -0
  150. package/dist/shared/core/contract.d.ts +71 -0
  151. package/dist/shared/core/contract.d.ts.map +1 -0
  152. package/dist/shared/core/contract.js +452 -0
  153. package/dist/shared/core/contract.js.map +1 -0
  154. package/dist/shared/core/events.d.ts +57 -0
  155. package/dist/shared/core/events.d.ts.map +1 -0
  156. package/dist/shared/core/events.js +36 -0
  157. package/dist/shared/core/events.js.map +1 -0
  158. package/dist/shared/core/jobs.d.ts +46 -0
  159. package/dist/shared/core/jobs.d.ts.map +1 -0
  160. package/dist/shared/core/jobs.js +137 -0
  161. package/dist/shared/core/jobs.js.map +1 -0
  162. package/dist/shared/core/json.d.ts +12 -0
  163. package/dist/shared/core/json.d.ts.map +1 -0
  164. package/dist/shared/core/json.js +52 -0
  165. package/dist/shared/core/json.js.map +1 -0
  166. package/dist/shared/core/layoutMigration.d.ts +11 -0
  167. package/dist/shared/core/layoutMigration.d.ts.map +1 -0
  168. package/dist/shared/core/layoutMigration.js +56 -0
  169. package/dist/shared/core/layoutMigration.js.map +1 -0
  170. package/dist/shared/core/lifecycle.d.ts +61 -0
  171. package/dist/shared/core/lifecycle.d.ts.map +1 -0
  172. package/dist/shared/core/lifecycle.js +123 -0
  173. package/dist/shared/core/lifecycle.js.map +1 -0
  174. package/dist/shared/core/packagePaths.d.ts +2 -0
  175. package/dist/shared/core/packagePaths.d.ts.map +1 -0
  176. package/dist/shared/core/packagePaths.js +9 -0
  177. package/dist/shared/core/packagePaths.js.map +1 -0
  178. package/dist/shared/core/terminology.d.ts +38 -0
  179. package/dist/shared/core/terminology.d.ts.map +1 -0
  180. package/dist/shared/core/terminology.js +54 -0
  181. package/dist/shared/core/terminology.js.map +1 -0
  182. package/dist/shared/core/types.d.ts +30 -0
  183. package/dist/shared/core/types.d.ts.map +1 -0
  184. package/dist/shared/core/types.js +2 -0
  185. package/dist/shared/core/types.js.map +1 -0
  186. package/dist/shared/diagnostics/doctor.d.ts +19 -0
  187. package/dist/shared/diagnostics/doctor.d.ts.map +1 -0
  188. package/dist/shared/diagnostics/doctor.js +82 -0
  189. package/dist/shared/diagnostics/doctor.js.map +1 -0
  190. package/dist/shared/diagnostics/hostRollout.d.ts +16 -0
  191. package/dist/shared/diagnostics/hostRollout.d.ts.map +1 -0
  192. package/dist/shared/diagnostics/hostRollout.js +78 -0
  193. package/dist/shared/diagnostics/hostRollout.js.map +1 -0
  194. package/dist/shared/observability/emit.d.ts +3 -0
  195. package/dist/shared/observability/emit.d.ts.map +1 -0
  196. package/dist/shared/observability/emit.js +17 -0
  197. package/dist/shared/observability/emit.js.map +1 -0
  198. package/dist/shared/observability/testWorkspace.d.ts +4 -0
  199. package/dist/shared/observability/testWorkspace.d.ts.map +1 -0
  200. package/dist/shared/observability/testWorkspace.js +35 -0
  201. package/dist/shared/observability/testWorkspace.js.map +1 -0
  202. package/dist/shared/state/installRegistry.d.ts +22 -0
  203. package/dist/shared/state/installRegistry.d.ts.map +1 -0
  204. package/dist/shared/state/installRegistry.js +51 -0
  205. package/dist/shared/state/installRegistry.js.map +1 -0
  206. package/dist/shared/state/session.d.ts +18 -0
  207. package/dist/shared/state/session.d.ts.map +1 -0
  208. package/dist/shared/state/session.js +127 -0
  209. package/dist/shared/state/session.js.map +1 -0
  210. package/dist/shared/state/state.d.ts +16 -0
  211. package/dist/shared/state/state.d.ts.map +1 -0
  212. package/dist/shared/state/state.js +91 -0
  213. package/dist/shared/state/state.js.map +1 -0
  214. package/dist/shared/state/tasks.d.ts +113 -0
  215. package/dist/shared/state/tasks.d.ts.map +1 -0
  216. package/dist/shared/state/tasks.js +274 -0
  217. package/dist/shared/state/tasks.js.map +1 -0
  218. package/dist/shared/workflow/activation/activeSkill.d.ts +46 -0
  219. package/dist/shared/workflow/activation/activeSkill.d.ts.map +1 -0
  220. package/dist/shared/workflow/activation/activeSkill.js +158 -0
  221. package/dist/shared/workflow/activation/activeSkill.js.map +1 -0
  222. package/dist/shared/workflow/activation/gateProfiles.d.ts +26 -0
  223. package/dist/shared/workflow/activation/gateProfiles.d.ts.map +1 -0
  224. package/dist/shared/workflow/activation/gateProfiles.js +102 -0
  225. package/dist/shared/workflow/activation/gateProfiles.js.map +1 -0
  226. package/dist/shared/workflow/activation/modeMatrix.d.ts +28 -0
  227. package/dist/shared/workflow/activation/modeMatrix.d.ts.map +1 -0
  228. package/dist/shared/workflow/activation/modeMatrix.js +91 -0
  229. package/dist/shared/workflow/activation/modeMatrix.js.map +1 -0
  230. package/dist/shared/workflow/activation/skillActivation.d.ts +74 -0
  231. package/dist/shared/workflow/activation/skillActivation.d.ts.map +1 -0
  232. package/dist/shared/workflow/activation/skillActivation.js +485 -0
  233. package/dist/shared/workflow/activation/skillActivation.js.map +1 -0
  234. package/dist/shared/workflow/activation/skillVariant.d.ts +18 -0
  235. package/dist/shared/workflow/activation/skillVariant.d.ts.map +1 -0
  236. package/dist/shared/workflow/activation/skillVariant.js +44 -0
  237. package/dist/shared/workflow/activation/skillVariant.js.map +1 -0
  238. package/dist/shared/workflow/authority/authority.d.ts +34 -0
  239. package/dist/shared/workflow/authority/authority.d.ts.map +1 -0
  240. package/dist/shared/workflow/authority/authority.js +64 -0
  241. package/dist/shared/workflow/authority/authority.js.map +1 -0
  242. package/dist/shared/workflow/closure/closureManifest.d.ts +39 -0
  243. package/dist/shared/workflow/closure/closureManifest.d.ts.map +1 -0
  244. package/dist/shared/workflow/closure/closureManifest.js +62 -0
  245. package/dist/shared/workflow/closure/closureManifest.js.map +1 -0
  246. package/dist/shared/workflow/closure/closureRequirements.d.ts +12 -0
  247. package/dist/shared/workflow/closure/closureRequirements.d.ts.map +1 -0
  248. package/dist/shared/workflow/closure/closureRequirements.js +30 -0
  249. package/dist/shared/workflow/closure/closureRequirements.js.map +1 -0
  250. package/dist/shared/workflow/closure/contractParity.d.ts +24 -0
  251. package/dist/shared/workflow/closure/contractParity.d.ts.map +1 -0
  252. package/dist/shared/workflow/closure/contractParity.js +238 -0
  253. package/dist/shared/workflow/closure/contractParity.js.map +1 -0
  254. package/dist/shared/workflow/closure/contractParityContext.d.ts +8 -0
  255. package/dist/shared/workflow/closure/contractParityContext.d.ts.map +1 -0
  256. package/dist/shared/workflow/closure/contractParityContext.js +50 -0
  257. package/dist/shared/workflow/closure/contractParityContext.js.map +1 -0
  258. package/dist/shared/workflow/closure/scopeGuard.d.ts +11 -0
  259. package/dist/shared/workflow/closure/scopeGuard.d.ts.map +1 -0
  260. package/dist/shared/workflow/closure/scopeGuard.js +69 -0
  261. package/dist/shared/workflow/closure/scopeGuard.js.map +1 -0
  262. package/dist/shared/workflow/closure/ultragoalArtifact.d.ts +13 -0
  263. package/dist/shared/workflow/closure/ultragoalArtifact.d.ts.map +1 -0
  264. package/dist/shared/workflow/closure/ultragoalArtifact.js +31 -0
  265. package/dist/shared/workflow/closure/ultragoalArtifact.js.map +1 -0
  266. package/dist/shared/workflow/closure/workflowReconcile.d.ts +70 -0
  267. package/dist/shared/workflow/closure/workflowReconcile.d.ts.map +1 -0
  268. package/dist/shared/workflow/closure/workflowReconcile.js +267 -0
  269. package/dist/shared/workflow/closure/workflowReconcile.js.map +1 -0
  270. package/dist/shared/workflow/continuation/continuation.d.ts +109 -0
  271. package/dist/shared/workflow/continuation/continuation.d.ts.map +1 -0
  272. package/dist/shared/workflow/continuation/continuation.js +550 -0
  273. package/dist/shared/workflow/continuation/continuation.js.map +1 -0
  274. package/dist/shared/workflow/continuation/continuationEventReservations.d.ts +17 -0
  275. package/dist/shared/workflow/continuation/continuationEventReservations.d.ts.map +1 -0
  276. package/dist/shared/workflow/continuation/continuationEventReservations.js +88 -0
  277. package/dist/shared/workflow/continuation/continuationEventReservations.js.map +1 -0
  278. package/dist/shared/workflow/continuation/continuationFollowUp.d.ts +114 -0
  279. package/dist/shared/workflow/continuation/continuationFollowUp.d.ts.map +1 -0
  280. package/dist/shared/workflow/continuation/continuationFollowUp.js +330 -0
  281. package/dist/shared/workflow/continuation/continuationFollowUp.js.map +1 -0
  282. package/dist/shared/workflow/continuation/continuationOrchestrator.d.ts +66 -0
  283. package/dist/shared/workflow/continuation/continuationOrchestrator.d.ts.map +1 -0
  284. package/dist/shared/workflow/continuation/continuationOrchestrator.js +144 -0
  285. package/dist/shared/workflow/continuation/continuationOrchestrator.js.map +1 -0
  286. package/dist/shared/workflow/continuation/hookContinuation.d.ts +44 -0
  287. package/dist/shared/workflow/continuation/hookContinuation.d.ts.map +1 -0
  288. package/dist/shared/workflow/continuation/hookContinuation.js +85 -0
  289. package/dist/shared/workflow/continuation/hookContinuation.js.map +1 -0
  290. package/dist/shared/workflow/continuation/stopPolicy.d.ts +38 -0
  291. package/dist/shared/workflow/continuation/stopPolicy.d.ts.map +1 -0
  292. package/dist/shared/workflow/continuation/stopPolicy.js +435 -0
  293. package/dist/shared/workflow/continuation/stopPolicy.js.map +1 -0
  294. package/dist/shared/workflow/continuation/stopVerdict.d.ts +31 -0
  295. package/dist/shared/workflow/continuation/stopVerdict.d.ts.map +1 -0
  296. package/dist/shared/workflow/continuation/stopVerdict.js +98 -0
  297. package/dist/shared/workflow/continuation/stopVerdict.js.map +1 -0
  298. package/dist/shared/workflow/delegation/delegatedSession.d.ts +118 -0
  299. package/dist/shared/workflow/delegation/delegatedSession.d.ts.map +1 -0
  300. package/dist/shared/workflow/delegation/delegatedSession.js +496 -0
  301. package/dist/shared/workflow/delegation/delegatedSession.js.map +1 -0
  302. package/dist/shared/workflow/delegation/delegationPrompt.d.ts +3 -0
  303. package/dist/shared/workflow/delegation/delegationPrompt.d.ts.map +1 -0
  304. package/dist/shared/workflow/delegation/delegationPrompt.js +15 -0
  305. package/dist/shared/workflow/delegation/delegationPrompt.js.map +1 -0
  306. package/dist/shared/workflow/delegation/sessionTasks.d.ts +40 -0
  307. package/dist/shared/workflow/delegation/sessionTasks.d.ts.map +1 -0
  308. package/dist/shared/workflow/delegation/sessionTasks.js +73 -0
  309. package/dist/shared/workflow/delegation/sessionTasks.js.map +1 -0
  310. package/dist/shared/workflow/delegation/subagentRuntime.d.ts +26 -0
  311. package/dist/shared/workflow/delegation/subagentRuntime.d.ts.map +1 -0
  312. package/dist/shared/workflow/delegation/subagentRuntime.js +231 -0
  313. package/dist/shared/workflow/delegation/subagentRuntime.js.map +1 -0
  314. package/dist/shared/workflow/delivery/adoAuxiliaryRuntime.d.ts +79 -0
  315. package/dist/shared/workflow/delivery/adoAuxiliaryRuntime.d.ts.map +1 -0
  316. package/dist/shared/workflow/delivery/adoAuxiliaryRuntime.js +166 -0
  317. package/dist/shared/workflow/delivery/adoAuxiliaryRuntime.js.map +1 -0
  318. package/dist/shared/workflow/delivery/finalWave.d.ts +57 -0
  319. package/dist/shared/workflow/delivery/finalWave.d.ts.map +1 -0
  320. package/dist/shared/workflow/delivery/finalWave.js +123 -0
  321. package/dist/shared/workflow/delivery/finalWave.js.map +1 -0
  322. package/dist/shared/workflow/delivery/lifecyclePushMap.d.ts +68 -0
  323. package/dist/shared/workflow/delivery/lifecyclePushMap.d.ts.map +1 -0
  324. package/dist/shared/workflow/delivery/lifecyclePushMap.js +82 -0
  325. package/dist/shared/workflow/delivery/lifecyclePushMap.js.map +1 -0
  326. package/dist/shared/workflow/delivery/prSidecar.d.ts +7 -0
  327. package/dist/shared/workflow/delivery/prSidecar.d.ts.map +1 -0
  328. package/dist/shared/workflow/delivery/prSidecar.js +4 -0
  329. package/dist/shared/workflow/delivery/prSidecar.js.map +1 -0
  330. package/dist/shared/workflow/delivery/reviewStaleness.d.ts +37 -0
  331. package/dist/shared/workflow/delivery/reviewStaleness.d.ts.map +1 -0
  332. package/dist/shared/workflow/delivery/reviewStaleness.js +94 -0
  333. package/dist/shared/workflow/delivery/reviewStaleness.js.map +1 -0
  334. package/dist/shared/workflow/planning/hyperplan.d.ts +40 -0
  335. package/dist/shared/workflow/planning/hyperplan.d.ts.map +1 -0
  336. package/dist/shared/workflow/planning/hyperplan.js +133 -0
  337. package/dist/shared/workflow/planning/hyperplan.js.map +1 -0
  338. package/dist/shared/workflow/planning/notepad.d.ts +17 -0
  339. package/dist/shared/workflow/planning/notepad.d.ts.map +1 -0
  340. package/dist/shared/workflow/planning/notepad.js +84 -0
  341. package/dist/shared/workflow/planning/notepad.js.map +1 -0
  342. package/dist/shared/workflow/planning/planFormat.d.ts +3 -0
  343. package/dist/shared/workflow/planning/planFormat.d.ts.map +1 -0
  344. package/dist/shared/workflow/planning/planFormat.js +14 -0
  345. package/dist/shared/workflow/planning/planFormat.js.map +1 -0
  346. package/package.json +155 -0
  347. package/runtime/hooks/_continuation.mjs +2 -0
  348. package/runtime/hooks/_lib.mjs +2 -0
  349. package/runtime/hooks/_toolGuards.mjs +2 -0
  350. package/runtime/hooks/lanes/resolveSkillActivation.mjs +241 -0
  351. package/runtime/hooks/lanes/user-prompt-submit.mjs +326 -0
  352. package/runtime/hooks/layout-dir.mjs +2 -0
  353. package/runtime/hooks/lifecycle/pre-compact.mjs +121 -0
  354. package/runtime/hooks/lifecycle/session-start.mjs +356 -0
  355. package/runtime/hooks/lifecycle/stop.mjs +223 -0
  356. package/runtime/hooks/observability.mjs +2 -0
  357. package/runtime/hooks/post-tool-use-failure.mjs +5 -0
  358. package/runtime/hooks/post-tool-use.mjs +4 -0
  359. package/runtime/hooks/pre-compact.mjs +4 -0
  360. package/runtime/hooks/pre-tool-use.mjs +4 -0
  361. package/runtime/hooks/resolveSkillActivation.mjs +4 -0
  362. package/runtime/hooks/root-dir.mjs +2 -0
  363. package/runtime/hooks/session-start.mjs +4 -0
  364. package/runtime/hooks/shared/_continuation.mjs +341 -0
  365. package/runtime/hooks/shared/_lib.mjs +60 -0
  366. package/runtime/hooks/shared/_toolGuards.mjs +237 -0
  367. package/runtime/hooks/shared/config.mjs +143 -0
  368. package/runtime/hooks/shared/layout-dir.mjs +12 -0
  369. package/runtime/hooks/shared/observability.mjs +257 -0
  370. package/runtime/hooks/shared/root-dir.mjs +9 -0
  371. package/runtime/hooks/stop.mjs +4 -0
  372. package/runtime/hooks/subagent-tracker.mjs +4 -0
  373. package/runtime/hooks/subagents/subagent-tracker.mjs +106 -0
  374. package/runtime/hooks/tools/post-tool-use-failure.mjs +251 -0
  375. package/runtime/hooks/tools/post-tool-use.mjs +205 -0
  376. package/runtime/hooks/tools/pre-tool-use.mjs +268 -0
  377. package/runtime/hooks/user-prompt-submit.mjs +4 -0
@@ -0,0 +1,144 @@
1
+ /**
2
+ * Atlas-equivalent continuation orchestrator (Plan 12).
3
+ *
4
+ * TWIN note: runtime/hooks/_continuation.mjs is the runtime .mjs twin of this file.
5
+ * If logic changes here it MUST be reflected in _continuation.mjs, and vice-versa.
6
+ * The .mjs twin replicates isManualTaskCloseLedgerKind and isProtectedOperatorStatePath
7
+ * inline (those are TS-only; cannot be imported into .mjs at runtime).
8
+ *
9
+ * Single integration sink that wires together all five predecessor surfaces so
10
+ * active tasks, delegated sessions, and background work survive idle / stop /
11
+ * compaction boundaries.
12
+ *
13
+ * Per INV-031 the main enact-agent decides and orchestrates; runtime executes
14
+ * explicit graph nodes only. This module is therefore legitimately
15
+ * exported-only: the agent runtime (session-start.mjs / pre-compact.mjs hooks
16
+ * and the MCP operator tools) is the authoritative external caller. It is NOT
17
+ * dead code — it is the integration sink those callers import at runtime.
18
+ *
19
+ * Predecessor surfaces wired here:
20
+ * Slice 1 (subagent-tracker): recordSubagentStartedOnContinuation /
21
+ * recordSubagentStoppedOnContinuation — now reliable because
22
+ * subagent-tracker.mjs no longer crashes on SubagentStart/SubagentStop.
23
+ * Slice 2 (pre-compact): hasPendingLocalTasks — detects compaction survivors
24
+ * written by pre-compact.mjs's compaction-context.json write path.
25
+ * Slice 8 (protected-state): all state reads route through the Operator-owned
26
+ * broker (readContinuationState, readDelegatedSessionsState) rather than
27
+ * raw fs access.
28
+ * Slice 9 (team-transforms): captureActiveWorkflows + team-mailbox injection
29
+ * and role-gating layer is applied before re-enqueueing team work.
30
+ * Slice 10 (close-vocabulary): readContinuationFollowUpQueue /
31
+ * enqueueContinuationFollowUp — unified close-event vocabulary so both
32
+ * Factory workitem_manual_close and Operator task_manual_close unblock the
33
+ * follow-up queue.
34
+ */
35
+ import { readContinuationState, writeContinuationState, buildContinuationGuidance, hasPendingLocalTasks, recordSubagentStartedOnContinuation, recordSubagentStoppedOnContinuation, } from '../../../shared/workflow/continuation/continuation.js';
36
+ import { captureActiveWorkflows } from '../../../shared/workflow/continuation/hookContinuation.js';
37
+ import { listSessionTasks, } from '../../../shared/workflow/delegation/sessionTasks.js';
38
+ import { buildDelegatedSessionResumePlan, reconcileDelegatedSessions, } from '../../../shared/workflow/delegation/delegatedSession.js';
39
+ import { readContinuationFollowUpQueue, enqueueContinuationFollowUp, buildSessionIdleDedupeKey, buildDelegatedFollowUpDedupeKey, } from '../../../shared/workflow/continuation/continuationFollowUp.js';
40
+ import { readOperatorAuthority } from '../../../shared/workflow/authority/authority.js';
41
+ /**
42
+ * Orchestrate continuation state across an idle / stop / compaction boundary.
43
+ *
44
+ * This is the single integration sink referenced by the atlas plan.
45
+ */
46
+ export function orchestrateContinuation(root, trigger) {
47
+ const capturedAt = new Date().toISOString();
48
+ // ── Slice 9: capture active workflows (ralph/ultrawork/autopilot/team) ────
49
+ const activeWorkflows = captureActiveWorkflows(root);
50
+ // ── Slice 8: all state reads via Operator broker (continuation + delegated) ─
51
+ const contState = readContinuationState(root);
52
+ const authority = readOperatorAuthority(root);
53
+ const guidance = buildContinuationGuidance(authority);
54
+ // ── Slice 2: detect compaction survivors ─────────────────────────────────
55
+ const hasCompactionSurvivors = hasPendingLocalTasks(guidance);
56
+ // ── Slice 1: surface active subagent IDs from continuation state ──────────
57
+ const activeSubagentIds = contState.activeSubagentIds ?? [];
58
+ // ── Gap-close: re-enqueue sessionTasks into continuation pendingTaskIds ───
59
+ const allSessionTasks = listSessionTasks(root);
60
+ const pendingSessionTasks = allSessionTasks.filter((t) => t.status === 'pending' || t.status === 'active' || t.status === 'blocked');
61
+ const pendingSessionTaskIds = pendingSessionTasks.map((t) => t.id);
62
+ // Merge sessionTask IDs into continuation state pendingTaskIds so they
63
+ // survive the SessionStart restore (closing the gap proven by the red test).
64
+ if (pendingSessionTaskIds.length > 0) {
65
+ const merged = Array.from(new Set([...contState.pendingTaskIds, ...pendingSessionTaskIds]));
66
+ writeContinuationState(root, {
67
+ ...contState,
68
+ pendingTaskIds: merged,
69
+ });
70
+ }
71
+ // ── Gap-close: detect + build resume plans for stale delegated sessions ───
72
+ const { state: delegatedState } = reconcileDelegatedSessions(root);
73
+ const resumableSessions = delegatedState.sessions.filter((s) => s.status === 'active' || s.status === 'stale');
74
+ const delegatedSessionResumePlans = resumableSessions.map((s) => buildDelegatedSessionResumePlan(root, s.continuationId));
75
+ // ── Slice 10: enqueue follow-ups via close-vocabulary queue ───────────────
76
+ let followUpQueuedCount = 0;
77
+ // Enqueue a session-idle follow-up for stale delegated sessions
78
+ for (const plan of delegatedSessionResumePlans) {
79
+ const lane = (contState.lane === 'none' ? 'none' : contState.lane);
80
+ const dedupeKey = buildDelegatedFollowUpDedupeKey(plan.continuationId, trigger);
81
+ const result = enqueueContinuationFollowUp(root, {
82
+ sessionId: contState.lastSessionId,
83
+ dedupeKey,
84
+ trigger: 'recovery',
85
+ lane,
86
+ laneId: contState.laneId,
87
+ prompt: `Continuation orchestrator (${trigger}): delegated session ${plan.continuationId} (${plan.session?.kind ?? 'unknown'}) needs attention. Decision: ${plan.decision}. ${plan.reason}`,
88
+ metadata: {
89
+ continuationId: plan.continuationId,
90
+ trigger,
91
+ source: 'atlas-continuation-orchestrator',
92
+ decision: plan.decision,
93
+ },
94
+ });
95
+ if (result.outcome === 'queued') {
96
+ followUpQueuedCount += 1;
97
+ }
98
+ }
99
+ // For idle/stop triggers, also enqueue a session-idle follow-up if there are
100
+ // pending session tasks that aren't yet covered by the guidance lane
101
+ if ((trigger === 'idle' || trigger === 'stop') && pendingSessionTaskIds.length > 0) {
102
+ const lane = (contState.lane === 'none' ? 'none' : contState.lane);
103
+ const dedupeKey = buildSessionIdleDedupeKey({
104
+ sessionId: contState.lastSessionId,
105
+ lane,
106
+ laneId: contState.laneId,
107
+ });
108
+ const sessionTaskResult = enqueueContinuationFollowUp(root, {
109
+ sessionId: contState.lastSessionId,
110
+ dedupeKey,
111
+ trigger: 'session-idle',
112
+ lane,
113
+ laneId: contState.laneId,
114
+ prompt: `Continuation orchestrator (${trigger}): ${pendingSessionTaskIds.length} pending session task(s) need re-enqueue after ${trigger} boundary. IDs: ${pendingSessionTaskIds.join(', ')}.`,
115
+ metadata: {
116
+ pendingSessionTaskIds,
117
+ trigger,
118
+ source: 'atlas-continuation-orchestrator',
119
+ },
120
+ });
121
+ if (sessionTaskResult.outcome === 'queued') {
122
+ followUpQueuedCount += 1;
123
+ }
124
+ }
125
+ // Read final queue state to confirm counts (Slice 10 read surface)
126
+ const { counts } = readContinuationFollowUpQueue(root);
127
+ const totalQueued = counts.queued + counts.replayed;
128
+ return {
129
+ trigger,
130
+ capturedAt,
131
+ activeWorkflows,
132
+ pendingSessionTaskIds,
133
+ delegatedSessionResumePlans,
134
+ hasCompactionSurvivors,
135
+ followUpQueuedCount: Math.max(followUpQueuedCount, totalQueued > 0 ? followUpQueuedCount : 0),
136
+ activeSubagentIds,
137
+ };
138
+ }
139
+ /**
140
+ * Convenience re-exports so callers can use the Slice 1 subagent lifecycle
141
+ * surfaces through the orchestrator module without a separate import.
142
+ */
143
+ export { recordSubagentStartedOnContinuation, recordSubagentStoppedOnContinuation };
144
+ //# sourceMappingURL=continuationOrchestrator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"continuationOrchestrator.js","sourceRoot":"","sources":["../../../../src/shared/workflow/continuation/continuationOrchestrator.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ export interface RalphSnapshot {
2
+ id: string;
3
+ phase: string;
4
+ active: boolean;
5
+ goal: string;
6
+ updatedAt: string;
7
+ gatesPassed: number;
8
+ gatesTotal: number;
9
+ pendingGateIds: string[];
10
+ }
11
+ export interface UltraworkSnapshot {
12
+ id: string;
13
+ phase: string;
14
+ route: string;
15
+ active: boolean;
16
+ intent: string;
17
+ updatedAt: string;
18
+ }
19
+ export interface AutopilotSnapshot {
20
+ id: string;
21
+ phase: string;
22
+ route: string;
23
+ active: boolean;
24
+ intent: string;
25
+ updatedAt: string;
26
+ }
27
+ export interface TeamSnapshot {
28
+ id: string;
29
+ name: string;
30
+ active: boolean;
31
+ executorCount: number;
32
+ queuedTaskCount: number;
33
+ updatedAt: string;
34
+ }
35
+ export interface ActiveWorkflowSnapshot {
36
+ autopilot: AutopilotSnapshot | null;
37
+ ralph: RalphSnapshot | null;
38
+ team: TeamSnapshot | null;
39
+ ultrawork: UltraworkSnapshot | null;
40
+ capturedAt: string;
41
+ }
42
+ export declare function captureActiveWorkflows(root: string): ActiveWorkflowSnapshot;
43
+ export declare function formatContinuationContext(snapshot: ActiveWorkflowSnapshot): string;
44
+ //# sourceMappingURL=hookContinuation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hookContinuation.d.ts","sourceRoot":"","sources":["../../../../src/shared/workflow/continuation/hookContinuation.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACpC,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,YAAY,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACpC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,GAAG,sBAAsB,CA2D3E;AAOD,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,sBAAsB,GAAG,MAAM,CAwClF"}
@@ -0,0 +1,85 @@
1
+ import { getAutopilot } from '../../../lanes/autopilot/index.js';
2
+ import { getRalph } from '../../../lanes/ralph/index.js';
3
+ import { readTeam } from '../../../lanes/team/index.js';
4
+ import { getUltrawork } from '../../../lanes/ultrawork/index.js';
5
+ export function captureActiveWorkflows(root) {
6
+ const autopilotState = getAutopilot(root);
7
+ const ralphState = getRalph(root);
8
+ const teamState = readTeam(root);
9
+ const ultraworkState = getUltrawork(root);
10
+ const autopilot = autopilotState && autopilotState.active
11
+ ? {
12
+ id: autopilotState.id,
13
+ phase: autopilotState.phase,
14
+ route: autopilotState.route,
15
+ active: autopilotState.active,
16
+ intent: autopilotState.intent,
17
+ updatedAt: autopilotState.updatedAt,
18
+ }
19
+ : null;
20
+ const ralph = ralphState && ralphState.active
21
+ ? {
22
+ id: ralphState.id,
23
+ phase: ralphState.phase,
24
+ active: ralphState.active,
25
+ goal: ralphState.goal,
26
+ updatedAt: ralphState.updatedAt,
27
+ gatesPassed: ralphState.verificationGates.filter((g) => g.status === 'passed').length,
28
+ gatesTotal: ralphState.verificationGates.length,
29
+ pendingGateIds: ralphState.verificationGates
30
+ .filter((g) => g.status !== 'passed')
31
+ .map((g) => g.id),
32
+ }
33
+ : null;
34
+ const team = teamState && teamState.active
35
+ ? {
36
+ id: teamState.id,
37
+ name: teamState.name,
38
+ active: teamState.active,
39
+ executorCount: teamState.executors.length,
40
+ queuedTaskCount: teamState.taskQueue.length,
41
+ updatedAt: teamState.updatedAt,
42
+ }
43
+ : null;
44
+ const ultrawork = ultraworkState && ultraworkState.active
45
+ ? {
46
+ id: ultraworkState.id,
47
+ phase: ultraworkState.phase,
48
+ route: ultraworkState.route,
49
+ active: ultraworkState.active,
50
+ intent: ultraworkState.intent,
51
+ updatedAt: ultraworkState.updatedAt,
52
+ }
53
+ : null;
54
+ return { autopilot, ralph, team, ultrawork, capturedAt: new Date().toISOString() };
55
+ }
56
+ function truncate(text, limit = 80) {
57
+ if (text.length <= limit)
58
+ return text;
59
+ return `${text.slice(0, limit - 1)}…`;
60
+ }
61
+ export function formatContinuationContext(snapshot) {
62
+ const { autopilot, ralph, team, ultrawork } = snapshot;
63
+ if (!autopilot && !ralph && !team && !ultrawork) {
64
+ return 'No active workflows.';
65
+ }
66
+ const parts = [];
67
+ if (autopilot) {
68
+ parts.push(`Autopilot: ${autopilot.phase} (route=${autopilot.route}). Intent: "${truncate(autopilot.intent)}".`);
69
+ }
70
+ if (ralph) {
71
+ const gateSummary = ralph.gatesTotal > 0
72
+ ? `gates ${ralph.gatesPassed}/${ralph.gatesTotal} passed`
73
+ : 'no gates registered';
74
+ const pendingSummary = ralph.pendingGateIds.length > 0 ? `, pending: ${ralph.pendingGateIds.join(', ')}` : '';
75
+ parts.push(`Ralph: ${ralph.phase} (${gateSummary}${pendingSummary}). Goal: "${truncate(ralph.goal)}".`);
76
+ }
77
+ if (ultrawork) {
78
+ parts.push(`Ultrawork: ${ultrawork.phase} (route=${ultrawork.route}). Intent: "${truncate(ultrawork.intent)}".`);
79
+ }
80
+ if (team) {
81
+ parts.push(`Team: "${truncate(team.name)}" (executors=${team.executorCount}, queuedTasks=${team.queuedTaskCount}).`);
82
+ }
83
+ return parts.join(' ');
84
+ }
85
+ //# sourceMappingURL=hookContinuation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hookContinuation.js","sourceRoot":"","sources":["../../../../src/shared/workflow/continuation/hookContinuation.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Phase 7 — Stop-hook closure gate.
3
+ * Pure evaluator: reads OperatorAuthority and returns a StopVerdict.
4
+ * No side effects; call from hook, MCP, or CLI for dry-run checks.
5
+ *
6
+ * Phase A+B scope: Ralph (B), Ultrawork (C), Team (G), task closure (I).
7
+ * Phase C/D scope now also enforces autopilot continuity, executor/reviewer handoff, ultragoal
8
+ * continuity, and staged wrapper skills through the existing durable activation
9
+ * log + review-handoff artifact + task/review/inbox state.
10
+ */
11
+ import type { OperatorAuthority } from '../../../shared/workflow/authority/authority.js';
12
+ import { type EvidenceHorizon } from '../../../shared/core/events.js';
13
+ export type StopOutcome = 'allow' | 'deny';
14
+ export type BlockerCategory = 'gate-pending' | 'phase-not-terminal' | 'open-tasks' | 'open-reviews' | 'open-inbox' | 'closure-evidence-missing' | 'job-pending';
15
+ export type StopLane = 'ralph' | 'ultrawork' | 'autopilot' | 'team' | 'session' | 'executor' | 'reviewer' | 'ultragoal' | 'pipeline';
16
+ export interface StopReason {
17
+ lane: StopLane;
18
+ laneId?: string;
19
+ blocker: string;
20
+ blockerCategory?: BlockerCategory;
21
+ }
22
+ export interface StopVerdict {
23
+ outcome: StopOutcome;
24
+ reasons: StopReason[];
25
+ capturedAt: string;
26
+ evidenceHorizon: EvidenceHorizon;
27
+ /**
28
+ * transportCanBlock: true — verified in interactive Codex TUI on 2026-05-16.
29
+ * The minimal blocking Stop-hook payload shape is:
30
+ * { decision:"block", reason:"..." }.
31
+ */
32
+ transportCanBlock: boolean;
33
+ }
34
+ export declare function evaluateStopPolicy(input: {
35
+ authority: OperatorAuthority;
36
+ root: string;
37
+ }): StopVerdict;
38
+ //# sourceMappingURL=stopPolicy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stopPolicy.d.ts","sourceRoot":"","sources":["../../../../src/shared/workflow/continuation/stopPolicy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAGlF,OAAO,EAAyB,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAOtF,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,eAAe,GACvB,cAAc,GACd,oBAAoB,GACpB,YAAY,GACZ,cAAc,GACd,YAAY,GACZ,0BAA0B,GAC1B,aAAa,CAAC;AAElB,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,WAAW,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC;AAErI,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,QAAQ,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,eAAe,CAAC;IACjC;;;;OAIG;IACH,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAkcD,wBAAgB,kBAAkB,CAAC,KAAK,EAAE;IACxC,SAAS,EAAE,iBAAiB,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,WAAW,CAiDd"}