niceeval 0.13.3 → 0.13.4-canary.39

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 (487) hide show
  1. package/INDEX.md +5 -5
  2. package/dist/agents/index.cjs +2 -2
  3. package/dist/agents/index.cjs.map +1 -1
  4. package/dist/agents/project.json +6 -0
  5. package/dist/agents/streaming.cjs.map +1 -1
  6. package/dist/agents/types.cjs.map +1 -1
  7. package/dist/agents/types.d.cts +1 -1
  8. package/dist/agents/types.d.mts +1 -1
  9. package/dist/agents/types.d.ts +1 -1
  10. package/dist/analysis/bindings.d.cts +8 -8
  11. package/dist/analysis/bindings.d.mts +8 -8
  12. package/dist/analysis/bindings.d.ts +8 -8
  13. package/dist/analysis/contracts.cjs.map +1 -1
  14. package/dist/analysis/contracts.d.cts +8 -19
  15. package/dist/analysis/contracts.d.mts +8 -19
  16. package/dist/analysis/contracts.d.ts +8 -19
  17. package/dist/analysis/experiment-groups.cjs +7 -14
  18. package/dist/analysis/experiment-groups.cjs.map +1 -1
  19. package/dist/analysis/index.cjs.map +1 -1
  20. package/dist/analysis/index.d.cts +1 -1
  21. package/dist/analysis/index.d.mts +1 -1
  22. package/dist/analysis/index.d.ts +1 -1
  23. package/dist/cli/application.cjs +4 -13
  24. package/dist/cli/application.cjs.map +1 -1
  25. package/dist/cli/application.d.cts +62 -59
  26. package/dist/cli/application.d.mts +62 -59
  27. package/dist/cli/application.d.ts +62 -59
  28. package/dist/cli/application.js +6 -12
  29. package/dist/cli/bootstrap.cjs +28 -2
  30. package/dist/cli/bootstrap.cjs.map +1 -1
  31. package/dist/cli/contribution.cjs +185 -0
  32. package/dist/cli/contribution.cjs.map +1 -0
  33. package/dist/cli/contribution.d.cts +55 -0
  34. package/dist/cli/contribution.d.mts +55 -0
  35. package/dist/cli/contribution.d.ts +55 -0
  36. package/dist/cli/contribution.js +20 -0
  37. package/dist/cli/contribution.js.map +1 -0
  38. package/dist/cli/node-application.cjs +119 -87
  39. package/dist/cli/node-application.cjs.map +1 -1
  40. package/dist/cli/node-application.d.cts +2 -8
  41. package/dist/cli/node-application.d.mts +2 -8
  42. package/dist/cli/node-application.d.ts +2 -8
  43. package/dist/cli/node-application.js +12 -22
  44. package/dist/cli/program.cjs +87 -2756
  45. package/dist/cli/program.cjs.map +1 -1
  46. package/dist/cli/program.d.cts +11 -332
  47. package/dist/cli/program.d.mts +11 -332
  48. package/dist/cli/program.d.ts +11 -332
  49. package/dist/cli/program.js +4 -28
  50. package/dist/cli.cjs +0 -3
  51. package/dist/cli.cjs.map +1 -1
  52. package/dist/cli.d.cts +0 -1
  53. package/dist/cli.d.mts +0 -1
  54. package/dist/cli.d.ts +0 -1
  55. package/dist/cli.js +6 -14
  56. package/dist/define.cjs +1 -1
  57. package/dist/define.cjs.map +1 -1
  58. package/dist/docker/cache-administration.cjs +8 -0
  59. package/dist/docker/cache-administration.cjs.map +1 -0
  60. package/dist/docker/cache-administration.d.cts +33 -0
  61. package/dist/docker/cache-administration.d.mts +33 -0
  62. package/dist/docker/cache-administration.d.ts +33 -0
  63. package/dist/docker/cache-administration.js +6 -0
  64. package/dist/docker/cache-administration.js.map +1 -0
  65. package/dist/docker/cache-live.cjs +27 -0
  66. package/dist/docker/cache-live.cjs.map +1 -0
  67. package/dist/docker/cache-live.d.cts +3 -0
  68. package/dist/docker/cache-live.d.mts +3 -0
  69. package/dist/docker/cache-live.d.ts +3 -0
  70. package/dist/docker/cache-live.js +6 -0
  71. package/dist/docker/cache-live.js.map +1 -0
  72. package/dist/docker/cli/contribution.cjs +223 -0
  73. package/dist/docker/cli/contribution.cjs.map +1 -0
  74. package/dist/docker/cli/contribution.d.cts +48 -0
  75. package/dist/docker/cli/contribution.d.mts +48 -0
  76. package/dist/docker/cli/contribution.d.ts +48 -0
  77. package/dist/docker/cli/contribution.js +8 -0
  78. package/dist/docker/cli/contribution.js.map +1 -0
  79. package/dist/eval/cli/contribution.cjs +62 -0
  80. package/dist/eval/cli/contribution.cjs.map +1 -0
  81. package/dist/eval/cli/contribution.d.cts +21 -0
  82. package/dist/eval/cli/contribution.d.mts +21 -0
  83. package/dist/eval/cli/contribution.d.ts +21 -0
  84. package/dist/eval/cli/contribution.js +8 -0
  85. package/dist/eval/cli/contribution.js.map +1 -0
  86. package/dist/eval/host/index.cjs +23 -0
  87. package/dist/eval/host/index.cjs.map +1 -0
  88. package/dist/eval/host/index.d.cts +27 -0
  89. package/dist/eval/host/index.d.mts +27 -0
  90. package/dist/eval/host/index.d.ts +27 -0
  91. package/dist/eval/host/index.js +8 -0
  92. package/dist/eval/host/index.js.map +1 -0
  93. package/dist/eval/host/index.mjs +8 -0
  94. package/dist/eval/host/index.mjs.map +1 -0
  95. package/dist/experiment/host/cli/contribution.cjs +835 -0
  96. package/dist/experiment/host/cli/contribution.cjs.map +1 -0
  97. package/dist/experiment/host/cli/contribution.d.cts +329 -0
  98. package/dist/experiment/host/cli/contribution.d.mts +329 -0
  99. package/dist/experiment/host/cli/contribution.d.ts +329 -0
  100. package/dist/experiment/host/cli/contribution.js +22 -0
  101. package/dist/experiment/host/cli/contribution.js.map +1 -0
  102. package/dist/experiment/host/cli/index.cjs +9 -0
  103. package/dist/experiment/host/cli/index.cjs.map +1 -0
  104. package/dist/experiment/host/cli/index.d.cts +2 -0
  105. package/dist/experiment/host/cli/index.d.mts +2 -0
  106. package/dist/experiment/host/cli/index.d.ts +2 -0
  107. package/dist/experiment/host/cli/index.js +10 -0
  108. package/dist/experiment/host/cli/index.js.map +1 -0
  109. package/dist/experiment/host/cli/terminal.cjs +15 -0
  110. package/dist/experiment/host/cli/terminal.cjs.map +1 -0
  111. package/dist/experiment/host/cli/terminal.d.cts +14 -0
  112. package/dist/experiment/host/cli/terminal.d.mts +14 -0
  113. package/dist/experiment/host/cli/terminal.d.ts +14 -0
  114. package/dist/experiment/host/cli/terminal.js +8 -0
  115. package/dist/experiment/host/cli/terminal.js.map +1 -0
  116. package/dist/experiment/host/index.cjs +35 -58
  117. package/dist/experiment/host/index.cjs.map +1 -1
  118. package/dist/experiment/host/index.d.cts +5 -79
  119. package/dist/experiment/host/index.d.mts +5 -79
  120. package/dist/experiment/host/index.d.ts +5 -79
  121. package/dist/experiment/host/index.js +4 -2
  122. package/dist/experiment/host/index.mjs +4 -2
  123. package/dist/experiment/host/operations.cjs +678 -0
  124. package/dist/experiment/host/operations.cjs.map +1 -0
  125. package/dist/experiment/host/operations.d.cts +19 -0
  126. package/dist/experiment/host/operations.d.mts +19 -0
  127. package/dist/experiment/host/operations.d.ts +19 -0
  128. package/dist/experiment/host/operations.js +24 -0
  129. package/dist/experiment/host/operations.js.map +1 -0
  130. package/dist/experiment/host/presentation.cjs +81 -0
  131. package/dist/experiment/host/presentation.cjs.map +1 -0
  132. package/dist/experiment/host/presentation.d.cts +9 -0
  133. package/dist/experiment/host/presentation.d.mts +9 -0
  134. package/dist/experiment/host/presentation.d.ts +9 -0
  135. package/dist/experiment/host/presentation.js +8 -0
  136. package/dist/experiment/host/presentation.js.map +1 -0
  137. package/dist/experiment/host/teardown.cjs +394 -0
  138. package/dist/experiment/host/teardown.cjs.map +1 -0
  139. package/dist/experiment/host/teardown.d.cts +5 -0
  140. package/dist/experiment/host/teardown.d.mts +5 -0
  141. package/dist/experiment/host/teardown.d.ts +5 -0
  142. package/dist/experiment/host/teardown.js +8 -0
  143. package/dist/experiment/host/teardown.js.map +1 -0
  144. package/dist/experiment/host/types.cjs +9 -0
  145. package/dist/experiment/host/types.cjs.map +1 -0
  146. package/dist/experiment/host/types.d.cts +423 -0
  147. package/dist/experiment/host/types.d.mts +423 -0
  148. package/dist/experiment/host/types.d.ts +423 -0
  149. package/dist/experiment/host/types.js +6 -0
  150. package/dist/experiment/host/types.js.map +1 -0
  151. package/dist/i18n/en.cjs +8 -50
  152. package/dist/i18n/en.cjs.map +1 -1
  153. package/dist/i18n/en.d.cts +2 -6
  154. package/dist/i18n/en.d.mts +2 -6
  155. package/dist/i18n/en.d.ts +2 -6
  156. package/dist/o11y/project.json +6 -0
  157. package/dist/project/cli/contribution.cjs +66 -0
  158. package/dist/project/cli/contribution.cjs.map +1 -0
  159. package/dist/project/cli/contribution.d.cts +17 -0
  160. package/dist/project/cli/contribution.d.mts +17 -0
  161. package/dist/project/cli/contribution.d.ts +17 -0
  162. package/dist/project/cli/contribution.js +8 -0
  163. package/dist/project/cli/contribution.js.map +1 -0
  164. package/dist/project/cli/index.cjs +7 -0
  165. package/dist/project/cli/index.cjs.map +1 -0
  166. package/dist/project/cli/index.d.cts +1 -0
  167. package/dist/project/cli/index.d.mts +1 -0
  168. package/dist/project/cli/index.d.ts +1 -0
  169. package/dist/project/cli/index.js +8 -0
  170. package/dist/project/cli/index.js.map +1 -0
  171. package/dist/project/host/index.cjs +11 -0
  172. package/dist/project/host/index.cjs.map +1 -0
  173. package/dist/project/host/index.d.cts +4 -0
  174. package/dist/project/host/index.d.mts +4 -0
  175. package/dist/project/host/index.d.ts +4 -0
  176. package/dist/project/host/index.js +14 -0
  177. package/dist/project/host/index.js.map +1 -0
  178. package/dist/project/host/index.mjs +14 -0
  179. package/dist/project/host/index.mjs.map +1 -0
  180. package/dist/project/host.cjs +59 -0
  181. package/dist/project/host.cjs.map +1 -0
  182. package/dist/project/host.d.cts +17 -0
  183. package/dist/project/host.d.mts +17 -0
  184. package/dist/project/host.d.ts +17 -0
  185. package/dist/project/host.js +6 -0
  186. package/dist/project/host.js.map +1 -0
  187. package/dist/project/index.cjs +11 -0
  188. package/dist/project/index.cjs.map +1 -0
  189. package/dist/project/index.d.cts +4 -0
  190. package/dist/project/index.d.mts +4 -0
  191. package/dist/project/index.d.ts +4 -0
  192. package/dist/project/index.js +14 -0
  193. package/dist/project/index.js.map +1 -0
  194. package/dist/project/node.cjs +91 -0
  195. package/dist/project/node.cjs.map +1 -0
  196. package/dist/project/node.d.cts +6 -0
  197. package/dist/project/node.d.mts +6 -0
  198. package/dist/project/node.d.ts +6 -0
  199. package/dist/project/node.js +12 -0
  200. package/dist/project/node.js.map +1 -0
  201. package/dist/project/services.cjs +17 -0
  202. package/dist/project/services.cjs.map +1 -0
  203. package/dist/project/services.d.cts +47 -0
  204. package/dist/project/services.d.mts +47 -0
  205. package/dist/project/services.d.ts +47 -0
  206. package/dist/project/services.js +12 -0
  207. package/dist/project/services.js.map +1 -0
  208. package/dist/project/templates.cjs +28 -0
  209. package/dist/project/templates.cjs.map +1 -0
  210. package/dist/project/templates.d.cts +4 -0
  211. package/dist/project/templates.d.mts +4 -0
  212. package/dist/project/templates.d.ts +4 -0
  213. package/dist/project/templates.js +12 -0
  214. package/dist/project/templates.js.map +1 -0
  215. package/dist/project.json +6 -0
  216. package/dist/record/family/catalog.d.cts +10 -10
  217. package/dist/record/family/catalog.d.mts +10 -10
  218. package/dist/record/family/catalog.d.ts +10 -10
  219. package/dist/record/family/file-changes.d.cts +8 -8
  220. package/dist/record/family/file-changes.d.mts +8 -8
  221. package/dist/record/family/file-changes.d.ts +8 -8
  222. package/dist/record/host/cli/contribution.cjs +206 -0
  223. package/dist/record/host/cli/contribution.cjs.map +1 -0
  224. package/dist/record/host/cli/contribution.d.cts +32 -0
  225. package/dist/record/host/cli/contribution.d.mts +32 -0
  226. package/dist/record/host/cli/contribution.d.ts +32 -0
  227. package/dist/record/host/cli/contribution.js +10 -0
  228. package/dist/record/host/cli/contribution.js.map +1 -0
  229. package/dist/record/host/cli/index.cjs +8 -0
  230. package/dist/record/host/cli/index.cjs.map +1 -0
  231. package/dist/record/host/cli/index.d.cts +1 -0
  232. package/dist/record/host/cli/index.d.mts +1 -0
  233. package/dist/record/host/cli/index.d.ts +1 -0
  234. package/dist/record/host/cli/index.js +10 -0
  235. package/dist/record/host/cli/index.js.map +1 -0
  236. package/dist/record/host/cli/presentation.cjs +122 -0
  237. package/dist/record/host/cli/presentation.cjs.map +1 -0
  238. package/dist/record/host/cli/presentation.d.cts +7 -0
  239. package/dist/record/host/cli/presentation.d.mts +7 -0
  240. package/dist/record/host/cli/presentation.d.ts +7 -0
  241. package/dist/record/host/cli/presentation.js +12 -0
  242. package/dist/record/host/cli/presentation.js.map +1 -0
  243. package/dist/record/host/index.cjs.map +1 -1
  244. package/dist/record/host/index.d.cts +1 -1
  245. package/dist/record/host/index.d.mts +1 -1
  246. package/dist/record/host/index.d.ts +1 -1
  247. package/dist/record/host/runtime.cjs +184 -1
  248. package/dist/record/host/runtime.cjs.map +1 -1
  249. package/dist/record/host/types.cjs.map +1 -1
  250. package/dist/record/host/types.d.cts +120 -0
  251. package/dist/record/host/types.d.mts +120 -0
  252. package/dist/record/host/types.d.ts +120 -0
  253. package/dist/record/project.json +6 -0
  254. package/dist/report/assets/styles.css +80 -0
  255. package/dist/report/cli/contribution.cjs +325 -0
  256. package/dist/report/cli/contribution.cjs.map +1 -0
  257. package/dist/report/cli/contribution.d.cts +143 -0
  258. package/dist/report/cli/contribution.d.mts +143 -0
  259. package/dist/report/cli/contribution.d.ts +143 -0
  260. package/dist/report/cli/contribution.js +12 -0
  261. package/dist/report/cli/contribution.js.map +1 -0
  262. package/dist/report/client-dist/app.js +9 -9
  263. package/dist/report/components/attempt-detail/content.cjs +1 -1
  264. package/dist/report/components/attempt-detail/content.cjs.map +1 -1
  265. package/dist/report/components/entity-lists/compute.cjs +5 -0
  266. package/dist/report/components/entity-lists/compute.cjs.map +1 -1
  267. package/dist/report/components/entity-lists/compute.d.cts +2 -0
  268. package/dist/report/components/entity-lists/compute.d.mts +2 -0
  269. package/dist/report/components/entity-lists/compute.d.ts +2 -0
  270. package/dist/report/components/entity-lists/content.cjs +35 -12
  271. package/dist/report/components/entity-lists/content.cjs.map +1 -1
  272. package/dist/report/components/entity-lists/index.cjs +0 -3
  273. package/dist/report/components/entity-lists/index.cjs.map +1 -1
  274. package/dist/report/components/summaries/index.cjs +2 -4
  275. package/dist/report/components/summaries/index.cjs.map +1 -1
  276. package/dist/report/definition/cell.cjs +7 -2
  277. package/dist/report/definition/cell.cjs.map +1 -1
  278. package/dist/report/definition/cell.d.cts +2 -0
  279. package/dist/report/definition/cell.d.mts +2 -0
  280. package/dist/report/definition/cell.d.ts +2 -0
  281. package/dist/report/definition/primitives/assertion-evidence.cjs +190 -4
  282. package/dist/report/definition/primitives/assertion-evidence.cjs.map +1 -1
  283. package/dist/report/definition/primitives/assertion-evidence.d.cts +4 -0
  284. package/dist/report/definition/primitives/assertion-evidence.d.mts +4 -0
  285. package/dist/report/definition/primitives/assertion-evidence.d.ts +4 -0
  286. package/dist/report/execution/machine.cjs +2 -3
  287. package/dist/report/execution/machine.cjs.map +1 -1
  288. package/dist/report/execution/machine.d.cts +11 -8
  289. package/dist/report/execution/machine.d.mts +11 -8
  290. package/dist/report/execution/machine.d.ts +11 -8
  291. package/dist/report/host/from-record.cjs +13 -8
  292. package/dist/report/host/from-record.cjs.map +1 -1
  293. package/dist/report/host/index.cjs +5 -1
  294. package/dist/report/host/index.cjs.map +1 -1
  295. package/dist/report/host/index.d.cts +1 -0
  296. package/dist/report/host/index.d.mts +1 -0
  297. package/dist/report/host/index.d.ts +1 -0
  298. package/dist/report/host/index.js +8 -2
  299. package/dist/report/host/index.mjs +8 -2
  300. package/dist/report/host/machine.cjs +23 -22
  301. package/dist/report/host/machine.cjs.map +1 -1
  302. package/dist/report/host/machine.d.cts +1 -1
  303. package/dist/report/host/machine.d.mts +1 -1
  304. package/dist/report/host/machine.d.ts +1 -1
  305. package/dist/report/host/node/loader.cjs +4 -2
  306. package/dist/report/host/node/loader.cjs.map +1 -1
  307. package/dist/report/host/node/loader.d.cts +3 -1
  308. package/dist/report/host/node/loader.d.mts +3 -1
  309. package/dist/report/host/node/loader.d.ts +3 -1
  310. package/dist/report/host/node.cjs +44 -9
  311. package/dist/report/host/node.cjs.map +1 -1
  312. package/dist/report/host/node.d.cts +13 -3
  313. package/dist/report/host/node.d.mts +13 -3
  314. package/dist/report/host/node.d.ts +13 -3
  315. package/dist/report/host/node.js +44 -32
  316. package/dist/report/host/operations.cjs +14 -0
  317. package/dist/report/host/operations.cjs.map +1 -0
  318. package/dist/report/host/operations.d.cts +39 -0
  319. package/dist/report/host/operations.d.mts +39 -0
  320. package/dist/report/host/operations.d.ts +39 -0
  321. package/dist/report/host/operations.js +10 -0
  322. package/dist/report/host/operations.js.map +1 -0
  323. package/dist/report/model/chart/plot.cjs +1 -1
  324. package/dist/report/model/chart/plot.cjs.map +1 -1
  325. package/dist/report/model/locale.cjs +4 -0
  326. package/dist/report/model/locale.cjs.map +1 -1
  327. package/dist/report/model/locale.d.cts +3 -1
  328. package/dist/report/model/locale.d.mts +3 -1
  329. package/dist/report/model/locale.d.ts +3 -1
  330. package/dist/report/react/styles.css +80 -0
  331. package/dist/runner/build-preparation.cjs +5 -5
  332. package/dist/runner/build-preparation.cjs.map +1 -1
  333. package/dist/runner/build-preparation.d.cts +2 -3
  334. package/dist/runner/build-preparation.d.mts +2 -3
  335. package/dist/runner/build-preparation.d.ts +2 -3
  336. package/dist/runner/feedback/coordinator.cjs +18 -15
  337. package/dist/runner/feedback/coordinator.cjs.map +1 -1
  338. package/dist/runner/feedback/coordinator.d.cts +6 -0
  339. package/dist/runner/feedback/coordinator.d.mts +6 -0
  340. package/dist/runner/feedback/coordinator.d.ts +6 -0
  341. package/dist/runner/ledger.cjs +3 -13
  342. package/dist/runner/ledger.cjs.map +1 -1
  343. package/dist/runner/ledger.d.cts +1 -3
  344. package/dist/runner/ledger.d.mts +1 -3
  345. package/dist/runner/ledger.d.ts +1 -3
  346. package/dist/runner/run.cjs +63 -18
  347. package/dist/runner/run.cjs.map +1 -1
  348. package/dist/runner/session.cjs +10 -0
  349. package/dist/runner/session.cjs.map +1 -1
  350. package/dist/runner/session.d.cts +25 -0
  351. package/dist/runner/session.d.mts +25 -0
  352. package/dist/runner/session.d.ts +25 -0
  353. package/dist/runner/types.cjs.map +1 -1
  354. package/dist/runner/types.d.cts +1 -2
  355. package/dist/runner/types.d.mts +1 -2
  356. package/dist/runner/types.d.ts +1 -2
  357. package/dist/sandbox/build-coordinator.cjs +38 -19
  358. package/dist/sandbox/build-coordinator.cjs.map +1 -1
  359. package/dist/sandbox/build-coordinator.d.cts +47 -7
  360. package/dist/sandbox/build-coordinator.d.mts +47 -7
  361. package/dist/sandbox/build-coordinator.d.ts +47 -7
  362. package/dist/sandbox/build-coordinator.js +8 -4
  363. package/dist/sandbox/cli/contribution.cjs +128 -0
  364. package/dist/sandbox/cli/contribution.cjs.map +1 -0
  365. package/dist/sandbox/cli/contribution.d.cts +71 -0
  366. package/dist/sandbox/cli/contribution.d.mts +71 -0
  367. package/dist/sandbox/cli/contribution.d.ts +71 -0
  368. package/dist/sandbox/cli/contribution.js +8 -0
  369. package/dist/sandbox/cli/contribution.js.map +1 -0
  370. package/dist/sandbox/cli-commands.cjs +14 -21
  371. package/dist/sandbox/cli-commands.cjs.map +1 -1
  372. package/dist/sandbox/cli-commands.d.cts +12 -8
  373. package/dist/sandbox/cli-commands.d.mts +12 -8
  374. package/dist/sandbox/cli-commands.d.ts +12 -8
  375. package/dist/sandbox/compose.cjs +22 -2
  376. package/dist/sandbox/compose.cjs.map +1 -1
  377. package/dist/sandbox/compose.d.cts +1 -1
  378. package/dist/sandbox/compose.d.mts +1 -1
  379. package/dist/sandbox/compose.d.ts +1 -1
  380. package/dist/sandbox/docker-profile/cli.cjs +13 -9
  381. package/dist/sandbox/docker-profile/cli.cjs.map +1 -1
  382. package/dist/sandbox/docker-profile/cli.d.cts +2 -0
  383. package/dist/sandbox/docker-profile/cli.d.mts +2 -0
  384. package/dist/sandbox/docker-profile/cli.d.ts +2 -0
  385. package/dist/sandbox/docker-profile/runtime.cjs +68 -7
  386. package/dist/sandbox/docker-profile/runtime.cjs.map +1 -1
  387. package/dist/sandbox/docker-profile/runtime.d.cts +19 -1
  388. package/dist/sandbox/docker-profile/runtime.d.mts +19 -1
  389. package/dist/sandbox/docker-profile/runtime.d.ts +19 -1
  390. package/dist/sandbox/docker-profile/runtime.js +10 -8
  391. package/dist/sandbox/docker-profile/schema.cjs +68 -19
  392. package/dist/sandbox/docker-profile/schema.cjs.map +1 -1
  393. package/dist/sandbox/docker-profile/schema.d.cts +23 -9
  394. package/dist/sandbox/docker-profile/schema.d.mts +23 -9
  395. package/dist/sandbox/docker-profile/schema.d.ts +23 -9
  396. package/dist/sandbox/docker-task-build-cache.cjs +532 -0
  397. package/dist/sandbox/docker-task-build-cache.cjs.map +1 -0
  398. package/dist/sandbox/docker-task-build-cache.d.cts +68 -0
  399. package/dist/sandbox/docker-task-build-cache.d.mts +68 -0
  400. package/dist/sandbox/docker-task-build-cache.d.ts +68 -0
  401. package/dist/sandbox/docker-task-build-cache.js +20 -0
  402. package/dist/sandbox/docker-task-build-cache.js.map +1 -0
  403. package/dist/sandbox/docker.cjs +50 -0
  404. package/dist/sandbox/docker.cjs.map +1 -1
  405. package/dist/sandbox/docker.d.cts +15 -0
  406. package/dist/sandbox/docker.d.mts +15 -0
  407. package/dist/sandbox/docker.d.ts +15 -0
  408. package/dist/sandbox/dockerfile-build.cjs +55 -5
  409. package/dist/sandbox/dockerfile-build.cjs.map +1 -1
  410. package/dist/sandbox/dockerfile-build.d.cts +2 -2
  411. package/dist/sandbox/dockerfile-build.d.mts +2 -2
  412. package/dist/sandbox/dockerfile-build.d.ts +2 -2
  413. package/dist/sandbox/index.cjs +5 -3
  414. package/dist/sandbox/index.cjs.map +1 -1
  415. package/dist/sandbox/index.d.cts +4 -3
  416. package/dist/sandbox/index.d.mts +4 -3
  417. package/dist/sandbox/index.d.ts +4 -3
  418. package/dist/sandbox/index.js +16 -14
  419. package/dist/sandbox/index.mjs +16 -14
  420. package/dist/sandbox/keep.cjs +1 -3
  421. package/dist/sandbox/keep.cjs.map +1 -1
  422. package/dist/sandbox/layer.cjs +70 -79
  423. package/dist/sandbox/layer.cjs.map +1 -1
  424. package/dist/sandbox/layer.d.cts +6 -12
  425. package/dist/sandbox/layer.d.mts +6 -12
  426. package/dist/sandbox/layer.d.ts +6 -12
  427. package/dist/sandbox/layer.js +16 -18
  428. package/dist/sandbox/ledger-paths.cjs +4 -18
  429. package/dist/sandbox/ledger-paths.cjs.map +1 -1
  430. package/dist/sandbox/ledger-paths.d.cts +3 -13
  431. package/dist/sandbox/ledger-paths.d.mts +3 -13
  432. package/dist/sandbox/ledger-paths.d.ts +3 -13
  433. package/dist/sandbox/ledger-paths.js +4 -8
  434. package/dist/sandbox/registry.cjs +1 -1
  435. package/dist/sandbox/registry.cjs.map +1 -1
  436. package/dist/sandbox/runtime.cjs +27 -37
  437. package/dist/sandbox/runtime.cjs.map +1 -1
  438. package/dist/sandbox/runtime.d.cts +1 -2
  439. package/dist/sandbox/runtime.d.mts +1 -2
  440. package/dist/sandbox/runtime.d.ts +1 -2
  441. package/dist/sandbox/runtime.js +6 -8
  442. package/dist/sandbox/types.cjs.map +1 -1
  443. package/dist/sandbox/types.d.cts +3 -3
  444. package/dist/sandbox/types.d.mts +3 -3
  445. package/dist/sandbox/types.d.ts +3 -3
  446. package/dist/sources/project.json +6 -0
  447. package/dist/vendor/remark/remark-gfm.cjs +72 -72
  448. package/dist/vendor/remark/remark-gfm.cjs.map +1 -1
  449. package/dist/vendor/remark/remark-parse.cjs +54 -54
  450. package/dist/vendor/remark/remark-parse.cjs.map +1 -1
  451. package/dist/vendor/remark/remark.cjs +125 -125
  452. package/dist/vendor/remark/remark.cjs.map +2 -2
  453. package/docs-site/zh/README.md +1 -1
  454. package/docs-site/zh/explanation/assert.mdx +4 -0
  455. package/docs-site/zh/explanation/judge.mdx +40 -9
  456. package/docs-site/zh/reference/cli.mdx +67 -43
  457. package/docs-site/zh/reference/define-agent.mdx +2 -2
  458. package/docs-site/zh/reference/report-components.mdx +4 -3
  459. package/docs-site/zh/troubleshooting/debug-sandbox.mdx +6 -0
  460. package/docs-site/zh/troubleshooting/debugging.mdx +28 -1
  461. package/docs-site/zh/tutorials/agent-feedback-loop.mdx +4 -2
  462. package/docs-site/zh/tutorials/concurrency.mdx +2 -2
  463. package/docs-site/zh/tutorials/custom-reports.mdx +175 -9
  464. package/docs-site/zh/tutorials/docker-in-docker.mdx +52 -7
  465. package/docs-site/zh/tutorials/eval-groups.mdx +1 -2
  466. package/docs-site/zh/tutorials/evaluation-kinds.mdx +39 -6
  467. package/docs-site/zh/tutorials/nixos-managed-dind.mdx +14 -5
  468. package/docs-site/zh/tutorials/sandbox-providers.mdx +1 -28
  469. package/docs-site/zh/tutorials/sandbox-reuse.mdx +1 -1
  470. package/docs-site/zh/tutorials/viewing-results.mdx +2 -0
  471. package/package.json +24 -19
  472. package/README.md +0 -176
  473. package/README.zh.md +0 -176
  474. package/dist/cli/record.cjs +0 -246
  475. package/dist/cli/record.cjs.map +0 -1
  476. package/dist/cli/record.d.cts +0 -40
  477. package/dist/cli/record.d.mts +0 -40
  478. package/dist/cli/record.d.ts +0 -40
  479. package/dist/cli/record.js +0 -10
  480. package/dist/cli/record.js.map +0 -1
  481. package/dist/sandbox/local.cjs +0 -361
  482. package/dist/sandbox/local.cjs.map +0 -1
  483. package/dist/sandbox/local.d.cts +0 -80
  484. package/dist/sandbox/local.d.mts +0 -80
  485. package/dist/sandbox/local.d.ts +0 -80
  486. package/dist/sandbox/local.js +0 -6
  487. package/dist/sandbox/local.js.map +0 -1
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js
36
+ // ../../node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js
37
37
  var require_extend = __commonJS({
38
- "node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js"(exports2, module2) {
38
+ "../../node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js"(exports2, module2) {
39
39
  "use strict";
40
40
  var hasOwn = Object.prototype.hasOwnProperty;
41
41
  var toStr = Object.prototype.toString;
@@ -124,14 +124,14 @@ var require_extend = __commonJS({
124
124
  }
125
125
  });
126
126
 
127
- // node_modules/.pnpm/remark@15.0.1_supports-color@10.2.2/node_modules/remark/index.js
127
+ // ../../node_modules/.pnpm/remark@15.0.1_supports-color@10.2.2/node_modules/remark/index.js
128
128
  var remark_exports = {};
129
129
  __export(remark_exports, {
130
130
  remark: () => remark
131
131
  });
132
132
  module.exports = __toCommonJS(remark_exports);
133
133
 
134
- // node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js
134
+ // ../../node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js
135
135
  var emptyOptions = {};
136
136
  function toString(value, options) {
137
137
  const settings = options || emptyOptions;
@@ -168,7 +168,7 @@ function node(value) {
168
168
  return Boolean(value && typeof value === "object");
169
169
  }
170
170
 
171
- // node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js
171
+ // ../../node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js
172
172
  var characterEntities = {
173
173
  AElig: "\xC6",
174
174
  AMP: "&",
@@ -2297,13 +2297,13 @@ var characterEntities = {
2297
2297
  zwnj: "\u200C"
2298
2298
  };
2299
2299
 
2300
- // node_modules/.pnpm/decode-named-character-reference@1.3.0/node_modules/decode-named-character-reference/index.js
2300
+ // ../../node_modules/.pnpm/decode-named-character-reference@1.3.0/node_modules/decode-named-character-reference/index.js
2301
2301
  var own = {}.hasOwnProperty;
2302
2302
  function decodeNamedCharacterReference(value) {
2303
2303
  return own.call(characterEntities, value) ? characterEntities[value] : false;
2304
2304
  }
2305
2305
 
2306
- // node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js
2306
+ // ../../node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js
2307
2307
  function splice(list4, start, remove, items) {
2308
2308
  const end = list4.length;
2309
2309
  let chunkStart = 0;
@@ -2337,7 +2337,7 @@ function push(list4, items) {
2337
2337
  return items;
2338
2338
  }
2339
2339
 
2340
- // node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js
2340
+ // ../../node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js
2341
2341
  var hasOwnProperty = {}.hasOwnProperty;
2342
2342
  function combineExtensions(extensions) {
2343
2343
  const all2 = {};
@@ -2377,7 +2377,7 @@ function constructs(existing, list4) {
2377
2377
  splice(existing, 0, 0, before);
2378
2378
  }
2379
2379
 
2380
- // node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js
2380
+ // ../../node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js
2381
2381
  function decodeNumericCharacterReference(value, base) {
2382
2382
  const code2 = Number.parseInt(value, base);
2383
2383
  if (
@@ -2395,12 +2395,12 @@ function decodeNumericCharacterReference(value, base) {
2395
2395
  return String.fromCodePoint(code2);
2396
2396
  }
2397
2397
 
2398
- // node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js
2398
+ // ../../node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js
2399
2399
  function normalizeIdentifier(value) {
2400
2400
  return value.replace(/[\t\n\r ]+/g, " ").replace(/^ | $/g, "").toLowerCase().toUpperCase();
2401
2401
  }
2402
2402
 
2403
- // node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js
2403
+ // ../../node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js
2404
2404
  var asciiAlpha = regexCheck(/[A-Za-z]/);
2405
2405
  var asciiAlphanumeric = regexCheck(/[\dA-Za-z]/);
2406
2406
  var asciiAtext = regexCheck(/[#-'*+\--9=?A-Z^-~]/);
@@ -2432,7 +2432,7 @@ function regexCheck(regex) {
2432
2432
  }
2433
2433
  }
2434
2434
 
2435
- // node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js
2435
+ // ../../node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js
2436
2436
  function factorySpace(effects, ok3, type, max) {
2437
2437
  const limit = max ? max - 1 : Number.POSITIVE_INFINITY;
2438
2438
  let size = 0;
@@ -2454,7 +2454,7 @@ function factorySpace(effects, ok3, type, max) {
2454
2454
  }
2455
2455
  }
2456
2456
 
2457
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/initialize/content.js
2457
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/initialize/content.js
2458
2458
  var content = {
2459
2459
  tokenize: initializeContent
2460
2460
  };
@@ -2504,7 +2504,7 @@ function initializeContent(effects) {
2504
2504
  }
2505
2505
  }
2506
2506
 
2507
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/initialize/document.js
2507
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/initialize/document.js
2508
2508
  var document = {
2509
2509
  tokenize: initializeDocument
2510
2510
  };
@@ -2686,7 +2686,7 @@ function tokenizeContainer(effects, ok3, nok) {
2686
2686
  return factorySpace(effects, effects.attempt(this.parser.constructs.document, ok3, nok), "linePrefix", this.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4);
2687
2687
  }
2688
2688
 
2689
- // node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js
2689
+ // ../../node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js
2690
2690
  function classifyCharacter(code2) {
2691
2691
  if (code2 === null || markdownLineEndingOrSpace(code2) || unicodeWhitespace(code2)) {
2692
2692
  return 1;
@@ -2696,7 +2696,7 @@ function classifyCharacter(code2) {
2696
2696
  }
2697
2697
  }
2698
2698
 
2699
- // node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js
2699
+ // ../../node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js
2700
2700
  function resolveAll(constructs2, events, context) {
2701
2701
  const called = [];
2702
2702
  let index2 = -1;
@@ -2710,7 +2710,7 @@ function resolveAll(constructs2, events, context) {
2710
2710
  return events;
2711
2711
  }
2712
2712
 
2713
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js
2713
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js
2714
2714
  var attention = {
2715
2715
  name: "attention",
2716
2716
  resolveAll: resolveAllAttention,
@@ -2841,7 +2841,7 @@ function movePoint(point3, offset) {
2841
2841
  point3._bufferIndex += offset;
2842
2842
  }
2843
2843
 
2844
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js
2844
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js
2845
2845
  var autolink = {
2846
2846
  name: "autolink",
2847
2847
  tokenize: tokenizeAutolink
@@ -2942,7 +2942,7 @@ function tokenizeAutolink(effects, ok3, nok) {
2942
2942
  }
2943
2943
  }
2944
2944
 
2945
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js
2945
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js
2946
2946
  var blankLine = {
2947
2947
  partial: true,
2948
2948
  tokenize: tokenizeBlankLine
@@ -2957,7 +2957,7 @@ function tokenizeBlankLine(effects, ok3, nok) {
2957
2957
  }
2958
2958
  }
2959
2959
 
2960
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js
2960
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js
2961
2961
  var blockQuote = {
2962
2962
  continuation: {
2963
2963
  tokenize: tokenizeBlockQuoteContinuation
@@ -3015,7 +3015,7 @@ function exit(effects) {
3015
3015
  effects.exit("blockQuote");
3016
3016
  }
3017
3017
 
3018
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js
3018
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js
3019
3019
  var characterEscape = {
3020
3020
  name: "characterEscape",
3021
3021
  tokenize: tokenizeCharacterEscape
@@ -3041,7 +3041,7 @@ function tokenizeCharacterEscape(effects, ok3, nok) {
3041
3041
  }
3042
3042
  }
3043
3043
 
3044
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js
3044
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js
3045
3045
  var characterReference = {
3046
3046
  name: "characterReference",
3047
3047
  tokenize: tokenizeCharacterReference
@@ -3106,7 +3106,7 @@ function tokenizeCharacterReference(effects, ok3, nok) {
3106
3106
  }
3107
3107
  }
3108
3108
 
3109
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js
3109
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js
3110
3110
  var nonLazyContinuation = {
3111
3111
  partial: true,
3112
3112
  tokenize: tokenizeNonLazyContinuation
@@ -3289,7 +3289,7 @@ function tokenizeNonLazyContinuation(effects, ok3, nok) {
3289
3289
  }
3290
3290
  }
3291
3291
 
3292
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js
3292
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js
3293
3293
  var codeIndented = {
3294
3294
  name: "codeIndented",
3295
3295
  tokenize: tokenizeCodeIndented
@@ -3353,7 +3353,7 @@ function tokenizeFurtherStart(effects, ok3, nok) {
3353
3353
  }
3354
3354
  }
3355
3355
 
3356
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js
3356
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js
3357
3357
  var codeText = {
3358
3358
  name: "codeText",
3359
3359
  previous,
@@ -3468,7 +3468,7 @@ function tokenizeCodeText(effects, ok3, nok) {
3468
3468
  }
3469
3469
  }
3470
3470
 
3471
- // node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js
3471
+ // ../../node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js
3472
3472
  var SpliceBuffer = class {
3473
3473
  /**
3474
3474
  * @param {ReadonlyArray<T> | null | undefined} [initial]
@@ -3661,7 +3661,7 @@ function chunkedPush(list4, right) {
3661
3661
  }
3662
3662
  }
3663
3663
 
3664
- // node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js
3664
+ // ../../node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js
3665
3665
  function subtokenize(eventsArray) {
3666
3666
  const jumps = {};
3667
3667
  let index2 = -1;
@@ -3814,7 +3814,7 @@ function subcontent(events, eventIndex) {
3814
3814
  return gaps;
3815
3815
  }
3816
3816
 
3817
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js
3817
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js
3818
3818
  var content2 = {
3819
3819
  resolve: resolveContent,
3820
3820
  tokenize: tokenizeContent
@@ -3885,7 +3885,7 @@ function tokenizeContinuation(effects, ok3, nok) {
3885
3885
  }
3886
3886
  }
3887
3887
 
3888
- // node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js
3888
+ // ../../node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js
3889
3889
  function factoryDestination(effects, ok3, nok, type, literalType, literalMarkerType, rawType, stringType, max) {
3890
3890
  const limit = max || Number.POSITIVE_INFINITY;
3891
3891
  let balance = 0;
@@ -3977,7 +3977,7 @@ function factoryDestination(effects, ok3, nok, type, literalType, literalMarkerT
3977
3977
  }
3978
3978
  }
3979
3979
 
3980
- // node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js
3980
+ // ../../node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js
3981
3981
  function factoryLabel(effects, ok3, nok, type, markerType, stringType) {
3982
3982
  const self = this;
3983
3983
  let size = 0;
@@ -4038,7 +4038,7 @@ function factoryLabel(effects, ok3, nok, type, markerType, stringType) {
4038
4038
  }
4039
4039
  }
4040
4040
 
4041
- // node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js
4041
+ // ../../node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js
4042
4042
  function factoryTitle(effects, ok3, nok, type, markerType, stringType) {
4043
4043
  let marker;
4044
4044
  return start;
@@ -4100,7 +4100,7 @@ function factoryTitle(effects, ok3, nok, type, markerType, stringType) {
4100
4100
  }
4101
4101
  }
4102
4102
 
4103
- // node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js
4103
+ // ../../node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js
4104
4104
  function factoryWhitespace(effects, ok3) {
4105
4105
  let seen;
4106
4106
  return start;
@@ -4119,7 +4119,7 @@ function factoryWhitespace(effects, ok3) {
4119
4119
  }
4120
4120
  }
4121
4121
 
4122
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js
4122
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js
4123
4123
  var definition = {
4124
4124
  name: "definition",
4125
4125
  tokenize: tokenizeDefinition
@@ -4205,7 +4205,7 @@ function tokenizeTitleBefore(effects, ok3, nok) {
4205
4205
  }
4206
4206
  }
4207
4207
 
4208
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js
4208
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js
4209
4209
  var hardBreakEscape = {
4210
4210
  name: "hardBreakEscape",
4211
4211
  tokenize: tokenizeHardBreakEscape
@@ -4226,7 +4226,7 @@ function tokenizeHardBreakEscape(effects, ok3, nok) {
4226
4226
  }
4227
4227
  }
4228
4228
 
4229
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js
4229
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js
4230
4230
  var headingAtx = {
4231
4231
  name: "headingAtx",
4232
4232
  resolve: resolveHeadingAtx,
@@ -4317,7 +4317,7 @@ function tokenizeHeadingAtx(effects, ok3, nok) {
4317
4317
  }
4318
4318
  }
4319
4319
 
4320
- // node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js
4320
+ // ../../node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js
4321
4321
  var htmlBlockNames = [
4322
4322
  "address",
4323
4323
  "article",
@@ -4384,7 +4384,7 @@ var htmlBlockNames = [
4384
4384
  ];
4385
4385
  var htmlRawNames = ["pre", "script", "style", "textarea"];
4386
4386
 
4387
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js
4387
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js
4388
4388
  var htmlFlow = {
4389
4389
  concrete: true,
4390
4390
  name: "htmlFlow",
@@ -4763,7 +4763,7 @@ function tokenizeBlankLineBefore(effects, ok3, nok) {
4763
4763
  }
4764
4764
  }
4765
4765
 
4766
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js
4766
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js
4767
4767
  var htmlText = {
4768
4768
  name: "htmlText",
4769
4769
  tokenize: tokenizeHtmlText
@@ -5069,7 +5069,7 @@ function tokenizeHtmlText(effects, ok3, nok) {
5069
5069
  }
5070
5070
  }
5071
5071
 
5072
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js
5072
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js
5073
5073
  var labelEnd = {
5074
5074
  name: "labelEnd",
5075
5075
  resolveAll: resolveAllLabelEnd,
@@ -5295,7 +5295,7 @@ function tokenizeReferenceCollapsed(effects, ok3, nok) {
5295
5295
  }
5296
5296
  }
5297
5297
 
5298
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js
5298
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js
5299
5299
  var labelStartImage = {
5300
5300
  name: "labelStartImage",
5301
5301
  resolveAll: labelEnd.resolveAll,
@@ -5326,7 +5326,7 @@ function tokenizeLabelStartImage(effects, ok3, nok) {
5326
5326
  }
5327
5327
  }
5328
5328
 
5329
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js
5329
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js
5330
5330
  var labelStartLink = {
5331
5331
  name: "labelStartLink",
5332
5332
  resolveAll: labelEnd.resolveAll,
@@ -5348,7 +5348,7 @@ function tokenizeLabelStartLink(effects, ok3, nok) {
5348
5348
  }
5349
5349
  }
5350
5350
 
5351
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js
5351
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js
5352
5352
  var lineEnding = {
5353
5353
  name: "lineEnding",
5354
5354
  tokenize: tokenizeLineEnding
@@ -5363,7 +5363,7 @@ function tokenizeLineEnding(effects, ok3) {
5363
5363
  }
5364
5364
  }
5365
5365
 
5366
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js
5366
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js
5367
5367
  var thematicBreak = {
5368
5368
  name: "thematicBreak",
5369
5369
  tokenize: tokenizeThematicBreak
@@ -5402,7 +5402,7 @@ function tokenizeThematicBreak(effects, ok3, nok) {
5402
5402
  }
5403
5403
  }
5404
5404
 
5405
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js
5405
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js
5406
5406
  var list = {
5407
5407
  continuation: {
5408
5408
  tokenize: tokenizeListContinuation
@@ -5532,7 +5532,7 @@ function tokenizeListItemPrefixWhitespace(effects, ok3, nok) {
5532
5532
  }
5533
5533
  }
5534
5534
 
5535
- // node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js
5535
+ // ../../node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js
5536
5536
  var setextUnderline = {
5537
5537
  name: "setextUnderline",
5538
5538
  resolveTo: resolveToSetextUnderline,
@@ -5624,7 +5624,7 @@ function tokenizeSetextUnderline(effects, ok3, nok) {
5624
5624
  }
5625
5625
  }
5626
5626
 
5627
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/initialize/flow.js
5627
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/initialize/flow.js
5628
5628
  var flow = {
5629
5629
  tokenize: initializeFlow
5630
5630
  };
@@ -5662,7 +5662,7 @@ function initializeFlow(effects) {
5662
5662
  }
5663
5663
  }
5664
5664
 
5665
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/initialize/text.js
5665
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/initialize/text.js
5666
5666
  var resolver = {
5667
5667
  resolveAll: createResolver()
5668
5668
  };
@@ -5801,7 +5801,7 @@ function resolveAllLineSuffixes(events, context) {
5801
5801
  return events;
5802
5802
  }
5803
5803
 
5804
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/constructs.js
5804
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/constructs.js
5805
5805
  var constructs_exports = {};
5806
5806
  __export(constructs_exports, {
5807
5807
  attentionMarkers: () => attentionMarkers,
@@ -5876,7 +5876,7 @@ var disable = {
5876
5876
  null: []
5877
5877
  };
5878
5878
 
5879
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/create-tokenizer.js
5879
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/create-tokenizer.js
5880
5880
  function createTokenizer(parser, initialize, from) {
5881
5881
  let point3 = {
5882
5882
  _bufferIndex: -1,
@@ -6199,7 +6199,7 @@ function serializeChunks(chunks, expandTabs) {
6199
6199
  return result.join("");
6200
6200
  }
6201
6201
 
6202
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/parse.js
6202
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/parse.js
6203
6203
  function parse(options) {
6204
6204
  const settings = options || {};
6205
6205
  const constructs2 = (
@@ -6225,14 +6225,14 @@ function parse(options) {
6225
6225
  }
6226
6226
  }
6227
6227
 
6228
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/postprocess.js
6228
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/postprocess.js
6229
6229
  function postprocess(events) {
6230
6230
  while (!subtokenize(events)) {
6231
6231
  }
6232
6232
  return events;
6233
6233
  }
6234
6234
 
6235
- // node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/preprocess.js
6235
+ // ../../node_modules/.pnpm/micromark@4.0.2_supports-color@10.2.2/node_modules/micromark/lib/preprocess.js
6236
6236
  var search = /[\0\t\n\r]/g;
6237
6237
  function preprocess() {
6238
6238
  let column = 1;
@@ -6311,7 +6311,7 @@ function preprocess() {
6311
6311
  }
6312
6312
  }
6313
6313
 
6314
- // node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js
6314
+ // ../../node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js
6315
6315
  var characterEscapeOrReference = /\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;
6316
6316
  function decodeString(value) {
6317
6317
  return value.replace(characterEscapeOrReference, decode);
@@ -6329,7 +6329,7 @@ function decode($0, $1, $2) {
6329
6329
  return decodeNamedCharacterReference($2) || $0;
6330
6330
  }
6331
6331
 
6332
- // node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js
6332
+ // ../../node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js
6333
6333
  function stringifyPosition(value) {
6334
6334
  if (!value || typeof value !== "object") {
6335
6335
  return "";
@@ -6355,7 +6355,7 @@ function index(value) {
6355
6355
  return value && typeof value === "number" ? value : 1;
6356
6356
  }
6357
6357
 
6358
- // node_modules/.pnpm/mdast-util-from-markdown@2.0.3_supports-color@10.2.2/node_modules/mdast-util-from-markdown/lib/index.js
6358
+ // ../../node_modules/.pnpm/mdast-util-from-markdown@2.0.3_supports-color@10.2.2/node_modules/mdast-util-from-markdown/lib/index.js
6359
6359
  var own2 = {}.hasOwnProperty;
6360
6360
  function fromMarkdown(value, encoding, options) {
6361
6361
  if (encoding && typeof encoding === "object") {
@@ -7064,7 +7064,7 @@ function defaultOnError(left, right) {
7064
7064
  }
7065
7065
  }
7066
7066
 
7067
- // node_modules/.pnpm/remark-parse@11.0.0_supports-color@10.2.2/node_modules/remark-parse/lib/index.js
7067
+ // ../../node_modules/.pnpm/remark-parse@11.0.0_supports-color@10.2.2/node_modules/remark-parse/lib/index.js
7068
7068
  function remarkParse(options) {
7069
7069
  const self = this;
7070
7070
  self.parser = parser;
@@ -7081,7 +7081,7 @@ function remarkParse(options) {
7081
7081
  }
7082
7082
  }
7083
7083
 
7084
- // node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js
7084
+ // ../../node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js
7085
7085
  var own3 = {}.hasOwnProperty;
7086
7086
  function zwitch(key, options) {
7087
7087
  const settings = options || {};
@@ -7102,7 +7102,7 @@ function zwitch(key, options) {
7102
7102
  return one2;
7103
7103
  }
7104
7104
 
7105
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js
7105
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js
7106
7106
  var own4 = {}.hasOwnProperty;
7107
7107
  function configure2(base, extension2) {
7108
7108
  let index2 = -1;
@@ -7150,7 +7150,7 @@ function map(left, right) {
7150
7150
  }
7151
7151
  }
7152
7152
 
7153
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js
7153
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js
7154
7154
  function blockquote(node2, _, state, info) {
7155
7155
  const exit2 = state.enter("blockquote");
7156
7156
  const tracker = state.createTracker(info);
@@ -7167,7 +7167,7 @@ function map2(line, _, blank) {
7167
7167
  return ">" + (blank ? "" : " ") + line;
7168
7168
  }
7169
7169
 
7170
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js
7170
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js
7171
7171
  function patternInScope(stack, pattern) {
7172
7172
  return listInScope(stack, pattern.inConstruct, true) && !listInScope(stack, pattern.notInConstruct, false);
7173
7173
  }
@@ -7187,7 +7187,7 @@ function listInScope(stack, list4, none) {
7187
7187
  return false;
7188
7188
  }
7189
7189
 
7190
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js
7190
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js
7191
7191
  function hardBreak(_, _1, state, info) {
7192
7192
  let index2 = -1;
7193
7193
  while (++index2 < state.unsafe.length) {
@@ -7198,7 +7198,7 @@ function hardBreak(_, _1, state, info) {
7198
7198
  return "\\\n";
7199
7199
  }
7200
7200
 
7201
- // node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js
7201
+ // ../../node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js
7202
7202
  function longestStreak(value, substring) {
7203
7203
  const source = String(value);
7204
7204
  let index2 = source.indexOf(substring);
@@ -7222,7 +7222,7 @@ function longestStreak(value, substring) {
7222
7222
  return max;
7223
7223
  }
7224
7224
 
7225
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js
7225
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js
7226
7226
  function formatCodeAsIndented(node2, state) {
7227
7227
  return Boolean(
7228
7228
  state.options.fences === false && node2.value && // If there’s no info…
@@ -7232,7 +7232,7 @@ function formatCodeAsIndented(node2, state) {
7232
7232
  );
7233
7233
  }
7234
7234
 
7235
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js
7235
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js
7236
7236
  function checkFence(state) {
7237
7237
  const marker = state.options.fence || "`";
7238
7238
  if (marker !== "`" && marker !== "~") {
@@ -7243,7 +7243,7 @@ function checkFence(state) {
7243
7243
  return marker;
7244
7244
  }
7245
7245
 
7246
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js
7246
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js
7247
7247
  function code(node2, _, state, info) {
7248
7248
  const marker = checkFence(state);
7249
7249
  const raw = node2.value || "";
@@ -7295,7 +7295,7 @@ function map3(line, _, blank) {
7295
7295
  return (blank ? "" : " ") + line;
7296
7296
  }
7297
7297
 
7298
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js
7298
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js
7299
7299
  function checkQuote(state) {
7300
7300
  const marker = state.options.quote || '"';
7301
7301
  if (marker !== '"' && marker !== "'") {
@@ -7306,7 +7306,7 @@ function checkQuote(state) {
7306
7306
  return marker;
7307
7307
  }
7308
7308
 
7309
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js
7309
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js
7310
7310
  function definition2(node2, _, state, info) {
7311
7311
  const quote = checkQuote(state);
7312
7312
  const suffix = quote === '"' ? "Quote" : "Apostrophe";
@@ -7362,7 +7362,7 @@ function definition2(node2, _, state, info) {
7362
7362
  return value;
7363
7363
  }
7364
7364
 
7365
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js
7365
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js
7366
7366
  function checkEmphasis(state) {
7367
7367
  const marker = state.options.emphasis || "*";
7368
7368
  if (marker !== "*" && marker !== "_") {
@@ -7373,12 +7373,12 @@ function checkEmphasis(state) {
7373
7373
  return marker;
7374
7374
  }
7375
7375
 
7376
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js
7376
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js
7377
7377
  function encodeCharacterReference(code2) {
7378
7378
  return "&#x" + code2.toString(16).toUpperCase() + ";";
7379
7379
  }
7380
7380
 
7381
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js
7381
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js
7382
7382
  function encodeInfo(outside, inside, marker) {
7383
7383
  const outsideKind = classifyCharacter(outside);
7384
7384
  const insideKind = classifyCharacter(inside);
@@ -7420,7 +7420,7 @@ function encodeInfo(outside, inside, marker) {
7420
7420
  );
7421
7421
  }
7422
7422
 
7423
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js
7423
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js
7424
7424
  emphasis.peek = emphasisPeek;
7425
7425
  function emphasis(node2, _, state, info) {
7426
7426
  const marker = checkEmphasis(state);
@@ -7460,7 +7460,7 @@ function emphasisPeek(_, _1, state) {
7460
7460
  return state.options.emphasis || "*";
7461
7461
  }
7462
7462
 
7463
- // node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js
7463
+ // ../../node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js
7464
7464
  var convert = (
7465
7465
  // Note: overloads in JSDoc can’t yet use different `@template`s.
7466
7466
  /**
@@ -7559,12 +7559,12 @@ function looksLikeANode(value) {
7559
7559
  return value !== null && typeof value === "object" && "type" in value;
7560
7560
  }
7561
7561
 
7562
- // node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.node.js
7562
+ // ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.node.js
7563
7563
  function color(d) {
7564
7564
  return "\x1B[33m" + d + "\x1B[39m";
7565
7565
  }
7566
7566
 
7567
- // node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js
7567
+ // ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js
7568
7568
  var empty = [];
7569
7569
  var CONTINUE = true;
7570
7570
  var EXIT = false;
@@ -7641,7 +7641,7 @@ function toResult(value) {
7641
7641
  return value === null || value === void 0 ? empty : [value];
7642
7642
  }
7643
7643
 
7644
- // node_modules/.pnpm/unist-util-visit@5.1.0/node_modules/unist-util-visit/lib/index.js
7644
+ // ../../node_modules/.pnpm/unist-util-visit@5.1.0/node_modules/unist-util-visit/lib/index.js
7645
7645
  function visit(tree, testOrVisitor, visitorOrReverse, maybeReverse) {
7646
7646
  let reverse;
7647
7647
  let test;
@@ -7663,7 +7663,7 @@ function visit(tree, testOrVisitor, visitorOrReverse, maybeReverse) {
7663
7663
  }
7664
7664
  }
7665
7665
 
7666
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js
7666
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js
7667
7667
  function formatHeadingAsSetext(node2, state) {
7668
7668
  let literalWithBreak = false;
7669
7669
  visit(node2, function(node3) {
@@ -7677,7 +7677,7 @@ function formatHeadingAsSetext(node2, state) {
7677
7677
  );
7678
7678
  }
7679
7679
 
7680
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js
7680
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js
7681
7681
  function heading(node2, _, state, info) {
7682
7682
  const rank = Math.max(Math.min(6, node2.depth || 1), 1);
7683
7683
  const tracker = state.createTracker(info);
@@ -7719,7 +7719,7 @@ function heading(node2, _, state, info) {
7719
7719
  return value;
7720
7720
  }
7721
7721
 
7722
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js
7722
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js
7723
7723
  html.peek = htmlPeek;
7724
7724
  function html(node2) {
7725
7725
  return node2.value || "";
@@ -7728,7 +7728,7 @@ function htmlPeek() {
7728
7728
  return "<";
7729
7729
  }
7730
7730
 
7731
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js
7731
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js
7732
7732
  image.peek = imagePeek;
7733
7733
  function image(node2, _, state, info) {
7734
7734
  const quote = checkQuote(state);
@@ -7785,7 +7785,7 @@ function imagePeek() {
7785
7785
  return "!";
7786
7786
  }
7787
7787
 
7788
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js
7788
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js
7789
7789
  imageReference.peek = imageReferencePeek;
7790
7790
  function imageReference(node2, _, state, info) {
7791
7791
  const type = node2.referenceType;
@@ -7824,7 +7824,7 @@ function imageReferencePeek() {
7824
7824
  return "!";
7825
7825
  }
7826
7826
 
7827
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js
7827
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js
7828
7828
  inlineCode.peek = inlineCodePeek;
7829
7829
  function inlineCode(node2, _, state) {
7830
7830
  let value = node2.value || "";
@@ -7855,7 +7855,7 @@ function inlineCodePeek() {
7855
7855
  return "`";
7856
7856
  }
7857
7857
 
7858
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js
7858
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js
7859
7859
  function formatLinkAsAutolink(node2, state) {
7860
7860
  const raw = toString(node2);
7861
7861
  return Boolean(
@@ -7870,7 +7870,7 @@ function formatLinkAsAutolink(node2, state) {
7870
7870
  );
7871
7871
  }
7872
7872
 
7873
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js
7873
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js
7874
7874
  link.peek = linkPeek;
7875
7875
  function link(node2, _, state, info) {
7876
7876
  const quote = checkQuote(state);
@@ -7950,7 +7950,7 @@ function linkPeek(node2, _, state) {
7950
7950
  return formatLinkAsAutolink(node2, state) ? "<" : "[";
7951
7951
  }
7952
7952
 
7953
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js
7953
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js
7954
7954
  linkReference.peek = linkReferencePeek;
7955
7955
  function linkReference(node2, _, state, info) {
7956
7956
  const type = node2.referenceType;
@@ -7989,7 +7989,7 @@ function linkReferencePeek() {
7989
7989
  return "[";
7990
7990
  }
7991
7991
 
7992
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js
7992
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js
7993
7993
  function checkBullet(state) {
7994
7994
  const marker = state.options.bullet || "*";
7995
7995
  if (marker !== "*" && marker !== "+" && marker !== "-") {
@@ -8000,7 +8000,7 @@ function checkBullet(state) {
8000
8000
  return marker;
8001
8001
  }
8002
8002
 
8003
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js
8003
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js
8004
8004
  function checkBulletOther(state) {
8005
8005
  const bullet = checkBullet(state);
8006
8006
  const bulletOther = state.options.bulletOther;
@@ -8020,7 +8020,7 @@ function checkBulletOther(state) {
8020
8020
  return bulletOther;
8021
8021
  }
8022
8022
 
8023
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js
8023
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js
8024
8024
  function checkBulletOrdered(state) {
8025
8025
  const marker = state.options.bulletOrdered || ".";
8026
8026
  if (marker !== "." && marker !== ")") {
@@ -8031,7 +8031,7 @@ function checkBulletOrdered(state) {
8031
8031
  return marker;
8032
8032
  }
8033
8033
 
8034
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js
8034
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js
8035
8035
  function checkRule(state) {
8036
8036
  const marker = state.options.rule || "*";
8037
8037
  if (marker !== "*" && marker !== "-" && marker !== "_") {
@@ -8042,7 +8042,7 @@ function checkRule(state) {
8042
8042
  return marker;
8043
8043
  }
8044
8044
 
8045
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js
8045
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js
8046
8046
  function list3(node2, parent, state, info) {
8047
8047
  const exit2 = state.enter("list");
8048
8048
  const bulletCurrent = state.bulletCurrent;
@@ -8082,7 +8082,7 @@ function list3(node2, parent, state, info) {
8082
8082
  return value;
8083
8083
  }
8084
8084
 
8085
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js
8085
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js
8086
8086
  function checkListItemIndent(state) {
8087
8087
  const style = state.options.listItemIndent || "one";
8088
8088
  if (style !== "tab" && style !== "one" && style !== "mixed") {
@@ -8093,7 +8093,7 @@ function checkListItemIndent(state) {
8093
8093
  return style;
8094
8094
  }
8095
8095
 
8096
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js
8096
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js
8097
8097
  function listItem(node2, parent, state, info) {
8098
8098
  const listItemIndent = checkListItemIndent(state);
8099
8099
  let bullet = state.bulletCurrent || checkBullet(state);
@@ -8122,7 +8122,7 @@ function listItem(node2, parent, state, info) {
8122
8122
  }
8123
8123
  }
8124
8124
 
8125
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js
8125
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js
8126
8126
  function paragraph(node2, _, state, info) {
8127
8127
  const exit2 = state.enter("paragraph");
8128
8128
  const subexit = state.enter("phrasing");
@@ -8132,7 +8132,7 @@ function paragraph(node2, _, state, info) {
8132
8132
  return value;
8133
8133
  }
8134
8134
 
8135
- // node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js
8135
+ // ../../node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js
8136
8136
  var phrasing = (
8137
8137
  /** @type {(node?: unknown) => node is Exclude<PhrasingContent, Html>} */
8138
8138
  convert([
@@ -8160,7 +8160,7 @@ var phrasing = (
8160
8160
  ])
8161
8161
  );
8162
8162
 
8163
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js
8163
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js
8164
8164
  function root(node2, _, state, info) {
8165
8165
  const hasPhrasing = node2.children.some(function(d) {
8166
8166
  return phrasing(d);
@@ -8169,7 +8169,7 @@ function root(node2, _, state, info) {
8169
8169
  return container.call(state, node2, info);
8170
8170
  }
8171
8171
 
8172
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js
8172
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js
8173
8173
  function checkStrong(state) {
8174
8174
  const marker = state.options.strong || "*";
8175
8175
  if (marker !== "*" && marker !== "_") {
@@ -8180,7 +8180,7 @@ function checkStrong(state) {
8180
8180
  return marker;
8181
8181
  }
8182
8182
 
8183
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js
8183
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js
8184
8184
  strong.peek = strongPeek;
8185
8185
  function strong(node2, _, state, info) {
8186
8186
  const marker = checkStrong(state);
@@ -8220,12 +8220,12 @@ function strongPeek(_, _1, state) {
8220
8220
  return state.options.strong || "*";
8221
8221
  }
8222
8222
 
8223
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js
8223
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js
8224
8224
  function text3(node2, _, state, info) {
8225
8225
  return state.safe(node2.value, info);
8226
8226
  }
8227
8227
 
8228
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js
8228
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js
8229
8229
  function checkRuleRepetition(state) {
8230
8230
  const repetition = state.options.ruleRepetition || 3;
8231
8231
  if (repetition < 3) {
@@ -8236,13 +8236,13 @@ function checkRuleRepetition(state) {
8236
8236
  return repetition;
8237
8237
  }
8238
8238
 
8239
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js
8239
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js
8240
8240
  function thematicBreak2(_, _1, state) {
8241
8241
  const value = (checkRule(state) + (state.options.ruleSpaces ? " " : "")).repeat(checkRuleRepetition(state));
8242
8242
  return state.options.ruleSpaces ? value.slice(0, -1) : value;
8243
8243
  }
8244
8244
 
8245
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js
8245
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js
8246
8246
  var handle = {
8247
8247
  blockquote,
8248
8248
  break: hardBreak,
@@ -8266,7 +8266,7 @@ var handle = {
8266
8266
  thematicBreak: thematicBreak2
8267
8267
  };
8268
8268
 
8269
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js
8269
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js
8270
8270
  var join = [joinDefaults];
8271
8271
  function joinDefaults(left, right, parent, state) {
8272
8272
  if (right.type === "code" && formatCodeAsIndented(right, state) && (left.type === "list" || left.type === right.type && formatCodeAsIndented(left, state))) {
@@ -8282,7 +8282,7 @@ function joinDefaults(left, right, parent, state) {
8282
8282
  }
8283
8283
  }
8284
8284
 
8285
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js
8285
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js
8286
8286
  var fullPhrasingSpans = [
8287
8287
  "autolink",
8288
8288
  "destinationLiteral",
@@ -8416,7 +8416,7 @@ var unsafe = [
8416
8416
  { atBreak: true, character: "~" }
8417
8417
  ];
8418
8418
 
8419
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js
8419
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js
8420
8420
  function association(node2) {
8421
8421
  if (node2.label || !node2.identifier) {
8422
8422
  return node2.label || "";
@@ -8424,7 +8424,7 @@ function association(node2) {
8424
8424
  return decodeString(node2.identifier);
8425
8425
  }
8426
8426
 
8427
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js
8427
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js
8428
8428
  function compilePattern(pattern) {
8429
8429
  if (!pattern._compiled) {
8430
8430
  const before = (pattern.atBreak ? "[\\r\\n][\\t ]*" : "") + (pattern.before ? "(?:" + pattern.before + ")" : "");
@@ -8436,7 +8436,7 @@ function compilePattern(pattern) {
8436
8436
  return pattern._compiled;
8437
8437
  }
8438
8438
 
8439
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js
8439
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js
8440
8440
  function containerPhrasing(parent, state, info) {
8441
8441
  const indexStack = state.indexStack;
8442
8442
  const children = parent.children || [];
@@ -8495,7 +8495,7 @@ function containerPhrasing(parent, state, info) {
8495
8495
  return results.join("");
8496
8496
  }
8497
8497
 
8498
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js
8498
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js
8499
8499
  function containerFlow(parent, state, info) {
8500
8500
  const indexStack = state.indexStack;
8501
8501
  const children = parent.children || [];
@@ -8544,7 +8544,7 @@ function between(left, right, parent, state) {
8544
8544
  return "\n\n";
8545
8545
  }
8546
8546
 
8547
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js
8547
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js
8548
8548
  var eol = /\r?\n|\r/g;
8549
8549
  function indentLines(value, map4) {
8550
8550
  const result = [];
@@ -8564,7 +8564,7 @@ function indentLines(value, map4) {
8564
8564
  }
8565
8565
  }
8566
8566
 
8567
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js
8567
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js
8568
8568
  function safe(state, input, config) {
8569
8569
  const value = (config.before || "") + (input || "") + (config.after || "");
8570
8570
  const positions = [];
@@ -8646,7 +8646,7 @@ function escapeBackslashes(value, after) {
8646
8646
  return results.join("");
8647
8647
  }
8648
8648
 
8649
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js
8649
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js
8650
8650
  function track(config) {
8651
8651
  const options = config || {};
8652
8652
  const now = options.now || {};
@@ -8670,7 +8670,7 @@ function track(config) {
8670
8670
  }
8671
8671
  }
8672
8672
 
8673
- // node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js
8673
+ // ../../node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js
8674
8674
  function toMarkdown(tree, options) {
8675
8675
  const settings = options || {};
8676
8676
  const state = {
@@ -8745,7 +8745,7 @@ function safeBound(value, config) {
8745
8745
  return safe(this, value, config);
8746
8746
  }
8747
8747
 
8748
- // node_modules/.pnpm/remark-stringify@11.0.0/node_modules/remark-stringify/lib/index.js
8748
+ // ../../node_modules/.pnpm/remark-stringify@11.0.0/node_modules/remark-stringify/lib/index.js
8749
8749
  function remarkStringify(options) {
8750
8750
  const self = this;
8751
8751
  self.compiler = compiler2;
@@ -8761,21 +8761,21 @@ function remarkStringify(options) {
8761
8761
  }
8762
8762
  }
8763
8763
 
8764
- // node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js
8764
+ // ../../node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js
8765
8765
  function bail(error) {
8766
8766
  if (error) {
8767
8767
  throw error;
8768
8768
  }
8769
8769
  }
8770
8770
 
8771
- // node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js
8771
+ // ../../node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js
8772
8772
  var import_extend = __toESM(require_extend(), 1);
8773
8773
 
8774
- // node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js
8774
+ // ../../node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js
8775
8775
  function ok2() {
8776
8776
  }
8777
8777
 
8778
- // node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
8778
+ // ../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
8779
8779
  function isPlainObject(value) {
8780
8780
  if (typeof value !== "object" || value === null) {
8781
8781
  return false;
@@ -8784,7 +8784,7 @@ function isPlainObject(value) {
8784
8784
  return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
8785
8785
  }
8786
8786
 
8787
- // node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js
8787
+ // ../../node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js
8788
8788
  function trough() {
8789
8789
  const fns = [];
8790
8790
  const pipeline = { run, use };
@@ -8868,7 +8868,7 @@ function wrap(middleware, callback) {
8868
8868
  }
8869
8869
  }
8870
8870
 
8871
- // node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js
8871
+ // ../../node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js
8872
8872
  var VFileMessage = class extends Error {
8873
8873
  /**
8874
8874
  * Create a message for `reason`.
@@ -9004,16 +9004,16 @@ VFileMessage.prototype.place = void 0;
9004
9004
  VFileMessage.prototype.ruleId = void 0;
9005
9005
  VFileMessage.prototype.source = void 0;
9006
9006
 
9007
- // node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js
9007
+ // ../../node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js
9008
9008
  var import_node_path = __toESM(require("node:path"), 1);
9009
9009
 
9010
- // node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js
9010
+ // ../../node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js
9011
9011
  var import_node_process = __toESM(require("node:process"), 1);
9012
9012
 
9013
- // node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js
9013
+ // ../../node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js
9014
9014
  var import_node_url = require("node:url");
9015
9015
 
9016
- // node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js
9016
+ // ../../node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js
9017
9017
  function isUrl(fileUrlOrPath) {
9018
9018
  return Boolean(
9019
9019
  fileUrlOrPath !== null && typeof fileUrlOrPath === "object" && "href" in fileUrlOrPath && fileUrlOrPath.href && "protocol" in fileUrlOrPath && fileUrlOrPath.protocol && // @ts-expect-error: indexing is fine.
@@ -9021,7 +9021,7 @@ function isUrl(fileUrlOrPath) {
9021
9021
  );
9022
9022
  }
9023
9023
 
9024
- // node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js
9024
+ // ../../node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js
9025
9025
  var order = (
9026
9026
  /** @type {const} */
9027
9027
  [
@@ -9477,7 +9477,7 @@ function isUint8Array(value) {
9477
9477
  );
9478
9478
  }
9479
9479
 
9480
- // node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js
9480
+ // ../../node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js
9481
9481
  var CallableInstance = (
9482
9482
  /**
9483
9483
  * @type {new <Parameters extends Array<unknown>, Result>(property: string | symbol) => (...parameters: Parameters) => Result}
@@ -9506,7 +9506,7 @@ var CallableInstance = (
9506
9506
  })
9507
9507
  );
9508
9508
 
9509
- // node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js
9509
+ // ../../node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js
9510
9510
  var own5 = {}.hasOwnProperty;
9511
9511
  var Processor = class _Processor extends CallableInstance {
9512
9512
  /**
@@ -10142,7 +10142,7 @@ function isUint8Array2(value) {
10142
10142
  );
10143
10143
  }
10144
10144
 
10145
- // node_modules/.pnpm/remark@15.0.1_supports-color@10.2.2/node_modules/remark/index.js
10145
+ // ../../node_modules/.pnpm/remark@15.0.1_supports-color@10.2.2/node_modules/remark/index.js
10146
10146
  var remark = unified().use(remarkParse).use(remarkStringify).freeze();
10147
10147
  // Annotate the CommonJS export names for ESM import in node:
10148
10148
  0 && (module.exports = {