@principles/core 1.73.0

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 (1633) hide show
  1. package/dist/adapters/code-review/code-review-pain-adapter.d.ts +13 -0
  2. package/dist/adapters/code-review/code-review-pain-adapter.d.ts.map +1 -0
  3. package/dist/adapters/code-review/code-review-pain-adapter.js +139 -0
  4. package/dist/adapters/code-review/code-review-pain-adapter.js.map +1 -0
  5. package/dist/adapters/code-review/index.d.ts +6 -0
  6. package/dist/adapters/code-review/index.d.ts.map +1 -0
  7. package/dist/adapters/code-review/index.js +2 -0
  8. package/dist/adapters/code-review/index.js.map +1 -0
  9. package/dist/adapters/code-review/review-event-types.d.ts +54 -0
  10. package/dist/adapters/code-review/review-event-types.d.ts.map +1 -0
  11. package/dist/adapters/code-review/review-event-types.js +8 -0
  12. package/dist/adapters/code-review/review-event-types.js.map +1 -0
  13. package/dist/adapters/coding/index.d.ts +6 -0
  14. package/dist/adapters/coding/index.d.ts.map +1 -0
  15. package/dist/adapters/coding/index.js +5 -0
  16. package/dist/adapters/coding/index.js.map +1 -0
  17. package/dist/adapters/coding/openclaw-event-types.d.ts +26 -0
  18. package/dist/adapters/coding/openclaw-event-types.d.ts.map +1 -0
  19. package/dist/adapters/coding/openclaw-event-types.js +9 -0
  20. package/dist/adapters/coding/openclaw-event-types.js.map +1 -0
  21. package/dist/adapters/coding/openclaw-pain-adapter.d.ts +27 -0
  22. package/dist/adapters/coding/openclaw-pain-adapter.d.ts.map +1 -0
  23. package/dist/adapters/coding/openclaw-pain-adapter.js +102 -0
  24. package/dist/adapters/coding/openclaw-pain-adapter.js.map +1 -0
  25. package/dist/adapters/writing/index.d.ts +6 -0
  26. package/dist/adapters/writing/index.d.ts.map +1 -0
  27. package/dist/adapters/writing/index.js +5 -0
  28. package/dist/adapters/writing/index.js.map +1 -0
  29. package/dist/adapters/writing/writing-pain-adapter.d.ts +22 -0
  30. package/dist/adapters/writing/writing-pain-adapter.d.ts.map +1 -0
  31. package/dist/adapters/writing/writing-pain-adapter.js +62 -0
  32. package/dist/adapters/writing/writing-pain-adapter.js.map +1 -0
  33. package/dist/adapters/writing/writing-types.d.ts +34 -0
  34. package/dist/adapters/writing/writing-types.d.ts.map +1 -0
  35. package/dist/adapters/writing/writing-types.js +9 -0
  36. package/dist/adapters/writing/writing-types.js.map +1 -0
  37. package/dist/evolution-hook.d.ts +70 -0
  38. package/dist/evolution-hook.d.ts.map +1 -0
  39. package/dist/evolution-hook.js +10 -0
  40. package/dist/evolution-hook.js.map +1 -0
  41. package/dist/evolution-store.d.ts +56 -0
  42. package/dist/evolution-store.d.ts.map +1 -0
  43. package/dist/evolution-store.js +150 -0
  44. package/dist/evolution-store.js.map +1 -0
  45. package/dist/index.d.ts +62 -0
  46. package/dist/index.d.ts.map +1 -0
  47. package/dist/index.js +64 -0
  48. package/dist/index.js.map +1 -0
  49. package/dist/io.d.ts +36 -0
  50. package/dist/io.d.ts.map +1 -0
  51. package/dist/io.js +99 -0
  52. package/dist/io.js.map +1 -0
  53. package/dist/pain-flag-resolver.d.ts +18 -0
  54. package/dist/pain-flag-resolver.d.ts.map +1 -0
  55. package/dist/pain-flag-resolver.js +21 -0
  56. package/dist/pain-flag-resolver.js.map +1 -0
  57. package/dist/pain-recorder.d.ts +38 -0
  58. package/dist/pain-recorder.d.ts.map +1 -0
  59. package/dist/pain-recorder.js +62 -0
  60. package/dist/pain-recorder.js.map +1 -0
  61. package/dist/pain-signal-adapter.d.ts +37 -0
  62. package/dist/pain-signal-adapter.d.ts.map +1 -0
  63. package/dist/pain-signal-adapter.js +2 -0
  64. package/dist/pain-signal-adapter.js.map +1 -0
  65. package/dist/pain-signal.d.ts +76 -0
  66. package/dist/pain-signal.d.ts.map +1 -0
  67. package/dist/pain-signal.js +125 -0
  68. package/dist/pain-signal.js.map +1 -0
  69. package/dist/principle-injector.d.ts +67 -0
  70. package/dist/principle-injector.d.ts.map +1 -0
  71. package/dist/principle-injector.js +89 -0
  72. package/dist/principle-injector.js.map +1 -0
  73. package/dist/principle-tree-ledger.d.ts +106 -0
  74. package/dist/principle-tree-ledger.d.ts.map +1 -0
  75. package/dist/principle-tree-ledger.js +254 -0
  76. package/dist/principle-tree-ledger.js.map +1 -0
  77. package/dist/prompt-builder/__tests__/empathy-keyword-matching.test.d.ts +2 -0
  78. package/dist/prompt-builder/__tests__/empathy-keyword-matching.test.d.ts.map +1 -0
  79. package/dist/prompt-builder/__tests__/empathy-keyword-matching.test.js +380 -0
  80. package/dist/prompt-builder/__tests__/empathy-keyword-matching.test.js.map +1 -0
  81. package/dist/prompt-builder/__tests__/focus-compression.test.d.ts +2 -0
  82. package/dist/prompt-builder/__tests__/focus-compression.test.d.ts.map +1 -0
  83. package/dist/prompt-builder/__tests__/focus-compression.test.js +265 -0
  84. package/dist/prompt-builder/__tests__/focus-compression.test.js.map +1 -0
  85. package/dist/prompt-builder/__tests__/principle-selection.test.d.ts +7 -0
  86. package/dist/prompt-builder/__tests__/principle-selection.test.d.ts.map +1 -0
  87. package/dist/prompt-builder/__tests__/principle-selection.test.js +214 -0
  88. package/dist/prompt-builder/__tests__/principle-selection.test.js.map +1 -0
  89. package/dist/prompt-builder/__tests__/prompt-builder-core.test.d.ts +7 -0
  90. package/dist/prompt-builder/__tests__/prompt-builder-core.test.d.ts.map +1 -0
  91. package/dist/prompt-builder/__tests__/prompt-builder-core.test.js +283 -0
  92. package/dist/prompt-builder/__tests__/prompt-builder-core.test.js.map +1 -0
  93. package/dist/prompt-builder/__tests__/routing-guidance.test.d.ts +11 -0
  94. package/dist/prompt-builder/__tests__/routing-guidance.test.d.ts.map +1 -0
  95. package/dist/prompt-builder/__tests__/routing-guidance.test.js +305 -0
  96. package/dist/prompt-builder/__tests__/routing-guidance.test.js.map +1 -0
  97. package/dist/prompt-builder/attitude-directive.d.ts +7 -0
  98. package/dist/prompt-builder/attitude-directive.d.ts.map +1 -0
  99. package/dist/prompt-builder/attitude-directive.js +39 -0
  100. package/dist/prompt-builder/attitude-directive.js.map +1 -0
  101. package/dist/prompt-builder/correction-cue.d.ts +15 -0
  102. package/dist/prompt-builder/correction-cue.d.ts.map +1 -0
  103. package/dist/prompt-builder/correction-cue.js +39 -0
  104. package/dist/prompt-builder/correction-cue.js.map +1 -0
  105. package/dist/prompt-builder/empathy-keyword-matching.d.ts +30 -0
  106. package/dist/prompt-builder/empathy-keyword-matching.d.ts.map +1 -0
  107. package/dist/prompt-builder/empathy-keyword-matching.js +142 -0
  108. package/dist/prompt-builder/empathy-keyword-matching.js.map +1 -0
  109. package/dist/prompt-builder/empathy-types.d.ts +62 -0
  110. package/dist/prompt-builder/empathy-types.d.ts.map +1 -0
  111. package/dist/prompt-builder/empathy-types.js +88 -0
  112. package/dist/prompt-builder/empathy-types.js.map +1 -0
  113. package/dist/prompt-builder/focus-compression.d.ts +63 -0
  114. package/dist/prompt-builder/focus-compression.d.ts.map +1 -0
  115. package/dist/prompt-builder/focus-compression.js +448 -0
  116. package/dist/prompt-builder/focus-compression.js.map +1 -0
  117. package/dist/prompt-builder/index.d.ts +29 -0
  118. package/dist/prompt-builder/index.d.ts.map +1 -0
  119. package/dist/prompt-builder/index.js +27 -0
  120. package/dist/prompt-builder/index.js.map +1 -0
  121. package/dist/prompt-builder/message-extraction.d.ts +7 -0
  122. package/dist/prompt-builder/message-extraction.d.ts.map +1 -0
  123. package/dist/prompt-builder/message-extraction.js +23 -0
  124. package/dist/prompt-builder/message-extraction.js.map +1 -0
  125. package/dist/prompt-builder/minimal-trigger.d.ts +7 -0
  126. package/dist/prompt-builder/minimal-trigger.d.ts.map +1 -0
  127. package/dist/prompt-builder/minimal-trigger.js +11 -0
  128. package/dist/prompt-builder/minimal-trigger.js.map +1 -0
  129. package/dist/prompt-builder/principle-selection.d.ts +68 -0
  130. package/dist/prompt-builder/principle-selection.d.ts.map +1 -0
  131. package/dist/prompt-builder/principle-selection.js +140 -0
  132. package/dist/prompt-builder/principle-selection.js.map +1 -0
  133. package/dist/prompt-builder/routing-guidance.d.ts +64 -0
  134. package/dist/prompt-builder/routing-guidance.d.ts.map +1 -0
  135. package/dist/prompt-builder/routing-guidance.js +227 -0
  136. package/dist/prompt-builder/routing-guidance.js.map +1 -0
  137. package/dist/prompt-builder/size-guard.d.ts +35 -0
  138. package/dist/prompt-builder/size-guard.d.ts.map +1 -0
  139. package/dist/prompt-builder/size-guard.js +144 -0
  140. package/dist/prompt-builder/size-guard.js.map +1 -0
  141. package/dist/prompt-builder/types.d.ts +28 -0
  142. package/dist/prompt-builder/types.d.ts.map +1 -0
  143. package/dist/prompt-builder/types.js +7 -0
  144. package/dist/prompt-builder/types.js.map +1 -0
  145. package/dist/runtime-v2/__tests__/admission-gate.test.d.ts +2 -0
  146. package/dist/runtime-v2/__tests__/admission-gate.test.d.ts.map +1 -0
  147. package/dist/runtime-v2/__tests__/admission-gate.test.js +126 -0
  148. package/dist/runtime-v2/__tests__/admission-gate.test.js.map +1 -0
  149. package/dist/runtime-v2/__tests__/architecture-regression.test.d.ts +2 -0
  150. package/dist/runtime-v2/__tests__/architecture-regression.test.d.ts.map +1 -0
  151. package/dist/runtime-v2/__tests__/architecture-regression.test.js +2990 -0
  152. package/dist/runtime-v2/__tests__/architecture-regression.test.js.map +1 -0
  153. package/dist/runtime-v2/__tests__/artificer-runner-vslice.test.d.ts +2 -0
  154. package/dist/runtime-v2/__tests__/artificer-runner-vslice.test.d.ts.map +1 -0
  155. package/dist/runtime-v2/__tests__/artificer-runner-vslice.test.js +608 -0
  156. package/dist/runtime-v2/__tests__/artificer-runner-vslice.test.js.map +1 -0
  157. package/dist/runtime-v2/__tests__/attack-e2e-pipeline-smoke.test.d.ts +20 -0
  158. package/dist/runtime-v2/__tests__/attack-e2e-pipeline-smoke.test.d.ts.map +1 -0
  159. package/dist/runtime-v2/__tests__/attack-e2e-pipeline-smoke.test.js +473 -0
  160. package/dist/runtime-v2/__tests__/attack-e2e-pipeline-smoke.test.js.map +1 -0
  161. package/dist/runtime-v2/__tests__/candidate-audit.test.d.ts +2 -0
  162. package/dist/runtime-v2/__tests__/candidate-audit.test.d.ts.map +1 -0
  163. package/dist/runtime-v2/__tests__/candidate-audit.test.js +100 -0
  164. package/dist/runtime-v2/__tests__/candidate-audit.test.js.map +1 -0
  165. package/dist/runtime-v2/__tests__/chain-integrity-attack.test.d.ts +2 -0
  166. package/dist/runtime-v2/__tests__/chain-integrity-attack.test.d.ts.map +1 -0
  167. package/dist/runtime-v2/__tests__/chain-integrity-attack.test.js +276 -0
  168. package/dist/runtime-v2/__tests__/chain-integrity-attack.test.js.map +1 -0
  169. package/dist/runtime-v2/__tests__/chain-integrity-real-path.test.d.ts +2 -0
  170. package/dist/runtime-v2/__tests__/chain-integrity-real-path.test.d.ts.map +1 -0
  171. package/dist/runtime-v2/__tests__/chain-integrity-real-path.test.js +561 -0
  172. package/dist/runtime-v2/__tests__/chain-integrity-real-path.test.js.map +1 -0
  173. package/dist/runtime-v2/__tests__/control-plane-triage.test.d.ts +2 -0
  174. package/dist/runtime-v2/__tests__/control-plane-triage.test.d.ts.map +1 -0
  175. package/dist/runtime-v2/__tests__/control-plane-triage.test.js +107 -0
  176. package/dist/runtime-v2/__tests__/control-plane-triage.test.js.map +1 -0
  177. package/dist/runtime-v2/__tests__/correction-proposal.test.d.ts +2 -0
  178. package/dist/runtime-v2/__tests__/correction-proposal.test.d.ts.map +1 -0
  179. package/dist/runtime-v2/__tests__/correction-proposal.test.js +486 -0
  180. package/dist/runtime-v2/__tests__/correction-proposal.test.js.map +1 -0
  181. package/dist/runtime-v2/__tests__/dreamer-output-validator.test.d.ts +2 -0
  182. package/dist/runtime-v2/__tests__/dreamer-output-validator.test.d.ts.map +1 -0
  183. package/dist/runtime-v2/__tests__/dreamer-output-validator.test.js +171 -0
  184. package/dist/runtime-v2/__tests__/dreamer-output-validator.test.js.map +1 -0
  185. package/dist/runtime-v2/__tests__/dreamer-runner-real-llm.test.d.ts +2 -0
  186. package/dist/runtime-v2/__tests__/dreamer-runner-real-llm.test.d.ts.map +1 -0
  187. package/dist/runtime-v2/__tests__/dreamer-runner-real-llm.test.js +155 -0
  188. package/dist/runtime-v2/__tests__/dreamer-runner-real-llm.test.js.map +1 -0
  189. package/dist/runtime-v2/__tests__/dreamer-runner-vslice.test.d.ts +2 -0
  190. package/dist/runtime-v2/__tests__/dreamer-runner-vslice.test.d.ts.map +1 -0
  191. package/dist/runtime-v2/__tests__/dreamer-runner-vslice.test.js +515 -0
  192. package/dist/runtime-v2/__tests__/dreamer-runner-vslice.test.js.map +1 -0
  193. package/dist/runtime-v2/__tests__/dreamer-runner.test.d.ts +2 -0
  194. package/dist/runtime-v2/__tests__/dreamer-runner.test.d.ts.map +1 -0
  195. package/dist/runtime-v2/__tests__/dreamer-runner.test.js +348 -0
  196. package/dist/runtime-v2/__tests__/dreamer-runner.test.js.map +1 -0
  197. package/dist/runtime-v2/__tests__/error-categories.test.d.ts +2 -0
  198. package/dist/runtime-v2/__tests__/error-categories.test.d.ts.map +1 -0
  199. package/dist/runtime-v2/__tests__/error-categories.test.js +149 -0
  200. package/dist/runtime-v2/__tests__/error-categories.test.js.map +1 -0
  201. package/dist/runtime-v2/__tests__/evaluator-runner-vslice.test.d.ts +2 -0
  202. package/dist/runtime-v2/__tests__/evaluator-runner-vslice.test.d.ts.map +1 -0
  203. package/dist/runtime-v2/__tests__/evaluator-runner-vslice.test.js +1047 -0
  204. package/dist/runtime-v2/__tests__/evaluator-runner-vslice.test.js.map +1 -0
  205. package/dist/runtime-v2/__tests__/fixtures/index.d.ts +4 -0
  206. package/dist/runtime-v2/__tests__/fixtures/index.d.ts.map +1 -0
  207. package/dist/runtime-v2/__tests__/fixtures/index.js +3 -0
  208. package/dist/runtime-v2/__tests__/fixtures/index.js.map +1 -0
  209. package/dist/runtime-v2/__tests__/fixtures/llm-e2e-config.d.ts +20 -0
  210. package/dist/runtime-v2/__tests__/fixtures/llm-e2e-config.d.ts.map +1 -0
  211. package/dist/runtime-v2/__tests__/fixtures/llm-e2e-config.js +39 -0
  212. package/dist/runtime-v2/__tests__/fixtures/llm-e2e-config.js.map +1 -0
  213. package/dist/runtime-v2/__tests__/fixtures/llm-e2e-config.test.d.ts +2 -0
  214. package/dist/runtime-v2/__tests__/fixtures/llm-e2e-config.test.d.ts.map +1 -0
  215. package/dist/runtime-v2/__tests__/fixtures/llm-e2e-config.test.js +111 -0
  216. package/dist/runtime-v2/__tests__/fixtures/llm-e2e-config.test.js.map +1 -0
  217. package/dist/runtime-v2/__tests__/fixtures/test-helpers.d.ts +20 -0
  218. package/dist/runtime-v2/__tests__/fixtures/test-helpers.d.ts.map +1 -0
  219. package/dist/runtime-v2/__tests__/fixtures/test-helpers.js +37 -0
  220. package/dist/runtime-v2/__tests__/fixtures/test-helpers.js.map +1 -0
  221. package/dist/runtime-v2/__tests__/full-chain-real-llm.test.d.ts +2 -0
  222. package/dist/runtime-v2/__tests__/full-chain-real-llm.test.d.ts.map +1 -0
  223. package/dist/runtime-v2/__tests__/full-chain-real-llm.test.js +152 -0
  224. package/dist/runtime-v2/__tests__/full-chain-real-llm.test.js.map +1 -0
  225. package/dist/runtime-v2/__tests__/full-trace-contract.test.d.ts +2 -0
  226. package/dist/runtime-v2/__tests__/full-trace-contract.test.d.ts.map +1 -0
  227. package/dist/runtime-v2/__tests__/full-trace-contract.test.js +552 -0
  228. package/dist/runtime-v2/__tests__/full-trace-contract.test.js.map +1 -0
  229. package/dist/runtime-v2/__tests__/gfi-workspace-health.test.d.ts +2 -0
  230. package/dist/runtime-v2/__tests__/gfi-workspace-health.test.d.ts.map +1 -0
  231. package/dist/runtime-v2/__tests__/gfi-workspace-health.test.js +128 -0
  232. package/dist/runtime-v2/__tests__/gfi-workspace-health.test.js.map +1 -0
  233. package/dist/runtime-v2/__tests__/golden-trace-candidate-builder.test.d.ts +2 -0
  234. package/dist/runtime-v2/__tests__/golden-trace-candidate-builder.test.d.ts.map +1 -0
  235. package/dist/runtime-v2/__tests__/golden-trace-candidate-builder.test.js +759 -0
  236. package/dist/runtime-v2/__tests__/golden-trace-candidate-builder.test.js.map +1 -0
  237. package/dist/runtime-v2/__tests__/golden-trace-replay-validator.test.d.ts +2 -0
  238. package/dist/runtime-v2/__tests__/golden-trace-replay-validator.test.d.ts.map +1 -0
  239. package/dist/runtime-v2/__tests__/golden-trace-replay-validator.test.js +231 -0
  240. package/dist/runtime-v2/__tests__/golden-trace-replay-validator.test.js.map +1 -0
  241. package/dist/runtime-v2/__tests__/golden-trace.test.d.ts +2 -0
  242. package/dist/runtime-v2/__tests__/golden-trace.test.d.ts.map +1 -0
  243. package/dist/runtime-v2/__tests__/golden-trace.test.js +335 -0
  244. package/dist/runtime-v2/__tests__/golden-trace.test.js.map +1 -0
  245. package/dist/runtime-v2/__tests__/intake-to-internalization-bridge.test.d.ts +2 -0
  246. package/dist/runtime-v2/__tests__/intake-to-internalization-bridge.test.d.ts.map +1 -0
  247. package/dist/runtime-v2/__tests__/intake-to-internalization-bridge.test.js +307 -0
  248. package/dist/runtime-v2/__tests__/intake-to-internalization-bridge.test.js.map +1 -0
  249. package/dist/runtime-v2/__tests__/internalization-chain-integrity-read-model.test.d.ts +2 -0
  250. package/dist/runtime-v2/__tests__/internalization-chain-integrity-read-model.test.d.ts.map +1 -0
  251. package/dist/runtime-v2/__tests__/internalization-chain-integrity-read-model.test.js +268 -0
  252. package/dist/runtime-v2/__tests__/internalization-chain-integrity-read-model.test.js.map +1 -0
  253. package/dist/runtime-v2/__tests__/internalization-contracts.test.d.ts +2 -0
  254. package/dist/runtime-v2/__tests__/internalization-contracts.test.d.ts.map +1 -0
  255. package/dist/runtime-v2/__tests__/internalization-contracts.test.js +78 -0
  256. package/dist/runtime-v2/__tests__/internalization-contracts.test.js.map +1 -0
  257. package/dist/runtime-v2/__tests__/internalization-integrity-remediation.test.d.ts +2 -0
  258. package/dist/runtime-v2/__tests__/internalization-integrity-remediation.test.d.ts.map +1 -0
  259. package/dist/runtime-v2/__tests__/internalization-integrity-remediation.test.js +218 -0
  260. package/dist/runtime-v2/__tests__/internalization-integrity-remediation.test.js.map +1 -0
  261. package/dist/runtime-v2/__tests__/internalization-orchestrator.test.d.ts +2 -0
  262. package/dist/runtime-v2/__tests__/internalization-orchestrator.test.d.ts.map +1 -0
  263. package/dist/runtime-v2/__tests__/internalization-orchestrator.test.js +569 -0
  264. package/dist/runtime-v2/__tests__/internalization-orchestrator.test.js.map +1 -0
  265. package/dist/runtime-v2/__tests__/internalization-peer-runner-contracts.test.d.ts +2 -0
  266. package/dist/runtime-v2/__tests__/internalization-peer-runner-contracts.test.d.ts.map +1 -0
  267. package/dist/runtime-v2/__tests__/internalization-peer-runner-contracts.test.js +448 -0
  268. package/dist/runtime-v2/__tests__/internalization-peer-runner-contracts.test.js.map +1 -0
  269. package/dist/runtime-v2/__tests__/internalization-queue-read-model.test.d.ts +2 -0
  270. package/dist/runtime-v2/__tests__/internalization-queue-read-model.test.d.ts.map +1 -0
  271. package/dist/runtime-v2/__tests__/internalization-queue-read-model.test.js +415 -0
  272. package/dist/runtime-v2/__tests__/internalization-queue-read-model.test.js.map +1 -0
  273. package/dist/runtime-v2/__tests__/internalization-route.test.d.ts +2 -0
  274. package/dist/runtime-v2/__tests__/internalization-route.test.d.ts.map +1 -0
  275. package/dist/runtime-v2/__tests__/internalization-route.test.js +136 -0
  276. package/dist/runtime-v2/__tests__/internalization-route.test.js.map +1 -0
  277. package/dist/runtime-v2/__tests__/internalization-state-machine.test.d.ts +2 -0
  278. package/dist/runtime-v2/__tests__/internalization-state-machine.test.d.ts.map +1 -0
  279. package/dist/runtime-v2/__tests__/internalization-state-machine.test.js +679 -0
  280. package/dist/runtime-v2/__tests__/internalization-state-machine.test.js.map +1 -0
  281. package/dist/runtime-v2/__tests__/l1-hard-cap.test.d.ts +2 -0
  282. package/dist/runtime-v2/__tests__/l1-hard-cap.test.d.ts.map +1 -0
  283. package/dist/runtime-v2/__tests__/l1-hard-cap.test.js +157 -0
  284. package/dist/runtime-v2/__tests__/l1-hard-cap.test.js.map +1 -0
  285. package/dist/runtime-v2/__tests__/nocturnal-compliance-trust-boundary.test.d.ts +2 -0
  286. package/dist/runtime-v2/__tests__/nocturnal-compliance-trust-boundary.test.d.ts.map +1 -0
  287. package/dist/runtime-v2/__tests__/nocturnal-compliance-trust-boundary.test.js +215 -0
  288. package/dist/runtime-v2/__tests__/nocturnal-compliance-trust-boundary.test.js.map +1 -0
  289. package/dist/runtime-v2/__tests__/operator-health-cold-start-guard.test.d.ts +2 -0
  290. package/dist/runtime-v2/__tests__/operator-health-cold-start-guard.test.d.ts.map +1 -0
  291. package/dist/runtime-v2/__tests__/operator-health-cold-start-guard.test.js +102 -0
  292. package/dist/runtime-v2/__tests__/operator-health-cold-start-guard.test.js.map +1 -0
  293. package/dist/runtime-v2/__tests__/operator-health-gfi-degraded.test.d.ts +2 -0
  294. package/dist/runtime-v2/__tests__/operator-health-gfi-degraded.test.d.ts.map +1 -0
  295. package/dist/runtime-v2/__tests__/operator-health-gfi-degraded.test.js +148 -0
  296. package/dist/runtime-v2/__tests__/operator-health-gfi-degraded.test.js.map +1 -0
  297. package/dist/runtime-v2/__tests__/operator-health-gfi.test.d.ts +2 -0
  298. package/dist/runtime-v2/__tests__/operator-health-gfi.test.d.ts.map +1 -0
  299. package/dist/runtime-v2/__tests__/operator-health-gfi.test.js +113 -0
  300. package/dist/runtime-v2/__tests__/operator-health-gfi.test.js.map +1 -0
  301. package/dist/runtime-v2/__tests__/operator-health-read-model.test.d.ts +2 -0
  302. package/dist/runtime-v2/__tests__/operator-health-read-model.test.d.ts.map +1 -0
  303. package/dist/runtime-v2/__tests__/operator-health-read-model.test.js +136 -0
  304. package/dist/runtime-v2/__tests__/operator-health-read-model.test.js.map +1 -0
  305. package/dist/runtime-v2/__tests__/pain-chain-read-model.test.d.ts +2 -0
  306. package/dist/runtime-v2/__tests__/pain-chain-read-model.test.d.ts.map +1 -0
  307. package/dist/runtime-v2/__tests__/pain-chain-read-model.test.js +248 -0
  308. package/dist/runtime-v2/__tests__/pain-chain-read-model.test.js.map +1 -0
  309. package/dist/runtime-v2/__tests__/pain-evidence-contract.test.d.ts +2 -0
  310. package/dist/runtime-v2/__tests__/pain-evidence-contract.test.d.ts.map +1 -0
  311. package/dist/runtime-v2/__tests__/pain-evidence-contract.test.js +328 -0
  312. package/dist/runtime-v2/__tests__/pain-evidence-contract.test.js.map +1 -0
  313. package/dist/runtime-v2/__tests__/pain-flood-simulation.test.d.ts +2 -0
  314. package/dist/runtime-v2/__tests__/pain-flood-simulation.test.d.ts.map +1 -0
  315. package/dist/runtime-v2/__tests__/pain-flood-simulation.test.js +267 -0
  316. package/dist/runtime-v2/__tests__/pain-flood-simulation.test.js.map +1 -0
  317. package/dist/runtime-v2/__tests__/pain-signal-bridge-retried.test.d.ts +2 -0
  318. package/dist/runtime-v2/__tests__/pain-signal-bridge-retried.test.d.ts.map +1 -0
  319. package/dist/runtime-v2/__tests__/pain-signal-bridge-retried.test.js +147 -0
  320. package/dist/runtime-v2/__tests__/pain-signal-bridge-retried.test.js.map +1 -0
  321. package/dist/runtime-v2/__tests__/pain-signal-observability.test.d.ts +2 -0
  322. package/dist/runtime-v2/__tests__/pain-signal-observability.test.d.ts.map +1 -0
  323. package/dist/runtime-v2/__tests__/pain-signal-observability.test.js +151 -0
  324. package/dist/runtime-v2/__tests__/pain-signal-observability.test.js.map +1 -0
  325. package/dist/runtime-v2/__tests__/pain-to-principle-service.test.d.ts +2 -0
  326. package/dist/runtime-v2/__tests__/pain-to-principle-service.test.d.ts.map +1 -0
  327. package/dist/runtime-v2/__tests__/pain-to-principle-service.test.js +209 -0
  328. package/dist/runtime-v2/__tests__/pain-to-principle-service.test.js.map +1 -0
  329. package/dist/runtime-v2/__tests__/philosopher-runner-real-llm.test.d.ts +2 -0
  330. package/dist/runtime-v2/__tests__/philosopher-runner-real-llm.test.d.ts.map +1 -0
  331. package/dist/runtime-v2/__tests__/philosopher-runner-real-llm.test.js +167 -0
  332. package/dist/runtime-v2/__tests__/philosopher-runner-real-llm.test.js.map +1 -0
  333. package/dist/runtime-v2/__tests__/philosopher-runner-vslice.test.d.ts +2 -0
  334. package/dist/runtime-v2/__tests__/philosopher-runner-vslice.test.d.ts.map +1 -0
  335. package/dist/runtime-v2/__tests__/philosopher-runner-vslice.test.js +338 -0
  336. package/dist/runtime-v2/__tests__/philosopher-runner-vslice.test.js.map +1 -0
  337. package/dist/runtime-v2/__tests__/pi-artifact-store.test.d.ts +2 -0
  338. package/dist/runtime-v2/__tests__/pi-artifact-store.test.d.ts.map +1 -0
  339. package/dist/runtime-v2/__tests__/pi-artifact-store.test.js +247 -0
  340. package/dist/runtime-v2/__tests__/pi-artifact-store.test.js.map +1 -0
  341. package/dist/runtime-v2/__tests__/pitask-metadata.test.d.ts +8 -0
  342. package/dist/runtime-v2/__tests__/pitask-metadata.test.d.ts.map +1 -0
  343. package/dist/runtime-v2/__tests__/pitask-metadata.test.js +333 -0
  344. package/dist/runtime-v2/__tests__/pitask-metadata.test.js.map +1 -0
  345. package/dist/runtime-v2/__tests__/principle-compiler-core.test.d.ts +2 -0
  346. package/dist/runtime-v2/__tests__/principle-compiler-core.test.d.ts.map +1 -0
  347. package/dist/runtime-v2/__tests__/principle-compiler-core.test.js +141 -0
  348. package/dist/runtime-v2/__tests__/principle-compiler-core.test.js.map +1 -0
  349. package/dist/runtime-v2/__tests__/production-canary-fixture-gate.test.d.ts +2 -0
  350. package/dist/runtime-v2/__tests__/production-canary-fixture-gate.test.d.ts.map +1 -0
  351. package/dist/runtime-v2/__tests__/production-canary-fixture-gate.test.js +524 -0
  352. package/dist/runtime-v2/__tests__/production-canary-fixture-gate.test.js.map +1 -0
  353. package/dist/runtime-v2/__tests__/proven-channel-baseline.test.d.ts +2 -0
  354. package/dist/runtime-v2/__tests__/proven-channel-baseline.test.d.ts.map +1 -0
  355. package/dist/runtime-v2/__tests__/proven-channel-baseline.test.js +428 -0
  356. package/dist/runtime-v2/__tests__/proven-channel-baseline.test.js.map +1 -0
  357. package/dist/runtime-v2/__tests__/pruning-read-model.test.d.ts +2 -0
  358. package/dist/runtime-v2/__tests__/pruning-read-model.test.d.ts.map +1 -0
  359. package/dist/runtime-v2/__tests__/pruning-read-model.test.js +783 -0
  360. package/dist/runtime-v2/__tests__/pruning-read-model.test.js.map +1 -0
  361. package/dist/runtime-v2/__tests__/pruning-review-log.test.d.ts +2 -0
  362. package/dist/runtime-v2/__tests__/pruning-review-log.test.d.ts.map +1 -0
  363. package/dist/runtime-v2/__tests__/pruning-review-log.test.js +159 -0
  364. package/dist/runtime-v2/__tests__/pruning-review-log.test.js.map +1 -0
  365. package/dist/runtime-v2/__tests__/recovery-sweep-service.test.d.ts +2 -0
  366. package/dist/runtime-v2/__tests__/recovery-sweep-service.test.d.ts.map +1 -0
  367. package/dist/runtime-v2/__tests__/recovery-sweep-service.test.js +83 -0
  368. package/dist/runtime-v2/__tests__/recovery-sweep-service.test.js.map +1 -0
  369. package/dist/runtime-v2/__tests__/remediation-contract.test.d.ts +2 -0
  370. package/dist/runtime-v2/__tests__/remediation-contract.test.d.ts.map +1 -0
  371. package/dist/runtime-v2/__tests__/remediation-contract.test.js +39 -0
  372. package/dist/runtime-v2/__tests__/remediation-contract.test.js.map +1 -0
  373. package/dist/runtime-v2/__tests__/rollout-reviewer-runner-vslice.test.d.ts +2 -0
  374. package/dist/runtime-v2/__tests__/rollout-reviewer-runner-vslice.test.d.ts.map +1 -0
  375. package/dist/runtime-v2/__tests__/rollout-reviewer-runner-vslice.test.js +658 -0
  376. package/dist/runtime-v2/__tests__/rollout-reviewer-runner-vslice.test.js.map +1 -0
  377. package/dist/runtime-v2/__tests__/rule-host-evaluator.test.d.ts +2 -0
  378. package/dist/runtime-v2/__tests__/rule-host-evaluator.test.d.ts.map +1 -0
  379. package/dist/runtime-v2/__tests__/rule-host-evaluator.test.js +509 -0
  380. package/dist/runtime-v2/__tests__/rule-host-evaluator.test.js.map +1 -0
  381. package/dist/runtime-v2/__tests__/rulehost-oob-defense-simulation.test.d.ts +2 -0
  382. package/dist/runtime-v2/__tests__/rulehost-oob-defense-simulation.test.d.ts.map +1 -0
  383. package/dist/runtime-v2/__tests__/rulehost-oob-defense-simulation.test.js +535 -0
  384. package/dist/runtime-v2/__tests__/rulehost-oob-defense-simulation.test.js.map +1 -0
  385. package/dist/runtime-v2/__tests__/runtime-config-boundary.test.d.ts +2 -0
  386. package/dist/runtime-v2/__tests__/runtime-config-boundary.test.d.ts.map +1 -0
  387. package/dist/runtime-v2/__tests__/runtime-config-boundary.test.js +256 -0
  388. package/dist/runtime-v2/__tests__/runtime-config-boundary.test.js.map +1 -0
  389. package/dist/runtime-v2/__tests__/runtime-state-handle.test.d.ts +2 -0
  390. package/dist/runtime-v2/__tests__/runtime-state-handle.test.d.ts.map +1 -0
  391. package/dist/runtime-v2/__tests__/runtime-state-handle.test.js +76 -0
  392. package/dist/runtime-v2/__tests__/runtime-state-handle.test.js.map +1 -0
  393. package/dist/runtime-v2/__tests__/schema-conformance-read-model.test.d.ts +2 -0
  394. package/dist/runtime-v2/__tests__/schema-conformance-read-model.test.d.ts.map +1 -0
  395. package/dist/runtime-v2/__tests__/schema-conformance-read-model.test.js +208 -0
  396. package/dist/runtime-v2/__tests__/schema-conformance-read-model.test.js.map +1 -0
  397. package/dist/runtime-v2/__tests__/scribe-runner-real-llm.test.d.ts +2 -0
  398. package/dist/runtime-v2/__tests__/scribe-runner-real-llm.test.d.ts.map +1 -0
  399. package/dist/runtime-v2/__tests__/scribe-runner-real-llm.test.js +156 -0
  400. package/dist/runtime-v2/__tests__/scribe-runner-real-llm.test.js.map +1 -0
  401. package/dist/runtime-v2/__tests__/scribe-runner-vslice.test.d.ts +2 -0
  402. package/dist/runtime-v2/__tests__/scribe-runner-vslice.test.d.ts.map +1 -0
  403. package/dist/runtime-v2/__tests__/scribe-runner-vslice.test.js +430 -0
  404. package/dist/runtime-v2/__tests__/scribe-runner-vslice.test.js.map +1 -0
  405. package/dist/runtime-v2/__tests__/sqlite-confirm-first-state-store.test.d.ts +2 -0
  406. package/dist/runtime-v2/__tests__/sqlite-confirm-first-state-store.test.d.ts.map +1 -0
  407. package/dist/runtime-v2/__tests__/sqlite-confirm-first-state-store.test.js +148 -0
  408. package/dist/runtime-v2/__tests__/sqlite-confirm-first-state-store.test.js.map +1 -0
  409. package/dist/runtime-v2/__tests__/sqlite-connection-readonly.test.d.ts +2 -0
  410. package/dist/runtime-v2/__tests__/sqlite-connection-readonly.test.d.ts.map +1 -0
  411. package/dist/runtime-v2/__tests__/sqlite-connection-readonly.test.js +95 -0
  412. package/dist/runtime-v2/__tests__/sqlite-connection-readonly.test.js.map +1 -0
  413. package/dist/runtime-v2/__tests__/story-a-demo.test.d.ts +2 -0
  414. package/dist/runtime-v2/__tests__/story-a-demo.test.d.ts.map +1 -0
  415. package/dist/runtime-v2/__tests__/story-a-demo.test.js +257 -0
  416. package/dist/runtime-v2/__tests__/story-a-demo.test.js.map +1 -0
  417. package/dist/runtime-v2/__tests__/synthetic-baseline.test.d.ts +2 -0
  418. package/dist/runtime-v2/__tests__/synthetic-baseline.test.d.ts.map +1 -0
  419. package/dist/runtime-v2/__tests__/synthetic-baseline.test.js +155 -0
  420. package/dist/runtime-v2/__tests__/synthetic-baseline.test.js.map +1 -0
  421. package/dist/runtime-v2/__tests__/task-state-semantics.test.d.ts +2 -0
  422. package/dist/runtime-v2/__tests__/task-state-semantics.test.d.ts.map +1 -0
  423. package/dist/runtime-v2/__tests__/task-state-semantics.test.js +145 -0
  424. package/dist/runtime-v2/__tests__/task-state-semantics.test.js.map +1 -0
  425. package/dist/runtime-v2/__tests__/task-three-strikes.test.d.ts +2 -0
  426. package/dist/runtime-v2/__tests__/task-three-strikes.test.d.ts.map +1 -0
  427. package/dist/runtime-v2/__tests__/task-three-strikes.test.js +268 -0
  428. package/dist/runtime-v2/__tests__/task-three-strikes.test.js.map +1 -0
  429. package/dist/runtime-v2/__tests__/trace-refiner-agent.test.d.ts +2 -0
  430. package/dist/runtime-v2/__tests__/trace-refiner-agent.test.d.ts.map +1 -0
  431. package/dist/runtime-v2/__tests__/trace-refiner-agent.test.js +726 -0
  432. package/dist/runtime-v2/__tests__/trace-refiner-agent.test.js.map +1 -0
  433. package/dist/runtime-v2/__tests__/trace-refiner.test.d.ts +2 -0
  434. package/dist/runtime-v2/__tests__/trace-refiner.test.d.ts.map +1 -0
  435. package/dist/runtime-v2/__tests__/trace-refiner.test.js +527 -0
  436. package/dist/runtime-v2/__tests__/trace-refiner.test.js.map +1 -0
  437. package/dist/runtime-v2/__tests__/trainer-output-validator.test.d.ts +2 -0
  438. package/dist/runtime-v2/__tests__/trainer-output-validator.test.d.ts.map +1 -0
  439. package/dist/runtime-v2/__tests__/trainer-output-validator.test.js +257 -0
  440. package/dist/runtime-v2/__tests__/trainer-output-validator.test.js.map +1 -0
  441. package/dist/runtime-v2/__tests__/trainer-runner-vslice.test.d.ts +2 -0
  442. package/dist/runtime-v2/__tests__/trainer-runner-vslice.test.d.ts.map +1 -0
  443. package/dist/runtime-v2/__tests__/trainer-runner-vslice.test.js +506 -0
  444. package/dist/runtime-v2/__tests__/trainer-runner-vslice.test.js.map +1 -0
  445. package/dist/runtime-v2/__tests__/trajectory-store.test.d.ts +2 -0
  446. package/dist/runtime-v2/__tests__/trajectory-store.test.d.ts.map +1 -0
  447. package/dist/runtime-v2/__tests__/trajectory-store.test.js +127 -0
  448. package/dist/runtime-v2/__tests__/trajectory-store.test.js.map +1 -0
  449. package/dist/runtime-v2/activation/__tests__/activation-dispatcher.test.d.ts +2 -0
  450. package/dist/runtime-v2/activation/__tests__/activation-dispatcher.test.d.ts.map +1 -0
  451. package/dist/runtime-v2/activation/__tests__/activation-dispatcher.test.js +510 -0
  452. package/dist/runtime-v2/activation/__tests__/activation-dispatcher.test.js.map +1 -0
  453. package/dist/runtime-v2/activation/__tests__/approval-context-types.test.d.ts +2 -0
  454. package/dist/runtime-v2/activation/__tests__/approval-context-types.test.d.ts.map +1 -0
  455. package/dist/runtime-v2/activation/__tests__/approval-context-types.test.js +117 -0
  456. package/dist/runtime-v2/activation/__tests__/approval-context-types.test.js.map +1 -0
  457. package/dist/runtime-v2/activation/__tests__/approval-queue.test.d.ts +2 -0
  458. package/dist/runtime-v2/activation/__tests__/approval-queue.test.d.ts.map +1 -0
  459. package/dist/runtime-v2/activation/__tests__/approval-queue.test.js +179 -0
  460. package/dist/runtime-v2/activation/__tests__/approval-queue.test.js.map +1 -0
  461. package/dist/runtime-v2/activation/__tests__/approval-store-extended.test.d.ts +2 -0
  462. package/dist/runtime-v2/activation/__tests__/approval-store-extended.test.d.ts.map +1 -0
  463. package/dist/runtime-v2/activation/__tests__/approval-store-extended.test.js +174 -0
  464. package/dist/runtime-v2/activation/__tests__/approval-store-extended.test.js.map +1 -0
  465. package/dist/runtime-v2/activation/__tests__/memory-activation-state-store.test.d.ts +2 -0
  466. package/dist/runtime-v2/activation/__tests__/memory-activation-state-store.test.d.ts.map +1 -0
  467. package/dist/runtime-v2/activation/__tests__/memory-activation-state-store.test.js +244 -0
  468. package/dist/runtime-v2/activation/__tests__/memory-activation-state-store.test.js.map +1 -0
  469. package/dist/runtime-v2/activation/__tests__/sqlite-activation-state-store.test.d.ts +2 -0
  470. package/dist/runtime-v2/activation/__tests__/sqlite-activation-state-store.test.d.ts.map +1 -0
  471. package/dist/runtime-v2/activation/__tests__/sqlite-activation-state-store.test.js +109 -0
  472. package/dist/runtime-v2/activation/__tests__/sqlite-activation-state-store.test.js.map +1 -0
  473. package/dist/runtime-v2/activation/__tests__/sqlite-approval-store.test.d.ts +2 -0
  474. package/dist/runtime-v2/activation/__tests__/sqlite-approval-store.test.d.ts.map +1 -0
  475. package/dist/runtime-v2/activation/__tests__/sqlite-approval-store.test.js +124 -0
  476. package/dist/runtime-v2/activation/__tests__/sqlite-approval-store.test.js.map +1 -0
  477. package/dist/runtime-v2/activation/activation-dispatcher.d.ts +18 -0
  478. package/dist/runtime-v2/activation/activation-dispatcher.d.ts.map +1 -0
  479. package/dist/runtime-v2/activation/activation-dispatcher.js +231 -0
  480. package/dist/runtime-v2/activation/activation-dispatcher.js.map +1 -0
  481. package/dist/runtime-v2/activation/activation-types.d.ts +195 -0
  482. package/dist/runtime-v2/activation/activation-types.d.ts.map +1 -0
  483. package/dist/runtime-v2/activation/activation-types.js +29 -0
  484. package/dist/runtime-v2/activation/activation-types.js.map +1 -0
  485. package/dist/runtime-v2/activation/approval-queue.d.ts +15 -0
  486. package/dist/runtime-v2/activation/approval-queue.d.ts.map +1 -0
  487. package/dist/runtime-v2/activation/approval-queue.js +50 -0
  488. package/dist/runtime-v2/activation/approval-queue.js.map +1 -0
  489. package/dist/runtime-v2/activation/index.d.ts +15 -0
  490. package/dist/runtime-v2/activation/index.d.ts.map +1 -0
  491. package/dist/runtime-v2/activation/index.js +11 -0
  492. package/dist/runtime-v2/activation/index.js.map +1 -0
  493. package/dist/runtime-v2/activation/low-risk-writers.d.ts +14 -0
  494. package/dist/runtime-v2/activation/low-risk-writers.d.ts.map +1 -0
  495. package/dist/runtime-v2/activation/low-risk-writers.js +83 -0
  496. package/dist/runtime-v2/activation/low-risk-writers.js.map +1 -0
  497. package/dist/runtime-v2/activation/memory-activation-state-store.d.ts +13 -0
  498. package/dist/runtime-v2/activation/memory-activation-state-store.d.ts.map +1 -0
  499. package/dist/runtime-v2/activation/memory-activation-state-store.js +28 -0
  500. package/dist/runtime-v2/activation/memory-activation-state-store.js.map +1 -0
  501. package/dist/runtime-v2/activation/memory-approval-store.d.ts +12 -0
  502. package/dist/runtime-v2/activation/memory-approval-store.d.ts.map +1 -0
  503. package/dist/runtime-v2/activation/memory-approval-store.js +102 -0
  504. package/dist/runtime-v2/activation/memory-approval-store.js.map +1 -0
  505. package/dist/runtime-v2/activation/sqlite-activation-state-store.d.ts +10 -0
  506. package/dist/runtime-v2/activation/sqlite-activation-state-store.d.ts.map +1 -0
  507. package/dist/runtime-v2/activation/sqlite-activation-state-store.js +87 -0
  508. package/dist/runtime-v2/activation/sqlite-activation-state-store.js.map +1 -0
  509. package/dist/runtime-v2/activation/sqlite-approval-store.d.ts +14 -0
  510. package/dist/runtime-v2/activation/sqlite-approval-store.d.ts.map +1 -0
  511. package/dist/runtime-v2/activation/sqlite-approval-store.js +138 -0
  512. package/dist/runtime-v2/activation/sqlite-approval-store.js.map +1 -0
  513. package/dist/runtime-v2/activation/sqlite-confirm-first-state-store.d.ts +22 -0
  514. package/dist/runtime-v2/activation/sqlite-confirm-first-state-store.d.ts.map +1 -0
  515. package/dist/runtime-v2/activation/sqlite-confirm-first-state-store.js +136 -0
  516. package/dist/runtime-v2/activation/sqlite-confirm-first-state-store.js.map +1 -0
  517. package/dist/runtime-v2/activation/writers/__tests__/rule-host-writer.test.d.ts +2 -0
  518. package/dist/runtime-v2/activation/writers/__tests__/rule-host-writer.test.d.ts.map +1 -0
  519. package/dist/runtime-v2/activation/writers/__tests__/rule-host-writer.test.js +615 -0
  520. package/dist/runtime-v2/activation/writers/__tests__/rule-host-writer.test.js.map +1 -0
  521. package/dist/runtime-v2/activation/writers/index.d.ts +3 -0
  522. package/dist/runtime-v2/activation/writers/index.d.ts.map +1 -0
  523. package/dist/runtime-v2/activation/writers/index.js +2 -0
  524. package/dist/runtime-v2/activation/writers/index.js.map +1 -0
  525. package/dist/runtime-v2/activation/writers/rule-host-writer.d.ts +14 -0
  526. package/dist/runtime-v2/activation/writers/rule-host-writer.d.ts.map +1 -0
  527. package/dist/runtime-v2/activation/writers/rule-host-writer.js +135 -0
  528. package/dist/runtime-v2/activation/writers/rule-host-writer.js.map +1 -0
  529. package/dist/runtime-v2/adapter/__tests__/chaos-json-repair.test.d.ts +2 -0
  530. package/dist/runtime-v2/adapter/__tests__/chaos-json-repair.test.d.ts.map +1 -0
  531. package/dist/runtime-v2/adapter/__tests__/chaos-json-repair.test.js +553 -0
  532. package/dist/runtime-v2/adapter/__tests__/chaos-json-repair.test.js.map +1 -0
  533. package/dist/runtime-v2/adapter/__tests__/json-extractor.test.d.ts +2 -0
  534. package/dist/runtime-v2/adapter/__tests__/json-extractor.test.d.ts.map +1 -0
  535. package/dist/runtime-v2/adapter/__tests__/json-extractor.test.js +148 -0
  536. package/dist/runtime-v2/adapter/__tests__/json-extractor.test.js.map +1 -0
  537. package/dist/runtime-v2/adapter/__tests__/openclaw-cli-runtime-adapter.test.d.ts +2 -0
  538. package/dist/runtime-v2/adapter/__tests__/openclaw-cli-runtime-adapter.test.d.ts.map +1 -0
  539. package/dist/runtime-v2/adapter/__tests__/openclaw-cli-runtime-adapter.test.js +565 -0
  540. package/dist/runtime-v2/adapter/__tests__/openclaw-cli-runtime-adapter.test.js.map +1 -0
  541. package/dist/runtime-v2/adapter/__tests__/output-repair-contract.test.d.ts +2 -0
  542. package/dist/runtime-v2/adapter/__tests__/output-repair-contract.test.d.ts.map +1 -0
  543. package/dist/runtime-v2/adapter/__tests__/output-repair-contract.test.js +305 -0
  544. package/dist/runtime-v2/adapter/__tests__/output-repair-contract.test.js.map +1 -0
  545. package/dist/runtime-v2/adapter/__tests__/pi-ai-runtime-adapter.test.d.ts +2 -0
  546. package/dist/runtime-v2/adapter/__tests__/pi-ai-runtime-adapter.test.d.ts.map +1 -0
  547. package/dist/runtime-v2/adapter/__tests__/pi-ai-runtime-adapter.test.js +1362 -0
  548. package/dist/runtime-v2/adapter/__tests__/pi-ai-runtime-adapter.test.js.map +1 -0
  549. package/dist/runtime-v2/adapter/__tests__/runtime-config-contract.test.d.ts +2 -0
  550. package/dist/runtime-v2/adapter/__tests__/runtime-config-contract.test.d.ts.map +1 -0
  551. package/dist/runtime-v2/adapter/__tests__/runtime-config-contract.test.js +245 -0
  552. package/dist/runtime-v2/adapter/__tests__/runtime-config-contract.test.js.map +1 -0
  553. package/dist/runtime-v2/adapter/__tests__/structured-output-repair.test.d.ts +2 -0
  554. package/dist/runtime-v2/adapter/__tests__/structured-output-repair.test.d.ts.map +1 -0
  555. package/dist/runtime-v2/adapter/__tests__/structured-output-repair.test.js +494 -0
  556. package/dist/runtime-v2/adapter/__tests__/structured-output-repair.test.js.map +1 -0
  557. package/dist/runtime-v2/adapter/__tests__/test-double-runtime-adapter.test.d.ts +2 -0
  558. package/dist/runtime-v2/adapter/__tests__/test-double-runtime-adapter.test.d.ts.map +1 -0
  559. package/dist/runtime-v2/adapter/__tests__/test-double-runtime-adapter.test.js +123 -0
  560. package/dist/runtime-v2/adapter/__tests__/test-double-runtime-adapter.test.js.map +1 -0
  561. package/dist/runtime-v2/adapter/index.d.ts +10 -0
  562. package/dist/runtime-v2/adapter/index.d.ts.map +1 -0
  563. package/dist/runtime-v2/adapter/index.js +6 -0
  564. package/dist/runtime-v2/adapter/index.js.map +1 -0
  565. package/dist/runtime-v2/adapter/json-extractor.d.ts +14 -0
  566. package/dist/runtime-v2/adapter/json-extractor.d.ts.map +1 -0
  567. package/dist/runtime-v2/adapter/json-extractor.js +97 -0
  568. package/dist/runtime-v2/adapter/json-extractor.js.map +1 -0
  569. package/dist/runtime-v2/adapter/openclaw-cli-runtime-adapter.d.ts +66 -0
  570. package/dist/runtime-v2/adapter/openclaw-cli-runtime-adapter.d.ts.map +1 -0
  571. package/dist/runtime-v2/adapter/openclaw-cli-runtime-adapter.js +705 -0
  572. package/dist/runtime-v2/adapter/openclaw-cli-runtime-adapter.js.map +1 -0
  573. package/dist/runtime-v2/adapter/output-repair-contract.d.ts +50 -0
  574. package/dist/runtime-v2/adapter/output-repair-contract.d.ts.map +1 -0
  575. package/dist/runtime-v2/adapter/output-repair-contract.js +96 -0
  576. package/dist/runtime-v2/adapter/output-repair-contract.js.map +1 -0
  577. package/dist/runtime-v2/adapter/pi-ai-runtime-adapter.d.ts +114 -0
  578. package/dist/runtime-v2/adapter/pi-ai-runtime-adapter.d.ts.map +1 -0
  579. package/dist/runtime-v2/adapter/pi-ai-runtime-adapter.js +1109 -0
  580. package/dist/runtime-v2/adapter/pi-ai-runtime-adapter.js.map +1 -0
  581. package/dist/runtime-v2/adapter/principle-tree-ledger-adapter.d.ts +22 -0
  582. package/dist/runtime-v2/adapter/principle-tree-ledger-adapter.d.ts.map +1 -0
  583. package/dist/runtime-v2/adapter/principle-tree-ledger-adapter.js +84 -0
  584. package/dist/runtime-v2/adapter/principle-tree-ledger-adapter.js.map +1 -0
  585. package/dist/runtime-v2/adapter/structured-output-repair.d.ts +95 -0
  586. package/dist/runtime-v2/adapter/structured-output-repair.d.ts.map +1 -0
  587. package/dist/runtime-v2/adapter/structured-output-repair.js +259 -0
  588. package/dist/runtime-v2/adapter/structured-output-repair.js.map +1 -0
  589. package/dist/runtime-v2/adapter/test-double-runtime-adapter.d.ts +35 -0
  590. package/dist/runtime-v2/adapter/test-double-runtime-adapter.d.ts.map +1 -0
  591. package/dist/runtime-v2/adapter/test-double-runtime-adapter.js +94 -0
  592. package/dist/runtime-v2/adapter/test-double-runtime-adapter.js.map +1 -0
  593. package/dist/runtime-v2/adapter/tools/diagnostician-tool.d.ts +21 -0
  594. package/dist/runtime-v2/adapter/tools/diagnostician-tool.d.ts.map +1 -0
  595. package/dist/runtime-v2/adapter/tools/diagnostician-tool.js +20 -0
  596. package/dist/runtime-v2/adapter/tools/diagnostician-tool.js.map +1 -0
  597. package/dist/runtime-v2/admission-gate.d.ts +27 -0
  598. package/dist/runtime-v2/admission-gate.d.ts.map +1 -0
  599. package/dist/runtime-v2/admission-gate.js +57 -0
  600. package/dist/runtime-v2/admission-gate.js.map +1 -0
  601. package/dist/runtime-v2/agent-spec.d.ts +86 -0
  602. package/dist/runtime-v2/agent-spec.d.ts.map +1 -0
  603. package/dist/runtime-v2/agent-spec.js +74 -0
  604. package/dist/runtime-v2/agent-spec.js.map +1 -0
  605. package/dist/runtime-v2/candidate-audit.d.ts +8 -0
  606. package/dist/runtime-v2/candidate-audit.d.ts.map +1 -0
  607. package/dist/runtime-v2/candidate-audit.js +47 -0
  608. package/dist/runtime-v2/candidate-audit.js.map +1 -0
  609. package/dist/runtime-v2/candidate-intake-service.d.ts +43 -0
  610. package/dist/runtime-v2/candidate-intake-service.d.ts.map +1 -0
  611. package/dist/runtime-v2/candidate-intake-service.js +117 -0
  612. package/dist/runtime-v2/candidate-intake-service.js.map +1 -0
  613. package/dist/runtime-v2/candidate-intake.d.ts +219 -0
  614. package/dist/runtime-v2/candidate-intake.d.ts.map +1 -0
  615. package/dist/runtime-v2/candidate-intake.js +178 -0
  616. package/dist/runtime-v2/candidate-intake.js.map +1 -0
  617. package/dist/runtime-v2/cli/diagnose.d.ts +127 -0
  618. package/dist/runtime-v2/cli/diagnose.d.ts.map +1 -0
  619. package/dist/runtime-v2/cli/diagnose.js +113 -0
  620. package/dist/runtime-v2/cli/diagnose.js.map +1 -0
  621. package/dist/runtime-v2/cli/index.d.ts +5 -0
  622. package/dist/runtime-v2/cli/index.d.ts.map +1 -0
  623. package/dist/runtime-v2/cli/index.js +3 -0
  624. package/dist/runtime-v2/cli/index.js.map +1 -0
  625. package/dist/runtime-v2/cli/probe.d.ts +31 -0
  626. package/dist/runtime-v2/cli/probe.d.ts.map +1 -0
  627. package/dist/runtime-v2/cli/probe.js +58 -0
  628. package/dist/runtime-v2/cli/probe.js.map +1 -0
  629. package/dist/runtime-v2/context-payload.d.ts +298 -0
  630. package/dist/runtime-v2/context-payload.d.ts.map +1 -0
  631. package/dist/runtime-v2/context-payload.js +140 -0
  632. package/dist/runtime-v2/context-payload.js.map +1 -0
  633. package/dist/runtime-v2/control-plane-triage.d.ts +32 -0
  634. package/dist/runtime-v2/control-plane-triage.d.ts.map +1 -0
  635. package/dist/runtime-v2/control-plane-triage.js +220 -0
  636. package/dist/runtime-v2/control-plane-triage.js.map +1 -0
  637. package/dist/runtime-v2/correction/correction-types.d.ts +87 -0
  638. package/dist/runtime-v2/correction/correction-types.d.ts.map +1 -0
  639. package/dist/runtime-v2/correction/correction-types.js +66 -0
  640. package/dist/runtime-v2/correction/correction-types.js.map +1 -0
  641. package/dist/runtime-v2/correction/index.d.ts +2 -0
  642. package/dist/runtime-v2/correction/index.d.ts.map +1 -0
  643. package/dist/runtime-v2/correction/index.js +2 -0
  644. package/dist/runtime-v2/correction/index.js.map +1 -0
  645. package/dist/runtime-v2/diagnostician/__tests__/diagnostician-prompt-builder.integration.test.d.ts +2 -0
  646. package/dist/runtime-v2/diagnostician/__tests__/diagnostician-prompt-builder.integration.test.d.ts.map +1 -0
  647. package/dist/runtime-v2/diagnostician/__tests__/diagnostician-prompt-builder.integration.test.js +170 -0
  648. package/dist/runtime-v2/diagnostician/__tests__/diagnostician-prompt-builder.integration.test.js.map +1 -0
  649. package/dist/runtime-v2/diagnostician/__tests__/diagnostician-prompt-builder.test.d.ts +2 -0
  650. package/dist/runtime-v2/diagnostician/__tests__/diagnostician-prompt-builder.test.d.ts.map +1 -0
  651. package/dist/runtime-v2/diagnostician/__tests__/diagnostician-prompt-builder.test.js +314 -0
  652. package/dist/runtime-v2/diagnostician/__tests__/diagnostician-prompt-builder.test.js.map +1 -0
  653. package/dist/runtime-v2/diagnostician-output.d.ts +94 -0
  654. package/dist/runtime-v2/diagnostician-output.d.ts.map +1 -0
  655. package/dist/runtime-v2/diagnostician-output.js +65 -0
  656. package/dist/runtime-v2/diagnostician-output.js.map +1 -0
  657. package/dist/runtime-v2/diagnostician-prompt-builder.d.ts +125 -0
  658. package/dist/runtime-v2/diagnostician-prompt-builder.d.ts.map +1 -0
  659. package/dist/runtime-v2/diagnostician-prompt-builder.js +154 -0
  660. package/dist/runtime-v2/diagnostician-prompt-builder.js.map +1 -0
  661. package/dist/runtime-v2/error-categories.d.ts +42 -0
  662. package/dist/runtime-v2/error-categories.d.ts.map +1 -0
  663. package/dist/runtime-v2/error-categories.js +119 -0
  664. package/dist/runtime-v2/error-categories.js.map +1 -0
  665. package/dist/runtime-v2/evolution/evolution-types.d.ts +709 -0
  666. package/dist/runtime-v2/evolution/evolution-types.d.ts.map +1 -0
  667. package/dist/runtime-v2/evolution/evolution-types.js +410 -0
  668. package/dist/runtime-v2/evolution/evolution-types.js.map +1 -0
  669. package/dist/runtime-v2/evolution/index.d.ts +2 -0
  670. package/dist/runtime-v2/evolution/index.d.ts.map +1 -0
  671. package/dist/runtime-v2/evolution/index.js +2 -0
  672. package/dist/runtime-v2/evolution/index.js.map +1 -0
  673. package/dist/runtime-v2/feature-flags/__tests__/feature-flag-contract.test.d.ts +2 -0
  674. package/dist/runtime-v2/feature-flags/__tests__/feature-flag-contract.test.d.ts.map +1 -0
  675. package/dist/runtime-v2/feature-flags/__tests__/feature-flag-contract.test.js +298 -0
  676. package/dist/runtime-v2/feature-flags/__tests__/feature-flag-contract.test.js.map +1 -0
  677. package/dist/runtime-v2/feature-flags/feature-flag-contract.d.ts +35 -0
  678. package/dist/runtime-v2/feature-flags/feature-flag-contract.d.ts.map +1 -0
  679. package/dist/runtime-v2/feature-flags/feature-flag-contract.js +124 -0
  680. package/dist/runtime-v2/feature-flags/feature-flag-contract.js.map +1 -0
  681. package/dist/runtime-v2/feature-flags/index.d.ts +3 -0
  682. package/dist/runtime-v2/feature-flags/index.d.ts.map +1 -0
  683. package/dist/runtime-v2/feature-flags/index.js +2 -0
  684. package/dist/runtime-v2/feature-flags/index.js.map +1 -0
  685. package/dist/runtime-v2/full-trace-contract.d.ts +79 -0
  686. package/dist/runtime-v2/full-trace-contract.d.ts.map +1 -0
  687. package/dist/runtime-v2/full-trace-contract.js +464 -0
  688. package/dist/runtime-v2/full-trace-contract.js.map +1 -0
  689. package/dist/runtime-v2/gfi/__tests__/gfi-kernel.test.d.ts +2 -0
  690. package/dist/runtime-v2/gfi/__tests__/gfi-kernel.test.d.ts.map +1 -0
  691. package/dist/runtime-v2/gfi/__tests__/gfi-kernel.test.js +626 -0
  692. package/dist/runtime-v2/gfi/__tests__/gfi-kernel.test.js.map +1 -0
  693. package/dist/runtime-v2/gfi/__tests__/gfi-read-model.test.d.ts +2 -0
  694. package/dist/runtime-v2/gfi/__tests__/gfi-read-model.test.d.ts.map +1 -0
  695. package/dist/runtime-v2/gfi/__tests__/gfi-read-model.test.js +212 -0
  696. package/dist/runtime-v2/gfi/__tests__/gfi-read-model.test.js.map +1 -0
  697. package/dist/runtime-v2/gfi/gfi-kernel.d.ts +12 -0
  698. package/dist/runtime-v2/gfi/gfi-kernel.d.ts.map +1 -0
  699. package/dist/runtime-v2/gfi/gfi-kernel.js +148 -0
  700. package/dist/runtime-v2/gfi/gfi-kernel.js.map +1 -0
  701. package/dist/runtime-v2/gfi/gfi-policy.d.ts +3 -0
  702. package/dist/runtime-v2/gfi/gfi-policy.d.ts.map +1 -0
  703. package/dist/runtime-v2/gfi/gfi-policy.js +23 -0
  704. package/dist/runtime-v2/gfi/gfi-policy.js.map +1 -0
  705. package/dist/runtime-v2/gfi/gfi-read-model.d.ts +78 -0
  706. package/dist/runtime-v2/gfi/gfi-read-model.d.ts.map +1 -0
  707. package/dist/runtime-v2/gfi/gfi-read-model.js +129 -0
  708. package/dist/runtime-v2/gfi/gfi-read-model.js.map +1 -0
  709. package/dist/runtime-v2/gfi/gfi-types.d.ts +70 -0
  710. package/dist/runtime-v2/gfi/gfi-types.d.ts.map +1 -0
  711. package/dist/runtime-v2/gfi/gfi-types.js +2 -0
  712. package/dist/runtime-v2/gfi/gfi-types.js.map +1 -0
  713. package/dist/runtime-v2/gfi/index.d.ts +6 -0
  714. package/dist/runtime-v2/gfi/index.d.ts.map +1 -0
  715. package/dist/runtime-v2/gfi/index.js +4 -0
  716. package/dist/runtime-v2/gfi/index.js.map +1 -0
  717. package/dist/runtime-v2/golden-trace-candidate-builder.d.ts +23 -0
  718. package/dist/runtime-v2/golden-trace-candidate-builder.d.ts.map +1 -0
  719. package/dist/runtime-v2/golden-trace-candidate-builder.js +193 -0
  720. package/dist/runtime-v2/golden-trace-candidate-builder.js.map +1 -0
  721. package/dist/runtime-v2/golden-trace-replay-adapter.d.ts +18 -0
  722. package/dist/runtime-v2/golden-trace-replay-adapter.d.ts.map +1 -0
  723. package/dist/runtime-v2/golden-trace-replay-adapter.js +18 -0
  724. package/dist/runtime-v2/golden-trace-replay-adapter.js.map +1 -0
  725. package/dist/runtime-v2/golden-trace-replay-validator.d.ts +42 -0
  726. package/dist/runtime-v2/golden-trace-replay-validator.d.ts.map +1 -0
  727. package/dist/runtime-v2/golden-trace-replay-validator.js +220 -0
  728. package/dist/runtime-v2/golden-trace-replay-validator.js.map +1 -0
  729. package/dist/runtime-v2/golden-trace.d.ts +80 -0
  730. package/dist/runtime-v2/golden-trace.d.ts.map +1 -0
  731. package/dist/runtime-v2/golden-trace.js +158 -0
  732. package/dist/runtime-v2/golden-trace.js.map +1 -0
  733. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-config-resolve.test.d.ts +2 -0
  734. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-config-resolve.test.d.ts.map +1 -0
  735. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-config-resolve.test.js +92 -0
  736. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-config-resolve.test.js.map +1 -0
  737. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-decision.test.d.ts +2 -0
  738. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-decision.test.d.ts.map +1 -0
  739. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-decision.test.js +134 -0
  740. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-decision.test.js.map +1 -0
  741. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-edge-cases.test.d.ts +2 -0
  742. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-edge-cases.test.d.ts.map +1 -0
  743. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-edge-cases.test.js +226 -0
  744. package/dist/runtime-v2/idle-trigger/__tests__/idle-trigger-edge-cases.test.js.map +1 -0
  745. package/dist/runtime-v2/idle-trigger/idle-trigger-decision.d.ts +3 -0
  746. package/dist/runtime-v2/idle-trigger/idle-trigger-decision.d.ts.map +1 -0
  747. package/dist/runtime-v2/idle-trigger/idle-trigger-decision.js +5 -0
  748. package/dist/runtime-v2/idle-trigger/idle-trigger-decision.js.map +1 -0
  749. package/dist/runtime-v2/idle-trigger/idle-trigger-policy.d.ts +4 -0
  750. package/dist/runtime-v2/idle-trigger/idle-trigger-policy.d.ts.map +1 -0
  751. package/dist/runtime-v2/idle-trigger/idle-trigger-policy.js +81 -0
  752. package/dist/runtime-v2/idle-trigger/idle-trigger-policy.js.map +1 -0
  753. package/dist/runtime-v2/idle-trigger/idle-trigger-types.d.ts +29 -0
  754. package/dist/runtime-v2/idle-trigger/idle-trigger-types.d.ts.map +1 -0
  755. package/dist/runtime-v2/idle-trigger/idle-trigger-types.js +15 -0
  756. package/dist/runtime-v2/idle-trigger/idle-trigger-types.js.map +1 -0
  757. package/dist/runtime-v2/idle-trigger/index.d.ts +5 -0
  758. package/dist/runtime-v2/idle-trigger/index.d.ts.map +1 -0
  759. package/dist/runtime-v2/idle-trigger/index.js +4 -0
  760. package/dist/runtime-v2/idle-trigger/index.js.map +1 -0
  761. package/dist/runtime-v2/index.d.ts +281 -0
  762. package/dist/runtime-v2/index.d.ts.map +1 -0
  763. package/dist/runtime-v2/index.js +224 -0
  764. package/dist/runtime-v2/index.js.map +1 -0
  765. package/dist/runtime-v2/internalization/__tests__/artificer-prompt-builder.test.d.ts +2 -0
  766. package/dist/runtime-v2/internalization/__tests__/artificer-prompt-builder.test.d.ts.map +1 -0
  767. package/dist/runtime-v2/internalization/__tests__/artificer-prompt-builder.test.js +57 -0
  768. package/dist/runtime-v2/internalization/__tests__/artificer-prompt-builder.test.js.map +1 -0
  769. package/dist/runtime-v2/internalization/__tests__/dreamer-prompt-builder.test.d.ts +2 -0
  770. package/dist/runtime-v2/internalization/__tests__/dreamer-prompt-builder.test.d.ts.map +1 -0
  771. package/dist/runtime-v2/internalization/__tests__/dreamer-prompt-builder.test.js +182 -0
  772. package/dist/runtime-v2/internalization/__tests__/dreamer-prompt-builder.test.js.map +1 -0
  773. package/dist/runtime-v2/internalization/__tests__/evaluator-prompt-builder.test.d.ts +2 -0
  774. package/dist/runtime-v2/internalization/__tests__/evaluator-prompt-builder.test.d.ts.map +1 -0
  775. package/dist/runtime-v2/internalization/__tests__/evaluator-prompt-builder.test.js +112 -0
  776. package/dist/runtime-v2/internalization/__tests__/evaluator-prompt-builder.test.js.map +1 -0
  777. package/dist/runtime-v2/internalization/__tests__/internalization-job-graph.test.d.ts +2 -0
  778. package/dist/runtime-v2/internalization/__tests__/internalization-job-graph.test.d.ts.map +1 -0
  779. package/dist/runtime-v2/internalization/__tests__/internalization-job-graph.test.js +176 -0
  780. package/dist/runtime-v2/internalization/__tests__/internalization-job-graph.test.js.map +1 -0
  781. package/dist/runtime-v2/internalization/__tests__/internalization-task-guards.test.d.ts +2 -0
  782. package/dist/runtime-v2/internalization/__tests__/internalization-task-guards.test.d.ts.map +1 -0
  783. package/dist/runtime-v2/internalization/__tests__/internalization-task-guards.test.js +297 -0
  784. package/dist/runtime-v2/internalization/__tests__/internalization-task-guards.test.js.map +1 -0
  785. package/dist/runtime-v2/internalization/__tests__/philosopher-prompt-builder.test.d.ts +2 -0
  786. package/dist/runtime-v2/internalization/__tests__/philosopher-prompt-builder.test.d.ts.map +1 -0
  787. package/dist/runtime-v2/internalization/__tests__/philosopher-prompt-builder.test.js +149 -0
  788. package/dist/runtime-v2/internalization/__tests__/philosopher-prompt-builder.test.js.map +1 -0
  789. package/dist/runtime-v2/internalization/__tests__/queue-actionability.test.d.ts +2 -0
  790. package/dist/runtime-v2/internalization/__tests__/queue-actionability.test.d.ts.map +1 -0
  791. package/dist/runtime-v2/internalization/__tests__/queue-actionability.test.js +92 -0
  792. package/dist/runtime-v2/internalization/__tests__/queue-actionability.test.js.map +1 -0
  793. package/dist/runtime-v2/internalization/__tests__/refiner-rulehost-gate.test.d.ts +2 -0
  794. package/dist/runtime-v2/internalization/__tests__/refiner-rulehost-gate.test.d.ts.map +1 -0
  795. package/dist/runtime-v2/internalization/__tests__/refiner-rulehost-gate.test.js +431 -0
  796. package/dist/runtime-v2/internalization/__tests__/refiner-rulehost-gate.test.js.map +1 -0
  797. package/dist/runtime-v2/internalization/__tests__/refiner-sandbox-wrapper.test.d.ts +2 -0
  798. package/dist/runtime-v2/internalization/__tests__/refiner-sandbox-wrapper.test.d.ts.map +1 -0
  799. package/dist/runtime-v2/internalization/__tests__/refiner-sandbox-wrapper.test.js +763 -0
  800. package/dist/runtime-v2/internalization/__tests__/refiner-sandbox-wrapper.test.js.map +1 -0
  801. package/dist/runtime-v2/internalization/__tests__/rollout-reviewer-prompt-builder.test.d.ts +2 -0
  802. package/dist/runtime-v2/internalization/__tests__/rollout-reviewer-prompt-builder.test.d.ts.map +1 -0
  803. package/dist/runtime-v2/internalization/__tests__/rollout-reviewer-prompt-builder.test.js +75 -0
  804. package/dist/runtime-v2/internalization/__tests__/rollout-reviewer-prompt-builder.test.js.map +1 -0
  805. package/dist/runtime-v2/internalization/__tests__/scribe-prompt-builder.test.d.ts +2 -0
  806. package/dist/runtime-v2/internalization/__tests__/scribe-prompt-builder.test.d.ts.map +1 -0
  807. package/dist/runtime-v2/internalization/__tests__/scribe-prompt-builder.test.js +56 -0
  808. package/dist/runtime-v2/internalization/__tests__/scribe-prompt-builder.test.js.map +1 -0
  809. package/dist/runtime-v2/internalization/__tests__/trainer-prompt-builder.test.d.ts +2 -0
  810. package/dist/runtime-v2/internalization/__tests__/trainer-prompt-builder.test.d.ts.map +1 -0
  811. package/dist/runtime-v2/internalization/__tests__/trainer-prompt-builder.test.js +141 -0
  812. package/dist/runtime-v2/internalization/__tests__/trainer-prompt-builder.test.js.map +1 -0
  813. package/dist/runtime-v2/internalization/artificer-output.d.ts +67 -0
  814. package/dist/runtime-v2/internalization/artificer-output.d.ts.map +1 -0
  815. package/dist/runtime-v2/internalization/artificer-output.js +103 -0
  816. package/dist/runtime-v2/internalization/artificer-output.js.map +1 -0
  817. package/dist/runtime-v2/internalization/artificer-prompt-builder.d.ts +24 -0
  818. package/dist/runtime-v2/internalization/artificer-prompt-builder.d.ts.map +1 -0
  819. package/dist/runtime-v2/internalization/artificer-prompt-builder.js +62 -0
  820. package/dist/runtime-v2/internalization/artificer-prompt-builder.js.map +1 -0
  821. package/dist/runtime-v2/internalization/artificer-runner.d.ts +77 -0
  822. package/dist/runtime-v2/internalization/artificer-runner.d.ts.map +1 -0
  823. package/dist/runtime-v2/internalization/artificer-runner.js +521 -0
  824. package/dist/runtime-v2/internalization/artificer-runner.js.map +1 -0
  825. package/dist/runtime-v2/internalization/compile-result.d.ts +20 -0
  826. package/dist/runtime-v2/internalization/compile-result.d.ts.map +1 -0
  827. package/dist/runtime-v2/internalization/compile-result.js +8 -0
  828. package/dist/runtime-v2/internalization/compile-result.js.map +1 -0
  829. package/dist/runtime-v2/internalization/correction-proposal.d.ts +38 -0
  830. package/dist/runtime-v2/internalization/correction-proposal.d.ts.map +1 -0
  831. package/dist/runtime-v2/internalization/correction-proposal.js +322 -0
  832. package/dist/runtime-v2/internalization/correction-proposal.js.map +1 -0
  833. package/dist/runtime-v2/internalization/deprecated-readiness.d.ts +20 -0
  834. package/dist/runtime-v2/internalization/deprecated-readiness.d.ts.map +1 -0
  835. package/dist/runtime-v2/internalization/deprecated-readiness.js +75 -0
  836. package/dist/runtime-v2/internalization/deprecated-readiness.js.map +1 -0
  837. package/dist/runtime-v2/internalization/deprecated-readiness.test.d.ts +2 -0
  838. package/dist/runtime-v2/internalization/deprecated-readiness.test.d.ts.map +1 -0
  839. package/dist/runtime-v2/internalization/deprecated-readiness.test.js +127 -0
  840. package/dist/runtime-v2/internalization/deprecated-readiness.test.js.map +1 -0
  841. package/dist/runtime-v2/internalization/dreamer-output.d.ts +120 -0
  842. package/dist/runtime-v2/internalization/dreamer-output.d.ts.map +1 -0
  843. package/dist/runtime-v2/internalization/dreamer-output.js +92 -0
  844. package/dist/runtime-v2/internalization/dreamer-output.js.map +1 -0
  845. package/dist/runtime-v2/internalization/dreamer-prompt-builder.d.ts +41 -0
  846. package/dist/runtime-v2/internalization/dreamer-prompt-builder.d.ts.map +1 -0
  847. package/dist/runtime-v2/internalization/dreamer-prompt-builder.js +43 -0
  848. package/dist/runtime-v2/internalization/dreamer-prompt-builder.js.map +1 -0
  849. package/dist/runtime-v2/internalization/dreamer-runner.d.ts +134 -0
  850. package/dist/runtime-v2/internalization/dreamer-runner.d.ts.map +1 -0
  851. package/dist/runtime-v2/internalization/dreamer-runner.js +636 -0
  852. package/dist/runtime-v2/internalization/dreamer-runner.js.map +1 -0
  853. package/dist/runtime-v2/internalization/evaluator-output.d.ts +71 -0
  854. package/dist/runtime-v2/internalization/evaluator-output.d.ts.map +1 -0
  855. package/dist/runtime-v2/internalization/evaluator-output.js +113 -0
  856. package/dist/runtime-v2/internalization/evaluator-output.js.map +1 -0
  857. package/dist/runtime-v2/internalization/evaluator-prompt-builder.d.ts +24 -0
  858. package/dist/runtime-v2/internalization/evaluator-prompt-builder.d.ts.map +1 -0
  859. package/dist/runtime-v2/internalization/evaluator-prompt-builder.js +49 -0
  860. package/dist/runtime-v2/internalization/evaluator-prompt-builder.js.map +1 -0
  861. package/dist/runtime-v2/internalization/evaluator-runner.d.ts +80 -0
  862. package/dist/runtime-v2/internalization/evaluator-runner.d.ts.map +1 -0
  863. package/dist/runtime-v2/internalization/evaluator-runner.js +661 -0
  864. package/dist/runtime-v2/internalization/evaluator-runner.js.map +1 -0
  865. package/dist/runtime-v2/internalization/index.d.ts +81 -0
  866. package/dist/runtime-v2/internalization/index.d.ts.map +1 -0
  867. package/dist/runtime-v2/internalization/index.js +47 -0
  868. package/dist/runtime-v2/internalization/index.js.map +1 -0
  869. package/dist/runtime-v2/internalization/intake-to-internalization-bridge.d.ts +57 -0
  870. package/dist/runtime-v2/internalization/intake-to-internalization-bridge.d.ts.map +1 -0
  871. package/dist/runtime-v2/internalization/intake-to-internalization-bridge.js +99 -0
  872. package/dist/runtime-v2/internalization/intake-to-internalization-bridge.js.map +1 -0
  873. package/dist/runtime-v2/internalization/internalization-job-graph.d.ts +78 -0
  874. package/dist/runtime-v2/internalization/internalization-job-graph.d.ts.map +1 -0
  875. package/dist/runtime-v2/internalization/internalization-job-graph.js +153 -0
  876. package/dist/runtime-v2/internalization/internalization-job-graph.js.map +1 -0
  877. package/dist/runtime-v2/internalization/internalization-orchestrator.d.ts +182 -0
  878. package/dist/runtime-v2/internalization/internalization-orchestrator.d.ts.map +1 -0
  879. package/dist/runtime-v2/internalization/internalization-orchestrator.js +355 -0
  880. package/dist/runtime-v2/internalization/internalization-orchestrator.js.map +1 -0
  881. package/dist/runtime-v2/internalization/internalization-route.d.ts +28 -0
  882. package/dist/runtime-v2/internalization/internalization-route.d.ts.map +1 -0
  883. package/dist/runtime-v2/internalization/internalization-route.js +112 -0
  884. package/dist/runtime-v2/internalization/internalization-route.js.map +1 -0
  885. package/dist/runtime-v2/internalization/internalization-state-machine.d.ts +157 -0
  886. package/dist/runtime-v2/internalization/internalization-state-machine.d.ts.map +1 -0
  887. package/dist/runtime-v2/internalization/internalization-state-machine.js +274 -0
  888. package/dist/runtime-v2/internalization/internalization-state-machine.js.map +1 -0
  889. package/dist/runtime-v2/internalization/internalization-task-guards.d.ts +92 -0
  890. package/dist/runtime-v2/internalization/internalization-task-guards.d.ts.map +1 -0
  891. package/dist/runtime-v2/internalization/internalization-task-guards.js +152 -0
  892. package/dist/runtime-v2/internalization/internalization-task-guards.js.map +1 -0
  893. package/dist/runtime-v2/internalization/lifecycle-datasource.d.ts +18 -0
  894. package/dist/runtime-v2/internalization/lifecycle-datasource.d.ts.map +1 -0
  895. package/dist/runtime-v2/internalization/lifecycle-datasource.js +2 -0
  896. package/dist/runtime-v2/internalization/lifecycle-datasource.js.map +1 -0
  897. package/dist/runtime-v2/internalization/lifecycle-metrics.d.ts +24 -0
  898. package/dist/runtime-v2/internalization/lifecycle-metrics.d.ts.map +1 -0
  899. package/dist/runtime-v2/internalization/lifecycle-metrics.js +124 -0
  900. package/dist/runtime-v2/internalization/lifecycle-metrics.js.map +1 -0
  901. package/dist/runtime-v2/internalization/lifecycle-metrics.test.d.ts +2 -0
  902. package/dist/runtime-v2/internalization/lifecycle-metrics.test.d.ts.map +1 -0
  903. package/dist/runtime-v2/internalization/lifecycle-metrics.test.js +201 -0
  904. package/dist/runtime-v2/internalization/lifecycle-metrics.test.js.map +1 -0
  905. package/dist/runtime-v2/internalization/lifecycle-read-model.d.ts +11 -0
  906. package/dist/runtime-v2/internalization/lifecycle-read-model.d.ts.map +1 -0
  907. package/dist/runtime-v2/internalization/lifecycle-read-model.js +155 -0
  908. package/dist/runtime-v2/internalization/lifecycle-read-model.js.map +1 -0
  909. package/dist/runtime-v2/internalization/lifecycle-read-model.test.d.ts +2 -0
  910. package/dist/runtime-v2/internalization/lifecycle-read-model.test.d.ts.map +1 -0
  911. package/dist/runtime-v2/internalization/lifecycle-read-model.test.js +408 -0
  912. package/dist/runtime-v2/internalization/lifecycle-read-model.test.js.map +1 -0
  913. package/dist/runtime-v2/internalization/lifecycle-types.d.ts +75 -0
  914. package/dist/runtime-v2/internalization/lifecycle-types.d.ts.map +1 -0
  915. package/dist/runtime-v2/internalization/lifecycle-types.js +2 -0
  916. package/dist/runtime-v2/internalization/lifecycle-types.js.map +1 -0
  917. package/dist/runtime-v2/internalization/peer-runner-contracts.d.ts +140 -0
  918. package/dist/runtime-v2/internalization/peer-runner-contracts.d.ts.map +1 -0
  919. package/dist/runtime-v2/internalization/peer-runner-contracts.js +124 -0
  920. package/dist/runtime-v2/internalization/peer-runner-contracts.js.map +1 -0
  921. package/dist/runtime-v2/internalization/philosopher-output.d.ts +56 -0
  922. package/dist/runtime-v2/internalization/philosopher-output.d.ts.map +1 -0
  923. package/dist/runtime-v2/internalization/philosopher-output.js +69 -0
  924. package/dist/runtime-v2/internalization/philosopher-output.js.map +1 -0
  925. package/dist/runtime-v2/internalization/philosopher-prompt-builder.d.ts +41 -0
  926. package/dist/runtime-v2/internalization/philosopher-prompt-builder.d.ts.map +1 -0
  927. package/dist/runtime-v2/internalization/philosopher-prompt-builder.js +50 -0
  928. package/dist/runtime-v2/internalization/philosopher-prompt-builder.js.map +1 -0
  929. package/dist/runtime-v2/internalization/philosopher-runner.d.ts +103 -0
  930. package/dist/runtime-v2/internalization/philosopher-runner.d.ts.map +1 -0
  931. package/dist/runtime-v2/internalization/philosopher-runner.js +519 -0
  932. package/dist/runtime-v2/internalization/philosopher-runner.js.map +1 -0
  933. package/dist/runtime-v2/internalization/pi-artifact-store.d.ts +13 -0
  934. package/dist/runtime-v2/internalization/pi-artifact-store.d.ts.map +1 -0
  935. package/dist/runtime-v2/internalization/pi-artifact-store.js +65 -0
  936. package/dist/runtime-v2/internalization/pi-artifact-store.js.map +1 -0
  937. package/dist/runtime-v2/internalization/pi-artifact.d.ts +23 -0
  938. package/dist/runtime-v2/internalization/pi-artifact.d.ts.map +1 -0
  939. package/dist/runtime-v2/internalization/pi-artifact.js +2 -0
  940. package/dist/runtime-v2/internalization/pi-artifact.js.map +1 -0
  941. package/dist/runtime-v2/internalization/pitask-metadata.d.ts +80 -0
  942. package/dist/runtime-v2/internalization/pitask-metadata.d.ts.map +1 -0
  943. package/dist/runtime-v2/internalization/pitask-metadata.js +194 -0
  944. package/dist/runtime-v2/internalization/pitask-metadata.js.map +1 -0
  945. package/dist/runtime-v2/internalization/queue-actionability.d.ts +37 -0
  946. package/dist/runtime-v2/internalization/queue-actionability.d.ts.map +1 -0
  947. package/dist/runtime-v2/internalization/queue-actionability.js +50 -0
  948. package/dist/runtime-v2/internalization/queue-actionability.js.map +1 -0
  949. package/dist/runtime-v2/internalization/refiner-rulehost-gate.d.ts +20 -0
  950. package/dist/runtime-v2/internalization/refiner-rulehost-gate.d.ts.map +1 -0
  951. package/dist/runtime-v2/internalization/refiner-rulehost-gate.js +151 -0
  952. package/dist/runtime-v2/internalization/refiner-rulehost-gate.js.map +1 -0
  953. package/dist/runtime-v2/internalization/refiner-sandbox-wrapper.d.ts +36 -0
  954. package/dist/runtime-v2/internalization/refiner-sandbox-wrapper.d.ts.map +1 -0
  955. package/dist/runtime-v2/internalization/refiner-sandbox-wrapper.js +227 -0
  956. package/dist/runtime-v2/internalization/refiner-sandbox-wrapper.js.map +1 -0
  957. package/dist/runtime-v2/internalization/rollout-reviewer-output.d.ts +74 -0
  958. package/dist/runtime-v2/internalization/rollout-reviewer-output.d.ts.map +1 -0
  959. package/dist/runtime-v2/internalization/rollout-reviewer-output.js +117 -0
  960. package/dist/runtime-v2/internalization/rollout-reviewer-output.js.map +1 -0
  961. package/dist/runtime-v2/internalization/rollout-reviewer-prompt-builder.d.ts +24 -0
  962. package/dist/runtime-v2/internalization/rollout-reviewer-prompt-builder.d.ts.map +1 -0
  963. package/dist/runtime-v2/internalization/rollout-reviewer-prompt-builder.js +52 -0
  964. package/dist/runtime-v2/internalization/rollout-reviewer-prompt-builder.js.map +1 -0
  965. package/dist/runtime-v2/internalization/rollout-reviewer-runner.d.ts +76 -0
  966. package/dist/runtime-v2/internalization/rollout-reviewer-runner.d.ts.map +1 -0
  967. package/dist/runtime-v2/internalization/rollout-reviewer-runner.js +538 -0
  968. package/dist/runtime-v2/internalization/rollout-reviewer-runner.js.map +1 -0
  969. package/dist/runtime-v2/internalization/routing-policy.d.ts +24 -0
  970. package/dist/runtime-v2/internalization/routing-policy.d.ts.map +1 -0
  971. package/dist/runtime-v2/internalization/routing-policy.js +169 -0
  972. package/dist/runtime-v2/internalization/routing-policy.js.map +1 -0
  973. package/dist/runtime-v2/internalization/routing-policy.test.d.ts +2 -0
  974. package/dist/runtime-v2/internalization/routing-policy.test.d.ts.map +1 -0
  975. package/dist/runtime-v2/internalization/routing-policy.test.js +286 -0
  976. package/dist/runtime-v2/internalization/routing-policy.test.js.map +1 -0
  977. package/dist/runtime-v2/internalization/rule-code-validator.d.ts +21 -0
  978. package/dist/runtime-v2/internalization/rule-code-validator.d.ts.map +1 -0
  979. package/dist/runtime-v2/internalization/rule-code-validator.js +42 -0
  980. package/dist/runtime-v2/internalization/rule-code-validator.js.map +1 -0
  981. package/dist/runtime-v2/internalization/rule-host-adapter.d.ts +16 -0
  982. package/dist/runtime-v2/internalization/rule-host-adapter.d.ts.map +1 -0
  983. package/dist/runtime-v2/internalization/rule-host-adapter.js +13 -0
  984. package/dist/runtime-v2/internalization/rule-host-adapter.js.map +1 -0
  985. package/dist/runtime-v2/internalization/rule-host-contracts.d.ts +61 -0
  986. package/dist/runtime-v2/internalization/rule-host-contracts.d.ts.map +1 -0
  987. package/dist/runtime-v2/internalization/rule-host-contracts.js +14 -0
  988. package/dist/runtime-v2/internalization/rule-host-contracts.js.map +1 -0
  989. package/dist/runtime-v2/internalization/rule-host-evaluator.d.ts +36 -0
  990. package/dist/runtime-v2/internalization/rule-host-evaluator.d.ts.map +1 -0
  991. package/dist/runtime-v2/internalization/rule-host-evaluator.js +103 -0
  992. package/dist/runtime-v2/internalization/rule-host-evaluator.js.map +1 -0
  993. package/dist/runtime-v2/internalization/rule-host-helpers.d.ts +27 -0
  994. package/dist/runtime-v2/internalization/rule-host-helpers.d.ts.map +1 -0
  995. package/dist/runtime-v2/internalization/rule-host-helpers.js +27 -0
  996. package/dist/runtime-v2/internalization/rule-host-helpers.js.map +1 -0
  997. package/dist/runtime-v2/internalization/scribe-output.d.ts +74 -0
  998. package/dist/runtime-v2/internalization/scribe-output.d.ts.map +1 -0
  999. package/dist/runtime-v2/internalization/scribe-output.js +98 -0
  1000. package/dist/runtime-v2/internalization/scribe-output.js.map +1 -0
  1001. package/dist/runtime-v2/internalization/scribe-prompt-builder.d.ts +24 -0
  1002. package/dist/runtime-v2/internalization/scribe-prompt-builder.d.ts.map +1 -0
  1003. package/dist/runtime-v2/internalization/scribe-prompt-builder.js +60 -0
  1004. package/dist/runtime-v2/internalization/scribe-prompt-builder.js.map +1 -0
  1005. package/dist/runtime-v2/internalization/scribe-runner.d.ts +77 -0
  1006. package/dist/runtime-v2/internalization/scribe-runner.d.ts.map +1 -0
  1007. package/dist/runtime-v2/internalization/scribe-runner.js +518 -0
  1008. package/dist/runtime-v2/internalization/scribe-runner.js.map +1 -0
  1009. package/dist/runtime-v2/internalization/template-generator.d.ts +21 -0
  1010. package/dist/runtime-v2/internalization/template-generator.d.ts.map +1 -0
  1011. package/dist/runtime-v2/internalization/template-generator.js +61 -0
  1012. package/dist/runtime-v2/internalization/template-generator.js.map +1 -0
  1013. package/dist/runtime-v2/internalization/trainer-output.d.ts +122 -0
  1014. package/dist/runtime-v2/internalization/trainer-output.d.ts.map +1 -0
  1015. package/dist/runtime-v2/internalization/trainer-output.js +223 -0
  1016. package/dist/runtime-v2/internalization/trainer-output.js.map +1 -0
  1017. package/dist/runtime-v2/internalization/trainer-prompt-builder.d.ts +24 -0
  1018. package/dist/runtime-v2/internalization/trainer-prompt-builder.d.ts.map +1 -0
  1019. package/dist/runtime-v2/internalization/trainer-prompt-builder.js +57 -0
  1020. package/dist/runtime-v2/internalization/trainer-prompt-builder.js.map +1 -0
  1021. package/dist/runtime-v2/internalization/trainer-runner.d.ts +76 -0
  1022. package/dist/runtime-v2/internalization/trainer-runner.d.ts.map +1 -0
  1023. package/dist/runtime-v2/internalization/trainer-runner.js +538 -0
  1024. package/dist/runtime-v2/internalization/trainer-runner.js.map +1 -0
  1025. package/dist/runtime-v2/internalization-chain-integrity-read-model.d.ts +42 -0
  1026. package/dist/runtime-v2/internalization-chain-integrity-read-model.d.ts.map +1 -0
  1027. package/dist/runtime-v2/internalization-chain-integrity-read-model.js +413 -0
  1028. package/dist/runtime-v2/internalization-chain-integrity-read-model.js.map +1 -0
  1029. package/dist/runtime-v2/internalization-integrity-remediation.d.ts +17 -0
  1030. package/dist/runtime-v2/internalization-integrity-remediation.d.ts.map +1 -0
  1031. package/dist/runtime-v2/internalization-integrity-remediation.js +269 -0
  1032. package/dist/runtime-v2/internalization-integrity-remediation.js.map +1 -0
  1033. package/dist/runtime-v2/internalization-queue-read-model.d.ts +93 -0
  1034. package/dist/runtime-v2/internalization-queue-read-model.d.ts.map +1 -0
  1035. package/dist/runtime-v2/internalization-queue-read-model.js +217 -0
  1036. package/dist/runtime-v2/internalization-queue-read-model.js.map +1 -0
  1037. package/dist/runtime-v2/l1-hard-cap.d.ts +21 -0
  1038. package/dist/runtime-v2/l1-hard-cap.d.ts.map +1 -0
  1039. package/dist/runtime-v2/l1-hard-cap.js +51 -0
  1040. package/dist/runtime-v2/l1-hard-cap.js.map +1 -0
  1041. package/dist/runtime-v2/nocturnal/candidate-scoring.d.ts +486 -0
  1042. package/dist/runtime-v2/nocturnal/candidate-scoring.d.ts.map +1 -0
  1043. package/dist/runtime-v2/nocturnal/candidate-scoring.js +493 -0
  1044. package/dist/runtime-v2/nocturnal/candidate-scoring.js.map +1 -0
  1045. package/dist/runtime-v2/nocturnal/index.d.ts +9 -0
  1046. package/dist/runtime-v2/nocturnal/index.d.ts.map +1 -0
  1047. package/dist/runtime-v2/nocturnal/index.js +5 -0
  1048. package/dist/runtime-v2/nocturnal/index.js.map +1 -0
  1049. package/dist/runtime-v2/nocturnal/nocturnal-compliance.d.ts +185 -0
  1050. package/dist/runtime-v2/nocturnal/nocturnal-compliance.d.ts.map +1 -0
  1051. package/dist/runtime-v2/nocturnal/nocturnal-compliance.js +912 -0
  1052. package/dist/runtime-v2/nocturnal/nocturnal-compliance.js.map +1 -0
  1053. package/dist/runtime-v2/nocturnal/snapshot-contract.d.ts +192 -0
  1054. package/dist/runtime-v2/nocturnal/snapshot-contract.d.ts.map +1 -0
  1055. package/dist/runtime-v2/nocturnal/snapshot-contract.js +185 -0
  1056. package/dist/runtime-v2/nocturnal/snapshot-contract.js.map +1 -0
  1057. package/dist/runtime-v2/nocturnal/trinity-types.d.ts +421 -0
  1058. package/dist/runtime-v2/nocturnal/trinity-types.d.ts.map +1 -0
  1059. package/dist/runtime-v2/nocturnal/trinity-types.js +182 -0
  1060. package/dist/runtime-v2/nocturnal/trinity-types.js.map +1 -0
  1061. package/dist/runtime-v2/observer/__tests__/agent-scheduler.test.d.ts +2 -0
  1062. package/dist/runtime-v2/observer/__tests__/agent-scheduler.test.d.ts.map +1 -0
  1063. package/dist/runtime-v2/observer/__tests__/agent-scheduler.test.js +49 -0
  1064. package/dist/runtime-v2/observer/__tests__/agent-scheduler.test.js.map +1 -0
  1065. package/dist/runtime-v2/observer/__tests__/correction-observer.test.d.ts +2 -0
  1066. package/dist/runtime-v2/observer/__tests__/correction-observer.test.d.ts.map +1 -0
  1067. package/dist/runtime-v2/observer/__tests__/correction-observer.test.js +144 -0
  1068. package/dist/runtime-v2/observer/__tests__/correction-observer.test.js.map +1 -0
  1069. package/dist/runtime-v2/observer/__tests__/empathy-observer.real-e2e.test.d.ts +2 -0
  1070. package/dist/runtime-v2/observer/__tests__/empathy-observer.real-e2e.test.d.ts.map +1 -0
  1071. package/dist/runtime-v2/observer/__tests__/empathy-observer.real-e2e.test.js +67 -0
  1072. package/dist/runtime-v2/observer/__tests__/empathy-observer.real-e2e.test.js.map +1 -0
  1073. package/dist/runtime-v2/observer/__tests__/empathy-observer.test.d.ts +2 -0
  1074. package/dist/runtime-v2/observer/__tests__/empathy-observer.test.d.ts.map +1 -0
  1075. package/dist/runtime-v2/observer/__tests__/empathy-observer.test.js +84 -0
  1076. package/dist/runtime-v2/observer/__tests__/empathy-observer.test.js.map +1 -0
  1077. package/dist/runtime-v2/observer/agent-scheduler.d.ts +40 -0
  1078. package/dist/runtime-v2/observer/agent-scheduler.d.ts.map +1 -0
  1079. package/dist/runtime-v2/observer/agent-scheduler.js +30 -0
  1080. package/dist/runtime-v2/observer/agent-scheduler.js.map +1 -0
  1081. package/dist/runtime-v2/observer/correction-observer.d.ts +59 -0
  1082. package/dist/runtime-v2/observer/correction-observer.d.ts.map +1 -0
  1083. package/dist/runtime-v2/observer/correction-observer.js +178 -0
  1084. package/dist/runtime-v2/observer/correction-observer.js.map +1 -0
  1085. package/dist/runtime-v2/observer/empathy-observer.d.ts +35 -0
  1086. package/dist/runtime-v2/observer/empathy-observer.d.ts.map +1 -0
  1087. package/dist/runtime-v2/observer/empathy-observer.js +98 -0
  1088. package/dist/runtime-v2/observer/empathy-observer.js.map +1 -0
  1089. package/dist/runtime-v2/operator-health-read-model.d.ts +45 -0
  1090. package/dist/runtime-v2/operator-health-read-model.d.ts.map +1 -0
  1091. package/dist/runtime-v2/operator-health-read-model.js +189 -0
  1092. package/dist/runtime-v2/operator-health-read-model.js.map +1 -0
  1093. package/dist/runtime-v2/pain-chain-read-model.d.ts +40 -0
  1094. package/dist/runtime-v2/pain-chain-read-model.d.ts.map +1 -0
  1095. package/dist/runtime-v2/pain-chain-read-model.js +293 -0
  1096. package/dist/runtime-v2/pain-chain-read-model.js.map +1 -0
  1097. package/dist/runtime-v2/pain-flood-simulation.d.ts +62 -0
  1098. package/dist/runtime-v2/pain-flood-simulation.d.ts.map +1 -0
  1099. package/dist/runtime-v2/pain-flood-simulation.js +152 -0
  1100. package/dist/runtime-v2/pain-flood-simulation.js.map +1 -0
  1101. package/dist/runtime-v2/pain-signal-bridge.d.ts +72 -0
  1102. package/dist/runtime-v2/pain-signal-bridge.d.ts.map +1 -0
  1103. package/dist/runtime-v2/pain-signal-bridge.js +340 -0
  1104. package/dist/runtime-v2/pain-signal-bridge.js.map +1 -0
  1105. package/dist/runtime-v2/pain-signal-observability.d.ts +19 -0
  1106. package/dist/runtime-v2/pain-signal-observability.d.ts.map +1 -0
  1107. package/dist/runtime-v2/pain-signal-observability.js +161 -0
  1108. package/dist/runtime-v2/pain-signal-observability.js.map +1 -0
  1109. package/dist/runtime-v2/pain-signal-runtime-factory.d.ts +82 -0
  1110. package/dist/runtime-v2/pain-signal-runtime-factory.d.ts.map +1 -0
  1111. package/dist/runtime-v2/pain-signal-runtime-factory.js +279 -0
  1112. package/dist/runtime-v2/pain-signal-runtime-factory.js.map +1 -0
  1113. package/dist/runtime-v2/pain-to-principle-service.d.ts +53 -0
  1114. package/dist/runtime-v2/pain-to-principle-service.d.ts.map +1 -0
  1115. package/dist/runtime-v2/pain-to-principle-service.js +114 -0
  1116. package/dist/runtime-v2/pain-to-principle-service.js.map +1 -0
  1117. package/dist/runtime-v2/proven-channel-baseline.d.ts +56 -0
  1118. package/dist/runtime-v2/proven-channel-baseline.d.ts.map +1 -0
  1119. package/dist/runtime-v2/proven-channel-baseline.js +480 -0
  1120. package/dist/runtime-v2/proven-channel-baseline.js.map +1 -0
  1121. package/dist/runtime-v2/pruning-mask.d.ts +27 -0
  1122. package/dist/runtime-v2/pruning-mask.d.ts.map +1 -0
  1123. package/dist/runtime-v2/pruning-mask.js +59 -0
  1124. package/dist/runtime-v2/pruning-mask.js.map +1 -0
  1125. package/dist/runtime-v2/pruning-read-model.d.ts +76 -0
  1126. package/dist/runtime-v2/pruning-read-model.d.ts.map +1 -0
  1127. package/dist/runtime-v2/pruning-read-model.js +266 -0
  1128. package/dist/runtime-v2/pruning-read-model.js.map +1 -0
  1129. package/dist/runtime-v2/pruning-review-log.d.ts +41 -0
  1130. package/dist/runtime-v2/pruning-review-log.d.ts.map +1 -0
  1131. package/dist/runtime-v2/pruning-review-log.js +106 -0
  1132. package/dist/runtime-v2/pruning-review-log.js.map +1 -0
  1133. package/dist/runtime-v2/recovery-sweep-service.d.ts +14 -0
  1134. package/dist/runtime-v2/recovery-sweep-service.d.ts.map +1 -0
  1135. package/dist/runtime-v2/recovery-sweep-service.js +26 -0
  1136. package/dist/runtime-v2/recovery-sweep-service.js.map +1 -0
  1137. package/dist/runtime-v2/remediation-contract.d.ts +46 -0
  1138. package/dist/runtime-v2/remediation-contract.d.ts.map +1 -0
  1139. package/dist/runtime-v2/remediation-contract.js +29 -0
  1140. package/dist/runtime-v2/remediation-contract.js.map +1 -0
  1141. package/dist/runtime-v2/runner/__tests__/default-validator.test.d.ts +2 -0
  1142. package/dist/runtime-v2/runner/__tests__/default-validator.test.d.ts.map +1 -0
  1143. package/dist/runtime-v2/runner/__tests__/default-validator.test.js +526 -0
  1144. package/dist/runtime-v2/runner/__tests__/default-validator.test.js.map +1 -0
  1145. package/dist/runtime-v2/runner/__tests__/diagnose.test.d.ts +2 -0
  1146. package/dist/runtime-v2/runner/__tests__/diagnose.test.d.ts.map +1 -0
  1147. package/dist/runtime-v2/runner/__tests__/diagnose.test.js +81 -0
  1148. package/dist/runtime-v2/runner/__tests__/diagnose.test.js.map +1 -0
  1149. package/dist/runtime-v2/runner/__tests__/diagnostician-runner.integration.test.d.ts +2 -0
  1150. package/dist/runtime-v2/runner/__tests__/diagnostician-runner.integration.test.d.ts.map +1 -0
  1151. package/dist/runtime-v2/runner/__tests__/diagnostician-runner.integration.test.js +378 -0
  1152. package/dist/runtime-v2/runner/__tests__/diagnostician-runner.integration.test.js.map +1 -0
  1153. package/dist/runtime-v2/runner/__tests__/diagnostician-runner.test.d.ts +2 -0
  1154. package/dist/runtime-v2/runner/__tests__/diagnostician-runner.test.d.ts.map +1 -0
  1155. package/dist/runtime-v2/runner/__tests__/diagnostician-runner.test.js +642 -0
  1156. package/dist/runtime-v2/runner/__tests__/diagnostician-runner.test.js.map +1 -0
  1157. package/dist/runtime-v2/runner/__tests__/diagnostician-telemetry.test.d.ts +2 -0
  1158. package/dist/runtime-v2/runner/__tests__/diagnostician-telemetry.test.d.ts.map +1 -0
  1159. package/dist/runtime-v2/runner/__tests__/diagnostician-telemetry.test.js +286 -0
  1160. package/dist/runtime-v2/runner/__tests__/diagnostician-telemetry.test.js.map +1 -0
  1161. package/dist/runtime-v2/runner/__tests__/dual-track-e2e.test.d.ts +2 -0
  1162. package/dist/runtime-v2/runner/__tests__/dual-track-e2e.test.d.ts.map +1 -0
  1163. package/dist/runtime-v2/runner/__tests__/dual-track-e2e.test.js +320 -0
  1164. package/dist/runtime-v2/runner/__tests__/dual-track-e2e.test.js.map +1 -0
  1165. package/dist/runtime-v2/runner/__tests__/lease-expiration-recovery.integration.test.d.ts +2 -0
  1166. package/dist/runtime-v2/runner/__tests__/lease-expiration-recovery.integration.test.d.ts.map +1 -0
  1167. package/dist/runtime-v2/runner/__tests__/lease-expiration-recovery.integration.test.js +261 -0
  1168. package/dist/runtime-v2/runner/__tests__/lease-expiration-recovery.integration.test.js.map +1 -0
  1169. package/dist/runtime-v2/runner/__tests__/m5-05-e2e.test.d.ts +2 -0
  1170. package/dist/runtime-v2/runner/__tests__/m5-05-e2e.test.d.ts.map +1 -0
  1171. package/dist/runtime-v2/runner/__tests__/m5-05-e2e.test.js +405 -0
  1172. package/dist/runtime-v2/runner/__tests__/m5-05-e2e.test.js.map +1 -0
  1173. package/dist/runtime-v2/runner/__tests__/m6-06-e2e.test.d.ts +2 -0
  1174. package/dist/runtime-v2/runner/__tests__/m6-06-e2e.test.d.ts.map +1 -0
  1175. package/dist/runtime-v2/runner/__tests__/m6-06-e2e.test.js +347 -0
  1176. package/dist/runtime-v2/runner/__tests__/m6-06-e2e.test.js.map +1 -0
  1177. package/dist/runtime-v2/runner/__tests__/m6-06-legacy.test.d.ts +2 -0
  1178. package/dist/runtime-v2/runner/__tests__/m6-06-legacy.test.d.ts.map +1 -0
  1179. package/dist/runtime-v2/runner/__tests__/m6-06-legacy.test.js +186 -0
  1180. package/dist/runtime-v2/runner/__tests__/m6-06-legacy.test.js.map +1 -0
  1181. package/dist/runtime-v2/runner/__tests__/m6-06-real-path.test.d.ts +2 -0
  1182. package/dist/runtime-v2/runner/__tests__/m6-06-real-path.test.d.ts.map +1 -0
  1183. package/dist/runtime-v2/runner/__tests__/m6-06-real-path.test.js +355 -0
  1184. package/dist/runtime-v2/runner/__tests__/m6-06-real-path.test.js.map +1 -0
  1185. package/dist/runtime-v2/runner/__tests__/m8-02-e2e.test.d.ts +2 -0
  1186. package/dist/runtime-v2/runner/__tests__/m8-02-e2e.test.d.ts.map +1 -0
  1187. package/dist/runtime-v2/runner/__tests__/m8-02-e2e.test.js +488 -0
  1188. package/dist/runtime-v2/runner/__tests__/m8-02-e2e.test.js.map +1 -0
  1189. package/dist/runtime-v2/runner/__tests__/m9-adapter-integration.test.d.ts +2 -0
  1190. package/dist/runtime-v2/runner/__tests__/m9-adapter-integration.test.d.ts.map +1 -0
  1191. package/dist/runtime-v2/runner/__tests__/m9-adapter-integration.test.js +171 -0
  1192. package/dist/runtime-v2/runner/__tests__/m9-adapter-integration.test.js.map +1 -0
  1193. package/dist/runtime-v2/runner/__tests__/m9-e2e.test.d.ts +2 -0
  1194. package/dist/runtime-v2/runner/__tests__/m9-e2e.test.d.ts.map +1 -0
  1195. package/dist/runtime-v2/runner/__tests__/m9-e2e.test.js +182 -0
  1196. package/dist/runtime-v2/runner/__tests__/m9-e2e.test.js.map +1 -0
  1197. package/dist/runtime-v2/runner/__tests__/max-attempts-exceeded.integration.test.d.ts +2 -0
  1198. package/dist/runtime-v2/runner/__tests__/max-attempts-exceeded.integration.test.d.ts.map +1 -0
  1199. package/dist/runtime-v2/runner/__tests__/max-attempts-exceeded.integration.test.js +276 -0
  1200. package/dist/runtime-v2/runner/__tests__/max-attempts-exceeded.integration.test.js.map +1 -0
  1201. package/dist/runtime-v2/runner/__tests__/pain-signal-bridge-admission.test.d.ts +2 -0
  1202. package/dist/runtime-v2/runner/__tests__/pain-signal-bridge-admission.test.d.ts.map +1 -0
  1203. package/dist/runtime-v2/runner/__tests__/pain-signal-bridge-admission.test.js +462 -0
  1204. package/dist/runtime-v2/runner/__tests__/pain-signal-bridge-admission.test.js.map +1 -0
  1205. package/dist/runtime-v2/runner/__tests__/pain-signal-bridge.test.d.ts +2 -0
  1206. package/dist/runtime-v2/runner/__tests__/pain-signal-bridge.test.d.ts.map +1 -0
  1207. package/dist/runtime-v2/runner/__tests__/pain-signal-bridge.test.js +160 -0
  1208. package/dist/runtime-v2/runner/__tests__/pain-signal-bridge.test.js.map +1 -0
  1209. package/dist/runtime-v2/runner/__tests__/retry-wait-recovery.integration.test.d.ts +2 -0
  1210. package/dist/runtime-v2/runner/__tests__/retry-wait-recovery.integration.test.d.ts.map +1 -0
  1211. package/dist/runtime-v2/runner/__tests__/retry-wait-recovery.integration.test.js +272 -0
  1212. package/dist/runtime-v2/runner/__tests__/retry-wait-recovery.integration.test.js.map +1 -0
  1213. package/dist/runtime-v2/runner/__tests__/start-run-input.test.d.ts +2 -0
  1214. package/dist/runtime-v2/runner/__tests__/start-run-input.test.d.ts.map +1 -0
  1215. package/dist/runtime-v2/runner/__tests__/start-run-input.test.js +67 -0
  1216. package/dist/runtime-v2/runner/__tests__/start-run-input.test.js.map +1 -0
  1217. package/dist/runtime-v2/runner/default-validator.d.ts +10 -0
  1218. package/dist/runtime-v2/runner/default-validator.d.ts.map +1 -0
  1219. package/dist/runtime-v2/runner/default-validator.js +168 -0
  1220. package/dist/runtime-v2/runner/default-validator.js.map +1 -0
  1221. package/dist/runtime-v2/runner/diagnostician-runner-options.d.ts +37 -0
  1222. package/dist/runtime-v2/runner/diagnostician-runner-options.d.ts.map +1 -0
  1223. package/dist/runtime-v2/runner/diagnostician-runner-options.js +19 -0
  1224. package/dist/runtime-v2/runner/diagnostician-runner-options.js.map +1 -0
  1225. package/dist/runtime-v2/runner/diagnostician-runner.d.ts +87 -0
  1226. package/dist/runtime-v2/runner/diagnostician-runner.d.ts.map +1 -0
  1227. package/dist/runtime-v2/runner/diagnostician-runner.js +417 -0
  1228. package/dist/runtime-v2/runner/diagnostician-runner.js.map +1 -0
  1229. package/dist/runtime-v2/runner/diagnostician-validator.d.ts +56 -0
  1230. package/dist/runtime-v2/runner/diagnostician-validator.d.ts.map +1 -0
  1231. package/dist/runtime-v2/runner/diagnostician-validator.js +11 -0
  1232. package/dist/runtime-v2/runner/diagnostician-validator.js.map +1 -0
  1233. package/dist/runtime-v2/runner/runner-phase.d.ts +21 -0
  1234. package/dist/runtime-v2/runner/runner-phase.d.ts.map +1 -0
  1235. package/dist/runtime-v2/runner/runner-phase.js +22 -0
  1236. package/dist/runtime-v2/runner/runner-phase.js.map +1 -0
  1237. package/dist/runtime-v2/runner/runner-result.d.ts +20 -0
  1238. package/dist/runtime-v2/runner/runner-result.d.ts.map +1 -0
  1239. package/dist/runtime-v2/runner/runner-result.js +2 -0
  1240. package/dist/runtime-v2/runner/runner-result.js.map +1 -0
  1241. package/dist/runtime-v2/runtime-protocol.d.ts +165 -0
  1242. package/dist/runtime-v2/runtime-protocol.d.ts.map +1 -0
  1243. package/dist/runtime-v2/runtime-protocol.js +130 -0
  1244. package/dist/runtime-v2/runtime-protocol.js.map +1 -0
  1245. package/dist/runtime-v2/runtime-selector.d.ts +77 -0
  1246. package/dist/runtime-v2/runtime-selector.d.ts.map +1 -0
  1247. package/dist/runtime-v2/runtime-selector.js +23 -0
  1248. package/dist/runtime-v2/runtime-selector.js.map +1 -0
  1249. package/dist/runtime-v2/runtime-state-handle.d.ts +10 -0
  1250. package/dist/runtime-v2/runtime-state-handle.d.ts.map +1 -0
  1251. package/dist/runtime-v2/runtime-state-handle.js +30 -0
  1252. package/dist/runtime-v2/runtime-state-handle.js.map +1 -0
  1253. package/dist/runtime-v2/schema-conformance-read-model.d.ts +24 -0
  1254. package/dist/runtime-v2/schema-conformance-read-model.d.ts.map +1 -0
  1255. package/dist/runtime-v2/schema-conformance-read-model.js +178 -0
  1256. package/dist/runtime-v2/schema-conformance-read-model.js.map +1 -0
  1257. package/dist/runtime-v2/schema-version.d.ts +20 -0
  1258. package/dist/runtime-v2/schema-version.d.ts.map +1 -0
  1259. package/dist/runtime-v2/schema-version.js +20 -0
  1260. package/dist/runtime-v2/schema-version.js.map +1 -0
  1261. package/dist/runtime-v2/store/artifact/artifact-store.d.ts +28 -0
  1262. package/dist/runtime-v2/store/artifact/artifact-store.d.ts.map +1 -0
  1263. package/dist/runtime-v2/store/artifact/artifact-store.js +2 -0
  1264. package/dist/runtime-v2/store/artifact/artifact-store.js.map +1 -0
  1265. package/dist/runtime-v2/store/artifact/index.d.ts +4 -0
  1266. package/dist/runtime-v2/store/artifact/index.d.ts.map +1 -0
  1267. package/dist/runtime-v2/store/artifact/index.js +3 -0
  1268. package/dist/runtime-v2/store/artifact/index.js.map +1 -0
  1269. package/dist/runtime-v2/store/artifact/memory-artifact-store.d.ts +14 -0
  1270. package/dist/runtime-v2/store/artifact/memory-artifact-store.d.ts.map +1 -0
  1271. package/dist/runtime-v2/store/artifact/memory-artifact-store.js +25 -0
  1272. package/dist/runtime-v2/store/artifact/memory-artifact-store.js.map +1 -0
  1273. package/dist/runtime-v2/store/artifact/sqlite-artifact-store.d.ts +12 -0
  1274. package/dist/runtime-v2/store/artifact/sqlite-artifact-store.d.ts.map +1 -0
  1275. package/dist/runtime-v2/store/artifact/sqlite-artifact-store.js +51 -0
  1276. package/dist/runtime-v2/store/artifact/sqlite-artifact-store.js.map +1 -0
  1277. package/dist/runtime-v2/store/artifact/sqlite-pi-artifact-store.d.ts +13 -0
  1278. package/dist/runtime-v2/store/artifact/sqlite-pi-artifact-store.d.ts.map +1 -0
  1279. package/dist/runtime-v2/store/artifact/sqlite-pi-artifact-store.js +98 -0
  1280. package/dist/runtime-v2/store/artifact/sqlite-pi-artifact-store.js.map +1 -0
  1281. package/dist/runtime-v2/store/candidate/__tests__/recommendation-kind-resolver.test.d.ts +2 -0
  1282. package/dist/runtime-v2/store/candidate/__tests__/recommendation-kind-resolver.test.d.ts.map +1 -0
  1283. package/dist/runtime-v2/store/candidate/__tests__/recommendation-kind-resolver.test.js +34 -0
  1284. package/dist/runtime-v2/store/candidate/__tests__/recommendation-kind-resolver.test.js.map +1 -0
  1285. package/dist/runtime-v2/store/candidate/candidate-store.d.ts +42 -0
  1286. package/dist/runtime-v2/store/candidate/candidate-store.d.ts.map +1 -0
  1287. package/dist/runtime-v2/store/candidate/candidate-store.js +2 -0
  1288. package/dist/runtime-v2/store/candidate/candidate-store.js.map +1 -0
  1289. package/dist/runtime-v2/store/candidate/index.d.ts +4 -0
  1290. package/dist/runtime-v2/store/candidate/index.d.ts.map +1 -0
  1291. package/dist/runtime-v2/store/candidate/index.js +3 -0
  1292. package/dist/runtime-v2/store/candidate/index.js.map +1 -0
  1293. package/dist/runtime-v2/store/candidate/memory-candidate-store.d.ts +22 -0
  1294. package/dist/runtime-v2/store/candidate/memory-candidate-store.d.ts.map +1 -0
  1295. package/dist/runtime-v2/store/candidate/memory-candidate-store.js +36 -0
  1296. package/dist/runtime-v2/store/candidate/memory-candidate-store.js.map +1 -0
  1297. package/dist/runtime-v2/store/candidate/recommendation-kind-resolver.d.ts +4 -0
  1298. package/dist/runtime-v2/store/candidate/recommendation-kind-resolver.d.ts.map +1 -0
  1299. package/dist/runtime-v2/store/candidate/recommendation-kind-resolver.js +14 -0
  1300. package/dist/runtime-v2/store/candidate/recommendation-kind-resolver.js.map +1 -0
  1301. package/dist/runtime-v2/store/candidate/sqlite-candidate-store.d.ts +13 -0
  1302. package/dist/runtime-v2/store/candidate/sqlite-candidate-store.d.ts.map +1 -0
  1303. package/dist/runtime-v2/store/candidate/sqlite-candidate-store.js +61 -0
  1304. package/dist/runtime-v2/store/candidate/sqlite-candidate-store.js.map +1 -0
  1305. package/dist/runtime-v2/store/commit/commit-store.d.ts +19 -0
  1306. package/dist/runtime-v2/store/commit/commit-store.d.ts.map +1 -0
  1307. package/dist/runtime-v2/store/commit/commit-store.js +2 -0
  1308. package/dist/runtime-v2/store/commit/commit-store.js.map +1 -0
  1309. package/dist/runtime-v2/store/commit/diagnostician-committer.d.ts +47 -0
  1310. package/dist/runtime-v2/store/commit/diagnostician-committer.d.ts.map +1 -0
  1311. package/dist/runtime-v2/store/commit/diagnostician-committer.js +140 -0
  1312. package/dist/runtime-v2/store/commit/diagnostician-committer.js.map +1 -0
  1313. package/dist/runtime-v2/store/commit/index.d.ts +7 -0
  1314. package/dist/runtime-v2/store/commit/index.d.ts.map +1 -0
  1315. package/dist/runtime-v2/store/commit/index.js +4 -0
  1316. package/dist/runtime-v2/store/commit/index.js.map +1 -0
  1317. package/dist/runtime-v2/store/commit/memory-commit-store.d.ts +16 -0
  1318. package/dist/runtime-v2/store/commit/memory-commit-store.d.ts.map +1 -0
  1319. package/dist/runtime-v2/store/commit/memory-commit-store.js +18 -0
  1320. package/dist/runtime-v2/store/commit/memory-commit-store.js.map +1 -0
  1321. package/dist/runtime-v2/store/commit/sqlite-commit-store.d.ts +11 -0
  1322. package/dist/runtime-v2/store/commit/sqlite-commit-store.d.ts.map +1 -0
  1323. package/dist/runtime-v2/store/commit/sqlite-commit-store.js +25 -0
  1324. package/dist/runtime-v2/store/commit/sqlite-commit-store.js.map +1 -0
  1325. package/dist/runtime-v2/store/concurrent-lease.test.d.ts +2 -0
  1326. package/dist/runtime-v2/store/concurrent-lease.test.d.ts.map +1 -0
  1327. package/dist/runtime-v2/store/concurrent-lease.test.js +129 -0
  1328. package/dist/runtime-v2/store/concurrent-lease.test.js.map +1 -0
  1329. package/dist/runtime-v2/store/context/context-assembler.d.ts +19 -0
  1330. package/dist/runtime-v2/store/context/context-assembler.d.ts.map +1 -0
  1331. package/dist/runtime-v2/store/context/context-assembler.js +2 -0
  1332. package/dist/runtime-v2/store/context/context-assembler.js.map +1 -0
  1333. package/dist/runtime-v2/store/context/index.d.ts +4 -0
  1334. package/dist/runtime-v2/store/context/index.d.ts.map +1 -0
  1335. package/dist/runtime-v2/store/context/index.js +3 -0
  1336. package/dist/runtime-v2/store/context/index.js.map +1 -0
  1337. package/dist/runtime-v2/store/context/resilient-context-assembler.d.ts +13 -0
  1338. package/dist/runtime-v2/store/context/resilient-context-assembler.d.ts.map +1 -0
  1339. package/dist/runtime-v2/store/context/resilient-context-assembler.js +72 -0
  1340. package/dist/runtime-v2/store/context/resilient-context-assembler.js.map +1 -0
  1341. package/dist/runtime-v2/store/context/resilient-context-assembler.test.d.ts +2 -0
  1342. package/dist/runtime-v2/store/context/resilient-context-assembler.test.d.ts.map +1 -0
  1343. package/dist/runtime-v2/store/context/resilient-context-assembler.test.js +113 -0
  1344. package/dist/runtime-v2/store/context/resilient-context-assembler.test.js.map +1 -0
  1345. package/dist/runtime-v2/store/context/sqlite-context-assembler.d.ts +28 -0
  1346. package/dist/runtime-v2/store/context/sqlite-context-assembler.d.ts.map +1 -0
  1347. package/dist/runtime-v2/store/context/sqlite-context-assembler.js +277 -0
  1348. package/dist/runtime-v2/store/context/sqlite-context-assembler.js.map +1 -0
  1349. package/dist/runtime-v2/store/context/sqlite-context-assembler.test.d.ts +2 -0
  1350. package/dist/runtime-v2/store/context/sqlite-context-assembler.test.d.ts.map +1 -0
  1351. package/dist/runtime-v2/store/context/sqlite-context-assembler.test.js +1181 -0
  1352. package/dist/runtime-v2/store/context/sqlite-context-assembler.test.js.map +1 -0
  1353. package/dist/runtime-v2/store/diagnostician-committer.test.d.ts +2 -0
  1354. package/dist/runtime-v2/store/diagnostician-committer.test.d.ts.map +1 -0
  1355. package/dist/runtime-v2/store/diagnostician-committer.test.js +326 -0
  1356. package/dist/runtime-v2/store/diagnostician-committer.test.js.map +1 -0
  1357. package/dist/runtime-v2/store/event-emitter.d.ts +18 -0
  1358. package/dist/runtime-v2/store/event-emitter.d.ts.map +1 -0
  1359. package/dist/runtime-v2/store/event-emitter.js +78 -0
  1360. package/dist/runtime-v2/store/event-emitter.js.map +1 -0
  1361. package/dist/runtime-v2/store/history/history-query.d.ts +57 -0
  1362. package/dist/runtime-v2/store/history/history-query.d.ts.map +1 -0
  1363. package/dist/runtime-v2/store/history/history-query.js +7 -0
  1364. package/dist/runtime-v2/store/history/history-query.js.map +1 -0
  1365. package/dist/runtime-v2/store/history/index.d.ts +5 -0
  1366. package/dist/runtime-v2/store/history/index.d.ts.map +1 -0
  1367. package/dist/runtime-v2/store/history/index.js +4 -0
  1368. package/dist/runtime-v2/store/history/index.js.map +1 -0
  1369. package/dist/runtime-v2/store/history/resilient-history-query.d.ts +20 -0
  1370. package/dist/runtime-v2/store/history/resilient-history-query.d.ts.map +1 -0
  1371. package/dist/runtime-v2/store/history/resilient-history-query.js +40 -0
  1372. package/dist/runtime-v2/store/history/resilient-history-query.js.map +1 -0
  1373. package/dist/runtime-v2/store/history/resilient-history-query.test.d.ts +2 -0
  1374. package/dist/runtime-v2/store/history/resilient-history-query.test.d.ts.map +1 -0
  1375. package/dist/runtime-v2/store/history/resilient-history-query.test.js +128 -0
  1376. package/dist/runtime-v2/store/history/resilient-history-query.test.js.map +1 -0
  1377. package/dist/runtime-v2/store/history/sqlite-history-query.d.ts +24 -0
  1378. package/dist/runtime-v2/store/history/sqlite-history-query.d.ts.map +1 -0
  1379. package/dist/runtime-v2/store/history/sqlite-history-query.js +166 -0
  1380. package/dist/runtime-v2/store/history/sqlite-history-query.js.map +1 -0
  1381. package/dist/runtime-v2/store/history/sqlite-history-query.test.d.ts +2 -0
  1382. package/dist/runtime-v2/store/history/sqlite-history-query.test.d.ts.map +1 -0
  1383. package/dist/runtime-v2/store/history/sqlite-history-query.test.js +536 -0
  1384. package/dist/runtime-v2/store/history/sqlite-history-query.test.js.map +1 -0
  1385. package/dist/runtime-v2/store/idempotent-transitions.test.d.ts +2 -0
  1386. package/dist/runtime-v2/store/idempotent-transitions.test.d.ts.map +1 -0
  1387. package/dist/runtime-v2/store/idempotent-transitions.test.js +168 -0
  1388. package/dist/runtime-v2/store/idempotent-transitions.test.js.map +1 -0
  1389. package/dist/runtime-v2/store/lifecycle/index.d.ts +7 -0
  1390. package/dist/runtime-v2/store/lifecycle/index.d.ts.map +1 -0
  1391. package/dist/runtime-v2/store/lifecycle/index.js +4 -0
  1392. package/dist/runtime-v2/store/lifecycle/index.js.map +1 -0
  1393. package/dist/runtime-v2/store/lifecycle/lease-manager.d.ts +91 -0
  1394. package/dist/runtime-v2/store/lifecycle/lease-manager.d.ts.map +1 -0
  1395. package/dist/runtime-v2/store/lifecycle/lease-manager.js +154 -0
  1396. package/dist/runtime-v2/store/lifecycle/lease-manager.js.map +1 -0
  1397. package/dist/runtime-v2/store/lifecycle/lease-manager.test.d.ts +2 -0
  1398. package/dist/runtime-v2/store/lifecycle/lease-manager.test.d.ts.map +1 -0
  1399. package/dist/runtime-v2/store/lifecycle/lease-manager.test.js +243 -0
  1400. package/dist/runtime-v2/store/lifecycle/lease-manager.test.js.map +1 -0
  1401. package/dist/runtime-v2/store/lifecycle/recovery-sweep.d.ts +82 -0
  1402. package/dist/runtime-v2/store/lifecycle/recovery-sweep.d.ts.map +1 -0
  1403. package/dist/runtime-v2/store/lifecycle/recovery-sweep.js +145 -0
  1404. package/dist/runtime-v2/store/lifecycle/recovery-sweep.js.map +1 -0
  1405. package/dist/runtime-v2/store/lifecycle/recovery-sweep.test.d.ts +2 -0
  1406. package/dist/runtime-v2/store/lifecycle/recovery-sweep.test.d.ts.map +1 -0
  1407. package/dist/runtime-v2/store/lifecycle/recovery-sweep.test.js +318 -0
  1408. package/dist/runtime-v2/store/lifecycle/recovery-sweep.test.js.map +1 -0
  1409. package/dist/runtime-v2/store/lifecycle/retry-policy.d.ts +105 -0
  1410. package/dist/runtime-v2/store/lifecycle/retry-policy.d.ts.map +1 -0
  1411. package/dist/runtime-v2/store/lifecycle/retry-policy.js +48 -0
  1412. package/dist/runtime-v2/store/lifecycle/retry-policy.js.map +1 -0
  1413. package/dist/runtime-v2/store/lifecycle/retry-policy.test.d.ts +2 -0
  1414. package/dist/runtime-v2/store/lifecycle/retry-policy.test.d.ts.map +1 -0
  1415. package/dist/runtime-v2/store/lifecycle/retry-policy.test.js +86 -0
  1416. package/dist/runtime-v2/store/lifecycle/retry-policy.test.js.map +1 -0
  1417. package/dist/runtime-v2/store/run/index.d.ts +4 -0
  1418. package/dist/runtime-v2/store/run/index.d.ts.map +1 -0
  1419. package/dist/runtime-v2/store/run/index.js +3 -0
  1420. package/dist/runtime-v2/store/run/index.js.map +1 -0
  1421. package/dist/runtime-v2/store/run/memory-run-store.d.ts +15 -0
  1422. package/dist/runtime-v2/store/run/memory-run-store.d.ts.map +1 -0
  1423. package/dist/runtime-v2/store/run/memory-run-store.js +33 -0
  1424. package/dist/runtime-v2/store/run/memory-run-store.js.map +1 -0
  1425. package/dist/runtime-v2/store/run/run-store.d.ts +43 -0
  1426. package/dist/runtime-v2/store/run/run-store.d.ts.map +1 -0
  1427. package/dist/runtime-v2/store/run/run-store.js +2 -0
  1428. package/dist/runtime-v2/store/run/run-store.js.map +1 -0
  1429. package/dist/runtime-v2/store/run/sqlite-run-store.d.ts +14 -0
  1430. package/dist/runtime-v2/store/run/sqlite-run-store.d.ts.map +1 -0
  1431. package/dist/runtime-v2/store/run/sqlite-run-store.js +108 -0
  1432. package/dist/runtime-v2/store/run/sqlite-run-store.js.map +1 -0
  1433. package/dist/runtime-v2/store/runtime-state-manager.d.ts +116 -0
  1434. package/dist/runtime-v2/store/runtime-state-manager.d.ts.map +1 -0
  1435. package/dist/runtime-v2/store/runtime-state-manager.integration.test.d.ts +2 -0
  1436. package/dist/runtime-v2/store/runtime-state-manager.integration.test.d.ts.map +1 -0
  1437. package/dist/runtime-v2/store/runtime-state-manager.integration.test.js +187 -0
  1438. package/dist/runtime-v2/store/runtime-state-manager.integration.test.js.map +1 -0
  1439. package/dist/runtime-v2/store/runtime-state-manager.js +321 -0
  1440. package/dist/runtime-v2/store/runtime-state-manager.js.map +1 -0
  1441. package/dist/runtime-v2/store/schema-conformance.test.d.ts +2 -0
  1442. package/dist/runtime-v2/store/schema-conformance.test.d.ts.map +1 -0
  1443. package/dist/runtime-v2/store/schema-conformance.test.js +607 -0
  1444. package/dist/runtime-v2/store/schema-conformance.test.js.map +1 -0
  1445. package/dist/runtime-v2/store/sqlite-connection-close.test.d.ts +2 -0
  1446. package/dist/runtime-v2/store/sqlite-connection-close.test.d.ts.map +1 -0
  1447. package/dist/runtime-v2/store/sqlite-connection-close.test.js +57 -0
  1448. package/dist/runtime-v2/store/sqlite-connection-close.test.js.map +1 -0
  1449. package/dist/runtime-v2/store/sqlite-connection-pragma.test.d.ts +2 -0
  1450. package/dist/runtime-v2/store/sqlite-connection-pragma.test.d.ts.map +1 -0
  1451. package/dist/runtime-v2/store/sqlite-connection-pragma.test.js +261 -0
  1452. package/dist/runtime-v2/store/sqlite-connection-pragma.test.js.map +1 -0
  1453. package/dist/runtime-v2/store/sqlite-connection.d.ts +39 -0
  1454. package/dist/runtime-v2/store/sqlite-connection.d.ts.map +1 -0
  1455. package/dist/runtime-v2/store/sqlite-connection.js +364 -0
  1456. package/dist/runtime-v2/store/sqlite-connection.js.map +1 -0
  1457. package/dist/runtime-v2/store/sqlite-run-store.test.d.ts +2 -0
  1458. package/dist/runtime-v2/store/sqlite-run-store.test.d.ts.map +1 -0
  1459. package/dist/runtime-v2/store/sqlite-run-store.test.js +152 -0
  1460. package/dist/runtime-v2/store/sqlite-run-store.test.js.map +1 -0
  1461. package/dist/runtime-v2/store/sqlite-task-store.test.d.ts +2 -0
  1462. package/dist/runtime-v2/store/sqlite-task-store.test.d.ts.map +1 -0
  1463. package/dist/runtime-v2/store/sqlite-task-store.test.js +166 -0
  1464. package/dist/runtime-v2/store/sqlite-task-store.test.js.map +1 -0
  1465. package/dist/runtime-v2/store/task/index.d.ts +4 -0
  1466. package/dist/runtime-v2/store/task/index.d.ts.map +1 -0
  1467. package/dist/runtime-v2/store/task/index.js +3 -0
  1468. package/dist/runtime-v2/store/task/index.js.map +1 -0
  1469. package/dist/runtime-v2/store/task/memory-task-store.d.ts +15 -0
  1470. package/dist/runtime-v2/store/task/memory-task-store.d.ts.map +1 -0
  1471. package/dist/runtime-v2/store/task/memory-task-store.js +43 -0
  1472. package/dist/runtime-v2/store/task/memory-task-store.js.map +1 -0
  1473. package/dist/runtime-v2/store/task/sqlite-task-store.d.ts +14 -0
  1474. package/dist/runtime-v2/store/task/sqlite-task-store.d.ts.map +1 -0
  1475. package/dist/runtime-v2/store/task/sqlite-task-store.js +144 -0
  1476. package/dist/runtime-v2/store/task/sqlite-task-store.js.map +1 -0
  1477. package/dist/runtime-v2/store/task/task-store.d.ts +48 -0
  1478. package/dist/runtime-v2/store/task/task-store.d.ts.map +1 -0
  1479. package/dist/runtime-v2/store/task/task-store.js +2 -0
  1480. package/dist/runtime-v2/store/task/task-store.js.map +1 -0
  1481. package/dist/runtime-v2/store/task-migration.d.ts +89 -0
  1482. package/dist/runtime-v2/store/task-migration.d.ts.map +1 -0
  1483. package/dist/runtime-v2/store/task-migration.js +79 -0
  1484. package/dist/runtime-v2/store/task-migration.js.map +1 -0
  1485. package/dist/runtime-v2/store/trajectory/index.d.ts +5 -0
  1486. package/dist/runtime-v2/store/trajectory/index.d.ts.map +1 -0
  1487. package/dist/runtime-v2/store/trajectory/index.js +3 -0
  1488. package/dist/runtime-v2/store/trajectory/index.js.map +1 -0
  1489. package/dist/runtime-v2/store/trajectory/source-trace-locator.d.ts +40 -0
  1490. package/dist/runtime-v2/store/trajectory/source-trace-locator.d.ts.map +1 -0
  1491. package/dist/runtime-v2/store/trajectory/source-trace-locator.js +18 -0
  1492. package/dist/runtime-v2/store/trajectory/source-trace-locator.js.map +1 -0
  1493. package/dist/runtime-v2/store/trajectory/source-trace-locator.test.d.ts +2 -0
  1494. package/dist/runtime-v2/store/trajectory/source-trace-locator.test.d.ts.map +1 -0
  1495. package/dist/runtime-v2/store/trajectory/source-trace-locator.test.js +320 -0
  1496. package/dist/runtime-v2/store/trajectory/source-trace-locator.test.js.map +1 -0
  1497. package/dist/runtime-v2/store/trajectory/sqlite-source-trace-locator.d.ts +23 -0
  1498. package/dist/runtime-v2/store/trajectory/sqlite-source-trace-locator.d.ts.map +1 -0
  1499. package/dist/runtime-v2/store/trajectory/sqlite-source-trace-locator.js +140 -0
  1500. package/dist/runtime-v2/store/trajectory/sqlite-source-trace-locator.js.map +1 -0
  1501. package/dist/runtime-v2/store/trajectory/sqlite-trajectory-locator.d.ts +27 -0
  1502. package/dist/runtime-v2/store/trajectory/sqlite-trajectory-locator.d.ts.map +1 -0
  1503. package/dist/runtime-v2/store/trajectory/sqlite-trajectory-locator.js +183 -0
  1504. package/dist/runtime-v2/store/trajectory/sqlite-trajectory-locator.js.map +1 -0
  1505. package/dist/runtime-v2/store/trajectory/sqlite-trajectory-locator.test.d.ts +2 -0
  1506. package/dist/runtime-v2/store/trajectory/sqlite-trajectory-locator.test.d.ts.map +1 -0
  1507. package/dist/runtime-v2/store/trajectory/sqlite-trajectory-locator.test.js +328 -0
  1508. package/dist/runtime-v2/store/trajectory/sqlite-trajectory-locator.test.js.map +1 -0
  1509. package/dist/runtime-v2/store/trajectory/trajectory-locator.d.ts +30 -0
  1510. package/dist/runtime-v2/store/trajectory/trajectory-locator.d.ts.map +1 -0
  1511. package/dist/runtime-v2/store/trajectory/trajectory-locator.js +2 -0
  1512. package/dist/runtime-v2/store/trajectory/trajectory-locator.js.map +1 -0
  1513. package/dist/runtime-v2/store/workspace-isolation.test.d.ts +2 -0
  1514. package/dist/runtime-v2/store/workspace-isolation.test.d.ts.map +1 -0
  1515. package/dist/runtime-v2/store/workspace-isolation.test.js +139 -0
  1516. package/dist/runtime-v2/store/workspace-isolation.test.js.map +1 -0
  1517. package/dist/runtime-v2/story-a-demo.d.ts +67 -0
  1518. package/dist/runtime-v2/story-a-demo.d.ts.map +1 -0
  1519. package/dist/runtime-v2/story-a-demo.js +188 -0
  1520. package/dist/runtime-v2/story-a-demo.js.map +1 -0
  1521. package/dist/runtime-v2/synthetic-baseline.d.ts +28 -0
  1522. package/dist/runtime-v2/synthetic-baseline.d.ts.map +1 -0
  1523. package/dist/runtime-v2/synthetic-baseline.js +116 -0
  1524. package/dist/runtime-v2/synthetic-baseline.js.map +1 -0
  1525. package/dist/runtime-v2/task-status.d.ts +99 -0
  1526. package/dist/runtime-v2/task-status.d.ts.map +1 -0
  1527. package/dist/runtime-v2/task-status.js +88 -0
  1528. package/dist/runtime-v2/task-status.js.map +1 -0
  1529. package/dist/runtime-v2/trace-refiner-agent.d.ts +71 -0
  1530. package/dist/runtime-v2/trace-refiner-agent.d.ts.map +1 -0
  1531. package/dist/runtime-v2/trace-refiner-agent.js +239 -0
  1532. package/dist/runtime-v2/trace-refiner-agent.js.map +1 -0
  1533. package/dist/runtime-v2/trace-refiner.d.ts +47 -0
  1534. package/dist/runtime-v2/trace-refiner.d.ts.map +1 -0
  1535. package/dist/runtime-v2/trace-refiner.js +261 -0
  1536. package/dist/runtime-v2/trace-refiner.js.map +1 -0
  1537. package/dist/runtime-v2/types/artifact-lineage.d.ts +19 -0
  1538. package/dist/runtime-v2/types/artifact-lineage.d.ts.map +1 -0
  1539. package/dist/runtime-v2/types/artifact-lineage.js +6 -0
  1540. package/dist/runtime-v2/types/artifact-lineage.js.map +1 -0
  1541. package/dist/runtime-v2/types/event-payload.d.ts +232 -0
  1542. package/dist/runtime-v2/types/event-payload.d.ts.map +1 -0
  1543. package/dist/runtime-v2/types/event-payload.js +149 -0
  1544. package/dist/runtime-v2/types/event-payload.js.map +1 -0
  1545. package/dist/runtime-v2/types/event-types.d.ts +843 -0
  1546. package/dist/runtime-v2/types/event-types.d.ts.map +1 -0
  1547. package/dist/runtime-v2/types/event-types.js +486 -0
  1548. package/dist/runtime-v2/types/event-types.js.map +1 -0
  1549. package/dist/runtime-v2/types/hygiene-types.d.ts +40 -0
  1550. package/dist/runtime-v2/types/hygiene-types.d.ts.map +1 -0
  1551. package/dist/runtime-v2/types/hygiene-types.js +30 -0
  1552. package/dist/runtime-v2/types/hygiene-types.js.map +1 -0
  1553. package/dist/runtime-v2/types/index.d.ts +32 -0
  1554. package/dist/runtime-v2/types/index.d.ts.map +1 -0
  1555. package/dist/runtime-v2/types/index.js +17 -0
  1556. package/dist/runtime-v2/types/index.js.map +1 -0
  1557. package/dist/runtime-v2/types/pain-signal.d.ts +63 -0
  1558. package/dist/runtime-v2/types/pain-signal.d.ts.map +1 -0
  1559. package/dist/runtime-v2/types/pain-signal.js +118 -0
  1560. package/dist/runtime-v2/types/pain-signal.js.map +1 -0
  1561. package/dist/runtime-v2/types/pd-task-types.d.ts +139 -0
  1562. package/dist/runtime-v2/types/pd-task-types.d.ts.map +1 -0
  1563. package/dist/runtime-v2/types/pd-task-types.js +99 -0
  1564. package/dist/runtime-v2/types/pd-task-types.js.map +1 -0
  1565. package/dist/runtime-v2/types/principle-dependency.d.ts +15 -0
  1566. package/dist/runtime-v2/types/principle-dependency.d.ts.map +1 -0
  1567. package/dist/runtime-v2/types/principle-dependency.js +8 -0
  1568. package/dist/runtime-v2/types/principle-dependency.js.map +1 -0
  1569. package/dist/runtime-v2/types/principle-enums.d.ts +19 -0
  1570. package/dist/runtime-v2/types/principle-enums.d.ts.map +1 -0
  1571. package/dist/runtime-v2/types/principle-enums.js +59 -0
  1572. package/dist/runtime-v2/types/principle-enums.js.map +1 -0
  1573. package/dist/runtime-v2/types/principle-lifecycle-event.d.ts +28 -0
  1574. package/dist/runtime-v2/types/principle-lifecycle-event.d.ts.map +1 -0
  1575. package/dist/runtime-v2/types/principle-lifecycle-event.js +24 -0
  1576. package/dist/runtime-v2/types/principle-lifecycle-event.js.map +1 -0
  1577. package/dist/runtime-v2/types/principle-schema.d.ts +136 -0
  1578. package/dist/runtime-v2/types/principle-schema.d.ts.map +1 -0
  1579. package/dist/runtime-v2/types/principle-schema.js +71 -0
  1580. package/dist/runtime-v2/types/principle-schema.js.map +1 -0
  1581. package/dist/runtime-v2/types/principle-tree-store.d.ts +89 -0
  1582. package/dist/runtime-v2/types/principle-tree-store.d.ts.map +1 -0
  1583. package/dist/runtime-v2/types/principle-tree-store.js +11 -0
  1584. package/dist/runtime-v2/types/principle-tree-store.js.map +1 -0
  1585. package/dist/runtime-v2/types/principle-value-metrics.d.ts +27 -0
  1586. package/dist/runtime-v2/types/principle-value-metrics.d.ts.map +1 -0
  1587. package/dist/runtime-v2/types/principle-value-metrics.js +14 -0
  1588. package/dist/runtime-v2/types/principle-value-metrics.js.map +1 -0
  1589. package/dist/runtime-v2/types/queue-types.d.ts +51 -0
  1590. package/dist/runtime-v2/types/queue-types.d.ts.map +1 -0
  1591. package/dist/runtime-v2/types/queue-types.js +44 -0
  1592. package/dist/runtime-v2/types/queue-types.js.map +1 -0
  1593. package/dist/runtime-v2/types/replay-types.d.ts +40 -0
  1594. package/dist/runtime-v2/types/replay-types.d.ts.map +1 -0
  1595. package/dist/runtime-v2/types/replay-types.js +2 -0
  1596. package/dist/runtime-v2/types/replay-types.js.map +1 -0
  1597. package/dist/runtime-v2/types/runtime-summary-types.d.ts +93 -0
  1598. package/dist/runtime-v2/types/runtime-summary-types.d.ts.map +1 -0
  1599. package/dist/runtime-v2/types/runtime-summary-types.js +35 -0
  1600. package/dist/runtime-v2/types/runtime-summary-types.js.map +1 -0
  1601. package/dist/runtime-v2/utils/cli-process-runner.d.ts +35 -0
  1602. package/dist/runtime-v2/utils/cli-process-runner.d.ts.map +1 -0
  1603. package/dist/runtime-v2/utils/cli-process-runner.js +259 -0
  1604. package/dist/runtime-v2/utils/cli-process-runner.js.map +1 -0
  1605. package/dist/runtime-v2/utils/cli-process-runner.test.d.ts +2 -0
  1606. package/dist/runtime-v2/utils/cli-process-runner.test.d.ts.map +1 -0
  1607. package/dist/runtime-v2/utils/cli-process-runner.test.js +111 -0
  1608. package/dist/runtime-v2/utils/cli-process-runner.test.js.map +1 -0
  1609. package/dist/storage-adapter.d.ts +59 -0
  1610. package/dist/storage-adapter.d.ts.map +1 -0
  1611. package/dist/storage-adapter.js +2 -0
  1612. package/dist/storage-adapter.js.map +1 -0
  1613. package/dist/telemetry-event.d.ts +102 -0
  1614. package/dist/telemetry-event.d.ts.map +1 -0
  1615. package/dist/telemetry-event.js +186 -0
  1616. package/dist/telemetry-event.js.map +1 -0
  1617. package/dist/trajectory-store.d.ts +45 -0
  1618. package/dist/trajectory-store.d.ts.map +1 -0
  1619. package/dist/trajectory-store.js +139 -0
  1620. package/dist/trajectory-store.js.map +1 -0
  1621. package/dist/types/workspace-resolver.d.ts +25 -0
  1622. package/dist/types/workspace-resolver.d.ts.map +1 -0
  1623. package/dist/types/workspace-resolver.js +10 -0
  1624. package/dist/types/workspace-resolver.js.map +1 -0
  1625. package/dist/types.d.ts +56 -0
  1626. package/dist/types.d.ts.map +1 -0
  1627. package/dist/types.js +16 -0
  1628. package/dist/types.js.map +1 -0
  1629. package/dist/workflow-funnel-loader.d.ts +143 -0
  1630. package/dist/workflow-funnel-loader.d.ts.map +1 -0
  1631. package/dist/workflow-funnel-loader.js +174 -0
  1632. package/dist/workflow-funnel-loader.js.map +1 -0
  1633. package/package.json +100 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-types.d.ts","sourceRoot":"","sources":["../../../src/runtime-v2/types/event-types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,486 @@
