niceeval 0.13.1 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (548) hide show
  1. package/INDEX.md +25 -2
  2. package/README.md +9 -10
  3. package/README.zh.md +9 -10
  4. package/dist/agents/ai-sdk.cjs.map +1 -1
  5. package/dist/agents/ai-sdk.d.cts +1 -1
  6. package/dist/agents/ai-sdk.d.mts +1 -1
  7. package/dist/agents/ai-sdk.d.ts +1 -1
  8. package/dist/agents/bub-install-spec.cjs +19 -5
  9. package/dist/agents/bub-install-spec.cjs.map +1 -1
  10. package/dist/agents/bub-install-spec.d.cts +9 -2
  11. package/dist/agents/bub-install-spec.d.mts +9 -2
  12. package/dist/agents/bub-install-spec.d.ts +9 -2
  13. package/dist/agents/bub-install-spec.js +14 -12
  14. package/dist/agents/bub.cjs +10 -6
  15. package/dist/agents/bub.cjs.map +1 -1
  16. package/dist/agents/bub.d.cts +2 -2
  17. package/dist/agents/bub.d.mts +2 -2
  18. package/dist/agents/bub.d.ts +2 -2
  19. package/dist/agents/claude-code.cjs.map +1 -1
  20. package/dist/agents/claude-code.d.cts +2 -2
  21. package/dist/agents/claude-code.d.mts +2 -2
  22. package/dist/agents/claude-code.d.ts +2 -2
  23. package/dist/agents/codex.cjs +4 -4
  24. package/dist/agents/codex.cjs.map +1 -1
  25. package/dist/agents/codex.d.cts +3 -3
  26. package/dist/agents/codex.d.mts +3 -3
  27. package/dist/agents/codex.d.ts +3 -3
  28. package/dist/agents/coding-cli-versions.cjs +10 -1
  29. package/dist/agents/coding-cli-versions.cjs.map +1 -1
  30. package/dist/agents/coding-cli-versions.d.cts +8 -3
  31. package/dist/agents/coding-cli-versions.d.mts +8 -3
  32. package/dist/agents/coding-cli-versions.d.ts +8 -3
  33. package/dist/agents/coding-cli-versions.js +18 -12
  34. package/dist/agents/deepseek-harness.cjs +151 -0
  35. package/dist/agents/deepseek-harness.cjs.map +1 -0
  36. package/dist/agents/deepseek-harness.d.cts +14 -0
  37. package/dist/agents/deepseek-harness.d.mts +14 -0
  38. package/dist/agents/deepseek-harness.d.ts +14 -0
  39. package/dist/agents/deepseek-harness.js +7 -0
  40. package/dist/agents/deepseek-harness.js.map +1 -0
  41. package/dist/agents/exact-npm-plugins.cjs +28 -0
  42. package/dist/agents/exact-npm-plugins.cjs.map +1 -0
  43. package/dist/agents/exact-npm-plugins.d.cts +10 -0
  44. package/dist/agents/exact-npm-plugins.d.mts +10 -0
  45. package/dist/agents/exact-npm-plugins.d.ts +10 -0
  46. package/dist/agents/exact-npm-plugins.js +8 -0
  47. package/dist/agents/exact-npm-plugins.js.map +1 -0
  48. package/dist/agents/index.cjs +5 -1
  49. package/dist/agents/index.cjs.map +1 -1
  50. package/dist/agents/index.d.cts +4 -0
  51. package/dist/agents/index.d.mts +4 -0
  52. package/dist/agents/index.d.ts +4 -0
  53. package/dist/agents/index.js +54 -50
  54. package/dist/agents/index.mjs +54 -50
  55. package/dist/agents/omp.cjs +170 -0
  56. package/dist/agents/omp.cjs.map +1 -0
  57. package/dist/agents/omp.d.cts +14 -0
  58. package/dist/agents/omp.d.mts +14 -0
  59. package/dist/agents/omp.d.ts +14 -0
  60. package/dist/agents/omp.js +7 -0
  61. package/dist/agents/omp.js.map +1 -0
  62. package/dist/agents/openclaw.cjs +51 -2
  63. package/dist/agents/openclaw.cjs.map +1 -1
  64. package/dist/agents/openclaw.d.cts +2 -0
  65. package/dist/agents/openclaw.d.mts +2 -0
  66. package/dist/agents/openclaw.d.ts +2 -0
  67. package/dist/agents/types.cjs.map +1 -1
  68. package/dist/agents/types.d.cts +4 -4
  69. package/dist/agents/types.d.mts +4 -4
  70. package/dist/agents/types.d.ts +4 -4
  71. package/dist/agents/ui-message-stream.cjs +24 -7
  72. package/dist/agents/ui-message-stream.cjs.map +1 -1
  73. package/dist/analysis/api.cjs +28 -2
  74. package/dist/analysis/api.cjs.map +1 -1
  75. package/dist/analysis/api.d.cts +22 -1
  76. package/dist/analysis/api.d.mts +22 -1
  77. package/dist/analysis/api.d.ts +22 -1
  78. package/dist/analysis/api.js +8 -6
  79. package/dist/analysis/bindings.cjs +11 -18
  80. package/dist/analysis/bindings.cjs.map +1 -1
  81. package/dist/analysis/bindings.d.cts +177 -49
  82. package/dist/analysis/bindings.d.mts +177 -49
  83. package/dist/analysis/bindings.d.ts +177 -49
  84. package/dist/analysis/contracts.cjs +1 -0
  85. package/dist/analysis/contracts.cjs.map +1 -1
  86. package/dist/analysis/contracts.d.cts +43 -3
  87. package/dist/analysis/contracts.d.mts +43 -3
  88. package/dist/analysis/contracts.d.ts +43 -3
  89. package/dist/analysis/cost-projection.cjs +2 -1
  90. package/dist/analysis/cost-projection.cjs.map +1 -1
  91. package/dist/analysis/cost-projection.d.cts +1 -1
  92. package/dist/analysis/cost-projection.d.mts +1 -1
  93. package/dist/analysis/cost-projection.d.ts +1 -1
  94. package/dist/analysis/cost.cjs +13 -3
  95. package/dist/analysis/cost.cjs.map +1 -1
  96. package/dist/analysis/cost.d.cts +10 -3
  97. package/dist/analysis/cost.d.mts +10 -3
  98. package/dist/analysis/cost.d.ts +10 -3
  99. package/dist/analysis/experiment-groups.cjs +96 -0
  100. package/dist/analysis/experiment-groups.cjs.map +1 -0
  101. package/dist/analysis/experiment-groups.d.cts +9 -0
  102. package/dist/analysis/experiment-groups.d.mts +9 -0
  103. package/dist/analysis/experiment-groups.d.ts +9 -0
  104. package/dist/analysis/experiment-groups.js +10 -0
  105. package/dist/analysis/experiment-groups.js.map +1 -0
  106. package/dist/analysis/index.cjs +4 -1
  107. package/dist/analysis/index.cjs.map +1 -1
  108. package/dist/analysis/index.d.cts +4 -2
  109. package/dist/analysis/index.d.mts +4 -2
  110. package/dist/analysis/index.d.ts +4 -2
  111. package/dist/analysis/index.js +40 -36
  112. package/dist/analysis/index.mjs +40 -36
  113. package/dist/assertions/limits.cjs +4 -0
  114. package/dist/assertions/limits.cjs.map +1 -1
  115. package/dist/assertions/limits.d.cts +4 -0
  116. package/dist/assertions/limits.d.mts +4 -0
  117. package/dist/assertions/limits.d.ts +4 -0
  118. package/dist/assertions/match.cjs +63 -25
  119. package/dist/assertions/match.cjs.map +1 -1
  120. package/dist/assertions/match.d.cts +7 -0
  121. package/dist/assertions/match.d.mts +7 -0
  122. package/dist/assertions/match.d.ts +7 -0
  123. package/dist/assertions/record/attachment.cjs +32 -4
  124. package/dist/assertions/record/attachment.cjs.map +1 -1
  125. package/dist/assertions/record/diff.cjs +10 -4
  126. package/dist/assertions/record/diff.cjs.map +1 -1
  127. package/dist/assertions/record/producer.cjs +101 -4
  128. package/dist/assertions/record/producer.cjs.map +1 -1
  129. package/dist/assertions/record/producer.d.cts +4 -1
  130. package/dist/assertions/record/producer.d.mts +4 -1
  131. package/dist/assertions/record/producer.d.ts +4 -1
  132. package/dist/assertions/runtime.cjs +45 -5
  133. package/dist/assertions/runtime.cjs.map +1 -1
  134. package/dist/cli/record.cjs +113 -8
  135. package/dist/cli/record.cjs.map +1 -1
  136. package/dist/cli/record.d.cts +20 -1
  137. package/dist/cli/record.d.mts +20 -1
  138. package/dist/cli/record.d.ts +20 -1
  139. package/dist/cli/record.js +4 -2
  140. package/dist/cli.cjs +386 -31
  141. package/dist/cli.cjs.map +1 -1
  142. package/dist/cli.d.cts +10 -2
  143. package/dist/cli.d.mts +10 -2
  144. package/dist/cli.d.ts +10 -2
  145. package/dist/context/send-retry.cjs +4 -4
  146. package/dist/context/send-retry.cjs.map +1 -1
  147. package/dist/coordination/host/runtime.cjs +8 -30
  148. package/dist/coordination/host/runtime.cjs.map +1 -1
  149. package/dist/coordination/host/runtime.d.cts +3 -3
  150. package/dist/coordination/host/runtime.d.mts +3 -3
  151. package/dist/coordination/host/runtime.d.ts +3 -3
  152. package/dist/coordination/host/types.cjs.map +1 -1
  153. package/dist/coordination/host/types.d.cts +0 -5
  154. package/dist/coordination/host/types.d.mts +0 -5
  155. package/dist/coordination/host/types.d.ts +0 -5
  156. package/dist/coordination/platform/node.cjs +90 -9
  157. package/dist/coordination/platform/node.cjs.map +1 -1
  158. package/dist/define.cjs +25 -1
  159. package/dist/define.cjs.map +1 -1
  160. package/dist/experiment/host/index.cjs +1 -0
  161. package/dist/experiment/host/index.cjs.map +1 -1
  162. package/dist/i18n/en.cjs +26 -8
  163. package/dist/i18n/en.cjs.map +1 -1
  164. package/dist/i18n/en.d.cts +19 -6
  165. package/dist/i18n/en.d.mts +19 -6
  166. package/dist/i18n/en.d.ts +19 -6
  167. package/dist/index.cjs.map +1 -1
  168. package/dist/index.d.cts +1 -1
  169. package/dist/index.d.mts +1 -1
  170. package/dist/index.d.ts +1 -1
  171. package/dist/o11y/parsers/hermes.cjs +1 -1
  172. package/dist/o11y/parsers/hermes.cjs.map +1 -1
  173. package/dist/o11y/prices.json +1 -1
  174. package/dist/o11y/record/families.cjs +12 -3
  175. package/dist/o11y/record/families.cjs.map +1 -1
  176. package/dist/o11y/record/families.d.cts +8 -8
  177. package/dist/o11y/record/families.d.mts +8 -8
  178. package/dist/o11y/record/families.d.ts +8 -8
  179. package/dist/o11y/record/family-projectors.d.cts +66 -18
  180. package/dist/o11y/record/family-projectors.d.mts +66 -18
  181. package/dist/o11y/record/family-projectors.d.ts +66 -18
  182. package/dist/o11y/record/family-writers.d.cts +11 -3
  183. package/dist/o11y/record/family-writers.d.mts +11 -3
  184. package/dist/o11y/record/family-writers.d.ts +11 -3
  185. package/dist/o11y/record/runner-producer.cjs +14 -4
  186. package/dist/o11y/record/runner-producer.cjs.map +1 -1
  187. package/dist/record/codec/core.d.cts +2 -2
  188. package/dist/record/codec/core.d.mts +2 -2
  189. package/dist/record/codec/core.d.ts +2 -2
  190. package/dist/record/family/catalog.d.cts +44 -12
  191. package/dist/record/family/catalog.d.mts +44 -12
  192. package/dist/record/family/catalog.d.ts +44 -12
  193. package/dist/record/family/index.js +128 -124
  194. package/dist/record/family/observability-v1.cjs +35 -0
  195. package/dist/record/family/observability-v1.cjs.map +1 -0
  196. package/dist/record/family/observability-v1.d.cts +3 -0
  197. package/dist/record/family/observability-v1.d.mts +3 -0
  198. package/dist/record/family/observability-v1.d.ts +3 -0
  199. package/dist/record/family/observability-v1.js +6 -0
  200. package/dist/record/family/observability-v1.js.map +1 -0
  201. package/dist/record/family/observability.cjs +58 -9
  202. package/dist/record/family/observability.cjs.map +1 -1
  203. package/dist/record/family/observability.d.cts +1014 -15
  204. package/dist/record/family/observability.d.mts +1014 -15
  205. package/dist/record/family/observability.d.ts +1014 -15
  206. package/dist/record/family/observability.js +22 -18
  207. package/dist/record/host/runtime.cjs +600 -31
  208. package/dist/record/host/runtime.cjs.map +1 -1
  209. package/dist/record/host/types.cjs.map +1 -1
  210. package/dist/record/host/types.d.cts +33 -9
  211. package/dist/record/host/types.d.mts +33 -9
  212. package/dist/record/host/types.d.ts +33 -9
  213. package/dist/record/maintenance/runtime.cjs +1 -2
  214. package/dist/record/maintenance/runtime.cjs.map +1 -1
  215. package/dist/record/model/core.cjs.map +1 -1
  216. package/dist/record/model/core.d.cts +1 -1
  217. package/dist/record/model/core.d.mts +1 -1
  218. package/dist/record/model/core.d.ts +1 -1
  219. package/dist/record/model/definition.d.cts +6 -6
  220. package/dist/record/model/definition.d.mts +6 -6
  221. package/dist/record/model/definition.d.ts +6 -6
  222. package/dist/record/model/identifiers.cjs +1 -1
  223. package/dist/record/model/identifiers.cjs.map +1 -1
  224. package/dist/record/model/identifiers.d.cts +1 -1
  225. package/dist/record/model/identifiers.d.mts +1 -1
  226. package/dist/record/model/identifiers.d.ts +1 -1
  227. package/dist/record/platform/node.cjs +159 -23
  228. package/dist/record/platform/node.cjs.map +1 -1
  229. package/dist/record/platform/services.cjs.map +1 -1
  230. package/dist/record/platform/services.d.cts +15 -2
  231. package/dist/record/platform/services.d.mts +15 -2
  232. package/dist/record/platform/services.d.ts +15 -2
  233. package/dist/record/reader/errors.cjs +37 -1
  234. package/dist/record/reader/errors.cjs.map +1 -1
  235. package/dist/record/reader/errors.d.cts +49 -1
  236. package/dist/record/reader/errors.d.mts +49 -1
  237. package/dist/record/reader/errors.d.ts +49 -1
  238. package/dist/record/reader/errors.js +22 -12
  239. package/dist/record/reader/format.cjs +76 -17
  240. package/dist/record/reader/format.cjs.map +1 -1
  241. package/dist/record/reader/format.d.cts +11 -4
  242. package/dist/record/reader/format.d.mts +11 -4
  243. package/dist/record/reader/format.d.ts +11 -4
  244. package/dist/record/reader/format.js +2 -0
  245. package/dist/record/reader/index.js +32 -18
  246. package/dist/record/reader/runtime.cjs +64 -0
  247. package/dist/record/reader/runtime.cjs.map +1 -1
  248. package/dist/record/reader/runtime.d.cts +15 -0
  249. package/dist/record/reader/runtime.d.mts +15 -0
  250. package/dist/record/reader/runtime.d.ts +15 -0
  251. package/dist/record/reader/runtime.js +2 -0
  252. package/dist/report/assets/styles.css +53 -29
  253. package/dist/report/built-in/analysis-values.cjs +21 -13
  254. package/dist/report/built-in/analysis-values.cjs.map +1 -1
  255. package/dist/report/built-in/analysis-values.d.cts +11 -22
  256. package/dist/report/built-in/analysis-values.d.mts +11 -22
  257. package/dist/report/built-in/analysis-values.d.ts +11 -22
  258. package/dist/report/built-in/analysis-values.js +4 -6
  259. package/dist/report/built-in/index.cjs +1 -3
  260. package/dist/report/built-in/index.cjs.map +1 -1
  261. package/dist/report/built-in/index.d.cts +1 -1
  262. package/dist/report/built-in/index.d.mts +1 -1
  263. package/dist/report/built-in/index.d.ts +1 -1
  264. package/dist/report/built-in/index.js +4 -8
  265. package/dist/report/built-in/index.mjs +4 -8
  266. package/dist/report/built-in/machine.cjs +0 -2
  267. package/dist/report/built-in/machine.cjs.map +1 -1
  268. package/dist/report/built-in/machine.d.cts +0 -2
  269. package/dist/report/built-in/machine.d.mts +0 -2
  270. package/dist/report/built-in/machine.d.ts +0 -2
  271. package/dist/report/built-in/result-components.cjs +49 -51
  272. package/dist/report/built-in/result-components.cjs.map +1 -1
  273. package/dist/report/built-in/result-components.d.cts +16 -17
  274. package/dist/report/built-in/result-components.d.mts +16 -17
  275. package/dist/report/built-in/result-components.d.ts +16 -17
  276. package/dist/report/built-in/result-components.js +0 -4
  277. package/dist/report/built-in/run-membership-overview.cjs +126 -17
  278. package/dist/report/built-in/run-membership-overview.cjs.map +1 -1
  279. package/dist/report/built-in/run-membership-overview.d.cts +14 -0
  280. package/dist/report/built-in/run-membership-overview.d.mts +14 -0
  281. package/dist/report/built-in/run-membership-overview.d.ts +14 -0
  282. package/dist/report/built-in/run-membership-overview.js +4 -2
  283. package/dist/report/built-in/standard.cjs +80 -45
  284. package/dist/report/built-in/standard.cjs.map +1 -1
  285. package/dist/report/built-in/standard.d.cts +19 -41
  286. package/dist/report/built-in/standard.d.mts +19 -41
  287. package/dist/report/built-in/standard.d.ts +19 -41
  288. package/dist/report/built-in/standard.js +6 -6
  289. package/dist/report/components/attempt-detail/compute.cjs +78 -2
  290. package/dist/report/components/attempt-detail/compute.cjs.map +1 -1
  291. package/dist/report/components/attempt-detail/compute.d.cts +1 -1
  292. package/dist/report/components/attempt-detail/compute.d.mts +1 -1
  293. package/dist/report/components/attempt-detail/compute.d.ts +1 -1
  294. package/dist/report/components/attempt-detail/content.cjs +1 -1
  295. package/dist/report/components/attempt-detail/content.cjs.map +1 -1
  296. package/dist/report/components/entity-lists/compute.cjs +42 -5
  297. package/dist/report/components/entity-lists/compute.cjs.map +1 -1
  298. package/dist/report/components/entity-lists/compute.d.cts +10 -8
  299. package/dist/report/components/entity-lists/compute.d.mts +10 -8
  300. package/dist/report/components/entity-lists/compute.d.ts +10 -8
  301. package/dist/report/components/entity-lists/content.cjs +31 -6
  302. package/dist/report/components/entity-lists/content.cjs.map +1 -1
  303. package/dist/report/components/entity-lists/index.cjs +9 -4
  304. package/dist/report/components/entity-lists/index.cjs.map +1 -1
  305. package/dist/report/components/entity-lists/index.d.cts +4 -7
  306. package/dist/report/components/entity-lists/index.d.mts +4 -7
  307. package/dist/report/components/entity-lists/index.d.ts +4 -7
  308. package/dist/report/components/summaries/compute.cjs +8 -1
  309. package/dist/report/components/summaries/compute.cjs.map +1 -1
  310. package/dist/report/components/summaries/compute.d.cts +9 -1
  311. package/dist/report/components/summaries/compute.d.mts +9 -1
  312. package/dist/report/components/summaries/compute.d.ts +9 -1
  313. package/dist/report/components/summaries/index.cjs +48 -4
  314. package/dist/report/components/summaries/index.cjs.map +1 -1
  315. package/dist/report/components/summaries/index.d.cts +7 -4
  316. package/dist/report/components/summaries/index.d.mts +7 -4
  317. package/dist/report/components/summaries/index.d.ts +7 -4
  318. package/dist/report/definition/cell.cjs +3 -0
  319. package/dist/report/definition/cell.cjs.map +1 -1
  320. package/dist/report/definition/cell.d.cts +2 -0
  321. package/dist/report/definition/cell.d.mts +2 -0
  322. package/dist/report/definition/cell.d.ts +2 -0
  323. package/dist/report/definition/primitives/chart.cjs +8 -5
  324. package/dist/report/definition/primitives/chart.cjs.map +1 -1
  325. package/dist/report/definition/primitives/points-dataset.cjs +1 -0
  326. package/dist/report/definition/primitives/points-dataset.cjs.map +1 -1
  327. package/dist/report/definition/primitives.cjs +15 -2
  328. package/dist/report/definition/primitives.cjs.map +1 -1
  329. package/dist/report/definition/report.cjs +27 -3
  330. package/dist/report/definition/report.cjs.map +1 -1
  331. package/dist/report/definition/report.d.cts +8 -0
  332. package/dist/report/definition/report.d.mts +8 -0
  333. package/dist/report/definition/report.d.ts +8 -0
  334. package/dist/report/execution/machine.cjs +30 -14
  335. package/dist/report/execution/machine.cjs.map +1 -1
  336. package/dist/report/execution/machine.d.cts +20 -10
  337. package/dist/report/execution/machine.d.mts +20 -10
  338. package/dist/report/execution/machine.d.ts +20 -10
  339. package/dist/report/execution/machine.js +6 -6
  340. package/dist/report/host/execute.cjs +25 -16
  341. package/dist/report/host/execute.cjs.map +1 -1
  342. package/dist/report/host/execute.d.cts +4 -0
  343. package/dist/report/host/execute.d.mts +4 -0
  344. package/dist/report/host/execute.d.ts +4 -0
  345. package/dist/report/host/from-record.cjs +22 -5
  346. package/dist/report/host/from-record.cjs.map +1 -1
  347. package/dist/report/host/machine.cjs +53 -11
  348. package/dist/report/host/machine.cjs.map +1 -1
  349. package/dist/report/host/site-runtime.cjs +9 -8
  350. package/dist/report/host/site-runtime.cjs.map +1 -1
  351. package/dist/report/host/site-runtime.d.cts +1 -1
  352. package/dist/report/host/site-runtime.d.mts +1 -1
  353. package/dist/report/host/site-runtime.d.ts +1 -1
  354. package/dist/report/host/static.cjs +56 -9
  355. package/dist/report/host/static.cjs.map +1 -1
  356. package/dist/report/index.cjs.map +1 -1
  357. package/dist/report/index.d.cts +1 -1
  358. package/dist/report/index.d.mts +1 -1
  359. package/dist/report/index.d.ts +1 -1
  360. package/dist/report/model/dataset.cjs +7 -2
  361. package/dist/report/model/dataset.cjs.map +1 -1
  362. package/dist/report/model/locale.cjs +2 -0
  363. package/dist/report/model/locale.cjs.map +1 -1
  364. package/dist/report/model/locale.d.cts +1 -0
  365. package/dist/report/model/locale.d.mts +1 -0
  366. package/dist/report/model/locale.d.ts +1 -0
  367. package/dist/report/model/metrics.cjs +3 -1
  368. package/dist/report/model/metrics.cjs.map +1 -1
  369. package/dist/report/model/pricing.cjs +16 -11
  370. package/dist/report/model/pricing.cjs.map +1 -1
  371. package/dist/report/react/styles.css +53 -29
  372. package/dist/runner/adoption.cjs +1 -0
  373. package/dist/runner/adoption.cjs.map +1 -1
  374. package/dist/runner/attempt.cjs +44 -5
  375. package/dist/runner/attempt.cjs.map +1 -1
  376. package/dist/runner/attempt.d.cts +13 -1
  377. package/dist/runner/attempt.d.mts +13 -1
  378. package/dist/runner/attempt.d.ts +13 -1
  379. package/dist/runner/config-identity.cjs +10 -2
  380. package/dist/runner/config-identity.cjs.map +1 -1
  381. package/dist/runner/config-identity.d.cts +4 -2
  382. package/dist/runner/config-identity.d.mts +4 -2
  383. package/dist/runner/config-identity.d.ts +4 -2
  384. package/dist/runner/feedback/human.cjs +298 -59
  385. package/dist/runner/feedback/human.cjs.map +1 -1
  386. package/dist/runner/feedback/json.cjs +14 -6
  387. package/dist/runner/feedback/json.cjs.map +1 -1
  388. package/dist/runner/feedback/json.d.cts +3 -2
  389. package/dist/runner/feedback/json.d.mts +3 -2
  390. package/dist/runner/feedback/json.d.ts +3 -2
  391. package/dist/runner/feedback/reducer.cjs +2 -0
  392. package/dist/runner/feedback/reducer.cjs.map +1 -1
  393. package/dist/runner/judge-config.cjs +1 -1
  394. package/dist/runner/judge-config.cjs.map +1 -1
  395. package/dist/runner/ledger.cjs +124 -12
  396. package/dist/runner/ledger.cjs.map +1 -1
  397. package/dist/runner/project-current.cjs +13 -5
  398. package/dist/runner/project-current.cjs.map +1 -1
  399. package/dist/runner/run.cjs +564 -256
  400. package/dist/runner/run.cjs.map +1 -1
  401. package/dist/runner/sandbox-pool.cjs +161 -30
  402. package/dist/runner/sandbox-pool.cjs.map +1 -1
  403. package/dist/runner/sandbox-pool.d.cts +34 -2
  404. package/dist/runner/sandbox-pool.d.mts +34 -2
  405. package/dist/runner/sandbox-pool.d.ts +34 -2
  406. package/dist/runner/shared-state-lease.cjs +803 -0
  407. package/dist/runner/shared-state-lease.cjs.map +1 -0
  408. package/dist/runner/shared-state-lease.d.cts +121 -0
  409. package/dist/runner/shared-state-lease.d.mts +121 -0
  410. package/dist/runner/shared-state-lease.d.ts +121 -0
  411. package/dist/runner/shared-state-lease.js +24 -0
  412. package/dist/runner/shared-state-lease.js.map +1 -0
  413. package/dist/runner/teardown-registry.cjs +97 -34
  414. package/dist/runner/teardown-registry.cjs.map +1 -1
  415. package/dist/runner/teardown-registry.d.cts +27 -1
  416. package/dist/runner/teardown-registry.d.mts +27 -1
  417. package/dist/runner/teardown-registry.d.ts +27 -1
  418. package/dist/runner/teardown-registry.js +20 -16
  419. package/dist/runner/types.cjs.map +1 -1
  420. package/dist/runner/types.d.cts +31 -5
  421. package/dist/runner/types.d.mts +31 -5
  422. package/dist/runner/types.d.ts +31 -5
  423. package/dist/sample/analysis.cjs +249 -459
  424. package/dist/sample/analysis.cjs.map +1 -1
  425. package/dist/sample/capability.cjs +138 -7
  426. package/dist/sample/capability.cjs.map +1 -1
  427. package/dist/sample/capability.d.cts +3 -1
  428. package/dist/sample/capability.d.mts +3 -1
  429. package/dist/sample/capability.d.ts +3 -1
  430. package/dist/sample/capability.js +8 -6
  431. package/dist/sandbox/docker-agent-image.cjs +5 -1
  432. package/dist/sandbox/docker-agent-image.cjs.map +1 -1
  433. package/dist/sandbox/docker-agent-image.d.cts +2 -0
  434. package/dist/sandbox/docker-agent-image.d.mts +2 -0
  435. package/dist/sandbox/docker-agent-image.d.ts +2 -0
  436. package/dist/sandbox/docker-agent-image.js +14 -10
  437. package/dist/sandbox/docker-profile/schema.cjs +283 -534
  438. package/dist/sandbox/docker-profile/schema.cjs.map +1 -1
  439. package/dist/sandbox/docker-profile/schema.d.cts +10 -27
  440. package/dist/sandbox/docker-profile/schema.d.mts +10 -27
  441. package/dist/sandbox/docker-profile/schema.d.ts +10 -27
  442. package/dist/sandbox/e2b-agent-template.cjs +5 -2
  443. package/dist/sandbox/e2b-agent-template.cjs.map +1 -1
  444. package/dist/sandbox/index.cjs +4 -2
  445. package/dist/sandbox/index.cjs.map +1 -1
  446. package/dist/sandbox/index.d.cts +1 -1
  447. package/dist/sandbox/index.d.mts +1 -1
  448. package/dist/sandbox/index.d.ts +1 -1
  449. package/dist/sandbox/index.js +120 -116
  450. package/dist/sandbox/index.mjs +120 -116
  451. package/dist/sandbox/keep-registry.cjs +28 -66
  452. package/dist/sandbox/keep-registry.cjs.map +1 -1
  453. package/dist/sandbox/types.cjs.map +1 -1
  454. package/dist/sandbox/types.d.cts +1 -1
  455. package/dist/sandbox/types.d.mts +1 -1
  456. package/dist/sandbox/types.d.ts +1 -1
  457. package/dist/shared/aggregate.cjs +16 -6
  458. package/dist/shared/aggregate.cjs.map +1 -1
  459. package/dist/shared/aggregate.d.cts +12 -4
  460. package/dist/shared/aggregate.d.mts +12 -4
  461. package/dist/shared/aggregate.d.ts +12 -4
  462. package/dist/shared/turn-label.cjs +20 -2
  463. package/dist/shared/turn-label.cjs.map +1 -1
  464. package/dist/shared/turn-label.d.cts +2 -0
  465. package/dist/shared/turn-label.d.mts +2 -0
  466. package/dist/shared/turn-label.d.ts +2 -0
  467. package/dist/shared/turn-label.js +4 -2
  468. package/dist/vendor/remark/remark-gfm.cjs +7 -7
  469. package/dist/vendor/remark/remark-gfm.cjs.map +1 -1
  470. package/dist/vendor/remark/remark-parse.cjs +12 -12
  471. package/dist/vendor/remark/remark-parse.cjs.map +1 -1
  472. package/dist/vendor/remark/remark.cjs +13 -13
  473. package/dist/vendor/remark/remark.cjs.map +1 -1
  474. package/dist/view/server.cjs +6 -0
  475. package/dist/view/server.cjs.map +1 -1
  476. package/docs-site/images/hitl-handshake-zh.svg +3 -3
  477. package/docs-site/zh/examples/ai-agent-application.mdx +1 -1
  478. package/docs-site/zh/examples/coding-agent-extensions.mdx +1 -1
  479. package/docs-site/zh/examples/integrations/ai-sdk-v7.mdx +4 -3
  480. package/docs-site/zh/examples/integrations/claude-sdk.mdx +3 -3
  481. package/docs-site/zh/examples/integrations/codex-sdk.mdx +5 -5
  482. package/docs-site/zh/examples/integrations/langgraph.mdx +4 -4
  483. package/docs-site/zh/examples/integrations/pi-sdk.mdx +5 -5
  484. package/docs-site/zh/explanation/adapter.mdx +5 -5
  485. package/docs-site/zh/explanation/assert.mdx +7 -7
  486. package/docs-site/zh/explanation/drive.mdx +4 -2
  487. package/docs-site/zh/explanation/evals.mdx +10 -8
  488. package/docs-site/zh/explanation/experiment.mdx +2 -2
  489. package/docs-site/zh/explanation/hitl.mdx +9 -9
  490. package/docs-site/zh/explanation/judge.mdx +5 -5
  491. package/docs-site/zh/explanation/overview.mdx +3 -3
  492. package/docs-site/zh/explanation/runner.mdx +1 -1
  493. package/docs-site/zh/index.mdx +3 -3
  494. package/docs-site/zh/reference/builtin-agents.mdx +13 -13
  495. package/docs-site/zh/reference/capabilities.mdx +1 -1
  496. package/docs-site/zh/reference/cli.mdx +18 -12
  497. package/docs-site/zh/reference/define-agent.mdx +130 -5
  498. package/docs-site/zh/reference/define-config.mdx +2 -2
  499. package/docs-site/zh/reference/define-eval.mdx +4 -4
  500. package/docs-site/zh/reference/events.mdx +11 -11
  501. package/docs-site/zh/reference/official-adapters.mdx +6 -6
  502. package/docs-site/zh/reference/results-data.mdx +6 -0
  503. package/docs-site/zh/troubleshooting/debugging.mdx +1 -1
  504. package/docs-site/zh/troubleshooting/recover-after-kill.mdx +37 -5
  505. package/docs-site/zh/tutorials/accept-results.mdx +72 -0
  506. package/docs-site/zh/tutorials/agent-onboarding.mdx +6 -6
  507. package/docs-site/zh/tutorials/authoring.mdx +9 -13
  508. package/docs-site/zh/tutorials/ci-integration.mdx +6 -6
  509. package/docs-site/zh/tutorials/compare-runs.mdx +61 -0
  510. package/docs-site/zh/tutorials/concurrency.mdx +13 -12
  511. package/docs-site/zh/tutorials/configuration.mdx +4 -6
  512. package/docs-site/zh/tutorials/connect-your-agent.mdx +1 -1
  513. package/docs-site/zh/tutorials/control-run-cost.mdx +58 -0
  514. package/docs-site/zh/tutorials/criteria-files.mdx +2 -2
  515. package/docs-site/zh/tutorials/custom-reports.mdx +2 -2
  516. package/docs-site/zh/tutorials/debug-lifecycle-plan.mdx +46 -0
  517. package/docs-site/zh/tutorials/docker-in-docker.mdx +52 -43
  518. package/docs-site/zh/tutorials/eval-groups.mdx +6 -6
  519. package/docs-site/zh/tutorials/evaluation-kinds.mdx +3 -3
  520. package/docs-site/zh/tutorials/experiments.mdx +2 -3
  521. package/docs-site/zh/tutorials/handle-execution-failures.mdx +18 -10
  522. package/docs-site/zh/tutorials/install-custom-sandbox-agent.mdx +16 -8
  523. package/docs-site/zh/tutorials/nixos-managed-dind.mdx +160 -0
  524. package/docs-site/zh/tutorials/plugins.mdx +14 -0
  525. package/docs-site/zh/tutorials/rerun-and-cache.mdx +4 -2
  526. package/docs-site/zh/tutorials/sandbox-agent.mdx +17 -11
  527. package/docs-site/zh/tutorials/sandbox-providers.mdx +17 -13
  528. package/docs-site/zh/tutorials/sandbox-reuse.mdx +12 -19
  529. package/docs-site/zh/tutorials/select-and-preview.mdx +65 -0
  530. package/docs-site/zh/tutorials/verify-judge.mdx +78 -0
  531. package/docs-site/zh/tutorials/viewing-results.mdx +38 -1
  532. package/docs-site/zh/tutorials/write-experiment.mdx +7 -5
  533. package/docs-site/zh/tutorials/write-send.mdx +9 -8
  534. package/package.json +9 -5
  535. package/dist/report/built-in/overview.cjs +0 -44
  536. package/dist/report/built-in/overview.cjs.map +0 -1
  537. package/dist/report/built-in/overview.d.cts +0 -6
  538. package/dist/report/built-in/overview.d.mts +0 -6
  539. package/dist/report/built-in/overview.d.ts +0 -6
  540. package/dist/report/built-in/overview.js +0 -9
  541. package/dist/report/built-in/overview.js.map +0 -1
  542. package/dist/runner/gate-lease.cjs +0 -283
  543. package/dist/runner/gate-lease.cjs.map +0 -1
  544. package/dist/runner/gate-lease.d.cts +0 -62
  545. package/dist/runner/gate-lease.d.mts +0 -62
  546. package/dist/runner/gate-lease.d.ts +0 -62
  547. package/dist/runner/gate-lease.js +0 -22
  548. package/dist/runner/gate-lease.js.map +0 -1