1
+ /**
2
+ * Event types for structured logging and daily statistics.
3
+ */
4
+ import { Type } from '@sinclair/typebox';
5
+ export const EventTypeSchema = Type.Union([
6
+ Type.Literal('tool_call'),
7
+ Type.Literal('pain_signal'),
8
+ Type.Literal('rule_match'),
9
+ Type.Literal('rule_promotion'),
10
+ Type.Literal('hook_execution'),
11
+ Type.Literal('gate_block'),
12
+ Type.Literal('gate_bypass'),
13
+ Type.Literal('plan_approval'),
14
+ Type.Literal('evolution_task'),
15
+ Type.Literal('empathy_rollback'),
16
+ Type.Literal('error'),
17
+ Type.Literal('warn'),
18
+ Type.Literal('diagnosis_task'),
19
+ Type.Literal('heartbeat_diagnosis'),
20
+ Type.Literal('diagnostician_report'),
21
+ Type.Literal('principle_candidate'),
22
+ Type.Literal('rule_enforced'),
23
+ Type.Literal('nocturnal_dreamer_completed'),
24
+ Type.Literal('nocturnal_artifact_persisted'),
25
+ Type.Literal('nocturnal_code_candidate_created'),
26
+ Type.Literal('rulehost_evaluated'),
27
+ Type.Literal('rulehost_blocked'),
28
+ Type.Literal('rulehost_requireApproval'),
29
+ Type.Literal('rulehost_auto_correct_proposed'),
30
+ Type.Literal('rulehost_auto_correct_applied'),
31
+ Type.Literal('runtime_v2_prompt_activations_injected'),
32
+ Type.Literal('runtime_v2_confirm_first_gate_blocked'),
33
+ Type.Literal('runtime_v2_confirm_first_gate_approved'),
34
+ ]);
35
+ export const EventCategorySchema = Type.Union([
36
+ Type.Literal('success'),
37
+ Type.Literal('failure'),
38
+ Type.Literal('detected'),
39
+ Type.Literal('blocked'),
40
+ Type.Literal('bypassed'),
41
+ Type.Literal('approved'),
42
+ Type.Literal('enqueued'),
43
+ Type.Literal('completed'),
44
+ Type.Literal('promoted'),
45
+ Type.Literal('passed'),
46
+ Type.Literal('changed'),
47
+ Type.Literal('rolled_back'),
48
+ Type.Literal('written'),
49
+ Type.Literal('injected'),
50
+ Type.Literal('created'),
51
+ Type.Literal('matched'),
52
+ Type.Literal('evaluated'),
53
+ Type.Literal('requireApproval'),
54
+ Type.Literal('auto_correct'),
55
+ ]);
56
+ export const EventLogEntrySchema = Type.Object({
57
+ ts: Type.String(),
58
+ date: Type.String(),
59
+ type: EventTypeSchema,
60
+ category: EventCategorySchema,
61
+ sessionId: Type.Optional(Type.String()),
62
+ workspaceDir: Type.Optional(Type.String()),
63
+ data: Type.Record(Type.String(), Type.Any()),
64
+ });
65
+ export const ToolCallEventDataSchema = Type.Object({
66
+ toolName: Type.String(),
67
+ filePath: Type.Optional(Type.String()),
68
+ error: Type.Optional(Type.String()),
69
+ errorType: Type.Optional(Type.String()),
70
+ gfi: Type.Optional(Type.Number()),
71
+ consecutiveErrors: Type.Optional(Type.Number()),
72
+ exitCode: Type.Optional(Type.Number()),
73
+ gfiBefore: Type.Optional(Type.Number()),
74
+ gfiAfter: Type.Optional(Type.Number()),
75
+ });
76
+ export const PainSignalEventDataSchema = Type.Object({
77
+ score: Type.Number(),
78
+ source: Type.String(),
79
+ eventId: Type.Optional(Type.String()),
80
+ reason: Type.Optional(Type.String()),
81
+ isRisky: Type.Optional(Type.Boolean()),
82
+ origin: Type.Optional(Type.Union([
83
+ Type.Literal('assistant_self_report'),
84
+ Type.Literal('user_manual'),
85
+ Type.Literal('system_infer'),
86
+ ])),
87
+ severity: Type.Optional(Type.Union([
88
+ Type.Literal('mild'),
89
+ Type.Literal('moderate'),
90
+ Type.Literal('severe'),
91
+ ])),
92
+ confidence: Type.Optional(Type.Number()),
93
+ detection_mode: Type.Optional(Type.Union([
94
+ Type.Literal('structured'),
95
+ Type.Literal('legacy_tag'),
96
+ ])),
97
+ deduped: Type.Optional(Type.Boolean()),
98
+ trigger_text_excerpt: Type.Optional(Type.String()),
99
+ raw_score: Type.Optional(Type.Number()),
100
+ calibrated_score: Type.Optional(Type.Number()),
101
+ });
102
+ export const RuleMatchEventDataSchema = Type.Object({
103
+ ruleId: Type.String(),
104
+ layer: Type.Union([Type.Literal('L1'), Type.Literal('L2'), Type.Literal('L3')]),
105
+ severity: Type.Number(),
106
+ textPreview: Type.String(),
107
+ });
108
+ export const RulePromotionEventDataSchema = Type.Object({
109
+ fingerprint: Type.String(),
110
+ ruleId: Type.String(),
111
+ phrase: Type.String(),
112
+ sampleCount: Type.Number(),
113
+ avgSimilarity: Type.Number(),
114
+ });
115
+ export const HookExecutionEventDataSchema = Type.Object({
116
+ hook: Type.String(),
117
+ sessionId: Type.Optional(Type.String()),
118
+ durationMs: Type.Optional(Type.Number()),
119
+ error: Type.Optional(Type.String()),
120
+ });
121
+ export const GateBlockEventDataSchema = Type.Object({
122
+ toolName: Type.String(),
123
+ filePath: Type.String(),
124
+ reason: Type.String(),
125
+ planStatus: Type.Optional(Type.String()),
126
+ blockSource: Type.Optional(Type.String()),
127
+ });
128
+ export const GateBypassEventDataSchema = Type.Object({
129
+ toolName: Type.String(),
130
+ filePath: Type.String(),
131
+ bypassType: Type.Union([Type.Literal('stage4_architect'), Type.Literal('whitelisted')]),
132
+ });
133
+ export const PlanApprovalEventDataSchema = Type.Object({
134
+ toolName: Type.String(),
135
+ filePath: Type.String(),
136
+ pattern: Type.String(),
137
+ planStatus: Type.String(),
138
+ });
139
+ export const EvolutionTaskEventDataSchema = Type.Object({
140
+ taskId: Type.String(),
141
+ taskType: Type.String(),
142
+ reason: Type.String(),
143
+ });
144
+ export const EmpathyRollbackEventDataSchema = Type.Object({
145
+ eventId: Type.String(),
146
+ originalScore: Type.Number(),
147
+ originalSessionId: Type.Optional(Type.String()),
148
+ reason: Type.String(),
149
+ triggeredBy: Type.Union([
150
+ Type.Literal('user_command'),
151
+ Type.Literal('natural_language'),
152
+ Type.Literal('system'),
153
+ ]),
154
+ });
155
+ export const HeartbeatDiagnosisEventDataSchema = Type.Object({
156
+ taskCount: Type.Number(),
157
+ taskIds: Type.Array(Type.String()),
158
+ trigger: Type.Union([Type.Literal('heartbeat'), Type.Literal('immediate')]),
159
+ });
160
+ export const DiagnosisTaskEventDataSchema = Type.Object({
161
+ taskId: Type.String(),
162
+ painEventId: Type.Optional(Type.String()),
163
+ sessionId: Type.Optional(Type.String()),
164
+ });
165
+ export const DiagnosticianReportEventDataSchema = Type.Object({
166
+ taskId: Type.String(),
167
+ reportPath: Type.String(),
168
+ category: Type.Union([
169
+ Type.Literal('success'),
170
+ Type.Literal('missing_json'),
171
+ Type.Literal('incomplete_fields'),
172
+ ]),
173
+ });
174
+ export const PrincipleCandidateEventDataSchema = Type.Object({
175
+ principleId: Type.String(),
176
+ taskId: Type.String(),
177
+ source: Type.Union([
178
+ Type.Literal('diagnostician'),
179
+ Type.Literal('nocturnal'),
180
+ Type.Literal('manual'),
181
+ ]),
182
+ });
183
+ export const RuleEnforcedEventDataSchema = Type.Object({
184
+ ruleId: Type.String(),
185
+ principleId: Type.String(),
186
+ enforcement: Type.Union([
187
+ Type.Literal('warn'),
188
+ Type.Literal('block'),
189
+ Type.Literal('requireApproval'),
190
+ ]),
191
+ toolName: Type.String(),
192
+ filePath: Type.String(),
193
+ });
194
+ export const RuleHostEvaluatedEventDataSchema = Type.Object({
195
+ toolName: Type.String(),
196
+ filePath: Type.String(),
197
+ matched: Type.Boolean(),
198
+ decision: Type.Union([
199
+ Type.Literal('allow'),
200
+ Type.Literal('block'),
201
+ Type.Literal('requireApproval'),
202
+ Type.Literal('auto_correct'),
203
+ ]),
204
+ ruleId: Type.Optional(Type.String()),
205
+ });
206
+ export const RuleHostBlockedEventDataSchema = Type.Object({
207
+ toolName: Type.String(),
208
+ filePath: Type.String(),
209
+ reason: Type.String(),
210
+ ruleId: Type.Optional(Type.String()),
211
+ });
212
+ export const RuleHostRequireApprovalEventDataSchema = Type.Object({
213
+ toolName: Type.String(),
214
+ filePath: Type.String(),
215
+ reason: Type.String(),
216
+ ruleId: Type.Optional(Type.String()),
217
+ });
218
+ export const RuleHostAutoCorrectProposedEventDataSchema = Type.Object({
219
+ toolName: Type.String(),
220
+ filePath: Type.String(),
221
+ ruleId: Type.String(),
222
+ principleId: Type.Optional(Type.String()),
223
+ confidence: Type.Number(),
224
+ reason: Type.String(),
225
+ applicationMode: Type.Union([Type.Literal('shadow'), Type.Literal('live')]),
226
+ correctedFields: Type.Array(Type.String()),
227
+ validationValid: Type.Boolean(),
228
+ });
229
+ export const RuleHostAutoCorrectAppliedEventDataSchema = Type.Object({
230
+ toolName: Type.String(),
231
+ filePath: Type.String(),
232
+ ruleId: Type.String(),
233
+ principleId: Type.Optional(Type.String()),
234
+ confidence: Type.Number(),
235
+ reason: Type.String(),
236
+ correctedFields: Type.Array(Type.Object({
237
+ field: Type.String(),
238
+ original: Type.Unknown(),
239
+ applied: Type.Unknown(),
240
+ })),
241
+ });
242
+ export const RuntimeV2PromptActivationsInjectedEventDataSchema = Type.Object({
243
+ sessionId: Type.String(),
244
+ workspaceDir: Type.String(),
245
+ principleIds: Type.Array(Type.String()),
246
+ activationIds: Type.Array(Type.String()),
247
+ artifactIds: Type.Array(Type.String()),
248
+ injectedCount: Type.Number(),
249
+ skippedWarnings: Type.Array(Type.String()),
250
+ injectedCharCount: Type.Number(),
251
+ budget: Type.Number(),
252
+ skipReason: Type.Optional(Type.String()),
253
+ nextAction: Type.Optional(Type.String()),
254
+ });
255
+ export const RuntimeV2ConfirmFirstGateEventDataSchema = Type.Object({
256
+ sessionId: Type.String(),
257
+ workspaceDir: Type.String(),
258
+ toolName: Type.String(),
259
+ reason: Type.String(),
260
+ principleId: Type.String(),
261
+ nextAction: Type.String(),
262
+ });
263
+ export const ToolCallStatsSchema = Type.Object({
264
+ total: Type.Number(),
265
+ success: Type.Number(),
266
+ failure: Type.Number(),
267
+ byTool: Type.Record(Type.String(), Type.Object({
268
+ success: Type.Number(),
269
+ failure: Type.Number(),
270
+ })),
271
+ });
272
+ export const ErrorStatsSchema = Type.Object({
273
+ total: Type.Number(),
274
+ byType: Type.Record(Type.String(), Type.Number()),
275
+ byTool: Type.Record(Type.String(), Type.Number()),
276
+ });
277
+ export const PainStatsSchema = Type.Object({
278
+ signalsDetected: Type.Number(),
279
+ signalsBySource: Type.Record(Type.String(), Type.Number()),
280
+ rulesMatched: Type.Record(Type.String(), Type.Number()),
281
+ candidatesPromoted: Type.Number(),
282
+ avgScore: Type.Number(),
283
+ maxScore: Type.Number(),
284
+ });
285
+ export const EmpathyEventStatsSchema = Type.Object({
286
+ totalEvents: Type.Number(),
287
+ dedupedCount: Type.Number(),
288
+ dedupeHitRate: Type.Number(),
289
+ totalPenaltyScore: Type.Number(),
290
+ rolledBackScore: Type.Number(),
291
+ rollbackCount: Type.Number(),
292
+ bySeverity: Type.Object({
293
+ mild: Type.Number(),
294
+ moderate: Type.Number(),
295
+ severe: Type.Number(),
296
+ }),
297
+ scoreBySeverity: Type.Object({
298
+ mild: Type.Number(),
299
+ moderate: Type.Number(),
300
+ severe: Type.Number(),
301
+ }),
302
+ byDetectionMode: Type.Object({
303
+ structured: Type.Number(),
304
+ legacy_tag: Type.Number(),
305
+ }),
306
+ byOrigin: Type.Object({
307
+ assistant_self_report: Type.Number(),
308
+ user_manual: Type.Number(),
309
+ system_infer: Type.Number(),
310
+ }),
311
+ confidenceDistribution: Type.Object({
312
+ high: Type.Number(),
313
+ medium: Type.Number(),
314
+ low: Type.Number(),
315
+ }),
316
+ dailyTrend: Type.Array(Type.Object({
317
+ date: Type.String(),
318
+ count: Type.Number(),
319
+ score: Type.Number(),
320
+ })),
321
+ });
322
+ export const GfiStatsSchema = Type.Object({
323
+ peak: Type.Number(),
324
+ samples: Type.Number(),
325
+ total: Type.Number(),
326
+ resetCount: Type.Number(),
327
+ hourlyDistribution: Type.Array(Type.Number()),
328
+ });
329
+ export const EventEvolutionStatsSchema = Type.Object({
330
+ tasksEnqueued: Type.Number(),
331
+ tasksCompleted: Type.Number(),
332
+ rulesPromoted: Type.Number(),
333
+ diagnosisTasksWritten: Type.Number(),
334
+ heartbeatsInjected: Type.Number(),
335
+ diagnosticianReportsWritten: Type.Number(),
336
+ reportsMissingJson: Type.Number(),
337
+ reportsIncompleteFields: Type.Number(),
338
+ principleCandidatesCreated: Type.Number(),
339
+ rulesEnforced: Type.Number(),
340
+ nocturnalDreamerCompleted: Type.Number(),
341
+ nocturnalTrinityCompleted: Type.Number(),
342
+ nocturnalArtifactPersisted: Type.Number(),
343
+ nocturnalCodeCandidateCreated: Type.Number(),
344
+ rulehostEvaluated: Type.Number(),
345
+ rulehostBlocked: Type.Number(),
346
+ rulehostRequireApproval: Type.Number(),
347
+ rulehostAutoCorrectProposed: Type.Number(),
348
+ rulehostAutoCorrectApplied: Type.Number(),
349
+ });
350
+ // Backward compatibility alias for schema
351
+ /** @deprecated Use EventEvolutionStatsSchema instead. Alias for backward compatibility. */
352
+ export const EvolutionStatsSchema = EventEvolutionStatsSchema;
353
+ export const HookStatsSchema = Type.Object({
354
+ total: Type.Number(),
355
+ success: Type.Number(),
356
+ failure: Type.Number(),
357
+ byType: Type.Record(Type.String(), Type.Object({
358
+ total: Type.Number(),
359
+ success: Type.Number(),
360
+ failure: Type.Number(),
361
+ })),
362
+ errors: Type.Number(),
363
+ totalDurationMs: Type.Number(),
364
+ });
365
+ export const DailyStatsSchema = Type.Object({
366
+ date: Type.String(),
367
+ createdAt: Type.String(),
368
+ updatedAt: Type.String(),
369
+ tools: Type.Object({
370
+ total: Type.Number(),
371
+ success: Type.Number(),
372
+ failure: Type.Number(),
373
+ }),
374
+ toolCalls: ToolCallStatsSchema,
375
+ errors: ErrorStatsSchema,
376
+ pain: PainStatsSchema,
377
+ empathy: EmpathyEventStatsSchema,
378
+ gfi: GfiStatsSchema,
379
+ evolution: EventEvolutionStatsSchema,
380
+ hooks: HookStatsSchema,
381
+ });
382
+ /**
383
+ * Creates an empty daily stats object.
384
+ */
385
+ export function createEmptyDailyStats(date) {
386
+ const now = new Date().toISOString();
387
+ return {
388
+ date,
389
+ createdAt: now,
390
+ updatedAt: now,
391
+ tools: {
392
+ total: 0,
393
+ success: 0,
394
+ failure: 0,
395
+ },
396
+ toolCalls: {
397
+ total: 0,
398
+ success: 0,
399
+ failure: 0,
400
+ byTool: {},
401
+ },
402
+ errors: {
403
+ total: 0,
404
+ byType: {},
405
+ byTool: {},
406
+ },
407
+ pain: {
408
+ signalsDetected: 0,
409
+ signalsBySource: {},
410
+ rulesMatched: {},
411
+ candidatesPromoted: 0,
412
+ avgScore: 0,
413
+ maxScore: 0,
414
+ },
415
+ empathy: {
416
+ totalEvents: 0,
417
+ dedupedCount: 0,
418
+ dedupeHitRate: 0,
419
+ totalPenaltyScore: 0,
420
+ rolledBackScore: 0,
421
+ rollbackCount: 0,
422
+ bySeverity: {
423
+ mild: 0,
424
+ moderate: 0,
425
+ severe: 0,
426
+ },
427
+ scoreBySeverity: {
428
+ mild: 0,
429
+ moderate: 0,
430
+ severe: 0,
431
+ },
432
+ byDetectionMode: {
433
+ structured: 0,
434
+ legacy_tag: 0,
435
+ },
436
+ byOrigin: {
437
+ assistant_self_report: 0,
438
+ user_manual: 0,
439
+ system_infer: 0,
440
+ },
441
+ confidenceDistribution: {
442
+ high: 0,
443
+ medium: 0,
444
+ low: 0,
445
+ },
446
+ dailyTrend: [],
447
+ },
448
+ gfi: {
449
+ peak: 0,
450
+ samples: 0,
451
+ total: 0,
452
+ resetCount: 0,
453
+ hourlyDistribution: new Array(24).fill(0),
454
+ },
455
+ evolution: {
456
+ tasksEnqueued: 0,
457
+ tasksCompleted: 0,
458
+ rulesPromoted: 0,
459
+ diagnosisTasksWritten: 0,
460
+ heartbeatsInjected: 0,
461
+ diagnosticianReportsWritten: 0,
462
+ reportsMissingJson: 0,
463
+ reportsIncompleteFields: 0,
464
+ principleCandidatesCreated: 0,
465
+ rulesEnforced: 0,
466
+ nocturnalDreamerCompleted: 0,
467
+ nocturnalTrinityCompleted: 0,
468
+ nocturnalArtifactPersisted: 0,
469
+ nocturnalCodeCandidateCreated: 0,
470
+ rulehostEvaluated: 0,
471
+ rulehostBlocked: 0,
472
+ rulehostRequireApproval: 0,
473
+ rulehostAutoCorrectProposed: 0,
474
+ rulehostAutoCorrectApplied: 0,
475
+ },
476
+ hooks: {
477
+ total: 0,
478
+ success: 0,
479
+ failure: 0,
480
+ byType: {},
481
+ errors: 0,
482
+ totalDurationMs: 0,
483
+ },
484
+ };
485
+ }
486
+ //# sourceMappingURL=event-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-types.js","sourceRoot":"","sources":["../../../src/runtime-v2/types/event-types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Hygiene Tracking Types
3
+ */
4
+ import { type Static } from '@sinclair/typebox';
5
+ export interface PersistenceAction {
6
+ ts: string;
7
+ tool: string;
8
+ path: string;
9
+ type: 'memory' | 'plan' | 'other';
10
+ contentLength: number;
11
+ }
12
+ export declare const PersistenceActionSchema: import("@sinclair/typebox").TObject<{
13
+ ts: import("@sinclair/typebox").TString;
14
+ tool: import("@sinclair/typebox").TString;
15
+ path: import("@sinclair/typebox").TString;
16
+ type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"memory">, import("@sinclair/typebox").TLiteral<"plan">, import("@sinclair/typebox").TLiteral<"other">]>;
17
+ contentLength: import("@sinclair/typebox").TNumber;
18
+ }>;
19
+ export type PersistenceActionStatic = Static<typeof PersistenceActionSchema>;
20
+ export interface HygieneStats {
21
+ date: string;
22
+ persistenceCount: number;
23
+ persistenceByFile: Record<string, number>;
24
+ lastPersistenceTime?: string;
25
+ totalCharsPersisted: number;
26
+ groomingExecutedCount: number;
27
+ lastGroomingTime?: string;
28
+ }
29
+ export declare const HygieneStatsSchema: import("@sinclair/typebox").TObject<{
30
+ date: import("@sinclair/typebox").TString;
31
+ persistenceCount: import("@sinclair/typebox").TNumber;
32
+ persistenceByFile: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TNumber>;
33
+ lastPersistenceTime: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34
+ totalCharsPersisted: import("@sinclair/typebox").TNumber;
35
+ groomingExecutedCount: import("@sinclair/typebox").TNumber;
36
+ lastGroomingTime: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
37
+ }>;
38
+ export type HygieneStatsStatic = Static<typeof HygieneStatsSchema>;
39
+ export declare function createEmptyHygieneStats(date: string): HygieneStats;
40
+ //# sourceMappingURL=hygiene-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hygiene-types.d.ts","sourceRoot":"","sources":["../../../src/runtime-v2/types/hygiene-types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,uBAAuB;;;;;;EAMlC,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE7E,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC1C,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,kBAAkB;;;;;;;;EAQ7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEnE,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY,CAQlE"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Hygiene Tracking Types
3
+ */
4
+ import { Type } from '@sinclair/typebox';
5
+ export const PersistenceActionSchema = Type.Object({
6
+ ts: Type.String(),
7
+ tool: Type.String(),
8
+ path: Type.String(),
9
+ type: Type.Union([Type.Literal('memory'), Type.Literal('plan'), Type.Literal('other')]),
10
+ contentLength: Type.Number(),
11
+ });
12
+ export const HygieneStatsSchema = Type.Object({
13
+ date: Type.String(),
14
+ persistenceCount: Type.Number(),
15
+ persistenceByFile: Type.Record(Type.String(), Type.Number()),
16
+ lastPersistenceTime: Type.Optional(Type.String()),
17
+ totalCharsPersisted: Type.Number(),
18
+ groomingExecutedCount: Type.Number(),
19
+ lastGroomingTime: Type.Optional(Type.String()),
20
+ });
21
+ export function createEmptyHygieneStats(date) {
22
+ return {
23
+ date,
24
+ persistenceCount: 0,
25
+ persistenceByFile: {},
26
+ totalCharsPersisted: 0,
27
+ groomingExecutedCount: 0,
28
+ };
29
+ }
30
+ //# sourceMappingURL=hygiene-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hygiene-types.js","sourceRoot":"","sources":["../../../src/runtime-v2/types/hygiene-types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,IAAI,EAAe,MAAM,mBAAmB,CAAC;AAUtD,MAAM,CAAC,MAAM,uBAAuB,GAAG,IAAI,CAAC,MAAM,CAAC;IACjD,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;IACvF,aAAa,EAAE,IAAI,CAAC,MAAM,EAAE;CAC7B,CAAC,CAAC;AAaH,MAAM,CAAC,MAAM,kBAAkB,GAAG,IAAI,CAAC,MAAM,CAAC;IAC5C,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE;IACnB,gBAAgB,EAAE,IAAI,CAAC,MAAM,EAAE;IAC/B,iBAAiB,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC;IAC5D,mBAAmB,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;IACjD,mBAAmB,EAAE,IAAI,CAAC,MAAM,EAAE;IAClC,qBAAqB,EAAE,IAAI,CAAC,MAAM,EAAE;IACpC,gBAAgB,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;CAC/C,CAAC,CAAC;AAGH,MAAM,UAAU,uBAAuB,CAAC,IAAY;IAClD,OAAO;QACL,IAAI;QACJ,gBAAgB,EAAE,CAAC;QACnB,iBAAiB,EAAE,EAAE;QACrB,mBAAmB,EAAE,CAAC;QACtB,qBAAqB,EAAE,CAAC;KACzB,CAAC;AACJ,CAAC"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Type definitions barrel — principle tree domain types extracted from plugin (PRI-51).
3
+ */
4
+ export type { PrincipleStatus, PrinciplePriority, PrincipleScope, PrincipleEvaluability, RuleStatus, RuleType, ImplementationLifecycleState, ImplementationType, SampleClassification, } from './principle-enums.js';
5
+ export { PrincipleStatusSchema, PrinciplePrioritySchema, PrincipleScopeSchema, PrincipleEvaluabilitySchema, RuleStatusSchema, RuleTypeSchema, ImplementationLifecycleStateSchema, ImplementationTypeSchema, SampleClassificationSchema, } from './principle-enums.js';
6
+ export type { Principle, Rule, Implementation, } from './principle-schema.js';
7
+ export { PrincipleSchema, RuleSchema, ImplementationSchema, } from './principle-schema.js';
8
+ export type { ArtifactKind, ArtifactLineageRecord, } from './artifact-lineage.js';
9
+ export type { ReplayResult, ClassificationSummary, ReplayReport, } from './replay-types.js';
10
+ export type { PrincipleDependency } from './principle-dependency.js';
11
+ export { PrincipleDependencySchema } from './principle-dependency.js';
12
+ export type { PrincipleValueMetrics } from './principle-value-metrics.js';
13
+ export { PrincipleValueMetricsSchema } from './principle-value-metrics.js';
14
+ export type { PrincipleEventType, PrincipleLifecycleEvent, } from './principle-lifecycle-event.js';
15
+ export { PrincipleEventTypeSchema, PrincipleLifecycleEventSchema, } from './principle-lifecycle-event.js';
16
+ export type { PrincipleTreeStore } from './principle-tree-store.js';
17
+ export { PrincipleTreeStoreSchema } from './principle-tree-store.js';
18
+ export type { Brand, QueueItemId, WorkflowId, SessionKey, } from './queue-types.js';
19
+ export { toQueueItemId, toWorkflowId, toSessionKey, isQueueItemId, isWorkflowId, isSessionKey, } from './queue-types.js';
20
+ export type { PersistenceAction, HygieneStats, } from './hygiene-types.js';
21
+ export { PersistenceActionSchema, HygieneStatsSchema, createEmptyHygieneStats, } from './hygiene-types.js';
22
+ export type { RuntimeTruth, AnalyticsTruth, TrendMetrics, } from './runtime-summary-types.js';
23
+ export { RuntimeTruthSchema, AnalyticsTruthSchema, TrendMetricsSchema, } from './runtime-summary-types.js';
24
+ export type { EventType, EventCategory, EventLogEntry, ToolCallEventData, PainSignalEventData, RuleMatchEventData, RulePromotionEventData, HookExecutionEventData, GateBlockEventData, GateBypassEventData, PlanApprovalEventData, EvolutionTaskEventData, EmpathyRollbackEventData, HeartbeatDiagnosisEventData, DiagnosisTaskEventData, DiagnosticianReportEventData, PrincipleCandidateEventData, RuleEnforcedEventData, RuleHostEvaluatedEventData, RuleHostBlockedEventData, RuleHostRequireApprovalEventData, RuleHostAutoCorrectProposedEventData, RuleHostAutoCorrectAppliedEventData, ToolCallStats, ErrorStats, PainStats, EmpathyEventStats, GfiStats, EventEvolutionStats, HookStats, DailyStats, } from './event-types.js';
25
+ export { EventTypeSchema, EventCategorySchema, EventLogEntrySchema, ToolCallEventDataSchema, PainSignalEventDataSchema, RuleMatchEventDataSchema, RulePromotionEventDataSchema, HookExecutionEventDataSchema, GateBlockEventDataSchema, GateBypassEventDataSchema, PlanApprovalEventDataSchema, EvolutionTaskEventDataSchema, EmpathyRollbackEventDataSchema, HeartbeatDiagnosisEventDataSchema, DiagnosisTaskEventDataSchema, DiagnosticianReportEventDataSchema, PrincipleCandidateEventDataSchema, RuleEnforcedEventDataSchema, RuleHostEvaluatedEventDataSchema, RuleHostBlockedEventDataSchema, RuleHostRequireApprovalEventDataSchema, RuleHostAutoCorrectProposedEventDataSchema, RuleHostAutoCorrectAppliedEventDataSchema, ToolCallStatsSchema, ErrorStatsSchema, PainStatsSchema, EmpathyEventStatsSchema, GfiStatsSchema, EventEvolutionStatsSchema, HookStatsSchema, DailyStatsSchema, createEmptyDailyStats, } from './event-types.js';
26
+ export type { EventLogEntry as DiscriminatedEventLogEntry, } from './event-payload.js';
27
+ export { DiscriminatedEventLogEntrySchema, isToolCallEventEntry, isPainSignalEventEntry, isRuleMatchEventEntry, isRulePromotionEventEntry, isHookExecutionEventEntry, isGateBlockEventEntry, isGateBypassEventEntry, isPlanApprovalEventEntry, isEvolutionTaskEventEntry, isEmpathyRollbackEventEntry, } from './event-payload.js';
28
+ export type { PainSeverity as TypeboxPainSeverity, PainSignal, PainSignalValidationResult, } from './pain-signal.js';
29
+ export { PainSeverity as PainSeveritySchema, PainSignalSchema, deriveSeverity, validatePainSignal, } from './pain-signal.js';
30
+ export type { PDTaskSchedule, PDTaskExecution, PDTaskDelivery, PDTaskMeta, PDTaskSpec, } from './pd-task-types.js';
31
+ export { PDTaskScheduleSchema, PDTaskExecutionSchema, PDTaskDeliverySchema, PDTaskMetaSchema, PDTaskSpecSchema, BUILTIN_PD_TASKS, } from './pd-task-types.js';
32
+ //# sourceMappingURL=index.d.ts.map