@@ -21,128 +21,132 @@ const __niceevalExport8 = __niceevalCanonical["AttemptDiagnosticsCollectionSchem
21
21
  export { __niceevalExport8 as AttemptDiagnosticsCollectionSchema };
22
22
  const __niceevalExport9 = __niceevalCanonical["AttemptObservabilityAttachmentSchema"];
23
23
  export { __niceevalExport9 as AttemptObservabilityAttachmentSchema };
24
- const __niceevalExport10 = __niceevalCanonical["AttemptTimingCollectionSchema"];
25
- export { __niceevalExport10 as AttemptTimingCollectionSchema };
26
- const __niceevalExport11 = __niceevalCanonical["AttemptUsageCollectionSchema"];
27
- export { __niceevalExport11 as AttemptUsageCollectionSchema };
28
- const __niceevalExport12 = __niceevalCanonical["CollectionLimitationSchema"];
29
- export { __niceevalExport12 as CollectionLimitationSchema };
30
- const __niceevalExport13 = __niceevalCanonical["CollectionStateSchema"];
31
- export { __niceevalExport13 as CollectionStateSchema };
32
- const __niceevalExport14 = __niceevalCanonical["EmptyArraySchema"];
33
- export { __niceevalExport14 as EmptyArraySchema };
34
- const __niceevalExport15 = __niceevalCanonical["FileChangeSchema"];
35
- export { __niceevalExport15 as FileChangeSchema };
36
- const __niceevalExport16 = __niceevalCanonical["FileChangesAttachmentSchema"];
37
- export { __niceevalExport16 as FileChangesAttachmentSchema };
38
- const __niceevalExport17 = __niceevalCanonical["FileChangesAttributionSchema"];
39
- export { __niceevalExport17 as FileChangesAttributionSchema };
40
- const __niceevalExport18 = __niceevalCanonical["FileChangesCollectionLimitationSchema"];
41
- export { __niceevalExport18 as FileChangesCollectionLimitationSchema };
42
- const __niceevalExport19 = __niceevalCanonical["FileChangesCollectionStateSchema"];
43
- export { __niceevalExport19 as FileChangesCollectionStateSchema };
44
- const __niceevalExport20 = __niceevalCanonical["FileChangesLimits"];
45
- export { __niceevalExport20 as FileChangesLimits };
46
- const __niceevalExport21 = __niceevalCanonical["FileChangesWindowIdSchema"];
47
- export { __niceevalExport21 as FileChangesWindowIdSchema };
48
- const __niceevalExport22 = __niceevalCanonical["FileChangesWindowSchema"];
49
- export { __niceevalExport22 as FileChangesWindowSchema };
50
- const __niceevalExport23 = __niceevalCanonical["FileEndpointSchema"];
51
- export { __niceevalExport23 as FileEndpointSchema };
52
- const __niceevalExport24 = __niceevalCanonical["FileRevisionSchema"];
53
- export { __niceevalExport24 as FileRevisionSchema };
54
- const __niceevalExport25 = __niceevalCanonical["FiniteNonNegativeNumberSchema"];
55
- export { __niceevalExport25 as FiniteNonNegativeNumberSchema };
56
- const __niceevalExport26 = __niceevalCanonical["FixedAttachmentValueLimits"];
57
- export { __niceevalExport26 as FixedAttachmentValueLimits };
58
- const __niceevalExport27 = __niceevalCanonical["FixedRecordAttachmentEnvelopeSchema"];
59
- export { __niceevalExport27 as FixedRecordAttachmentEnvelopeSchema };
60
- const __niceevalExport28 = __niceevalCanonical["MediaTypeSchema"];
61
- export { __niceevalExport28 as MediaTypeSchema };
62
- const __niceevalExport29 = __niceevalCanonical["NICE_EVAL_FAMILIES"];
63
- export { __niceevalExport29 as NICE_EVAL_FAMILIES };
64
- const __niceevalExport30 = __niceevalCanonical["NiceEvalFamilySchema"];
65
- export { __niceevalExport30 as NiceEvalFamilySchema };
66
- const __niceevalExport31 = __niceevalCanonical["NiceEvalRecordAttachments"];
67
- export { __niceevalExport31 as NiceEvalRecordAttachments };
68
- const __niceevalExport32 = __niceevalCanonical["NiceEvalRecordFamilyCatalog"];
69
- export { __niceevalExport32 as NiceEvalRecordFamilyCatalog };
70
- const __niceevalExport33 = __niceevalCanonical["NonNegativeSafeIntegerSchema"];
71
- export { __niceevalExport33 as NonNegativeSafeIntegerSchema };
72
- const __niceevalExport34 = __niceevalCanonical["PositiveSafeIntegerSchema"];
73
- export { __niceevalExport34 as PositiveSafeIntegerSchema };
74
- const __niceevalExport35 = __niceevalCanonical["RunDiagnosticsCollectionSchema"];
75
- export { __niceevalExport35 as RunDiagnosticsCollectionSchema };
76
- const __niceevalExport36 = __niceevalCanonical["RunObservabilityAttachmentSchema"];
77
- export { __niceevalExport36 as RunObservabilityAttachmentSchema };
78
- const __niceevalExport37 = __niceevalCanonical["RunTimingCollectionSchema"];
79
- export { __niceevalExport37 as RunTimingCollectionSchema };
80
- const __niceevalExport38 = __niceevalCanonical["SafeIdentifierSchema"];
81
- export { __niceevalExport38 as SafeIdentifierSchema };
82
- const __niceevalExport39 = __niceevalCanonical["SafeTextSchema"];
83
- export { __niceevalExport39 as SafeTextSchema };
84
- const __niceevalExport40 = __niceevalCanonical["SourceItemSchema"];
85
- export { __niceevalExport40 as SourceItemSchema };
86
- const __niceevalExport41 = __niceevalCanonical["SourcesAttachmentSchema"];
87
- export { __niceevalExport41 as SourcesAttachmentSchema };
88
- const __niceevalExport42 = __niceevalCanonical["artifactBlobRefs"];
89
- export { __niceevalExport42 as artifactBlobRefs };
90
- const __niceevalExport43 = __niceevalCanonical["artifactsAttachmentIntegrityIssues"];
91
- export { __niceevalExport43 as artifactsAttachmentIntegrityIssues };
92
- const __niceevalExport44 = __niceevalCanonical["artifactsRecordAttachment"];
93
- export { __niceevalExport44 as artifactsRecordAttachment };
94
- const __niceevalExport45 = __niceevalCanonical["assertionsAttachmentIntegrityIssues"];
95
- export { __niceevalExport45 as assertionsAttachmentIntegrityIssues };
96
- const __niceevalExport46 = __niceevalCanonical["assertionsBlobRefs"];
97
- export { __niceevalExport46 as assertionsBlobRefs };
98
- const __niceevalExport47 = __niceevalCanonical["assertionsRecordAttachment"];
99
- export { __niceevalExport47 as assertionsRecordAttachment };
100
- const __niceevalExport48 = __niceevalCanonical["assertionsRecordFamily"];
101
- export { __niceevalExport48 as assertionsRecordFamily };
102
- const __niceevalExport49 = __niceevalCanonical["assertionsSourceSiteIntegrityIssues"];
103
- export { __niceevalExport49 as assertionsSourceSiteIntegrityIssues };
104
- const __niceevalExport50 = __niceevalCanonical["attemptArtifactsRecordFamily"];
105
- export { __niceevalExport50 as attemptArtifactsRecordFamily };
106
- const __niceevalExport51 = __niceevalCanonical["attemptObservabilityRecordFamily"];
107
- export { __niceevalExport51 as attemptObservabilityRecordFamily };
108
- const __niceevalExport52 = __niceevalCanonical["decodeFixedFamilyPayload"];
109
- export { __niceevalExport52 as decodeFixedFamilyPayload };
110
- const __niceevalExport53 = __niceevalCanonical["decodeFixedRecordAttachmentEnvelope"];
111
- export { __niceevalExport53 as decodeFixedRecordAttachmentEnvelope };
112
- const __niceevalExport54 = __niceevalCanonical["encodeFixedRecordAttachmentEnvelope"];
113
- export { __niceevalExport54 as encodeFixedRecordAttachmentEnvelope };
114
- const __niceevalExport55 = __niceevalCanonical["fileChangesAttachmentIntegrityIssues"];
115
- export { __niceevalExport55 as fileChangesAttachmentIntegrityIssues };
116
- const __niceevalExport56 = __niceevalCanonical["fileChangesBlobRefs"];
117
- export { __niceevalExport56 as fileChangesBlobRefs };
118
- const __niceevalExport57 = __niceevalCanonical["fileChangesCollectionLimitationKey"];
119
- export { __niceevalExport57 as fileChangesCollectionLimitationKey };
120
- const __niceevalExport58 = __niceevalCanonical["fileChangesRecordAttachment"];
121
- export { __niceevalExport58 as fileChangesRecordAttachment };
122
- const __niceevalExport59 = __niceevalCanonical["fileChangesRecordFamily"];
123
- export { __niceevalExport59 as fileChangesRecordFamily };
124
- const __niceevalExport60 = __niceevalCanonical["isCanonicalIdentitySequence"];
125
- export { __niceevalExport60 as isCanonicalIdentitySequence };
126
- const __niceevalExport61 = __niceevalCanonical["observabilityAttachmentIntegrityIssues"];
127
- export { __niceevalExport61 as observabilityAttachmentIntegrityIssues };
128
- const __niceevalExport62 = __niceevalCanonical["observabilityBlobRefs"];
129
- export { __niceevalExport62 as observabilityBlobRefs };
130
- const __niceevalExport63 = __niceevalCanonical["observabilityRecordAttachment"];
131
- export { __niceevalExport63 as observabilityRecordAttachment };
132
- const __niceevalExport64 = __niceevalCanonical["observabilitySourceFrameIntegrityIssues"];
133
- export { __niceevalExport64 as observabilitySourceFrameIntegrityIssues };
134
- const __niceevalExport65 = __niceevalCanonical["runArtifactsRecordFamily"];
135
- export { __niceevalExport65 as runArtifactsRecordFamily };
136
- const __niceevalExport66 = __niceevalCanonical["runObservabilityRecordFamily"];
137
- export { __niceevalExport66 as runObservabilityRecordFamily };
138
- const __niceevalExport67 = __niceevalCanonical["sourceNavigationRecordFamily"];
139
- export { __niceevalExport67 as sourceNavigationRecordFamily };
140
- const __niceevalExport68 = __niceevalCanonical["sourcesAttachmentIntegrityIssues"];
141
- export { __niceevalExport68 as sourcesAttachmentIntegrityIssues };
142
- const __niceevalExport69 = __niceevalCanonical["sourcesBlobRefs"];
143
- export { __niceevalExport69 as sourcesBlobRefs };
144
- const __niceevalExport70 = __niceevalCanonical["sourcesRecordAttachment"];
145
- export { __niceevalExport70 as sourcesRecordAttachment };
146
- const __niceevalExport71 = __niceevalCanonical["sourcesRecordFamily"];
147
- export { __niceevalExport71 as sourcesRecordFamily };
24
+ const __niceevalExport10 = __niceevalCanonical["AttemptObservabilityAttachmentV1Schema"];
25
+ export { __niceevalExport10 as AttemptObservabilityAttachmentV1Schema };
26
+ const __niceevalExport11 = __niceevalCanonical["AttemptTimingCollectionSchema"];
27
+ export { __niceevalExport11 as AttemptTimingCollectionSchema };
28
+ const __niceevalExport12 = __niceevalCanonical["AttemptTimingCollectionV1Schema"];
29
+ export { __niceevalExport12 as AttemptTimingCollectionV1Schema };
30
+ const __niceevalExport13 = __niceevalCanonical["AttemptUsageCollectionSchema"];
31
+ export { __niceevalExport13 as AttemptUsageCollectionSchema };
32
+ const __niceevalExport14 = __niceevalCanonical["CollectionLimitationSchema"];
33
+ export { __niceevalExport14 as CollectionLimitationSchema };
34
+ const __niceevalExport15 = __niceevalCanonical["CollectionStateSchema"];
35
+ export { __niceevalExport15 as CollectionStateSchema };
36
+ const __niceevalExport16 = __niceevalCanonical["EmptyArraySchema"];
37
+ export { __niceevalExport16 as EmptyArraySchema };
38
+ const __niceevalExport17 = __niceevalCanonical["FileChangeSchema"];
39
+ export { __niceevalExport17 as FileChangeSchema };
40
+ const __niceevalExport18 = __niceevalCanonical["FileChangesAttachmentSchema"];
41
+ export { __niceevalExport18 as FileChangesAttachmentSchema };
42
+ const __niceevalExport19 = __niceevalCanonical["FileChangesAttributionSchema"];
43
+ export { __niceevalExport19 as FileChangesAttributionSchema };
44
+ const __niceevalExport20 = __niceevalCanonical["FileChangesCollectionLimitationSchema"];
45
+ export { __niceevalExport20 as FileChangesCollectionLimitationSchema };
46
+ const __niceevalExport21 = __niceevalCanonical["FileChangesCollectionStateSchema"];
47
+ export { __niceevalExport21 as FileChangesCollectionStateSchema };
48
+ const __niceevalExport22 = __niceevalCanonical["FileChangesLimits"];
49
+ export { __niceevalExport22 as FileChangesLimits };
50
+ const __niceevalExport23 = __niceevalCanonical["FileChangesWindowIdSchema"];
51
+ export { __niceevalExport23 as FileChangesWindowIdSchema };
52
+ const __niceevalExport24 = __niceevalCanonical["FileChangesWindowSchema"];
53
+ export { __niceevalExport24 as FileChangesWindowSchema };
54
+ const __niceevalExport25 = __niceevalCanonical["FileEndpointSchema"];
55
+ export { __niceevalExport25 as FileEndpointSchema };
56
+ const __niceevalExport26 = __niceevalCanonical["FileRevisionSchema"];
57
+ export { __niceevalExport26 as FileRevisionSchema };
58
+ const __niceevalExport27 = __niceevalCanonical["FiniteNonNegativeNumberSchema"];
59
+ export { __niceevalExport27 as FiniteNonNegativeNumberSchema };
60
+ const __niceevalExport28 = __niceevalCanonical["FixedAttachmentValueLimits"];
61
+ export { __niceevalExport28 as FixedAttachmentValueLimits };
62
+ const __niceevalExport29 = __niceevalCanonical["FixedRecordAttachmentEnvelopeSchema"];
63
+ export { __niceevalExport29 as FixedRecordAttachmentEnvelopeSchema };
64
+ const __niceevalExport30 = __niceevalCanonical["MediaTypeSchema"];
65
+ export { __niceevalExport30 as MediaTypeSchema };
66
+ const __niceevalExport31 = __niceevalCanonical["NICE_EVAL_FAMILIES"];
67
+ export { __niceevalExport31 as NICE_EVAL_FAMILIES };
68
+ const __niceevalExport32 = __niceevalCanonical["NiceEvalFamilySchema"];
69
+ export { __niceevalExport32 as NiceEvalFamilySchema };
70
+ const __niceevalExport33 = __niceevalCanonical["NiceEvalRecordAttachments"];
71
+ export { __niceevalExport33 as NiceEvalRecordAttachments };
72
+ const __niceevalExport34 = __niceevalCanonical["NiceEvalRecordFamilyCatalog"];
73
+ export { __niceevalExport34 as NiceEvalRecordFamilyCatalog };
74
+ const __niceevalExport35 = __niceevalCanonical["NonNegativeSafeIntegerSchema"];
75
+ export { __niceevalExport35 as NonNegativeSafeIntegerSchema };
76
+ const __niceevalExport36 = __niceevalCanonical["PositiveSafeIntegerSchema"];
77
+ export { __niceevalExport36 as PositiveSafeIntegerSchema };
78
+ const __niceevalExport37 = __niceevalCanonical["RunDiagnosticsCollectionSchema"];
79
+ export { __niceevalExport37 as RunDiagnosticsCollectionSchema };
80
+ const __niceevalExport38 = __niceevalCanonical["RunObservabilityAttachmentSchema"];
81
+ export { __niceevalExport38 as RunObservabilityAttachmentSchema };
82
+ const __niceevalExport39 = __niceevalCanonical["RunTimingCollectionSchema"];
83
+ export { __niceevalExport39 as RunTimingCollectionSchema };
84
+ const __niceevalExport40 = __niceevalCanonical["SafeIdentifierSchema"];
85
+ export { __niceevalExport40 as SafeIdentifierSchema };
86
+ const __niceevalExport41 = __niceevalCanonical["SafeTextSchema"];
87
+ export { __niceevalExport41 as SafeTextSchema };
88
+ const __niceevalExport42 = __niceevalCanonical["SourceItemSchema"];
89
+ export { __niceevalExport42 as SourceItemSchema };
90
+ const __niceevalExport43 = __niceevalCanonical["SourcesAttachmentSchema"];
91
+ export { __niceevalExport43 as SourcesAttachmentSchema };
92
+ const __niceevalExport44 = __niceevalCanonical["artifactBlobRefs"];
93
+ export { __niceevalExport44 as artifactBlobRefs };
94
+ const __niceevalExport45 = __niceevalCanonical["artifactsAttachmentIntegrityIssues"];
95
+ export { __niceevalExport45 as artifactsAttachmentIntegrityIssues };
96
+ const __niceevalExport46 = __niceevalCanonical["artifactsRecordAttachment"];
97
+ export { __niceevalExport46 as artifactsRecordAttachment };
98
+ const __niceevalExport47 = __niceevalCanonical["assertionsAttachmentIntegrityIssues"];
99
+ export { __niceevalExport47 as assertionsAttachmentIntegrityIssues };
100
+ const __niceevalExport48 = __niceevalCanonical["assertionsBlobRefs"];
101
+ export { __niceevalExport48 as assertionsBlobRefs };
102
+ const __niceevalExport49 = __niceevalCanonical["assertionsRecordAttachment"];
103
+ export { __niceevalExport49 as assertionsRecordAttachment };
104
+ const __niceevalExport50 = __niceevalCanonical["assertionsRecordFamily"];
105
+ export { __niceevalExport50 as assertionsRecordFamily };
106
+ const __niceevalExport51 = __niceevalCanonical["assertionsSourceSiteIntegrityIssues"];
107
+ export { __niceevalExport51 as assertionsSourceSiteIntegrityIssues };
108
+ const __niceevalExport52 = __niceevalCanonical["attemptArtifactsRecordFamily"];
109
+ export { __niceevalExport52 as attemptArtifactsRecordFamily };
110
+ const __niceevalExport53 = __niceevalCanonical["attemptObservabilityRecordFamily"];
111
+ export { __niceevalExport53 as attemptObservabilityRecordFamily };
112
+ const __niceevalExport54 = __niceevalCanonical["decodeFixedFamilyPayload"];
113
+ export { __niceevalExport54 as decodeFixedFamilyPayload };
114
+ const __niceevalExport55 = __niceevalCanonical["decodeFixedRecordAttachmentEnvelope"];
115
+ export { __niceevalExport55 as decodeFixedRecordAttachmentEnvelope };
116
+ const __niceevalExport56 = __niceevalCanonical["encodeFixedRecordAttachmentEnvelope"];
117
+ export { __niceevalExport56 as encodeFixedRecordAttachmentEnvelope };
118
+ const __niceevalExport57 = __niceevalCanonical["fileChangesAttachmentIntegrityIssues"];
119
+ export { __niceevalExport57 as fileChangesAttachmentIntegrityIssues };
120
+ const __niceevalExport58 = __niceevalCanonical["fileChangesBlobRefs"];
121
+ export { __niceevalExport58 as fileChangesBlobRefs };
122
+ const __niceevalExport59 = __niceevalCanonical["fileChangesCollectionLimitationKey"];
123
+ export { __niceevalExport59 as fileChangesCollectionLimitationKey };
124
+ const __niceevalExport60 = __niceevalCanonical["fileChangesRecordAttachment"];
125
+ export { __niceevalExport60 as fileChangesRecordAttachment };
126
+ const __niceevalExport61 = __niceevalCanonical["fileChangesRecordFamily"];
127
+ export { __niceevalExport61 as fileChangesRecordFamily };
128
+ const __niceevalExport62 = __niceevalCanonical["isCanonicalIdentitySequence"];
129
+ export { __niceevalExport62 as isCanonicalIdentitySequence };
130
+ const __niceevalExport63 = __niceevalCanonical["observabilityAttachmentIntegrityIssues"];
131
+ export { __niceevalExport63 as observabilityAttachmentIntegrityIssues };
132
+ const __niceevalExport64 = __niceevalCanonical["observabilityBlobRefs"];
133
+ export { __niceevalExport64 as observabilityBlobRefs };
134
+ const __niceevalExport65 = __niceevalCanonical["observabilityRecordAttachment"];
135
+ export { __niceevalExport65 as observabilityRecordAttachment };
136
+ const __niceevalExport66 = __niceevalCanonical["observabilitySourceFrameIntegrityIssues"];
137
+ export { __niceevalExport66 as observabilitySourceFrameIntegrityIssues };
138
+ const __niceevalExport67 = __niceevalCanonical["runArtifactsRecordFamily"];
139
+ export { __niceevalExport67 as runArtifactsRecordFamily };
140
+ const __niceevalExport68 = __niceevalCanonical["runObservabilityRecordFamily"];
141
+ export { __niceevalExport68 as runObservabilityRecordFamily };
142
+ const __niceevalExport69 = __niceevalCanonical["sourceNavigationRecordFamily"];
143
+ export { __niceevalExport69 as sourceNavigationRecordFamily };
144
+ const __niceevalExport70 = __niceevalCanonical["sourcesAttachmentIntegrityIssues"];
145
+ export { __niceevalExport70 as sourcesAttachmentIntegrityIssues };
146
+ const __niceevalExport71 = __niceevalCanonical["sourcesBlobRefs"];
147
+ export { __niceevalExport71 as sourcesBlobRefs };
148
+ const __niceevalExport72 = __niceevalCanonical["sourcesRecordAttachment"];
149
+ export { __niceevalExport72 as sourcesRecordAttachment };
150
+ const __niceevalExport73 = __niceevalCanonical["sourcesRecordFamily"];
151
+ export { __niceevalExport73 as sourcesRecordFamily };
148
152
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.observabilityV1Maintenance = void 0;
4
+ const effect_1 = require("effect");
5
+ const core_ts_1 = require("../codec/core.cjs");
6
+ const observability_ts_1 = require("./observability.cjs");
7
+ const ObservabilityV1PayloadSchema = effect_1.Schema.Union(observability_ts_1.AttemptObservabilityAttachmentV1Schema, observability_ts_1.RunObservabilityAttachmentSchema);
8
+ /** v1 differs only in that every timing label was a SafeIdentifier. */
9
+ function decodeObservabilityV1(value) {
10
+ const decoded = effect_1.Schema.decodeUnknownEither(ObservabilityV1PayloadSchema, core_ts_1.RecordExactParseOptions)(value);
11
+ if (effect_1.Either.isLeft(decoded))
12
+ throw new Error("Observability v1 payload is invalid");
13
+ // Historical validation must not normalize, clone, or project the durable
14
+ // object. The only v1 -> v2 write is the envelope version; returning the
15
+ // original value lets the adjacent step prove that invariant explicitly.
16
+ return value;
17
+ }
18
+ /** v1 -> v2 preserves the hydrated payload and its blob references verbatim. */
19
+ function migrateObservabilityV1(value) {
20
+ return value;
21
+ }
22
+ /** Loaded only through the fixed-family maintenance facet. */
23
+ exports.observabilityV1Maintenance = Object.freeze({
24
+ historicalCodecs: Object.freeze([
25
+ Object.freeze({ schemaVersion: 1, decode: decodeObservabilityV1 }),
26
+ ]),
27
+ adjacentMigrations: Object.freeze([
28
+ Object.freeze({
29
+ fromSchemaVersion: 1,
30
+ toSchemaVersion: 2,
31
+ migrate: migrateObservabilityV1,
32
+ }),
33
+ ]),
34
+ });
35
+ //# sourceMappingURL=observability-v1.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"observability-v1.js","sourceRoot":"","sources":["observability-v1.ts"],"names":[],"mappings":";;;AAAA,mCAAwC;AACxC,8CAA2D;AAE3D,yDAA+G;AAC/G,MAAM,4BAA4B,GAAG,eAAM,CAAC,KAAK,CAAC,yDAAsC,EAAE,mDAAgC,CAAC,CAAC;AAC5H,uEAAuE;AACvE,SAAS,qBAAqB,CAAC,KAAc;IACzC,MAAM,OAAO,GAAG,eAAM,CAAC,mBAAmB,CAAC,4BAA4B,EAAE,iCAAuB,CAAC,CAAC,KAAK,CAAC,CAAC;IACzG,IAAI,eAAM,CAAC,MAAM,CAAC,OAAO,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;IAC3D,0EAA0E;IAC1E,yEAAyE;IACzE,yEAAyE;IACzE,OAAO,KAAK,CAAC;AACjB,CAAC;AACD,gFAAgF;AAChF,SAAS,sBAAsB,CAAC,KAAc;IAC1C,OAAO,KAAK,CAAC;AACjB,CAAC;AACD,8DAA8D;AACjD,QAAA,0BAA0B,GAAqC,MAAM,CAAC,MAAM,CAAC;IACtF,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC;QAC5B,MAAM,CAAC,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC,EAAE,MAAM,EAAE,qBAAqB,EAAE,CAAC;KACrE,CAAC;IACF,kBAAkB,EAAE,MAAM,CAAC,MAAM,CAAC;QAC9B,MAAM,CAAC,MAAM,CAAC;YACV,iBAAiB,EAAE,CAAC;YACpB,eAAe,EAAE,CAAC;YAClB,OAAO,EAAE,sBAAsB;SAClC,CAAC;KACL,CAAC;CACL,CAAC,CAAC","sourcesContent":["import { Either, Schema } from \"effect\";\nimport { RecordExactParseOptions } from \"../codec/core.ts\";\nimport type { RecordAttachmentMaintenanceFacet } from \"../definition/attachment.ts\";\nimport { AttemptObservabilityAttachmentV1Schema, RunObservabilityAttachmentSchema, } from \"./observability.ts\";\nconst ObservabilityV1PayloadSchema = Schema.Union(AttemptObservabilityAttachmentV1Schema, RunObservabilityAttachmentSchema);\n/** v1 differs only in that every timing label was a SafeIdentifier. */\nfunction decodeObservabilityV1(value: unknown): unknown {\n const decoded = Schema.decodeUnknownEither(ObservabilityV1PayloadSchema, RecordExactParseOptions)(value);\n if (Either.isLeft(decoded))\n throw new Error(\"Observability v1 payload is invalid\");\n // Historical validation must not normalize, clone, or project the durable\n // object. The only v1 -> v2 write is the envelope version; returning the\n // original value lets the adjacent step prove that invariant explicitly.\n return value;\n}\n/** v1 -> v2 preserves the hydrated payload and its blob references verbatim. */\nfunction migrateObservabilityV1(value: unknown): unknown {\n return value;\n}\n/** Loaded only through the fixed-family maintenance facet. */\nexport const observabilityV1Maintenance: RecordAttachmentMaintenanceFacet = Object.freeze({\n historicalCodecs: Object.freeze([\n Object.freeze({ schemaVersion: 1, decode: decodeObservabilityV1 }),\n ]),\n adjacentMigrations: Object.freeze([\n Object.freeze({\n fromSchemaVersion: 1,\n toSchemaVersion: 2,\n migrate: migrateObservabilityV1,\n }),\n ]),\n});\n"]}
@@ -0,0 +1,3 @@
1
+ import type { RecordAttachmentMaintenanceFacet } from "../definition/attachment.cjs";
2
+ /** Loaded only through the fixed-family maintenance facet. */
3
+ export declare const observabilityV1Maintenance: RecordAttachmentMaintenanceFacet;
@@ -0,0 +1,3 @@
1
+ import type { RecordAttachmentMaintenanceFacet } from "../definition/attachment.mjs";
2
+ /** Loaded only through the fixed-family maintenance facet. */
3
+ export declare const observabilityV1Maintenance: RecordAttachmentMaintenanceFacet;
@@ -0,0 +1,3 @@
1
+ import type { RecordAttachmentMaintenanceFacet } from "../definition/attachment.js";
2
+ /** Loaded only through the fixed-family maintenance facet. */
3
+ export declare const observabilityV1Maintenance: RecordAttachmentMaintenanceFacet;
@@ -0,0 +1,6 @@
1
+ import { createRequire as __niceevalCreateRequire } from "node:module";
2
+ const __niceevalRequire = __niceevalCreateRequire(import.meta.url);
3
+ const __niceevalCanonical = __niceevalRequire("./observability-v1.cjs");
4
+ const __niceevalExport0 = __niceevalCanonical["observabilityV1Maintenance"];
5
+ export { __niceevalExport0 as observabilityV1Maintenance };
6
+ //# sourceMappingURL=observability-v1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"observability-v1.js","sources":[],"names":[],"mappings":""}
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
+ const __niceevalDynamicImport = (specifier) => import(specifier);
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.observabilityRecordAttachment = exports.RunObservabilityAttachmentSchema = exports.AttemptObservabilityAttachmentSchema = exports.RunDiagnosticsCollectionSchema = exports.AttemptDiagnosticsCollectionSchema = exports.RunTimingCollectionSchema = exports.AttemptTimingCollectionSchema = exports.AttemptUsageCollectionSchema = exports.AttemptCommandsCollectionSchema = exports.AttemptConversationCollectionSchema = void 0;
4
+ exports.observabilityRecordAttachment = exports.RunObservabilityAttachmentSchema = exports.AttemptObservabilityAttachmentV1Schema = exports.AttemptObservabilityAttachmentSchema = exports.RunDiagnosticsCollectionSchema = exports.AttemptDiagnosticsCollectionSchema = exports.RunTimingCollectionSchema = exports.AttemptTimingCollectionV1Schema = exports.AttemptTimingCollectionSchema = exports.AttemptUsageCollectionSchema = exports.AttemptCommandsCollectionSchema = exports.AttemptConversationCollectionSchema = void 0;
4
5
  exports.observabilityBlobRefs = observabilityBlobRefs;
5
6
  exports.observabilityAttachmentIntegrityIssues = observabilityAttachmentIntegrityIssues;
6
7
  exports.observabilitySourceFrameIntegrityIssues = observabilitySourceFrameIntegrityIssues;
@@ -11,6 +12,7 @@ const blob_ref_ts_1 = require("../attachment/blob-ref.cjs");
11
12
  const errors_ts_1 = require("../attachment/errors.cjs");
12
13
  const index_ts_1 = require("../definition/index.cjs");
13
14
  const limits_ts_1 = require("../../o11y/record/limits.cjs");
15
+ const turn_label_ts_1 = require("../../shared/turn-label.cjs");
14
16
  const common_ts_1 = require("./common.cjs");
15
17
  const ObservabilityTargetSchema = effect_1.Schema.Literal("conversation", "command", "usage", "timing", "diagnostic");
16
18
  const ObservabilityLimitationSchema = effect_1.Schema.Union(effect_1.Schema.Struct({
@@ -98,15 +100,23 @@ exports.AttemptConversationCollectionSchema = effect_1.Schema.Struct({
98
100
  turns: effect_1.Schema.Array(ConversationTurnSchema),
99
101
  items: effect_1.Schema.Array(ConversationItemSchema),
100
102
  }).pipe(effect_1.Schema.filter((value) => {
101
- if (!(0, common_ts_1.isCanonicalIdentitySequence)(value.turns.map((turn) => turn.turnId)))
103
+ // Conversation is temporal. Producers retain turns and items in their
104
+ // observed sequence, so canonicality is unique identity plus a strictly
105
+ // increasing sequence (not lexical ordering of ids such as turn-9 and
106
+ // turn-10).
107
+ if (new Set(value.turns.map((turn) => turn.turnId)).size !== value.turns.length)
102
108
  return false;
103
- if (!(0, common_ts_1.isCanonicalIdentitySequence)(value.items.map((item) => item.itemId)))
109
+ if (new Set(value.items.map((item) => item.itemId)).size !== value.items.length)
104
110
  return false;
105
111
  const turnIds = new Set(value.turns.map((turn) => turn.turnId));
106
112
  if (new Set(value.turns.map((turn) => turn.sequence)).size !== value.turns.length)
107
113
  return false;
108
114
  if (new Set(value.items.map((item) => item.sequence)).size !== value.items.length)
109
115
  return false;
116
+ if (value.turns.some((turn, index) => index > 0 && value.turns[index - 1].sequence >= turn.sequence))
117
+ return false;
118
+ if (value.items.some((item, index) => index > 0 && value.items[index - 1].sequence >= item.sequence))
119
+ return false;
110
120
  const callIds = new Map();
111
121
  for (const item of value.items) {
112
122
  if (!turnIds.has(item.turnId))
@@ -117,10 +127,8 @@ exports.AttemptConversationCollectionSchema = effect_1.Schema.Struct({
117
127
  callIds.set(item.callId, { turnId: item.turnId, sequence: item.sequence });
118
128
  }
119
129
  }
120
- // Item arrays are canonically ordered by immutable item identity, not by
121
- // temporal sequence. Resolve every call first, then validate results by
122
- // their explicit sequence so a lexically earlier result id is not
123
- // mistaken for an impossible pair.
130
+ // Resolve every call first, then validate results by their explicit
131
+ // sequence.
124
132
  const resultIds = new Set();
125
133
  for (const item of value.items) {
126
134
  if (item.kind === "tool-result") {
@@ -321,7 +329,35 @@ function timingCollectionSchema(phase) {
321
329
  intervals: effect_1.Schema.Array(interval),
322
330
  }).pipe(effect_1.Schema.filter(hasCanonicalTimingCollection, { identifier: "TimingCollection", description: "canonical timing intervals with valid parents" }));
323
331
  }
324
- exports.AttemptTimingCollectionSchema = timingCollectionSchema(AttemptTimingPhaseSchema);
332
+ const CanonicalTurnLabelSchema = effect_1.Schema.String.pipe(effect_1.Schema.filter(turn_label_ts_1.isCanonicalTurnLabel, {
333
+ identifier: "CanonicalTurnLabel",
334
+ description: "a canonical turnN or sessionK/turnN timing label",
335
+ }));
336
+ function attemptTimingCollectionSchema(agentSendLabel) {
337
+ const intervalBase = {
338
+ intervalId: common_ts_1.SafeIdentifierSchema,
339
+ startOffsetMs: common_ts_1.NonNegativeSafeIntegerSchema,
340
+ durationMs: common_ts_1.NonNegativeSafeIntegerSchema,
341
+ parentIntervalId: effect_1.Schema.NullOr(common_ts_1.SafeIdentifierSchema),
342
+ outcome: effect_1.Schema.Literal("completed", "failed", "cancelled", "interrupted", "unknown"),
343
+ };
344
+ const interval = effect_1.Schema.Union(effect_1.Schema.Struct({
345
+ ...intervalBase,
346
+ phase: effect_1.Schema.Literal("agent.send"),
347
+ label: agentSendLabel,
348
+ }), effect_1.Schema.Struct({
349
+ ...intervalBase,
350
+ phase: effect_1.Schema.Literal("attempt.setup", "sandbox.prepare", "agent.ensure", "eval.run", "sandbox.command", "assertion.evaluate", "verdict.fold", "attempt.teardown"),
351
+ label: common_ts_1.SafeIdentifierSchema,
352
+ }));
353
+ return effect_1.Schema.Struct({
354
+ collection: ObservabilityCollectionStateSchema,
355
+ intervals: effect_1.Schema.Array(interval),
356
+ }).pipe(effect_1.Schema.filter(hasCanonicalTimingCollection, { identifier: "TimingCollection", description: "canonical timing intervals with valid parents" }));
357
+ }
358
+ exports.AttemptTimingCollectionSchema = attemptTimingCollectionSchema(effect_1.Schema.Union(common_ts_1.SafeIdentifierSchema, CanonicalTurnLabelSchema));
359
+ /** Exact historical v1 timing shape: every label was a SafeIdentifier. */
360
+ exports.AttemptTimingCollectionV1Schema = attemptTimingCollectionSchema(common_ts_1.SafeIdentifierSchema);
325
361
  exports.RunTimingCollectionSchema = timingCollectionSchema(RunTimingPhaseSchema);
326
362
  const SourceFrameSchema = effect_1.Schema.Struct({
327
363
  sourceItemId: identifiers_ts_1.SourceItemIdSchema,
@@ -379,6 +415,15 @@ exports.AttemptObservabilityAttachmentSchema = effect_1.Schema.Struct({
379
415
  timing: effect_1.Schema.propertySignature(exports.AttemptTimingCollectionSchema).pipe(effect_1.Schema.fromKey("timing-data")),
380
416
  diagnostics: effect_1.Schema.propertySignature(exports.AttemptDiagnosticsCollectionSchema).pipe(effect_1.Schema.fromKey("diagnostics-data")),
381
417
  });
418
+ /** Exact historical v1 payload; only the agent.send label domain differs from v2. */
419
+ exports.AttemptObservabilityAttachmentV1Schema = effect_1.Schema.Struct({
420
+ owner: effect_1.Schema.propertySignature(effect_1.Schema.Literal("attempt")).pipe(effect_1.Schema.fromKey("owner-kind")),
421
+ conversation: effect_1.Schema.propertySignature(exports.AttemptConversationCollectionSchema).pipe(effect_1.Schema.fromKey("conversation-data")),
422
+ commands: effect_1.Schema.propertySignature(exports.AttemptCommandsCollectionSchema).pipe(effect_1.Schema.fromKey("commands-data")),
423
+ usage: effect_1.Schema.propertySignature(exports.AttemptUsageCollectionSchema).pipe(effect_1.Schema.fromKey("usage-data")),
424
+ timing: effect_1.Schema.propertySignature(exports.AttemptTimingCollectionV1Schema).pipe(effect_1.Schema.fromKey("timing-data")),
425
+ diagnostics: effect_1.Schema.propertySignature(exports.AttemptDiagnosticsCollectionSchema).pipe(effect_1.Schema.fromKey("diagnostics-data")),
426
+ });
382
427
  /** Exact Run owner payload for the same fixed Observability family. */
383
428
  exports.RunObservabilityAttachmentSchema = effect_1.Schema.Struct({
384
429
  owner: effect_1.Schema.propertySignature(effect_1.Schema.Literal("run")).pipe(effect_1.Schema.fromKey("owner-kind")),
@@ -485,7 +530,7 @@ const RunObservabilityBlobBudget = Object.freeze({
485
530
  exports.observabilityRecordAttachment = (0, index_ts_1.defineRecordAttachment)({
486
531
  family: "niceeval.observability",
487
532
  current: {
488
- schemaVersion: 1,
533
+ schemaVersion: 2,
489
534
  owners: {
490
535
  attempt: {
491
536
  schema: exports.AttemptObservabilityAttachmentSchema,
@@ -507,5 +552,9 @@ exports.observabilityRecordAttachment = (0, index_ts_1.defineRecordAttachment)({
507
552
  },
508
553
  },
509
554
  },
555
+ maintenance: () => __niceevalDynamicImport("./observability-v1.cjs").then(({ observabilityV1Maintenance }) => observabilityV1Maintenance),
556
+ adjacentMigrationLinks: Object.freeze([
557
+ Object.freeze({ fromSchemaVersion: 1, toSchemaVersion: 2 }),
558
+ ]),
510
559
  });
511
560
  //# sourceMappingURL=observability.cjs.map