oh-my-opencode 5.0.0-beta.8 → 5.0.0-beta.81

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 (1236) hide show
  1. package/.agents/command/publish.md +59 -23
  2. package/.agents/command/remove-deadcode.md +1 -1
  3. package/.agents/skills/codex-qa/scripts/lsp-e2e.sh +1 -3
  4. package/.agents/skills/hyperplan/SKILL.md +5 -5
  5. package/.agents/skills/opencode-qa/scripts/lsp-e2e.sh +1 -1
  6. package/.agents/skills/pre-publish-review/SKILL.md +9 -12
  7. package/.agents/skills/publish/SKILL.md +59 -23
  8. package/.agents/skills/remove-deadcode/SKILL.md +1 -1
  9. package/.agents/skills/security-research/SKILL.md +4 -4
  10. package/.agents/skills/senpi-qa/SKILL.md +80 -0
  11. package/.agents/skills/senpi-qa/scripts/resolve-evidence-dir.mjs +65 -0
  12. package/.agents/skills/senpi-qa/scripts/resolve-evidence-dir.test.mjs +171 -0
  13. package/.agents/skills/tech-debt-audit/SKILL.md +6 -76
  14. package/.opencode/command/publish.md +59 -23
  15. package/.opencode/skills/pre-publish-review/SKILL.md +9 -12
  16. package/README.ja.md +66 -61
  17. package/README.ko.md +67 -62
  18. package/README.md +108 -182
  19. package/README.ru.md +63 -61
  20. package/README.zh-cn.md +62 -61
  21. package/THIRD-PARTY-NOTICES.md +35 -105
  22. package/dist/agents/atlas/agent.d.ts +0 -1
  23. package/dist/agents/gpt-prompt-identity.d.ts +1 -1
  24. package/dist/agents/sisyphus-runtime-prompt-reconciler.d.ts +15 -4
  25. package/dist/agents/types.d.ts +4 -2
  26. package/dist/cli/config-manager/parse-opencode-config-file.d.ts +2 -1
  27. package/dist/cli/doctor/checks/browser-provider.d.ts +2 -0
  28. package/dist/cli/doctor/checks/index.d.ts +2 -0
  29. package/dist/cli/doctor/checks/latest-version.d.ts +11 -0
  30. package/dist/cli/doctor/checks/system-plugin.d.ts +4 -3
  31. package/dist/cli/doctor/framework/constants.d.ts +5 -0
  32. package/dist/cli/doctor/framework/types.d.ts +2 -0
  33. package/dist/cli/fallback-lane-policy.d.ts +1 -0
  34. package/dist/cli/index.js +59118 -63486
  35. package/dist/cli/install-codex/install-codex-test-fixtures.d.ts +1 -1
  36. package/dist/cli/run/on-complete-hook.d.ts +2 -0
  37. package/dist/cli/runtime-commands.d.ts +1 -1
  38. package/dist/cli/worktree-sweep/classify.d.ts +16 -0
  39. package/dist/cli/worktree-sweep/format.d.ts +8 -0
  40. package/dist/cli/worktree-sweep/git.d.ts +19 -0
  41. package/dist/cli/worktree-sweep/index.d.ts +7 -0
  42. package/dist/cli/worktree-sweep/options.d.ts +2 -0
  43. package/dist/cli/worktree-sweep/parse-worktree-list.d.ts +8 -0
  44. package/dist/cli/worktree-sweep/sweep.d.ts +2 -0
  45. package/dist/cli/worktree-sweep/types.d.ts +65 -0
  46. package/dist/cli/worktree-sweep/worktree-sweep.d.ts +2 -0
  47. package/dist/cli-node/index.js +58841 -63186
  48. package/dist/config/index.d.ts +1 -1
  49. package/dist/config/schema/agent-names.d.ts +0 -1
  50. package/dist/config/schema/background-task.d.ts +1 -0
  51. package/dist/config/schema/browser-automation.d.ts +0 -2
  52. package/dist/config/schema/commands.d.ts +1 -1
  53. package/dist/config/schema/hooks.d.ts +1 -2
  54. package/dist/config/schema/oh-my-opencode-config.d.ts +5 -12
  55. package/dist/config/schema/ulw-execute.d.ts +5 -0
  56. package/dist/config/schema.d.ts +0 -1
  57. package/dist/config/validate.d.ts +2 -0
  58. package/dist/config-migration/category-deep-split.d.ts +3 -0
  59. package/dist/config-migration/migration-plans.d.ts +1 -0
  60. package/dist/create-hooks.d.ts +3 -2
  61. package/dist/features/background-agent/compaction-aware-message-resolver.d.ts +1 -0
  62. package/dist/features/background-agent/constants.d.ts +0 -7
  63. package/dist/features/background-agent/error-classifier.d.ts +1 -0
  64. package/dist/features/background-agent/manager.d.ts +9 -1
  65. package/dist/features/background-agent/parent-wake-dispatched-tracker.d.ts +0 -1
  66. package/dist/features/background-agent/parent-wake-notifier-types.d.ts +1 -1
  67. package/dist/features/background-agent/parent-wake-prompt-dispatch.d.ts +1 -1
  68. package/dist/features/background-agent/parent-wake-session-inspector.d.ts +1 -1
  69. package/dist/features/background-agent/subagent-spawn-limits.d.ts +8 -0
  70. package/dist/features/background-agent/types.d.ts +4 -0
  71. package/dist/features/boulder-state/storage.d.ts +1 -1
  72. package/dist/features/btw-side/btw-command-draft.d.ts +7 -0
  73. package/dist/features/btw-side/context-injector.d.ts +15 -0
  74. package/dist/features/btw-side/index.d.ts +8 -0
  75. package/dist/features/btw-side/metadata.d.ts +15 -0
  76. package/dist/features/btw-side/parent-context-budget.d.ts +9 -0
  77. package/dist/features/btw-side/server-session-registry.d.ts +8 -0
  78. package/dist/features/btw-side/tui-adoption-cache.d.ts +13 -0
  79. package/dist/features/btw-side/tui-adoption-guard.d.ts +5 -0
  80. package/dist/features/btw-side/tui-controller-types.d.ts +68 -0
  81. package/dist/features/btw-side/tui-controller.d.ts +19 -0
  82. package/dist/features/btw-side/tui-escape-return.d.ts +12 -0
  83. package/dist/features/btw-side/tui-keymap.d.ts +17 -0
  84. package/dist/features/btw-side/tui-parent-validator.d.ts +6 -0
  85. package/dist/features/btw-side/tui-picker-options.d.ts +20 -0
  86. package/dist/features/btw-side/tui-picker.d.ts +9 -0
  87. package/dist/features/btw-side/tui-prompt-queue.d.ts +8 -0
  88. package/dist/features/btw-side/tui-session-bridge.d.ts +11 -0
  89. package/dist/features/btw-side/tui-session-catalog.d.ts +35 -0
  90. package/dist/features/btw-side/tui-side-removal.d.ts +11 -0
  91. package/dist/features/btw-side/tui-side-start.d.ts +9 -0
  92. package/dist/features/btw-side/tui-wiring.d.ts +8 -0
  93. package/dist/features/builtin-commands/templates/hyperplan.d.ts +1 -1
  94. package/dist/features/builtin-commands/templates/refactor-sections/team-mode-addendum.d.ts +1 -1
  95. package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -1
  96. package/dist/features/builtin-commands/templates/ulw-execute.d.ts +1 -0
  97. package/dist/features/builtin-commands/types.d.ts +1 -1
  98. package/dist/features/claude-tasks/storage.d.ts +7 -2
  99. package/dist/features/hook-message-injector/index.d.ts +1 -0
  100. package/dist/features/hook-message-injector/sdk-message-lookup.d.ts +1 -0
  101. package/dist/features/monitor/manager-internals.d.ts +1 -1
  102. package/dist/features/monitor/output-injector-types.d.ts +1 -1
  103. package/dist/features/opengateway-provider/index.d.ts +13 -0
  104. package/dist/features/task-toast-manager/manager.d.ts +0 -24
  105. package/dist/features/team-mode/tools/lifecycle-inline-spec.d.ts +1 -1
  106. package/dist/features/team-mode/tools/messaging-fallback-wake.d.ts +17 -0
  107. package/dist/features/team-mode/tools/messaging-live-delivery-recipient.d.ts +3 -0
  108. package/dist/features/team-mode/tools/messaging-runtime.d.ts +7 -0
  109. package/dist/hooks/anthropic-context-window-limit-recovery/message-storage-directory.d.ts +0 -3
  110. package/dist/hooks/anthropic-context-window-limit-recovery/state.d.ts +1 -0
  111. package/dist/hooks/anthropic-context-window-limit-recovery/storage/empty-messages.d.ts +0 -1
  112. package/dist/hooks/anthropic-context-window-limit-recovery/tool-result-storage.d.ts +11 -0
  113. package/dist/hooks/atlas/atlas-hook.d.ts +1 -0
  114. package/dist/hooks/atlas/atlas-lifecycle-store.d.ts +50 -0
  115. package/dist/hooks/atlas/event-handler.d.ts +1 -0
  116. package/dist/hooks/atlas/final-wave-approval-gate.test-support.d.ts +50 -0
  117. package/dist/hooks/atlas/system-reminder-templates.d.ts +0 -1
  118. package/dist/hooks/atlas/tool-execute-before.d.ts +3 -0
  119. package/dist/hooks/atlas/types.d.ts +1 -0
  120. package/dist/hooks/claude-code-hooks/session-hook-state.d.ts +1 -0
  121. package/dist/hooks/claude-code-hooks/stop.d.ts +2 -0
  122. package/dist/hooks/claude-code-hooks/todo.d.ts +0 -1
  123. package/dist/hooks/claude-code-hooks/transcript.d.ts +2 -0
  124. package/dist/hooks/comment-checker/__fixtures__/download-probe.fixture.d.ts +1 -0
  125. package/dist/hooks/compaction-context-injector/validated-model.d.ts +2 -0
  126. package/dist/hooks/fsync-skip-warning/index.d.ts +4 -0
  127. package/dist/hooks/hashline-edit-diff-enhancer/hook.d.ts +1 -0
  128. package/dist/hooks/hashline-edit-diff-enhancer/pending-captures.d.ts +13 -0
  129. package/dist/hooks/index.d.ts +1 -2
  130. package/dist/hooks/keyword-detector/hook.d.ts +9 -0
  131. package/dist/hooks/keyword-detector/ultrawork/index.d.ts +2 -0
  132. package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +0 -1
  133. package/dist/hooks/model-fallback/hook.d.ts +1 -1
  134. package/dist/hooks/plan-format-validator/hook.d.ts +19 -0
  135. package/dist/hooks/prometheus-md-only/agent-resolution.d.ts +2 -2
  136. package/dist/hooks/runtime-fallback/chat-message-handler.d.ts +2 -0
  137. package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +1 -0
  138. package/dist/hooks/runtime-fallback/runtime-model-settings.d.ts +6 -0
  139. package/dist/hooks/runtime-fallback/session-status-handler.d.ts +1 -1
  140. package/dist/hooks/runtime-fallback/types.d.ts +3 -1
  141. package/dist/hooks/sisyphus-junior-notepad/constants.d.ts +1 -1
  142. package/dist/hooks/todo-continuation-enforcer/types.d.ts +1 -0
  143. package/dist/hooks/{start-work → ulw-execute}/context-info-builder.d.ts +1 -1
  144. package/dist/hooks/{start-work → ulw-execute}/index.d.ts +1 -1
  145. package/dist/hooks/ulw-execute/ulw-execute-hook.d.ts +23 -0
  146. package/dist/hooks/unstable-agent-babysitter/task-message-analyzer.d.ts +1 -0
  147. package/dist/index.js +34199 -28037
  148. package/dist/mcp/index.d.ts +0 -4
  149. package/dist/mcp/types.d.ts +0 -1
  150. package/dist/oh-my-opencode.schema.json +28 -59
  151. package/dist/plugin/chat-message/types.d.ts +6 -4
  152. package/dist/plugin/chat-message/ulw-execute-message.d.ts +5 -0
  153. package/dist/plugin/event-session-lifecycle.d.ts +1 -0
  154. package/dist/plugin/hooks/create-core-hooks.d.ts +2 -2
  155. package/dist/plugin/hooks/create-session-hooks.d.ts +2 -3
  156. package/dist/plugin/hooks/create-transform-hooks.d.ts +2 -0
  157. package/dist/plugin/messages-transform.d.ts +1 -0
  158. package/dist/plugin/stop-continuation.d.ts +3 -0
  159. package/dist/plugin/system-transform.d.ts +5 -1
  160. package/dist/plugin-config/omo-config-chain.d.ts +1 -0
  161. package/dist/plugin-dispose.d.ts +3 -0
  162. package/dist/shared/agent-tool-restrictions.d.ts +0 -1
  163. package/dist/shared/compaction-agent-config-checkpoint.d.ts +1 -0
  164. package/dist/shared/index.d.ts +2 -0
  165. package/dist/shared/legacy-plugin-warning.d.ts +2 -1
  166. package/dist/shared/omo-process-sweep.d.ts +2 -4
  167. package/dist/shared/plugin-entry-migrator.d.ts +4 -3
  168. package/dist/shared/plugin-entry-shape.d.ts +6 -0
  169. package/dist/shared/runtime-fallback-retry-marker.d.ts +16 -0
  170. package/dist/shared/shell-env.d.ts +1 -1
  171. package/dist/skills/ast-grep/AGENTS.md +51 -0
  172. package/dist/skills/ast-grep/SKILL.md +13 -1
  173. package/dist/skills/coding-agent-sessions/AGENTS.md +62 -0
  174. package/dist/skills/coding-agent-sessions/SKILL.md +1 -1
  175. package/dist/skills/data-scientist/SKILL.md +99 -239
  176. package/dist/skills/data-scientist/references/execution-surfaces.md +91 -0
  177. package/dist/skills/data-scientist/references/placement.md +74 -0
  178. package/dist/skills/data-scientist/references/polars-lane.md +95 -0
  179. package/dist/skills/data-scientist/references/uv-setup.md +1 -1
  180. package/dist/skills/data-scientist/references/visualization.md +64 -0
  181. package/dist/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
  182. package/dist/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
  183. package/dist/skills/debugging/SKILL.md +3 -1
  184. package/dist/skills/debugging/references/methodology/00-setup.md +12 -0
  185. package/dist/skills/debugging/references/methodology/02-investigate.md +26 -5
  186. package/dist/skills/debugging/references/runtimes/go.md +15 -1
  187. package/dist/skills/debugging/references/runtimes/native-binary.md +38 -0
  188. package/dist/skills/debugging/references/runtimes/node.md +25 -0
  189. package/dist/skills/debugging/references/runtimes/python.md +13 -0
  190. package/dist/skills/debugging/references/runtimes/rust.md +41 -0
  191. package/dist/skills/debugging/references/scripts/dap.mjs +267 -0
  192. package/dist/skills/debugging/references/scripts/dap.test.ts +86 -0
  193. package/dist/skills/debugging/references/scripts/fixture-adapter.mjs +59 -0
  194. package/dist/skills/debugging/references/tools/dap.md +103 -0
  195. package/dist/skills/debugging/references/tools/frida.md +193 -0
  196. package/dist/skills/debugging/references/tools/playwright-cli.md +79 -161
  197. package/dist/skills/frontend/ATTRIBUTION.md +10 -0
  198. package/dist/skills/frontend/SKILL.md +8 -3
  199. package/dist/skills/frontend/references/design/README.md +13 -4
  200. package/dist/skills/frontend/references/design/_INDEX.md +1 -0
  201. package/dist/skills/frontend/references/design/ambience-skill.md +145 -0
  202. package/dist/skills/frontend/references/design/aside.md +1 -1
  203. package/dist/skills/frontend/references/design/clone-from-url.md +1 -1
  204. package/dist/skills/frontend/references/design/design-system-architecture.md +1 -0
  205. package/dist/skills/frontend/references/design/interaction-skill.md +2 -0
  206. package/dist/skills/frontend/references/design/print-paged-media.md +76 -0
  207. package/dist/skills/frontend/references/designpowers/README.md +1 -1
  208. package/dist/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
  209. package/dist/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
  210. package/dist/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
  211. package/dist/skills/frontend/references/designpowers/orchestration.md +1 -1
  212. package/dist/skills/frontend/references/designpowers/routing.md +5 -5
  213. package/dist/skills/frontend/references/perfection/README.md +1 -0
  214. package/dist/skills/frontend/scripts/perfection/lighthouse-audit.py +2 -2
  215. package/dist/skills/git-master/SKILL.md +1 -1
  216. package/dist/skills/init-deep/SKILL.md +14 -14
  217. package/dist/skills/lsp-setup/SKILL.md +1 -1
  218. package/dist/skills/programming/SKILL.md +1 -1
  219. package/dist/skills/refactor/SKILL.md +5 -5
  220. package/dist/skills/remove-ai-slops/SKILL.md +5 -5
  221. package/dist/skills/review-work/SKILL.md +101 -419
  222. package/dist/skills/ultimate-browsing/ATTRIBUTION.md +32 -86
  223. package/dist/skills/ultimate-browsing/SKILL.md +32 -27
  224. package/dist/skills/ultimate-browsing/engine/AGENTS.md +111 -0
  225. package/dist/skills/ultimate-browsing/engine/templates/package.json +2 -2
  226. package/dist/skills/ultimate-browsing/engine/templates/playwright_mobile_chrome.js +5 -2
  227. package/dist/skills/ultimate-browsing/engine/templates/playwright_real_chrome.js +8 -6
  228. package/dist/skills/ultimate-browsing/engine/tests/test_playwright_stealth.py +86 -0
  229. package/dist/skills/ultimate-browsing/engine/tests/test_playwright_templates.py +4 -7
  230. package/dist/skills/ultimate-browsing/references/chrome-stealth.md +86 -95
  231. package/dist/skills/ultimate-browsing/references/insane-search/README.md +18 -5
  232. package/dist/skills/ultimate-browsing/references/insane-search/playwright.md +16 -13
  233. package/dist/skills/ultimate-browsing/scripts/extract_cookies.py +3 -3
  234. package/dist/skills/{start-work → ulw-execute}/SKILL.md +24 -22
  235. package/dist/skills/ulw-plan/SKILL.md +5 -6
  236. package/dist/skills/ulw-plan/references/full-workflow.md +6 -5
  237. package/dist/skills/ulw-plan/references/intent-unclear.md +2 -2
  238. package/dist/skills/ulw-plan/scripts/scaffold-plan.mjs +2 -1
  239. package/dist/skills/ulw-research/SKILL.md +10 -5
  240. package/dist/skills/visual-qa/AGENTS.md +58 -0
  241. package/dist/skills/visual-qa/SKILL.md +4 -3
  242. package/dist/skills/visual-qa/references/browser-setup.md +75 -0
  243. package/dist/tools/delegate-task/builtin-categories.d.ts +3 -1
  244. package/dist/tools/delegate-task/builtin-category-definition.d.ts +2 -1
  245. package/dist/tools/delegate-task/constants.d.ts +2 -2
  246. package/dist/tools/delegate-task/openai-categories.d.ts +10 -3
  247. package/dist/tools/delegate-task/sync-session-cleanup.d.ts +3 -0
  248. package/dist/tools/delegate-task/sync-session-poller.d.ts +1 -0
  249. package/dist/tools/delegate-task/tool-description.d.ts +3 -1
  250. package/dist/tools/delegate-task/types.d.ts +4 -0
  251. package/dist/tools/session-manager/directory-filter.d.ts +2 -0
  252. package/dist/tui.d.ts +12 -0
  253. package/dist/tui.js +22186 -30577
  254. package/package.json +51 -50
  255. package/packages/git-bash-mcp/dist/cli.js +6 -1
  256. package/packages/git-bash-mcp/package.json +1 -1
  257. package/packages/lsp-core/src/index.ts +1 -0
  258. package/packages/lsp-core/src/lsp/client-diagnostics-concurrency.integration.test.ts +9 -1
  259. package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +100 -28
  260. package/packages/lsp-core/src/lsp/client-diagnostics-pull-timeout.test.ts +64 -0
  261. package/packages/lsp-core/src/lsp/client-wrapper-outside-cwd.test.ts +78 -0
  262. package/packages/lsp-core/src/lsp/client-wrapper.test.ts +103 -6
  263. package/packages/lsp-core/src/lsp/client-wrapper.ts +50 -16
  264. package/packages/lsp-core/src/lsp/client.ts +32 -3
  265. package/packages/lsp-core/src/lsp/connection.ts +16 -0
  266. package/packages/lsp-core/src/lsp/constants.ts +6 -0
  267. package/packages/lsp-core/src/lsp/controlled-clock-test-support.ts +90 -0
  268. package/packages/lsp-core/src/lsp/errors.ts +15 -0
  269. package/packages/lsp-core/src/lsp/fixtures/workspace-edit-server.mjs +10 -3
  270. package/packages/lsp-core/src/lsp/format-document.test.ts +143 -0
  271. package/packages/lsp-core/src/lsp/format-document.ts +90 -0
  272. package/packages/lsp-core/src/lsp/json-rpc-connection.ts +11 -6
  273. package/packages/lsp-core/src/lsp/manager-lifecycle.test.ts +262 -0
  274. package/packages/lsp-core/src/lsp/manager-max-clients.test.ts +151 -0
  275. package/packages/lsp-core/src/lsp/manager.ts +138 -12
  276. package/packages/lsp-core/src/lsp/outside-context-workspace.ts +33 -0
  277. package/packages/lsp-core/src/lsp/server-definitions.ts +29 -0
  278. package/packages/lsp-core/src/lsp/server-installation.test.ts +376 -0
  279. package/packages/lsp-core/src/lsp/server-installation.ts +200 -27
  280. package/packages/lsp-core/src/lsp/server-resolution-local-binary.test.ts +170 -0
  281. package/packages/lsp-core/src/lsp/server-resolution.ts +18 -5
  282. package/packages/lsp-core/src/lsp/timer-provider.ts +13 -0
  283. package/packages/lsp-core/src/lsp/transport-request-timeout.test.ts +73 -0
  284. package/packages/lsp-core/src/lsp/transport.ts +16 -2
  285. package/packages/lsp-core/src/lsp/types.ts +8 -0
  286. package/packages/lsp-core/src/lsp/workspace-apply-edit-test-support.ts +29 -1
  287. package/packages/lsp-core/src/lsp/workspace-document-state.test.ts +84 -1
  288. package/packages/lsp-core/src/lsp/workspace-document-state.ts +35 -11
  289. package/packages/lsp-core/src/lsp/workspace-markers.ts +18 -0
  290. package/packages/lsp-core/src/mcp.ts +3 -0
  291. package/packages/lsp-core/src/request-context.test.ts +29 -0
  292. package/packages/lsp-core/src/request-context.ts +1 -1
  293. package/packages/lsp-core/src/tool-surface.test.ts +13 -1
  294. package/packages/lsp-core/src/tools/definitions.ts +14 -0
  295. package/packages/lsp-core/src/tools/format.test.ts +56 -0
  296. package/packages/lsp-core/src/tools/format.ts +56 -0
  297. package/packages/lsp-core/src/tools/index.ts +1 -0
  298. package/packages/lsp-core/src/tools/parameters.test.ts +51 -0
  299. package/packages/lsp-core/src/tools/types.ts +10 -0
  300. package/packages/lsp-daemon/dist/cli.js +1421 -960
  301. package/packages/lsp-daemon/dist/client.d.ts +10 -0
  302. package/packages/lsp-daemon/dist/client.js +956 -498
  303. package/packages/lsp-daemon/dist/daemon-client.d.ts +3 -0
  304. package/packages/lsp-daemon/dist/daemon-client.js +23 -3
  305. package/packages/lsp-daemon/dist/ensure-daemon.d.ts +6 -1
  306. package/packages/lsp-daemon/dist/ensure-daemon.js +27 -5
  307. package/packages/lsp-daemon/dist/index.js +860 -407
  308. package/packages/lsp-daemon/dist/ownership.js +2 -2
  309. package/packages/lsp-daemon/dist/proxy.js +3 -0
  310. package/packages/lsp-daemon/dist/version-reap.js +1 -1
  311. package/packages/lsp-daemon/package.json +5 -4
  312. package/packages/lsp-tools-mcp/dist/cli.js +764 -341
  313. package/packages/lsp-tools-mcp/dist/lsp/manager.js +274 -138
  314. package/packages/lsp-tools-mcp/dist/mcp.js +789 -368
  315. package/packages/lsp-tools-mcp/dist/request-context.js +12 -13
  316. package/packages/lsp-tools-mcp/dist/tools.js +719 -302
  317. package/packages/lsp-tools-mcp/package.json +5 -4
  318. package/packages/omo-codex/THIRD-PARTY-NOTICES.md +4 -21
  319. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +4 -6
  320. package/packages/omo-codex/plugin/.mcp.json +0 -6
  321. package/packages/omo-codex/plugin/AGENTS.md +47 -0
  322. package/packages/omo-codex/plugin/README.md +6 -2
  323. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +8402 -408
  324. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  325. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  326. package/packages/omo-codex/plugin/components/bootstrap/src/hook.ts +1 -0
  327. package/packages/omo-codex/plugin/components/bootstrap/src/setup.ts +7 -1
  328. package/packages/omo-codex/plugin/components/comment-checker/AGENTS.md +9 -0
  329. package/packages/omo-codex/plugin/components/comment-checker/biome.json +2 -2
  330. package/packages/omo-codex/plugin/components/comment-checker/dist/cli.js +2 -1
  331. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  332. package/packages/omo-codex/plugin/components/comment-checker/package.json +6 -5
  333. package/packages/omo-codex/plugin/components/comment-checker/src/apply-patch.ts +2 -8
  334. package/packages/omo-codex/plugin/components/comment-checker/src/core.ts +1 -2
  335. package/packages/omo-codex/plugin/components/comment-checker/src/request-extractor.ts +1 -1
  336. package/packages/omo-codex/plugin/components/comment-checker/src/runner.ts +1 -0
  337. package/packages/omo-codex/plugin/components/git-bash/AGENTS.md +1 -1
  338. package/packages/omo-codex/plugin/components/git-bash/dist/cli.js +1 -1
  339. package/packages/omo-codex/plugin/components/git-bash/dist/codex-hook.js +2 -1
  340. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  341. package/packages/omo-codex/plugin/components/git-bash/package.json +3 -4
  342. package/packages/omo-codex/plugin/components/git-bash/src/codex-hook.ts +2 -1
  343. package/packages/omo-codex/plugin/components/git-bash/test/codex-hook.test.ts +6 -7
  344. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/AGENTS.md +2 -2
  345. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/biome.json +2 -2
  346. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/directive.md +2 -0
  347. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/cli.js +36 -29
  348. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/codex-hook.js +32 -26
  349. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/types.d.ts +3 -0
  350. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  351. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +6 -5
  352. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/codex-hook.ts +32 -28
  353. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/types.ts +3 -0
  354. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/cli.test.ts +1 -1
  355. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/codex-hook.test.ts +137 -28
  356. package/packages/omo-codex/plugin/components/lcx/skills/lcx-doctor/SKILL.md +4 -2
  357. package/packages/omo-codex/plugin/components/lsp/AGENTS.md +30 -15
  358. package/packages/omo-codex/plugin/components/lsp/biome.json +2 -2
  359. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +4 -4
  360. package/packages/omo-codex/plugin/components/lsp/dist/cli.js +977 -545
  361. package/packages/omo-codex/plugin/components/lsp/dist/daemon-cli-path.js +1 -1
  362. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  363. package/packages/omo-codex/plugin/components/lsp/package.json +6 -5
  364. package/packages/omo-codex/plugin/components/lsp/src/cli.ts +1 -1
  365. package/packages/omo-codex/plugin/components/lsp/src/codex-hook.ts +1 -1
  366. package/packages/omo-codex/plugin/components/lsp/src/daemon-cli-path.ts +1 -5
  367. package/packages/omo-codex/plugin/components/lsp/test/codex-hook-unavailable.test.ts +6 -7
  368. package/packages/omo-codex/plugin/components/lsp/test/codex-hook.test.ts +1 -2
  369. package/packages/omo-codex/plugin/components/lsp/test/package-smoke.test.ts +11 -1
  370. package/packages/omo-codex/plugin/components/rules/AGENTS.md +12 -0
  371. package/packages/omo-codex/plugin/components/rules/README.md +2 -0
  372. package/packages/omo-codex/plugin/components/rules/biome.json +2 -2
  373. package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-6.md +123 -0
  374. package/packages/omo-codex/plugin/components/rules/dist/cli.js +91 -68
  375. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  376. package/packages/omo-codex/plugin/components/rules/package.json +8 -7
  377. package/packages/omo-codex/plugin/components/rules/src/config.ts +1 -2
  378. package/packages/omo-codex/plugin/components/rules/src/persistent-cache.ts +1 -2
  379. package/packages/omo-codex/plugin/components/rules/src/post-compact-budget.ts +15 -5
  380. package/packages/omo-codex/plugin/components/rules/src/rules-engine-factory.ts +1 -4
  381. package/packages/omo-codex/plugin/components/rules/src/static-injection.ts +4 -9
  382. package/packages/omo-codex/plugin/components/rules/test/bundled-rules-priority.test.ts +11 -16
  383. package/packages/omo-codex/plugin/components/rules/test/bundled-rules.test.ts +17 -25
  384. package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-budget.test.ts +9 -7
  385. package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-context.test.ts +0 -6
  386. package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-dedup.test.ts +6 -4
  387. package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-directive.test.ts +12 -9
  388. package/packages/omo-codex/plugin/components/rules/test/codex-hook.test.ts +28 -37
  389. package/packages/omo-codex/plugin/components/rules/test/dynamic-target-fingerprints.test.ts +1 -2
  390. package/packages/omo-codex/plugin/components/rules/test/engine.test.ts +7 -4
  391. package/packages/omo-codex/plugin/components/rules/test/finder.test.ts +2 -3
  392. package/packages/omo-codex/plugin/components/rules/test/formatter.test.ts +39 -72
  393. package/packages/omo-codex/plugin/components/rules/test/hephaestus-model-variant.test.ts +38 -3
  394. package/packages/omo-codex/plugin/components/rules/test/hook-output.test.ts +2 -3
  395. package/packages/omo-codex/plugin/components/rules/test/matcher.test.ts +2 -3
  396. package/packages/omo-codex/plugin/components/rules/test/package-smoke.test.ts +1 -1
  397. package/packages/omo-codex/plugin/components/rules/test/parser.test.ts +1 -2
  398. package/packages/omo-codex/plugin/components/rules/test/post-compact-budget.test.ts +29 -6
  399. package/packages/omo-codex/plugin/components/rules/test/rules-engine-consumption.test.ts +3 -6
  400. package/packages/omo-codex/plugin/components/rules/test/scanner.test.ts +1 -2
  401. package/packages/omo-codex/plugin/components/rules/test/sources.test.ts +2 -5
  402. package/packages/omo-codex/plugin/components/rules/test/windows-git-bash-bundled-rule.test.ts +2 -17
  403. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  404. package/packages/omo-codex/plugin/components/teammode/package.json +6 -5
  405. package/packages/omo-codex/plugin/components/teammode/test/thread-title-hook.test.ts +4 -10
  406. package/packages/omo-codex/plugin/components/telemetry/AGENTS.md +8 -0
  407. package/packages/omo-codex/plugin/components/telemetry/biome.json +2 -2
  408. package/packages/omo-codex/plugin/components/telemetry/dist/cli.js +5328 -1382
  409. package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +5524 -1579
  410. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  411. package/packages/omo-codex/plugin/components/telemetry/package.json +6 -5
  412. package/packages/omo-codex/plugin/components/telemetry/src/codex-hook.ts +1 -4
  413. package/packages/omo-codex/plugin/components/telemetry/src/posthog.ts +4 -14
  414. package/packages/omo-codex/plugin/components/telemetry/src/product-identity.ts +1 -1
  415. package/packages/omo-codex/plugin/components/telemetry/test/diagnostics.test.ts +2 -5
  416. package/packages/omo-codex/plugin/components/ultrawork/AGENTS.md +10 -4
  417. package/packages/omo-codex/plugin/components/ultrawork/README.md +2 -0
  418. package/packages/omo-codex/plugin/components/ultrawork/agents/explorer.toml +1 -1
  419. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-clone-fidelity-reviewer.toml +1 -1
  420. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-code-reviewer.toml +1 -1
  421. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-gate-reviewer.toml +1 -1
  422. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-qa-executor.toml +1 -1
  423. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-high.toml +1 -1
  424. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-low.toml +1 -1
  425. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-medium.toml +1 -1
  426. package/packages/omo-codex/plugin/components/ultrawork/agents/librarian.toml +1 -1
  427. package/packages/omo-codex/plugin/components/ultrawork/agents/metis.toml +1 -1
  428. package/packages/omo-codex/plugin/components/ultrawork/agents/momus.toml +1 -1
  429. package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +4 -4
  430. package/packages/omo-codex/plugin/components/ultrawork/biome.json +2 -2
  431. package/packages/omo-codex/plugin/components/ultrawork/dist/cli.js +500 -4
  432. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  433. package/packages/omo-codex/plugin/components/ultrawork/package.json +6 -6
  434. package/packages/omo-codex/plugin/components/ultrawork/scripts/sync-directive.mjs +30 -14
  435. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +4 -5
  436. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +5 -5
  437. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +2 -2
  438. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/scripts/scaffold-plan.mjs +1 -0
  439. package/packages/omo-codex/plugin/components/ultrawork/src/directive-content.ts +4 -0
  440. package/packages/omo-codex/plugin/components/ultrawork/src/directive.ts +5 -2
  441. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook-trigger-policy.test.ts +9 -1
  442. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +0 -136
  443. package/packages/omo-codex/plugin/components/ultrawork/test/directive-source.test.ts +14 -8
  444. package/packages/omo-codex/plugin/components/ultrawork/test/package-smoke.test.ts +12 -1
  445. package/packages/omo-codex/plugin/components/ultrawork/test/skill-pointer.test.ts +0 -2
  446. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/AGENTS.md +4 -4
  447. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/NOTICE +1 -1
  448. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/README.md +6 -6
  449. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/biome.json +2 -2
  450. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/directive.md +11 -11
  451. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/dist/cli.js +16 -16
  452. package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +16 -0
  453. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/package.json +13 -12
  454. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/boulder-reader.ts +1 -1
  455. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/cli.ts +1 -1
  456. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/codex-hook.ts +4 -4
  457. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/directive.ts +1 -1
  458. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/index.ts +1 -1
  459. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/types.ts +1 -1
  460. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/boulder-reader.test.ts +3 -3
  461. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/cli.test.ts +4 -11
  462. package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/codex-hook.test.ts +24 -22
  463. package/packages/omo-codex/plugin/components/ulw-loop/AGENTS.md +19 -0
  464. package/packages/omo-codex/plugin/components/ulw-loop/CHANGELOG.md +17 -1
  465. package/packages/omo-codex/plugin/components/ulw-loop/README.md +12 -1
  466. package/packages/omo-codex/plugin/components/ulw-loop/biome.json +2 -2
  467. package/packages/omo-codex/plugin/components/ulw-loop/directive.md +44 -27
  468. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-codex-validation.d.ts +18 -0
  469. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-codex-validation.js +30 -0
  470. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-continuation.js +10 -4
  471. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.d.ts +2 -5
  472. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.js +5 -78
  473. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-template.d.ts +12 -0
  474. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-template.js +114 -0
  475. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.d.ts +7 -1
  476. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.js +57 -46
  477. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-arg-parser.js +2 -2
  478. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-commands.js +21 -8
  479. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.d.ts +2 -1
  480. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.js +12 -1
  481. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.d.ts +1 -1
  482. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.js +40 -37
  483. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +2191 -737
  484. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.d.ts +2 -0
  485. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.js +28 -8
  486. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.d.ts +8 -5
  487. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.js +35 -23
  488. package/packages/omo-codex/plugin/components/ulw-loop/dist/constants.d.ts +1 -0
  489. package/packages/omo-codex/plugin/components/ulw-loop/dist/constants.js +1 -0
  490. package/packages/omo-codex/plugin/components/ulw-loop/dist/domain-types.d.ts +25 -9
  491. package/packages/omo-codex/plugin/components/ulw-loop/dist/driver-objective-ack.d.ts +4 -0
  492. package/packages/omo-codex/plugin/components/ulw-loop/dist/driver-objective-ack.js +18 -0
  493. package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence-artifacts.d.ts +1 -0
  494. package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence-artifacts.js +37 -0
  495. package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence.d.ts +1 -0
  496. package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence.js +24 -12
  497. package/packages/omo-codex/plugin/components/ulw-loop/dist/ledger.d.ts +4 -0
  498. package/packages/omo-codex/plugin/components/ulw-loop/dist/ledger.js +39 -0
  499. package/packages/omo-codex/plugin/components/ulw-loop/dist/paths.d.ts +2 -0
  500. package/packages/omo-codex/plugin/components/ulw-loop/dist/paths.js +19 -4
  501. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-commit.d.ts +19 -0
  502. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-commit.js +108 -0
  503. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.d.ts +6 -2
  504. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.js +54 -25
  505. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-goal-factory.d.ts +10 -3
  506. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-goal-factory.js +38 -31
  507. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.d.ts +10 -7
  508. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.js +121 -100
  509. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-log.d.ts +16 -0
  510. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-log.js +115 -0
  511. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-missing-recovery.d.ts +18 -0
  512. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-missing-recovery.js +41 -0
  513. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-aggregate.d.ts +7 -0
  514. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-aggregate.js +9 -0
  515. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-artifacts.d.ts +12 -0
  516. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-artifacts.js +104 -0
  517. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-fields.d.ts +13 -1
  518. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-fields.js +65 -9
  519. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-verdicts.js +5 -1
  520. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.d.ts +4 -2
  521. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.js +72 -117
  522. package/packages/omo-codex/plugin/components/ulw-loop/dist/review-blockers.d.ts +2 -0
  523. package/packages/omo-codex/plugin/components/ulw-loop/dist/review-blockers.js +25 -13
  524. package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/factory.d.ts +2 -0
  525. package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/factory.js +157 -0
  526. package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/manifest.d.ts +381 -0
  527. package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/manifest.js +127 -0
  528. package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/types.d.ts +130 -0
  529. package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/types.js +1 -0
  530. package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk.d.ts +3 -0
  531. package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk.js +3 -0
  532. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-budget-io.d.ts +5 -0
  533. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-budget-io.js +67 -0
  534. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-guard.d.ts +7 -1
  535. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-guard.js +188 -59
  536. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-role-guard.d.ts +2 -0
  537. package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-role-guard.js +22 -0
  538. package/packages/omo-codex/plugin/components/ulw-loop/dist/state-lock.d.ts +19 -0
  539. package/packages/omo-codex/plugin/components/ulw-loop/dist/state-lock.js +259 -0
  540. package/packages/omo-codex/plugin/components/ulw-loop/dist/status-next-actions.d.ts +7 -0
  541. package/packages/omo-codex/plugin/components/ulw-loop/dist/status-next-actions.js +41 -0
  542. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-batch.js +4 -4
  543. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-mutations.d.ts +3 -2
  544. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-mutations.js +4 -4
  545. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-types.d.ts +9 -1
  546. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering.d.ts +3 -2
  547. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering.js +11 -11
  548. package/packages/omo-codex/plugin/components/ulw-loop/dist/stop-resume-hook.js +28 -23
  549. package/packages/omo-codex/plugin/components/ulw-loop/dist/success-criteria-input.d.ts +9 -0
  550. package/packages/omo-codex/plugin/components/ulw-loop/dist/success-criteria-input.js +41 -0
  551. package/packages/omo-codex/plugin/components/ulw-loop/dist/surface.d.ts +19 -0
  552. package/packages/omo-codex/plugin/components/ulw-loop/dist/surface.js +83 -0
  553. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +18 -5
  554. package/packages/omo-codex/plugin/components/ulw-loop/package.json +7 -6
  555. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +7 -2
  556. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +33 -10
  557. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-codex-validation.ts +52 -0
  558. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-continuation.ts +8 -6
  559. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-reconciliation.ts +5 -98
  560. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-template.ts +134 -0
  561. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint.ts +59 -77
  562. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-arg-parser.ts +10 -4
  563. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-commands.ts +24 -8
  564. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-output.ts +14 -1
  565. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-subcommands.ts +52 -46
  566. package/packages/omo-codex/plugin/components/ulw-loop/src/cli.ts +8 -6
  567. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-instruction.ts +35 -7
  568. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-snapshot.ts +51 -33
  569. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-hook.ts +3 -1
  570. package/packages/omo-codex/plugin/components/ulw-loop/src/constants.ts +1 -0
  571. package/packages/omo-codex/plugin/components/ulw-loop/src/domain-types.ts +27 -9
  572. package/packages/omo-codex/plugin/components/ulw-loop/src/driver-objective-ack.ts +20 -0
  573. package/packages/omo-codex/plugin/components/ulw-loop/src/evidence-artifacts.ts +45 -0
  574. package/packages/omo-codex/plugin/components/ulw-loop/src/evidence.ts +23 -16
  575. package/packages/omo-codex/plugin/components/ulw-loop/src/ledger.ts +38 -0
  576. package/packages/omo-codex/plugin/components/ulw-loop/src/paths.ts +32 -4
  577. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-commit.ts +132 -0
  578. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-crud.ts +67 -54
  579. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-goal-factory.ts +63 -31
  580. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-io.ts +140 -119
  581. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-log.ts +112 -0
  582. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-missing-recovery.ts +61 -0
  583. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-aggregate.ts +11 -0
  584. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-artifacts.ts +123 -0
  585. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-fields.ts +71 -15
  586. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-verdicts.ts +6 -1
  587. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate.ts +92 -136
  588. package/packages/omo-codex/plugin/components/ulw-loop/src/review-blockers.ts +38 -13
  589. package/packages/omo-codex/plugin/components/ulw-loop/src/sdk/factory.ts +218 -0
  590. package/packages/omo-codex/plugin/components/ulw-loop/src/sdk/manifest.ts +156 -0
  591. package/packages/omo-codex/plugin/components/ulw-loop/src/sdk/types.ts +143 -0
  592. package/packages/omo-codex/plugin/components/ulw-loop/src/sdk.ts +3 -0
  593. package/packages/omo-codex/plugin/components/ulw-loop/src/spawn-budget-io.ts +59 -0
  594. package/packages/omo-codex/plugin/components/ulw-loop/src/spawn-guard.ts +196 -52
  595. package/packages/omo-codex/plugin/components/ulw-loop/src/spawn-role-guard.ts +22 -0
  596. package/packages/omo-codex/plugin/components/ulw-loop/src/state-lock.ts +257 -0
  597. package/packages/omo-codex/plugin/components/ulw-loop/src/status-next-actions.ts +45 -0
  598. package/packages/omo-codex/plugin/components/ulw-loop/src/steering-batch.ts +4 -4
  599. package/packages/omo-codex/plugin/components/ulw-loop/src/steering-mutations.ts +5 -4
  600. package/packages/omo-codex/plugin/components/ulw-loop/src/steering-types.ts +13 -1
  601. package/packages/omo-codex/plugin/components/ulw-loop/src/steering.ts +12 -10
  602. package/packages/omo-codex/plugin/components/ulw-loop/src/stop-resume-hook.ts +27 -22
  603. package/packages/omo-codex/plugin/components/ulw-loop/src/success-criteria-input.ts +56 -0
  604. package/packages/omo-codex/plugin/components/ulw-loop/src/surface.ts +115 -0
  605. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-continuation.test.ts +0 -1
  606. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-final.test.ts +131 -82
  607. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-template.test.ts +147 -0
  608. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint.test.ts +16 -22
  609. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-checkpoint-continuation.test.ts +4 -2
  610. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-checkpoint.test.ts +31 -2
  611. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-commands.test.ts +2 -0
  612. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-complete-goals.test.ts +3 -1
  613. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-create-goals.test.ts +35 -8
  614. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-entrypoint.test.ts +38 -4
  615. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-json-errors.test.ts +27 -0
  616. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-scope-required.test.ts +144 -0
  617. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-status-next-actions.test.ts +185 -0
  618. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-steering-batch.test.ts +8 -3
  619. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-validation-batch.test.ts +6 -0
  620. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-instruction.test.ts +37 -2
  621. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-snapshot.test.ts +88 -11
  622. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-hook.test.ts +0 -3
  623. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/barrier.ts +13 -0
  624. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/cli-session.ts +4 -0
  625. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-child.ts +65 -0
  626. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-cli-qa.mjs +76 -0
  627. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-crash.ts +23 -0
  628. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-mutations.mjs +58 -0
  629. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-writer.ts +65 -0
  630. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/lease-clock.ts +23 -0
  631. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/quality-gate-builder.ts +9 -4
  632. package/packages/omo-codex/plugin/components/ulw-loop/test/guided-recovery.test.ts +67 -0
  633. package/packages/omo-codex/plugin/components/ulw-loop/test/package-smoke.test.ts +5 -37
  634. package/packages/omo-codex/plugin/components/ulw-loop/test/paths.test.ts +9 -0
  635. package/packages/omo-codex/plugin/components/ulw-loop/test/plan-commit-log.test.ts +252 -0
  636. package/packages/omo-codex/plugin/components/ulw-loop/test/plan-commit-recovery.test.ts +190 -0
  637. package/packages/omo-codex/plugin/components/ulw-loop/test/plan-io-cross-process.test.ts +106 -0
  638. package/packages/omo-codex/plugin/components/ulw-loop/test/plan-io.test.ts +74 -25
  639. package/packages/omo-codex/plugin/components/ulw-loop/test/plan-log-legacy-projection.test.ts +228 -0
  640. package/packages/omo-codex/plugin/components/ulw-loop/test/plan-log-newest.test.ts +72 -0
  641. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-aggregate-basics.test.ts +258 -0
  642. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-cap-and-dedupe.test.ts +22 -0
  643. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-fields-messages.test.ts +98 -0
  644. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-lazycodex-surface.test.ts +93 -0
  645. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-poisoning-cascades.test.ts +97 -0
  646. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-roles.test.ts +51 -2
  647. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-senpi-surface.test.ts +131 -0
  648. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-single-report.test.ts +241 -0
  649. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate.test.ts +58 -3
  650. package/packages/omo-codex/plugin/components/ulw-loop/test/review-blockers.test.ts +9 -7
  651. package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-completed-plan.test.ts +43 -0
  652. package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-contract.test.ts +137 -0
  653. package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-driver-states.test.ts +174 -0
  654. package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-dx.test.ts +219 -0
  655. package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-session-context.test.ts +169 -0
  656. package/packages/omo-codex/plugin/components/ulw-loop/test/spawn-guard.test.ts +450 -7
  657. package/packages/omo-codex/plugin/components/ulw-loop/test/spawn-role-matrix.test.ts +113 -0
  658. package/packages/omo-codex/plugin/components/ulw-loop/test/state-lock.test.ts +310 -0
  659. package/packages/omo-codex/plugin/components/ulw-loop/test/status-next-actions-surface.test.ts +133 -0
  660. package/packages/omo-codex/plugin/components/ulw-loop/test/steering-batch.test.ts +12 -12
  661. package/packages/omo-codex/plugin/components/ulw-loop/test/steering.test.ts +12 -6
  662. package/packages/omo-codex/plugin/components/ulw-loop/test/stop-resume-hook.test.ts +1 -1
  663. package/packages/omo-codex/plugin/components/ulw-loop/test/surface.test.ts +74 -0
  664. package/packages/omo-codex/plugin/components/ulw-loop/test/ultrawork-directive.test.ts +13 -8
  665. package/packages/omo-codex/plugin/components/ulw-loop/vitest.config.ts +1 -0
  666. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  667. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  668. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  669. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  670. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  671. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  672. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  673. package/packages/omo-codex/plugin/hooks/post-tool-use-recording-spawn-admission.json +18 -0
  674. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  675. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  676. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  677. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  678. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  679. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  680. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  681. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +17 -0
  682. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  683. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  684. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  685. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  686. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  687. package/packages/omo-codex/plugin/model-catalog.json +16 -7
  688. package/packages/omo-codex/plugin/package-lock.json +992 -681
  689. package/packages/omo-codex/plugin/package.json +6 -3
  690. package/packages/omo-codex/plugin/scripts/AGENTS.md +39 -0
  691. package/packages/omo-codex/plugin/scripts/auto-update-plan.mjs +1 -2
  692. package/packages/omo-codex/plugin/scripts/auto-update.mjs +0 -9
  693. package/packages/omo-codex/plugin/scripts/canonical-ultrawork-directive.mjs +17 -0
  694. package/packages/omo-codex/plugin/scripts/hook-status-message.mjs +0 -1
  695. package/packages/omo-codex/plugin/scripts/migrate-codex-config/catalog.mjs +16 -7
  696. package/packages/omo-codex/plugin/scripts/migrate-codex-config/multi-agent-v2-guard.mjs +8 -4
  697. package/packages/omo-codex/plugin/scripts/migrate-codex-config/subagent-limit-guard.mjs +19 -90
  698. package/packages/omo-codex/plugin/scripts/migrate-codex-config/toml-section-editor.mjs +1 -1
  699. package/packages/omo-codex/plugin/scripts/sync-skills.d.mts +4 -0
  700. package/packages/omo-codex/plugin/scripts/sync-skills.mjs +111 -64
  701. package/packages/omo-codex/plugin/shared/package.json +3 -4
  702. package/packages/omo-codex/plugin/shared/src/config-loader.ts +2 -102
  703. package/packages/omo-codex/plugin/shared/src/config-migration.ts +0 -1
  704. package/packages/omo-codex/plugin/shared/test/config-loader.test.ts +41 -130
  705. package/packages/omo-codex/plugin/skills/ast-grep/AGENTS.md +51 -0
  706. package/packages/omo-codex/plugin/skills/ast-grep/SKILL.md +13 -1
  707. package/packages/omo-codex/plugin/skills/coding-agent-sessions/AGENTS.md +62 -0
  708. package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +1 -1
  709. package/packages/omo-codex/plugin/skills/data-scientist/SKILL.md +99 -239
  710. package/packages/omo-codex/plugin/skills/data-scientist/references/execution-surfaces.md +91 -0
  711. package/packages/omo-codex/plugin/skills/data-scientist/references/placement.md +74 -0
  712. package/packages/omo-codex/plugin/skills/data-scientist/references/polars-lane.md +95 -0
  713. package/packages/omo-codex/plugin/skills/data-scientist/references/uv-setup.md +1 -1
  714. package/packages/omo-codex/plugin/skills/data-scientist/references/visualization.md +64 -0
  715. package/packages/omo-codex/plugin/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
  716. package/packages/omo-codex/plugin/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
  717. package/packages/omo-codex/plugin/skills/debugging/SKILL.md +3 -1
  718. package/packages/omo-codex/plugin/skills/debugging/references/methodology/00-setup.md +12 -0
  719. package/packages/omo-codex/plugin/skills/debugging/references/methodology/02-investigate.md +26 -5
  720. package/packages/omo-codex/plugin/skills/debugging/references/runtimes/go.md +15 -1
  721. package/packages/omo-codex/plugin/skills/debugging/references/runtimes/native-binary.md +38 -0
  722. package/packages/omo-codex/plugin/skills/debugging/references/runtimes/node.md +25 -0
  723. package/packages/omo-codex/plugin/skills/debugging/references/runtimes/python.md +13 -0
  724. package/packages/omo-codex/plugin/skills/debugging/references/runtimes/rust.md +41 -0
  725. package/packages/omo-codex/plugin/skills/debugging/references/scripts/dap.mjs +267 -0
  726. package/packages/omo-codex/plugin/skills/debugging/references/scripts/fixture-adapter.mjs +59 -0
  727. package/packages/omo-codex/plugin/skills/debugging/references/tools/dap.md +103 -0
  728. package/packages/omo-codex/plugin/skills/debugging/references/tools/frida.md +193 -0
  729. package/packages/omo-codex/plugin/skills/debugging/references/tools/playwright-cli.md +79 -161
  730. package/packages/omo-codex/plugin/skills/frontend/ATTRIBUTION.md +10 -0
  731. package/packages/omo-codex/plugin/skills/frontend/SKILL.md +8 -3
  732. package/packages/omo-codex/plugin/skills/frontend/references/design/README.md +13 -4
  733. package/packages/omo-codex/plugin/skills/frontend/references/design/_INDEX.md +1 -0
  734. package/packages/omo-codex/plugin/skills/frontend/references/design/ambience-skill.md +145 -0
  735. package/packages/omo-codex/plugin/skills/frontend/references/design/aside.md +1 -1
  736. package/packages/omo-codex/plugin/skills/frontend/references/design/clone-from-url.md +1 -1
  737. package/packages/omo-codex/plugin/skills/frontend/references/design/design-system-architecture.md +1 -0
  738. package/packages/omo-codex/plugin/skills/frontend/references/design/interaction-skill.md +2 -0
  739. package/packages/omo-codex/plugin/skills/frontend/references/design/print-paged-media.md +76 -0
  740. package/packages/omo-codex/plugin/skills/frontend/references/designpowers/README.md +1 -1
  741. package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
  742. package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
  743. package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
  744. package/packages/omo-codex/plugin/skills/frontend/references/designpowers/orchestration.md +1 -1
  745. package/packages/omo-codex/plugin/skills/frontend/references/designpowers/routing.md +5 -5
  746. package/packages/omo-codex/plugin/skills/frontend/references/perfection/README.md +1 -0
  747. package/packages/omo-codex/plugin/skills/frontend/scripts/perfection/lighthouse-audit.py +2 -2
  748. package/packages/omo-codex/plugin/skills/git-master/SKILL.md +1 -1
  749. package/packages/omo-codex/plugin/skills/init-deep/SKILL.md +20 -18
  750. package/packages/omo-codex/plugin/skills/lcx-doctor/SKILL.md +4 -2
  751. package/packages/omo-codex/plugin/skills/lsp-setup/SKILL.md +1 -1
  752. package/packages/omo-codex/plugin/skills/programming/SKILL.md +1 -1
  753. package/packages/omo-codex/plugin/skills/refactor/SKILL.md +11 -9
  754. package/packages/omo-codex/plugin/skills/remove-ai-slops/SKILL.md +11 -9
  755. package/packages/omo-codex/plugin/skills/review-work/SKILL.md +116 -424
  756. package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +32 -86
  757. package/packages/omo-codex/plugin/skills/ultimate-browsing/SKILL.md +32 -27
  758. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/AGENTS.md +111 -0
  759. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +2 -2
  760. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/playwright_mobile_chrome.js +5 -2
  761. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/playwright_real_chrome.js +8 -6
  762. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/tests/test_playwright_stealth.py +86 -0
  763. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/tests/test_playwright_templates.py +4 -7
  764. package/packages/omo-codex/plugin/skills/ultimate-browsing/references/chrome-stealth.md +86 -95
  765. package/packages/omo-codex/plugin/skills/ultimate-browsing/references/insane-search/README.md +18 -5
  766. package/packages/omo-codex/plugin/skills/ultimate-browsing/references/insane-search/playwright.md +16 -13
  767. package/packages/omo-codex/plugin/skills/ultimate-browsing/scripts/extract_cookies.py +3 -3
  768. package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +44 -27
  769. package/packages/omo-codex/plugin/skills/{start-work → ulw-execute}/SKILL.md +35 -36
  770. package/packages/omo-codex/plugin/skills/ulw-execute/agents/openai.yaml +2 -0
  771. package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +31 -2
  772. package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +33 -10
  773. package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +4 -5
  774. package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +5 -5
  775. package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +2 -2
  776. package/packages/omo-codex/plugin/skills/ulw-plan/scripts/scaffold-plan.mjs +1 -0
  777. package/packages/omo-codex/plugin/skills/ulw-research/SKILL.md +16 -9
  778. package/packages/omo-codex/plugin/skills/visual-qa/AGENTS.md +58 -0
  779. package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +10 -7
  780. package/packages/omo-codex/plugin/skills/visual-qa/references/browser-setup.md +75 -0
  781. package/packages/omo-codex/plugin/test/AGENTS.md +47 -0
  782. package/packages/omo-codex/plugin/test/aggregate-agents.test.mjs +19 -173
  783. package/packages/omo-codex/plugin/test/aggregate-hooks.test.mjs +16 -51
  784. package/packages/omo-codex/plugin/test/aggregate-manifest.test.mjs +2 -3
  785. package/packages/omo-codex/plugin/test/aggregate-mcp.test.mjs +2 -7
  786. package/packages/omo-codex/plugin/test/aggregate-model-catalog.test.mjs +14 -4
  787. package/packages/omo-codex/plugin/test/aggregate-plugin-fixture.mjs +175 -13
  788. package/packages/omo-codex/plugin/test/aggregate.test.mjs +78 -2
  789. package/packages/omo-codex/plugin/test/auto-update-release-notes.test.mjs +19 -33
  790. package/packages/omo-codex/plugin/test/auto-update.test.mjs +4 -29
  791. package/packages/omo-codex/plugin/test/bootstrap-default-role.test.mjs +66 -0
  792. package/packages/omo-codex/plugin/test/bootstrap-setup.test.mjs +0 -31
  793. package/packages/omo-codex/plugin/test/canonical-ultrawork-directive.test.mjs +53 -0
  794. package/packages/omo-codex/plugin/test/component-bin-names.test.mjs +2 -2
  795. package/packages/omo-codex/plugin/test/component-bundled-cli.test.mjs +1 -51
  796. package/packages/omo-codex/plugin/test/component-hook-contract-cases.mjs +100 -2
  797. package/packages/omo-codex/plugin/test/hook-status-message.test.mjs +5 -6
  798. package/packages/omo-codex/plugin/test/lcx-contribute-bug-fix-template.test.mjs +21 -27
  799. package/packages/omo-codex/plugin/test/mcp-research-servers.test.mjs +1 -3
  800. package/packages/omo-codex/plugin/test/migrate-codex-config.test.mjs +35 -35
  801. package/packages/omo-codex/plugin/test/multi-agent-v2-regression.test.mjs +1 -1
  802. package/packages/omo-codex/plugin/test/scaffold-plan.test.mjs +0 -36
  803. package/packages/omo-codex/plugin/test/subagent-limit-migration.test.mjs +107 -15
  804. package/packages/omo-codex/plugin/test/sync-skills-codex-compatibility.test.mjs +168 -0
  805. package/packages/omo-codex/plugin/test/sync-skills-test-support.mjs +54 -24
  806. package/packages/omo-codex/plugin/test/sync-skills.test.mjs +18 -119
  807. package/packages/omo-codex/plugin/test/teammode-archive-ambiguity.test.mjs +0 -40
  808. package/packages/omo-codex/plugin/test/teammode-communication.test.mjs +6 -62
  809. package/packages/omo-codex/plugin/test/teammode-thread-links.test.mjs +3 -36
  810. package/packages/omo-codex/plugin/test/teammode-transport.test.mjs +0 -44
  811. package/packages/omo-codex/plugin/test/teammode-worktree.test.mjs +2 -6
  812. package/packages/omo-codex/plugin/test/ultrawork-skill-pointer.test.mjs +5 -5
  813. package/packages/omo-codex/plugin/test/ulw-plan-review-state-contract.test.mjs +0 -3
  814. package/packages/omo-codex/scripts/AGENTS.md +36 -0
  815. package/packages/omo-codex/scripts/check-model-catalog-parity.mjs +42 -0
  816. package/packages/omo-codex/scripts/install-cache-copy.test.mjs +27 -1
  817. package/packages/omo-codex/scripts/install-config-autonomous-features.test.mjs +1 -1
  818. package/packages/omo-codex/scripts/install-config-autonomous.test.mjs +2 -1
  819. package/packages/omo-codex/scripts/install-config-git-bash.test.mjs +0 -23
  820. package/packages/omo-codex/scripts/install-config-reasoning.test.mjs +5 -5
  821. package/packages/omo-codex/scripts/install-config.test.mjs +15 -17
  822. package/packages/omo-codex/scripts/install-dist/install-local.mjs +16149 -4304
  823. package/packages/omo-codex/scripts/install-generated-bundle.test.mjs +3 -4
  824. package/packages/omo-codex/scripts/install-git-bash-mcp-env.test.mjs +1 -25
  825. package/packages/omo-codex/scripts/install-lazycodex-version-stamp.test.mjs +7 -2
  826. package/packages/omo-codex/scripts/install-mcp-runtime.test.mjs +0 -36
  827. package/packages/omo-codex/scripts/install-packaged-local.test.mjs +1 -6
  828. package/packages/{omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md → prompts-core/prompts/ultrawork/codex.md} +44 -34
  829. package/packages/shared-skills/package.json +7 -1
  830. package/packages/shared-skills/skill-source-filter.d.ts +16 -0
  831. package/packages/shared-skills/skill-source-filter.mjs +44 -0
  832. package/packages/shared-skills/skills/ast-grep/AGENTS.md +51 -0
  833. package/packages/shared-skills/skills/ast-grep/SKILL.md +13 -1
  834. package/packages/shared-skills/skills/coding-agent-sessions/AGENTS.md +62 -0
  835. package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +1 -1
  836. package/packages/shared-skills/skills/data-scientist/SKILL.md +99 -239
  837. package/packages/shared-skills/skills/data-scientist/references/execution-surfaces.md +91 -0
  838. package/packages/shared-skills/skills/data-scientist/references/placement.md +74 -0
  839. package/packages/shared-skills/skills/data-scientist/references/polars-lane.md +95 -0
  840. package/packages/shared-skills/skills/data-scientist/references/uv-setup.md +1 -1
  841. package/packages/shared-skills/skills/data-scientist/references/visualization.md +64 -0
  842. package/packages/shared-skills/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
  843. package/packages/shared-skills/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
  844. package/packages/shared-skills/skills/debugging/SKILL.md +3 -1
  845. package/packages/shared-skills/skills/debugging/references/methodology/00-setup.md +12 -0
  846. package/packages/shared-skills/skills/debugging/references/methodology/02-investigate.md +26 -5
  847. package/packages/shared-skills/skills/debugging/references/runtimes/go.md +15 -1
  848. package/packages/shared-skills/skills/debugging/references/runtimes/native-binary.md +38 -0
  849. package/packages/shared-skills/skills/debugging/references/runtimes/node.md +25 -0
  850. package/packages/shared-skills/skills/debugging/references/runtimes/python.md +13 -0
  851. package/packages/shared-skills/skills/debugging/references/runtimes/rust.md +41 -0
  852. package/packages/shared-skills/skills/debugging/references/scripts/dap.mjs +267 -0
  853. package/packages/shared-skills/skills/debugging/references/scripts/dap.test.ts +86 -0
  854. package/packages/shared-skills/skills/debugging/references/scripts/fixture-adapter.mjs +59 -0
  855. package/packages/shared-skills/skills/debugging/references/tools/dap.md +103 -0
  856. package/packages/shared-skills/skills/debugging/references/tools/frida.md +193 -0
  857. package/packages/shared-skills/skills/debugging/references/tools/playwright-cli.md +79 -161
  858. package/packages/shared-skills/skills/frontend/ATTRIBUTION.md +10 -0
  859. package/packages/shared-skills/skills/frontend/SKILL.md +8 -3
  860. package/packages/shared-skills/skills/frontend/references/design/README.md +13 -4
  861. package/packages/shared-skills/skills/frontend/references/design/_INDEX.md +1 -0
  862. package/packages/shared-skills/skills/frontend/references/design/ambience-skill.md +145 -0
  863. package/packages/shared-skills/skills/frontend/references/design/aside.md +1 -1
  864. package/packages/shared-skills/skills/frontend/references/design/clone-from-url.md +1 -1
  865. package/packages/shared-skills/skills/frontend/references/design/design-system-architecture.md +1 -0
  866. package/packages/shared-skills/skills/frontend/references/design/interaction-skill.md +2 -0
  867. package/packages/shared-skills/skills/frontend/references/design/print-paged-media.md +76 -0
  868. package/packages/shared-skills/skills/frontend/references/designpowers/README.md +1 -1
  869. package/packages/shared-skills/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
  870. package/packages/shared-skills/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
  871. package/packages/shared-skills/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
  872. package/packages/shared-skills/skills/frontend/references/designpowers/orchestration.md +1 -1
  873. package/packages/shared-skills/skills/frontend/references/designpowers/routing.md +5 -5
  874. package/packages/shared-skills/skills/frontend/references/perfection/README.md +1 -0
  875. package/packages/shared-skills/skills/frontend/scripts/perfection/lighthouse-audit.py +2 -2
  876. package/packages/shared-skills/skills/git-master/SKILL.md +1 -1
  877. package/packages/shared-skills/skills/init-deep/SKILL.md +14 -14
  878. package/packages/shared-skills/skills/lsp-setup/SKILL.md +1 -1
  879. package/packages/shared-skills/skills/programming/SKILL.md +1 -1
  880. package/packages/shared-skills/skills/refactor/SKILL.md +5 -5
  881. package/packages/shared-skills/skills/remove-ai-slops/SKILL.md +5 -5
  882. package/packages/shared-skills/skills/review-work/SKILL.md +101 -419
  883. package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +32 -86
  884. package/packages/shared-skills/skills/ultimate-browsing/SKILL.md +32 -27
  885. package/packages/shared-skills/skills/ultimate-browsing/engine/AGENTS.md +111 -0
  886. package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +2 -2
  887. package/packages/shared-skills/skills/ultimate-browsing/engine/templates/playwright_mobile_chrome.js +5 -2
  888. package/packages/shared-skills/skills/ultimate-browsing/engine/templates/playwright_real_chrome.js +8 -6
  889. package/packages/shared-skills/skills/ultimate-browsing/engine/tests/test_playwright_stealth.py +86 -0
  890. package/packages/shared-skills/skills/ultimate-browsing/engine/tests/test_playwright_templates.py +4 -7
  891. package/packages/shared-skills/skills/ultimate-browsing/references/chrome-stealth.md +86 -95
  892. package/packages/shared-skills/skills/ultimate-browsing/references/insane-search/README.md +18 -5
  893. package/packages/shared-skills/skills/ultimate-browsing/references/insane-search/playwright.md +16 -13
  894. package/packages/shared-skills/skills/ultimate-browsing/scripts/extract_cookies.py +3 -3
  895. package/packages/shared-skills/skills/{start-work → ulw-execute}/SKILL.md +24 -22
  896. package/packages/shared-skills/skills/ulw-plan/SKILL.md +5 -6
  897. package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +6 -5
  898. package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +2 -2
  899. package/packages/shared-skills/skills/ulw-plan/scripts/scaffold-plan.mjs +2 -1
  900. package/packages/shared-skills/skills/ulw-research/SKILL.md +10 -5
  901. package/packages/shared-skills/skills/visual-qa/AGENTS.md +58 -0
  902. package/packages/shared-skills/skills/visual-qa/SKILL.md +4 -3
  903. package/packages/shared-skills/skills/visual-qa/references/browser-setup.md +75 -0
  904. package/postinstall.mjs +2 -0
  905. package/script/qa/web-terminal-visual-qa.mjs +2 -0
  906. package/script/qa/xterm-live-terminal.mjs +18 -2
  907. package/.agents/skills/work-with-pr-workspace/evals/evals.json +0 -76
  908. package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.json +0 -138
  909. package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.md +0 -42
  910. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +0 -57
  911. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +0 -15
  912. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +0 -454
  913. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +0 -136
  914. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +0 -47
  915. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +0 -163
  916. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +0 -1
  917. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +0 -15
  918. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +0 -615
  919. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +0 -99
  920. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +0 -50
  921. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +0 -111
  922. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +0 -1
  923. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +0 -37
  924. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +0 -11
  925. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +0 -205
  926. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +0 -78
  927. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +0 -42
  928. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +0 -87
  929. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +0 -1
  930. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +0 -11
  931. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +0 -334
  932. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +0 -86
  933. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +0 -23
  934. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +0 -119
  935. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +0 -1
  936. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +0 -32
  937. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +0 -10
  938. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +0 -221
  939. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +0 -104
  940. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +0 -41
  941. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +0 -84
  942. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +0 -1
  943. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +0 -10
  944. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +0 -342
  945. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +0 -131
  946. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +0 -39
  947. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +0 -128
  948. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +0 -1
  949. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +0 -32
  950. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +0 -10
  951. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +0 -143
  952. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +0 -82
  953. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +0 -51
  954. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +0 -69
  955. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +0 -1
  956. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +0 -10
  957. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +0 -252
  958. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +0 -83
  959. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +0 -33
  960. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +0 -101
  961. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +0 -1
  962. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +0 -32
  963. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +0 -10
  964. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +0 -387
  965. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +0 -112
  966. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +0 -51
  967. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +0 -75
  968. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +0 -1
  969. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +0 -10
  970. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +0 -529
  971. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +0 -127
  972. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +0 -42
  973. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +0 -120
  974. package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +0 -1
  975. package/.agents/skills/work-with-pr-workspace/iteration-1/review.html +0 -1326
  976. package/.opencode/skills/work-with-pr-workspace/evals/evals.json +0 -76
  977. package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.json +0 -138
  978. package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.md +0 -42
  979. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +0 -57
  980. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +0 -15
  981. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +0 -454
  982. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +0 -136
  983. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +0 -47
  984. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +0 -163
  985. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +0 -1
  986. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +0 -15
  987. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +0 -615
  988. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +0 -99
  989. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +0 -50
  990. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +0 -111
  991. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +0 -1
  992. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +0 -37
  993. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +0 -11
  994. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +0 -205
  995. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +0 -78
  996. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +0 -42
  997. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +0 -87
  998. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +0 -1
  999. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +0 -11
  1000. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +0 -334
  1001. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +0 -86
  1002. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +0 -23
  1003. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +0 -119
  1004. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +0 -1
  1005. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +0 -32
  1006. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +0 -10
  1007. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +0 -221
  1008. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +0 -104
  1009. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +0 -41
  1010. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +0 -84
  1011. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +0 -1
  1012. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +0 -10
  1013. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +0 -342
  1014. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +0 -131
  1015. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +0 -39
  1016. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +0 -128
  1017. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +0 -1
  1018. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +0 -32
  1019. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +0 -10
  1020. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +0 -143
  1021. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +0 -82
  1022. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +0 -51
  1023. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +0 -69
  1024. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +0 -1
  1025. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +0 -10
  1026. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +0 -252
  1027. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +0 -83
  1028. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +0 -33
  1029. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +0 -101
  1030. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +0 -1
  1031. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +0 -32
  1032. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +0 -10
  1033. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +0 -387
  1034. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +0 -112
  1035. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +0 -51
  1036. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +0 -75
  1037. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +0 -1
  1038. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +0 -10
  1039. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +0 -529
  1040. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +0 -127
  1041. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +0 -42
  1042. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +0 -120
  1043. package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +0 -1
  1044. package/.opencode/skills/work-with-pr-workspace/iteration-1/review.html +0 -1326
  1045. package/dist/config/schema/codegraph.d.ts +0 -12
  1046. package/dist/config/schema/start-work.d.ts +0 -5
  1047. package/dist/features/builtin-commands/templates/start-work.d.ts +0 -1
  1048. package/dist/features/builtin-skills/index.d.ts +0 -1
  1049. package/dist/features/builtin-skills/skill-file-loader.d.ts +0 -1
  1050. package/dist/features/builtin-skills/skills/agent-browser-skill.d.ts +0 -1
  1051. package/dist/features/builtin-skills/skills/agent-browser-template.d.ts +0 -1
  1052. package/dist/features/builtin-skills/skills/debugging.d.ts +0 -1
  1053. package/dist/features/builtin-skills/skills/dev-browser.d.ts +0 -1
  1054. package/dist/features/builtin-skills/skills/frontend.d.ts +0 -1
  1055. package/dist/features/builtin-skills/skills/git-master-sections/commit-atomic-planning.d.ts +0 -1
  1056. package/dist/features/builtin-skills/skills/git-master-sections/commit-context-analysis.d.ts +0 -1
  1057. package/dist/features/builtin-skills/skills/git-master-sections/commit-execution-verification.d.ts +0 -1
  1058. package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +0 -1
  1059. package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +0 -1
  1060. package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +0 -1
  1061. package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +0 -1
  1062. package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +0 -1
  1063. package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +0 -1
  1064. package/dist/features/builtin-skills/skills/git-master.d.ts +0 -1
  1065. package/dist/features/builtin-skills/skills/index.d.ts +0 -1
  1066. package/dist/features/builtin-skills/skills/init-deep.d.ts +0 -1
  1067. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +0 -1
  1068. package/dist/features/builtin-skills/skills/playwright-mcp-skill.d.ts +0 -1
  1069. package/dist/features/builtin-skills/skills/playwright.d.ts +0 -1
  1070. package/dist/features/builtin-skills/skills/remove-ai-slops.d.ts +0 -1
  1071. package/dist/features/builtin-skills/skills/review-work.d.ts +0 -1
  1072. package/dist/features/builtin-skills/skills/security-research.d.ts +0 -1
  1073. package/dist/features/builtin-skills/skills/security-review.d.ts +0 -1
  1074. package/dist/features/builtin-skills/skills/team-mode.d.ts +0 -1
  1075. package/dist/features/builtin-skills/skills/visual-qa.d.ts +0 -1
  1076. package/dist/features/builtin-skills/skills.d.ts +0 -1
  1077. package/dist/features/builtin-skills/types.d.ts +0 -1
  1078. package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +0 -1
  1079. package/dist/features/claude-code-plugin-loader/command-loader.d.ts +0 -1
  1080. package/dist/features/claude-code-plugin-loader/discovery-core.d.ts +0 -1
  1081. package/dist/features/claude-code-plugin-loader/discovery-paths.d.ts +0 -1
  1082. package/dist/features/claude-code-plugin-loader/discovery.d.ts +0 -1
  1083. package/dist/features/claude-code-plugin-loader/hook-loader.d.ts +0 -1
  1084. package/dist/features/claude-code-plugin-loader/index.d.ts +0 -1
  1085. package/dist/features/claude-code-plugin-loader/install-path-resolver.d.ts +0 -1
  1086. package/dist/features/claude-code-plugin-loader/installed-plugin-database.d.ts +0 -1
  1087. package/dist/features/claude-code-plugin-loader/loaded-plugin.d.ts +0 -1
  1088. package/dist/features/claude-code-plugin-loader/loader.d.ts +0 -1
  1089. package/dist/features/claude-code-plugin-loader/mcp-server-loader.d.ts +0 -1
  1090. package/dist/features/claude-code-plugin-loader/plugin-key.d.ts +0 -1
  1091. package/dist/features/claude-code-plugin-loader/plugin-manifest.d.ts +0 -1
  1092. package/dist/features/claude-code-plugin-loader/plugin-path-resolver.d.ts +0 -1
  1093. package/dist/features/claude-code-plugin-loader/plugin-settings.d.ts +0 -1
  1094. package/dist/features/claude-code-plugin-loader/scope-filter.d.ts +0 -1
  1095. package/dist/features/claude-code-plugin-loader/skill-loader.d.ts +0 -1
  1096. package/dist/features/claude-code-plugin-loader/types.d.ts +0 -1
  1097. package/dist/hooks/codegraph-bootstrap/command-runner.d.ts +0 -17
  1098. package/dist/hooks/codegraph-bootstrap/hook.d.ts +0 -35
  1099. package/dist/hooks/codegraph-bootstrap/index.d.ts +0 -1
  1100. package/dist/hooks/codegraph-bootstrap/project-root.d.ts +0 -1
  1101. package/dist/hooks/codegraph-bootstrap/status.d.ts +0 -11
  1102. package/dist/hooks/ralph-loop/completion-promise-detector-test-input.d.ts +0 -11
  1103. package/dist/hooks/ralph-loop/loop-session-recovery.d.ts +0 -7
  1104. package/dist/hooks/start-work/start-work-hook.d.ts +0 -23
  1105. package/dist/mcp/codegraph.d.ts +0 -16
  1106. package/dist/plugin/chat-message/start-work-message.d.ts +0 -5
  1107. package/dist/shared/prompt-async-gate/message-inspection-error.d.ts +0 -1
  1108. package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +0 -1
  1109. package/dist/shared/prompt-async-gate/prompt-message-state.d.ts +0 -1
  1110. package/dist/shared/prompt-async-gate/queue.d.ts +0 -1
  1111. package/dist/shared/prompt-async-gate/recent-dispatches.d.ts +0 -1
  1112. package/dist/shared/prompt-async-gate/reservations.d.ts +0 -1
  1113. package/dist/shared/prompt-async-gate/semantic-dedupe.d.ts +0 -1
  1114. package/dist/shared/prompt-async-gate/session-idle-dispatch.d.ts +0 -1
  1115. package/dist/shared/prompt-async-gate/timing.d.ts +0 -1
  1116. package/dist/shared/prompt-async-gate/types.d.ts +0 -1
  1117. package/dist/skills/data-scientist/references/common-scenarios.md +0 -176
  1118. package/dist/skills/data-scientist/references/execution-templates.md +0 -197
  1119. package/dist/skills/data-scientist/references/integration-patterns.md +0 -153
  1120. package/dist/skills/data-scientist/references/performance-benchmarks.md +0 -37
  1121. package/dist/skills/visual-qa/references/agent-browser-setup.md +0 -45
  1122. package/dist/tools/call-omo-agent/background-agent-executor.d.ts +0 -5
  1123. package/dist/tools/call-omo-agent/message-storage-directory.d.ts +0 -1
  1124. package/dist/tools/delegate-task/anthropic-categories.d.ts +0 -2
  1125. package/dist/tools/delegate-task/model-string-parser.d.ts +0 -1
  1126. package/packages/lsp-tools-mcp/dist/lsp/cleanup-errors.d.ts +0 -1
  1127. package/packages/lsp-tools-mcp/dist/lsp/constants.d.ts +0 -1
  1128. package/packages/lsp-tools-mcp/dist/lsp/language-mappings.d.ts +0 -1
  1129. package/packages/lsp-tools-mcp/dist/lsp/process-signal-cleanup.d.ts +0 -1
  1130. package/packages/lsp-tools-mcp/dist/missing-dependency-result.d.ts +0 -1
  1131. package/packages/omo-codex/plugin/components/codegraph/AGENTS.md +0 -58
  1132. package/packages/omo-codex/plugin/components/codegraph/NODE-RUNTIME-LICENSES.md +0 -2951
  1133. package/packages/omo-codex/plugin/components/codegraph/NOTICE +0 -16
  1134. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +0 -12244
  1135. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +0 -9842
  1136. package/packages/omo-codex/plugin/components/codegraph/package.json +0 -33
  1137. package/packages/omo-codex/plugin/components/codegraph/src/cache-gc.ts +0 -29
  1138. package/packages/omo-codex/plugin/components/codegraph/src/cli.ts +0 -79
  1139. package/packages/omo-codex/plugin/components/codegraph/src/hook-input.ts +0 -33
  1140. package/packages/omo-codex/plugin/components/codegraph/src/hook-sweep.ts +0 -25
  1141. package/packages/omo-codex/plugin/components/codegraph/src/hook-types.ts +0 -131
  1142. package/packages/omo-codex/plugin/components/codegraph/src/hook.ts +0 -258
  1143. package/packages/omo-codex/plugin/components/codegraph/src/mcp-bridge.ts +0 -309
  1144. package/packages/omo-codex/plugin/components/codegraph/src/mcp-unavailable.ts +0 -80
  1145. package/packages/omo-codex/plugin/components/codegraph/src/post-tool-use-hook.ts +0 -34
  1146. package/packages/omo-codex/plugin/components/codegraph/src/serve-invocation.ts +0 -29
  1147. package/packages/omo-codex/plugin/components/codegraph/src/serve.ts +0 -263
  1148. package/packages/omo-codex/plugin/components/codegraph/src/session-start-command.ts +0 -106
  1149. package/packages/omo-codex/plugin/components/codegraph/src/session-start-cooldown.ts +0 -145
  1150. package/packages/omo-codex/plugin/components/codegraph/src/session-start-hook-runtime.ts +0 -21
  1151. package/packages/omo-codex/plugin/components/codegraph/src/session-start-lock.ts +0 -139
  1152. package/packages/omo-codex/plugin/components/codegraph/src/session-start-outcome.ts +0 -15
  1153. package/packages/omo-codex/plugin/components/codegraph/src/session-start-paths.ts +0 -32
  1154. package/packages/omo-codex/plugin/components/codegraph/src/session-start-project.ts +0 -109
  1155. package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker-result.ts +0 -148
  1156. package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker.ts +0 -175
  1157. package/packages/omo-codex/plugin/components/codegraph/src/sweep-cli.ts +0 -81
  1158. package/packages/omo-codex/plugin/components/codegraph/test/cache-gc.test.ts +0 -34
  1159. package/packages/omo-codex/plugin/components/codegraph/test/hook-exclusion.test.ts +0 -112
  1160. package/packages/omo-codex/plugin/components/codegraph/test/hook-registration.test.ts +0 -26
  1161. package/packages/omo-codex/plugin/components/codegraph/test/hook-session-start-guard.test.ts +0 -160
  1162. package/packages/omo-codex/plugin/components/codegraph/test/hook-store-upgrade.test.ts +0 -50
  1163. package/packages/omo-codex/plugin/components/codegraph/test/hook-sweep.test.ts +0 -29
  1164. package/packages/omo-codex/plugin/components/codegraph/test/hook.test.ts +0 -320
  1165. package/packages/omo-codex/plugin/components/codegraph/test/mcp-bridge-fixtures.ts +0 -172
  1166. package/packages/omo-codex/plugin/components/codegraph/test/package-runtime.test.ts +0 -91
  1167. package/packages/omo-codex/plugin/components/codegraph/test/provisioned-node-guard.test.ts +0 -100
  1168. package/packages/omo-codex/plugin/components/codegraph/test/serve-built-wrapper.test.ts +0 -76
  1169. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge-lifecycle.test.ts +0 -133
  1170. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge.test.ts +0 -245
  1171. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-facade.test.ts +0 -69
  1172. package/packages/omo-codex/plugin/components/codegraph/test/serve-node-support.test.ts +0 -43
  1173. package/packages/omo-codex/plugin/components/codegraph/test/serve-provision.test.ts +0 -147
  1174. package/packages/omo-codex/plugin/components/codegraph/test/serve-unavailable.test.ts +0 -175
  1175. package/packages/omo-codex/plugin/components/codegraph/test/serve.test.ts +0 -385
  1176. package/packages/omo-codex/plugin/components/codegraph/test/session-start-node-support.test.ts +0 -206
  1177. package/packages/omo-codex/plugin/components/codegraph/test/session-start-project.test.ts +0 -58
  1178. package/packages/omo-codex/plugin/components/codegraph/test/session-start-state.test.ts +0 -104
  1179. package/packages/omo-codex/plugin/components/codegraph/test/session-start-trust-boundary.test.ts +0 -65
  1180. package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-availability.test.ts +0 -106
  1181. package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-cooldown.test.ts +0 -116
  1182. package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-flow.test.ts +0 -258
  1183. package/packages/omo-codex/plugin/components/codegraph/test/sweep-cli.test.ts +0 -56
  1184. package/packages/omo-codex/plugin/components/codegraph/tsconfig.build.json +0 -13
  1185. package/packages/omo-codex/plugin/components/codegraph/tsconfig.json +0 -25
  1186. package/packages/omo-codex/plugin/components/start-work-continuation/LICENSE +0 -21
  1187. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +0 -28
  1188. package/packages/omo-codex/plugin/components/ultrawork/directive.md +0 -477
  1189. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +0 -18
  1190. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +0 -17
  1191. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +0 -17
  1192. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +0 -17
  1193. package/packages/omo-codex/plugin/scripts/migrate-omo-sot/editor.mjs +0 -125
  1194. package/packages/omo-codex/plugin/scripts/migrate-omo-sot/jsonc.mjs +0 -43
  1195. package/packages/omo-codex/plugin/scripts/migrate-omo-sot/scaffold.mjs +0 -29
  1196. package/packages/omo-codex/plugin/scripts/migrate-omo-sot.mjs +0 -121
  1197. package/packages/omo-codex/plugin/skills/data-scientist/references/common-scenarios.md +0 -176
  1198. package/packages/omo-codex/plugin/skills/data-scientist/references/execution-templates.md +0 -197
  1199. package/packages/omo-codex/plugin/skills/data-scientist/references/integration-patterns.md +0 -153
  1200. package/packages/omo-codex/plugin/skills/data-scientist/references/performance-benchmarks.md +0 -37
  1201. package/packages/omo-codex/plugin/skills/start-work/agents/openai.yaml +0 -2
  1202. package/packages/omo-codex/plugin/skills/visual-qa/references/agent-browser-setup.md +0 -45
  1203. package/packages/omo-codex/plugin/test/aggregate-skills.test.mjs +0 -92
  1204. package/packages/omo-codex/plugin/test/component-codegraph-mcp-smoke.test.mjs +0 -76
  1205. package/packages/omo-codex/plugin/test/migrate-omo-sot.test.mjs +0 -179
  1206. package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +0 -314
  1207. package/packages/omo-codex/plugin/test/ulw-plan-scope-contract.test.mjs +0 -24
  1208. package/packages/shared-skills/skills/data-scientist/references/common-scenarios.md +0 -176
  1209. package/packages/shared-skills/skills/data-scientist/references/execution-templates.md +0 -197
  1210. package/packages/shared-skills/skills/data-scientist/references/integration-patterns.md +0 -153
  1211. package/packages/shared-skills/skills/data-scientist/references/performance-benchmarks.md +0 -37
  1212. package/packages/shared-skills/skills/visual-qa/references/agent-browser-setup.md +0 -45
  1213. /package/dist/hooks/{start-work → ulw-execute}/context-info-formatters.d.ts +0 -0
  1214. /package/dist/hooks/{start-work → ulw-execute}/explicit-plan-context.d.ts +0 -0
  1215. /package/dist/hooks/{start-work → ulw-execute}/notepad-scaffold.d.ts +0 -0
  1216. /package/dist/hooks/{start-work → ulw-execute}/parse-user-request.d.ts +0 -0
  1217. /package/dist/hooks/{start-work → ulw-execute}/plan-discovery-context.d.ts +0 -0
  1218. /package/dist/hooks/{start-work → ulw-execute}/plan-selection.d.ts +0 -0
  1219. /package/dist/hooks/{start-work → ulw-execute}/session-plan-affinity.d.ts +0 -0
  1220. /package/dist/hooks/{start-work → ulw-execute}/work-initializer.d.ts +0 -0
  1221. /package/dist/hooks/{start-work → ulw-execute}/worktree-block.d.ts +0 -0
  1222. /package/dist/hooks/{start-work → ulw-execute}/worktree-detector.d.ts +0 -0
  1223. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/.gitattributes +0 -0
  1224. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/CHANGELOG.md +0 -0
  1225. /package/packages/omo-codex/plugin/components/{codegraph → ulw-execute-continuation}/LICENSE +0 -0
  1226. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/plan-checklist.ts +0 -0
  1227. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-completed.json +0 -0
  1228. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-mixed-platforms.json +0 -0
  1229. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-single-codex-work.json +0 -0
  1230. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-all-done.md +0 -0
  1231. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-scaffold.md +0 -0
  1232. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-with-nested-checkboxes.md +0 -0
  1233. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-with-unchecked.md +0 -0
  1234. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/tsconfig.build.json +0 -0
  1235. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/tsconfig.json +0 -0
  1236. /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/vitest.config.ts +0 -0
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/omo-codex-plugin",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.81",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sisyphuslabs/omo-codex-plugin",
9
- "version": "5.0.0-beta.8",
9
+ "version": "5.0.0-beta.81",
10
10
  "workspaces": [
11
- "components/codegraph",
12
11
  "components/comment-checker",
13
12
  "components/git-bash",
14
13
  "components/lazycodex-executor-verify",
@@ -16,12 +15,16 @@
16
15
  "components/lsp",
17
16
  "components/telemetry",
18
17
  "components/teammode",
19
- "components/start-work-continuation",
18
+ "components/ulw-execute-continuation",
20
19
  "components/ulw-loop",
21
20
  "components/ultrawork"
22
21
  ],
23
22
  "dependencies": {
24
23
  "@oh-my-opencode/shared-skills": "file:../../shared-skills"
24
+ },
25
+ "devDependencies": {
26
+ "@vitest/coverage-v8": "5.0.1",
27
+ "vitest": "5.0.1"
25
28
  }
26
29
  },
27
30
  "../../comment-checker-core": {
@@ -47,12 +50,13 @@
47
50
  "omo-lsp-daemon": "dist/cli.js"
48
51
  },
49
52
  "devDependencies": {
50
- "@biomejs/biome": "2.4.16",
53
+ "@biomejs/biome": "2.5.14",
51
54
  "@oh-my-opencode/lsp-core": "file:../lsp-core",
52
55
  "@oh-my-opencode/mcp-stdio-core": "file:../mcp-stdio-core",
53
- "@types/node": "^25.9.2",
56
+ "@types/node": "^26.6.2",
57
+ "@vitest/coverage-v8": "5.0.1",
54
58
  "typescript": "^6.0.3",
55
- "vitest": "^4.1.8"
59
+ "vitest": "5.0.1"
56
60
  },
57
61
  "engines": {
58
62
  "node": ">=20.0.0"
@@ -73,7 +77,7 @@
73
77
  "dev": true,
74
78
  "dependencies": {
75
79
  "@oh-my-opencode/utils": "workspace:*",
76
- "picomatch": "^4.0.4"
80
+ "picomatch": "^4.0.7"
77
81
  }
78
82
  },
79
83
  "../../shared-skills": {
@@ -86,51 +90,23 @@
86
90
  "dev": true,
87
91
  "dependencies": {
88
92
  "@oh-my-opencode/utils": "workspace:*",
89
- "posthog-node": "^5.34.3"
90
- }
91
- },
92
- "../../utils": {
93
- "name": "@oh-my-opencode/utils",
94
- "version": "0.1.0",
95
- "dev": true,
96
- "dependencies": {
97
- "@oh-my-opencode/omo-config-core": "workspace:*",
98
- "js-yaml": "^4.1.1",
99
- "jsonc-parser": "^3.3.1"
100
- }
101
- },
102
- "components/codegraph": {
103
- "name": "@sisyphuslabs/codex-codegraph",
104
- "version": "5.0.0-beta.8",
105
- "bin": {
106
- "omo-codegraph": "dist/cli.js"
107
- },
108
- "devDependencies": {
109
- "@oh-my-opencode/utils": "file:../../../../utils",
110
- "@types/node": "^25.9.3",
111
- "bun-types": "^1.3.1",
112
- "typescript": "^6.0.3"
113
- },
114
- "engines": {
115
- "node": ">=20.0.0"
116
- },
117
- "optionalDependencies": {
118
- "@colbymchenry/codegraph": "1.5.0"
93
+ "posthog-node": "^5.52.4"
119
94
  }
120
95
  },
121
96
  "components/comment-checker": {
122
97
  "name": "@code-yeongyu/codex-comment-checker",
123
- "version": "5.0.0-beta.8",
98
+ "version": "5.0.0-beta.81",
124
99
  "license": "MIT",
125
100
  "bin": {
126
101
  "omo-comment-checker": "dist/cli.js"
127
102
  },
128
103
  "devDependencies": {
129
- "@biomejs/biome": "2.4.16",
104
+ "@biomejs/biome": "2.5.14",
130
105
  "@oh-my-opencode/comment-checker-core": "file:../../../../comment-checker-core",
131
- "@types/node": "^25.9.3",
132
- "typescript": "^6.0.3",
133
- "vitest": "^4.1.8"
106
+ "@types/node": "^26.6.2",
107
+ "@vitest/coverage-v8": "5.0.1",
108
+ "typescript": "^7.0.2",
109
+ "vitest": "5.0.1"
134
110
  },
135
111
  "engines": {
136
112
  "node": ">=20.0.0"
@@ -141,14 +117,13 @@
141
117
  },
142
118
  "components/git-bash": {
143
119
  "name": "@sisyphuslabs/codex-git-bash-hook",
144
- "version": "5.0.0-beta.8",
120
+ "version": "5.0.0-beta.81",
145
121
  "bin": {
146
122
  "omo-git-bash-hook": "dist/cli.js"
147
123
  },
148
124
  "devDependencies": {
149
- "@oh-my-opencode/utils": "file:../../../../utils",
150
- "@types/node": "^25.9.3",
151
- "typescript": "^6.0.3"
125
+ "@types/node": "^26.6.2",
126
+ "typescript": "^7.0.2"
152
127
  },
153
128
  "engines": {
154
129
  "node": ">=20.0.0"
@@ -156,16 +131,17 @@
156
131
  },
157
132
  "components/lazycodex-executor-verify": {
158
133
  "name": "@code-yeongyu/codex-lazycodex-executor-verify",
159
- "version": "5.0.0-beta.8",
134
+ "version": "5.0.0-beta.81",
160
135
  "license": "MIT",
161
136
  "bin": {
162
137
  "lazycodex-executor-verify": "dist/cli.js"
163
138
  },
164
139
  "devDependencies": {
165
- "@biomejs/biome": "2.4.16",
166
- "@types/node": "^25.9.3",
167
- "typescript": "^6.0.3",
168
- "vitest": "^4.1.8"
140
+ "@biomejs/biome": "2.5.14",
141
+ "@types/node": "^26.6.2",
142
+ "@vitest/coverage-v8": "5.0.1",
143
+ "typescript": "^7.0.2",
144
+ "vitest": "5.0.1"
169
145
  },
170
146
  "engines": {
171
147
  "node": ">=20.0.0"
@@ -173,7 +149,7 @@
173
149
  },
174
150
  "components/lsp": {
175
151
  "name": "@code-yeongyu/codex-lsp",
176
- "version": "5.0.0-beta.8",
152
+ "version": "5.0.0-beta.81",
177
153
  "license": "MIT",
178
154
  "dependencies": {
179
155
  "@code-yeongyu/lsp-daemon": "file:../../../../lsp-daemon",
@@ -183,10 +159,11 @@
183
159
  "omo-lsp": "dist/cli.js"
184
160
  },
185
161
  "devDependencies": {
186
- "@biomejs/biome": "2.4.16",
187
- "@types/node": "^25.9.3",
188
- "typescript": "^6.0.3",
189
- "vitest": "^4.1.8"
162
+ "@biomejs/biome": "2.5.14",
163
+ "@types/node": "^26.6.2",
164
+ "@vitest/coverage-v8": "5.0.1",
165
+ "typescript": "^7.0.2",
166
+ "vitest": "5.0.1"
190
167
  },
191
168
  "engines": {
192
169
  "node": ">=20.0.0"
@@ -194,38 +171,22 @@
194
171
  },
195
172
  "components/rules": {
196
173
  "name": "@code-yeongyu/codex-rules",
197
- "version": "5.0.0-beta.8",
174
+ "version": "5.0.0-beta.81",
198
175
  "license": "MIT",
199
176
  "dependencies": {
200
- "picomatch": "^4.0.3"
177
+ "picomatch": "^4.0.7"
201
178
  },
202
179
  "bin": {
203
180
  "omo-rules": "dist/cli.js"
204
181
  },
205
182
  "devDependencies": {
206
- "@biomejs/biome": "2.4.16",
183
+ "@biomejs/biome": "2.5.14",
207
184
  "@oh-my-opencode/rules-engine": "file:../../../../rules-engine",
208
- "@types/node": "^25.9.3",
209
- "@types/picomatch": "^4.0.0",
210
- "typescript": "^6.0.3",
211
- "vitest": "^4.1.8"
212
- },
213
- "engines": {
214
- "node": ">=20.0.0"
215
- }
216
- },
217
- "components/start-work-continuation": {
218
- "name": "@code-yeongyu/codex-start-work-continuation",
219
- "version": "5.0.0-beta.8",
220
- "license": "MIT",
221
- "bin": {
222
- "omo-start-work-continuation": "dist/cli.js"
223
- },
224
- "devDependencies": {
225
- "@biomejs/biome": "2.4.16",
226
- "@types/node": "^25.9.3",
227
- "typescript": "^6.0.3",
228
- "vitest": "^4.1.8"
185
+ "@types/node": "^26.6.2",
186
+ "@types/picomatch": "^4.0.3",
187
+ "@vitest/coverage-v8": "5.0.1",
188
+ "typescript": "^7.0.2",
189
+ "vitest": "5.0.1"
229
190
  },
230
191
  "engines": {
231
192
  "node": ">=20.0.0"
@@ -233,12 +194,13 @@
233
194
  },
234
195
  "components/teammode": {
235
196
  "name": "@sisyphuslabs/codex-teammode",
236
- "version": "5.0.0-beta.8",
197
+ "version": "5.0.0-beta.81",
237
198
  "devDependencies": {
238
- "@types/node": "^25.9.3",
239
- "bun-types": "^1.3.1",
240
- "typescript": "^6.0.3",
241
- "vitest": "^4.1.8"
199
+ "@types/node": "^26.6.2",
200
+ "@vitest/coverage-v8": "5.0.1",
201
+ "bun-types": "^1.4.2",
202
+ "typescript": "^7.0.2",
203
+ "vitest": "5.0.1"
242
204
  },
243
205
  "engines": {
244
206
  "node": ">=20.0.0"
@@ -246,17 +208,18 @@
246
208
  },
247
209
  "components/telemetry": {
248
210
  "name": "@code-yeongyu/codex-telemetry",
249
- "version": "5.0.0-beta.8",
211
+ "version": "5.0.0-beta.81",
250
212
  "license": "MIT",
251
213
  "bin": {
252
214
  "omo-telemetry": "dist/cli.js"
253
215
  },
254
216
  "devDependencies": {
255
- "@biomejs/biome": "2.4.16",
217
+ "@biomejs/biome": "2.5.14",
256
218
  "@oh-my-opencode/telemetry-core": "file:../../../../telemetry-core",
257
- "@types/node": "^25.9.3",
258
- "typescript": "^6.0.3",
259
- "vitest": "^4.1.8"
219
+ "@types/node": "^26.6.2",
220
+ "@vitest/coverage-v8": "5.0.1",
221
+ "typescript": "^7.0.2",
222
+ "vitest": "5.0.1"
260
223
  },
261
224
  "engines": {
262
225
  "node": ">=20.0.0"
@@ -264,17 +227,36 @@
264
227
  },
265
228
  "components/ultrawork": {
266
229
  "name": "@code-yeongyu/codex-ultrawork",
267
- "version": "5.0.0-beta.8",
230
+ "version": "5.0.0-beta.81",
268
231
  "license": "MIT",
269
232
  "bin": {
270
233
  "omo-ultrawork": "dist/cli.js"
271
234
  },
272
235
  "devDependencies": {
273
- "@biomejs/biome": "2.4.16",
236
+ "@biomejs/biome": "2.5.14",
274
237
  "@oh-my-opencode/prompts-core": "file:../../../../prompts-core",
275
- "@types/node": "^25.9.3",
276
- "typescript": "^6.0.3",
277
- "vitest": "^4.1.8"
238
+ "@types/node": "^26.6.2",
239
+ "@vitest/coverage-v8": "5.0.1",
240
+ "typescript": "^7.0.2",
241
+ "vitest": "5.0.1"
242
+ },
243
+ "engines": {
244
+ "node": ">=20.0.0"
245
+ }
246
+ },
247
+ "components/ulw-execute-continuation": {
248
+ "name": "@code-yeongyu/codex-ulw-execute-continuation",
249
+ "version": "5.0.0-beta.81",
250
+ "license": "MIT",
251
+ "bin": {
252
+ "omo-ulw-execute-continuation": "dist/cli.js"
253
+ },
254
+ "devDependencies": {
255
+ "@biomejs/biome": "2.5.14",
256
+ "@types/node": "^26.6.2",
257
+ "@vitest/coverage-v8": "5.0.1",
258
+ "typescript": "^7.0.2",
259
+ "vitest": "5.0.1"
278
260
  },
279
261
  "engines": {
280
262
  "node": ">=20.0.0"
@@ -282,7 +264,7 @@
282
264
  },
283
265
  "components/ulw-loop": {
284
266
  "name": "@code-yeongyu/codex-ulw-loop",
285
- "version": "5.0.0-beta.8",
267
+ "version": "5.0.0-beta.81",
286
268
  "license": "MIT",
287
269
  "bin": {
288
270
  "omo-ulw-loop": "dist/cli.js",
@@ -290,19 +272,80 @@
290
272
  "ulw-loop": "dist/cli.js"
291
273
  },
292
274
  "devDependencies": {
293
- "@biomejs/biome": "2.4.16",
294
- "@types/node": "^25.9.3",
295
- "typescript": "^6.0.3",
296
- "vitest": "^4.1.8"
275
+ "@biomejs/biome": "2.5.14",
276
+ "@types/node": "^26.6.2",
277
+ "@vitest/coverage-v8": "5.0.1",
278
+ "typescript": "^7.0.2",
279
+ "vitest": "5.0.1"
297
280
  },
298
281
  "engines": {
299
282
  "node": ">=20.0.0"
300
283
  }
301
284
  },
285
+ "node_modules/@babel/helper-string-parser": {
286
+ "version": "7.29.7",
287
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
288
+ "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
289
+ "dev": true,
290
+ "license": "MIT",
291
+ "engines": {
292
+ "node": ">=6.9.0"
293
+ }
294
+ },
295
+ "node_modules/@babel/helper-validator-identifier": {
296
+ "version": "7.29.7",
297
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
298
+ "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
299
+ "dev": true,
300
+ "license": "MIT",
301
+ "engines": {
302
+ "node": ">=6.9.0"
303
+ }
304
+ },
305
+ "node_modules/@babel/parser": {
306
+ "version": "7.29.9",
307
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.9.tgz",
308
+ "integrity": "sha512-CjXrNHTnvqBVqHgdBysY3vk2T8tpJHb5/RMeHJBTyVa9xgugCB0CJTx/3oO8RV2QRQP391RWpB7D6hLjm8V9uA==",
309
+ "dev": true,
310
+ "license": "MIT",
311
+ "dependencies": {
312
+ "@babel/types": "^7.29.8"
313
+ },
314
+ "bin": {
315
+ "parser": "bin/babel-parser.js"
316
+ },
317
+ "engines": {
318
+ "node": ">=6.0.0"
319
+ }
320
+ },
321
+ "node_modules/@babel/types": {
322
+ "version": "7.29.8",
323
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
324
+ "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
325
+ "dev": true,
326
+ "license": "MIT",
327
+ "dependencies": {
328
+ "@babel/helper-string-parser": "^7.29.7",
329
+ "@babel/helper-validator-identifier": "^7.29.7"
330
+ },
331
+ "engines": {
332
+ "node": ">=6.9.0"
333
+ }
334
+ },
335
+ "node_modules/@bcoe/v8-coverage": {
336
+ "version": "1.0.2",
337
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz",
338
+ "integrity": "sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==",
339
+ "dev": true,
340
+ "license": "MIT",
341
+ "engines": {
342
+ "node": ">=18"
343
+ }
344
+ },
302
345
  "node_modules/@biomejs/biome": {
303
- "version": "2.4.16",
304
- "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.16.tgz",
305
- "integrity": "sha512-x9ajFh1zChVybCiM3TN6OD4phAqLgtPZjFrZF+aTMYCPjwBO+k529TX7PPsAqtGNLeV4UgzwQnowEgS7bGmzcA==",
346
+ "version": "2.5.14",
347
+ "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.14.tgz",
348
+ "integrity": "sha512-0FabLIjd4M/dm8VFI86RMaLLdgepzbdfiAL2R8cr7V81OYYrP1w7Z73KfAwPK5h9SrEBXTzNG2y+mBwPo9xRnw==",
306
349
  "dev": true,
307
350
  "license": "MIT OR Apache-2.0",
308
351
  "bin": {
@@ -316,20 +359,20 @@
316
359
  "url": "https://opencollective.com/biome"
317
360
  },
318
361
  "optionalDependencies": {
319
- "@biomejs/cli-darwin-arm64": "2.4.16",
320
- "@biomejs/cli-darwin-x64": "2.4.16",
321
- "@biomejs/cli-linux-arm64": "2.4.16",
322
- "@biomejs/cli-linux-arm64-musl": "2.4.16",
323
- "@biomejs/cli-linux-x64": "2.4.16",
324
- "@biomejs/cli-linux-x64-musl": "2.4.16",
325
- "@biomejs/cli-win32-arm64": "2.4.16",
326
- "@biomejs/cli-win32-x64": "2.4.16"
362
+ "@biomejs/cli-darwin-arm64": "2.5.14",
363
+ "@biomejs/cli-darwin-x64": "2.5.14",
364
+ "@biomejs/cli-linux-arm64": "2.5.14",
365
+ "@biomejs/cli-linux-arm64-musl": "2.5.14",
366
+ "@biomejs/cli-linux-x64": "2.5.14",
367
+ "@biomejs/cli-linux-x64-musl": "2.5.14",
368
+ "@biomejs/cli-win32-arm64": "2.5.14",
369
+ "@biomejs/cli-win32-x64": "2.5.14"
327
370
  }
328
371
  },
329
372
  "node_modules/@biomejs/cli-darwin-arm64": {
330
- "version": "2.4.16",
331
- "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.16.tgz",
332
- "integrity": "sha512-wxPvu4XOA85YJk9ixSWUmq/QBHbid85BISbOAqqBM/5xQpPk9ayjk5375tOlSC0BeCwNSbPFafQBm+vBumXq0A==",
373
+ "version": "2.5.14",
374
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.14.tgz",
375
+ "integrity": "sha512-UnzaXO65L4tsZimFITFP2M121GyhDcWFrT3pL5ZJ5U4XcS/0L5VHYytVohdCf/gnDUFHgl2I9xnt5bV/J1kxHQ==",
333
376
  "cpu": [
334
377
  "arm64"
335
378
  ],
@@ -344,9 +387,9 @@
344
387
  }
345
388
  },
346
389
  "node_modules/@biomejs/cli-darwin-x64": {
347
- "version": "2.4.16",
348
- "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.16.tgz",
349
- "integrity": "sha512-xFCqGPwYusQJp4N4NJLi1XJiZqjwFdjhT+KqtNy+Ug3qgfczqnTa6MSDvxJF6TkuDLoYJItMapz6tAf7kCekFw==",
390
+ "version": "2.5.14",
391
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.14.tgz",
392
+ "integrity": "sha512-kiy8qA16K93J7uvFfWi4LgjqDpnRKyePAna6A0Y4jxyUga35SYpIZ2cNWlhy0lsfgqRenCpfymnJWEZ6mgpRgA==",
350
393
  "cpu": [
351
394
  "x64"
352
395
  ],
@@ -361,13 +404,16 @@
361
404
  }
362
405
  },
363
406
  "node_modules/@biomejs/cli-linux-arm64": {
364
- "version": "2.4.16",
365
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.16.tgz",
366
- "integrity": "sha512-2kFb4//jxfZaP6D+Rj5VkHkxgyD9EoRAVBEQb8PKRv+s4NO2zYNJKXFaJmK1CmhufJOWEfpHKaRbOja7qjmdhQ==",
407
+ "version": "2.5.14",
408
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.14.tgz",
409
+ "integrity": "sha512-vO/9BaU1n30CiFNLx49gMTMtbCAAqlo/EqFoG0BU3deQInTbJrmXSmTQ9e3FoDZIKQnvSLDVNL4lx1ci7y1T1Q==",
367
410
  "cpu": [
368
411
  "arm64"
369
412
  ],
370
413
  "dev": true,
414
+ "libc": [
415
+ "glibc"
416
+ ],
371
417
  "license": "MIT OR Apache-2.0",
372
418
  "optional": true,
373
419
  "os": [
@@ -378,13 +424,16 @@
378
424
  }
379
425
  },
380
426
  "node_modules/@biomejs/cli-linux-arm64-musl": {
381
- "version": "2.4.16",
382
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.16.tgz",
383
- "integrity": "sha512-oYxnW0ARfJkr72ezzF2OR8N/rtkgLUQeYtF8cFhVswbknHxtTcmzSsanVJP8yQKnGpGpc2ck6c5zLvHahL6Cbg==",
427
+ "version": "2.5.14",
428
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.14.tgz",
429
+ "integrity": "sha512-SJ9PrZkBnnH9dHJDnxk34vKs0GB2dbsioaft6/hPhWJ7AHpwYH83Isnhj0FSRpFkGgpVfJ1lds23ApB2czUDLQ==",
384
430
  "cpu": [
385
431
  "arm64"
386
432
  ],
387
433
  "dev": true,
434
+ "libc": [
435
+ "musl"
436
+ ],
388
437
  "license": "MIT OR Apache-2.0",
389
438
  "optional": true,
390
439
  "os": [
@@ -395,13 +444,16 @@
395
444
  }
396
445
  },
397
446
  "node_modules/@biomejs/cli-linux-x64": {
398
- "version": "2.4.16",
399
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.16.tgz",
400
- "integrity": "sha512-NbcBbi/nJqn5baae6wqRXdS7Gadf2uRpehSh6vMSYpG8OhkXl/Xg8aorWrJ+9VWqAT5ml90alLvorkpMW0nBwQ==",
447
+ "version": "2.5.14",
448
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.14.tgz",
449
+ "integrity": "sha512-VHZRa7CCQBUWKxNwUvHJeuW03WFRgN5NWO//SDGOitc9QIeNyfA42V9zlKm+x82xFSG9Bzi5fi+hbhm9anO8yA==",
401
450
  "cpu": [
402
451
  "x64"
403
452
  ],
404
453
  "dev": true,
454
+ "libc": [
455
+ "glibc"
456
+ ],
405
457
  "license": "MIT OR Apache-2.0",
406
458
  "optional": true,
407
459
  "os": [
@@ -412,13 +464,16 @@
412
464
  }
413
465
  },
414
466
  "node_modules/@biomejs/cli-linux-x64-musl": {
415
- "version": "2.4.16",
416
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.16.tgz",
417
- "integrity": "sha512-iHDS+MCM65DPqWGu+ECC3uoALyj2H7F4nVUPxIPjz/PIl94EUu+EDfGZDzFP+NY1EOPVt9NQvwFqq7HdMmowdg==",
467
+ "version": "2.5.14",
468
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.14.tgz",
469
+ "integrity": "sha512-2kI5PrMgW5dcEZYrstLPmUmCwkUwZY39rP4BN93Vxbwcs2O57LDQOktUZZYPvvspN5i0mhGr3TJtF5sU26NUWg==",
418
470
  "cpu": [
419
471
  "x64"
420
472
  ],
421
473
  "dev": true,
474
+ "libc": [
475
+ "musl"
476
+ ],
422
477
  "license": "MIT OR Apache-2.0",
423
478
  "optional": true,
424
479
  "os": [
@@ -429,9 +484,9 @@
429
484
  }
430
485
  },
431
486
  "node_modules/@biomejs/cli-win32-arm64": {
432
- "version": "2.4.16",
433
- "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.16.tgz",
434
- "integrity": "sha512-0rgImMsNb5v/chhkIFe3wu7PEFClS6RBAYUijGL9UsYN3PanSaoK24HSSuSJb1pYbYYVjzAyZTl3gtjJ84BM8A==",
487
+ "version": "2.5.14",
488
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.14.tgz",
489
+ "integrity": "sha512-pHgAFffmZtaYoxavEsWEYNvcA7NwOIjLyqw2HXyLbt16xYryX0L4fMV2u0G9ag6LNYPIoqWaWqzUcnc6rLGGXg==",
435
490
  "cpu": [
436
491
  "arm64"
437
492
  ],
@@ -446,9 +501,9 @@
446
501
  }
447
502
  },
448
503
  "node_modules/@biomejs/cli-win32-x64": {
449
- "version": "2.4.16",
450
- "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.16.tgz",
451
- "integrity": "sha512-Kp85jgoBHa05gix6UIRjfCDiUV3w/8VIdZ247VyyO2gEjaw12WEVhdIjlxp/AMzXxqxQwbxNTDVZ3Mwd2RG5rw==",
504
+ "version": "2.5.14",
505
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.14.tgz",
506
+ "integrity": "sha512-oJWmBhoHsnhUKIke+0gXDX0mltJrWHA1UyHsrTlXwX0TL64ilVZAo+TYZm97baecV0esBdpzy3k96q+09JaZUQ==",
452
507
  "cpu": [
453
508
  "x64"
454
509
  ],
@@ -478,10 +533,6 @@
478
533
  "resolved": "components/rules",
479
534
  "link": true
480
535
  },
481
- "node_modules/@code-yeongyu/codex-start-work-continuation": {
482
- "resolved": "components/start-work-continuation",
483
- "link": true
484
- },
485
536
  "node_modules/@code-yeongyu/codex-telemetry": {
486
537
  "resolved": "components/telemetry",
487
538
  "link": true
@@ -490,6 +541,10 @@
490
541
  "resolved": "components/ultrawork",
491
542
  "link": true
492
543
  },
544
+ "node_modules/@code-yeongyu/codex-ulw-execute-continuation": {
545
+ "resolved": "components/ulw-execute-continuation",
546
+ "link": true
547
+ },
493
548
  "node_modules/@code-yeongyu/codex-ulw-loop": {
494
549
  "resolved": "components/ulw-loop",
495
550
  "link": true
@@ -512,564 +567,818 @@
512
567
  "resolved": "../../lsp-daemon",
513
568
  "link": true
514
569
  },
515
- "node_modules/@colbymchenry/codegraph": {
516
- "version": "1.5.0",
517
- "resolved": "https://registry.npmjs.org/@colbymchenry/codegraph/-/codegraph-1.5.0.tgz",
518
- "integrity": "sha512-/l1JMVOQ9WGQLrc/IIuAg7Igr944t79/oNCJTcnGkYtIeQx2XFIqI0ho+9Les/Yu4zKfmPU17hIUshD6yP1fKw==",
570
+ "node_modules/@jridgewell/resolve-uri": {
571
+ "version": "3.1.2",
572
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
573
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
574
+ "dev": true,
575
+ "license": "MIT",
576
+ "engines": {
577
+ "node": ">=6.0.0"
578
+ }
579
+ },
580
+ "node_modules/@jridgewell/sourcemap-codec": {
581
+ "version": "1.6.0",
582
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
583
+ "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
584
+ "dev": true,
585
+ "license": "MIT"
586
+ },
587
+ "node_modules/@jridgewell/trace-mapping": {
588
+ "version": "0.3.31",
589
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
590
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
591
+ "dev": true,
592
+ "license": "MIT",
593
+ "dependencies": {
594
+ "@jridgewell/resolve-uri": "^3.1.0",
595
+ "@jridgewell/sourcemap-codec": "^1.4.14"
596
+ }
597
+ },
598
+ "node_modules/@oh-my-opencode/comment-checker-core": {
599
+ "resolved": "../../comment-checker-core",
600
+ "link": true
601
+ },
602
+ "node_modules/@oh-my-opencode/lsp-core": {
603
+ "resolved": "../../lsp-core",
604
+ "link": true
605
+ },
606
+ "node_modules/@oh-my-opencode/prompts-core": {
607
+ "resolved": "../../prompts-core",
608
+ "link": true
609
+ },
610
+ "node_modules/@oh-my-opencode/rules-engine": {
611
+ "resolved": "../../rules-engine",
612
+ "link": true
613
+ },
614
+ "node_modules/@oh-my-opencode/shared-skills": {
615
+ "resolved": "../../shared-skills",
616
+ "link": true
617
+ },
618
+ "node_modules/@oh-my-opencode/telemetry-core": {
619
+ "resolved": "../../telemetry-core",
620
+ "link": true
621
+ },
622
+ "node_modules/@oxc-project/types": {
623
+ "version": "0.150.0",
624
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.150.0.tgz",
625
+ "integrity": "sha512-rDS5/31E9HfPl/CIzGrn0DOlvBbXFseQ5URJ9sYMfstbKLD/c6Gm9vmRzRGDdAXyOIL4zmO37lc9RIwYqVruZw==",
626
+ "dev": true,
627
+ "license": "MIT",
628
+ "peer": true,
629
+ "funding": {
630
+ "url": "https://github.com/sponsors/oxc-project"
631
+ }
632
+ },
633
+ "node_modules/@rolldown/binding-android-arm-eabi": {
634
+ "version": "1.2.9",
635
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.9.tgz",
636
+ "integrity": "sha512-tNISae1QEf/vkb3xkRcjV5SEdzPE97We5IVaa2Z8jSszQPZ8U60B/YCYpw4QI7VidYsBtKavczXf+DyDs9WGxw==",
637
+ "cpu": [
638
+ "arm"
639
+ ],
640
+ "dev": true,
519
641
  "license": "MIT",
520
642
  "optional": true,
521
- "bin": {
522
- "codegraph": "npm-shim.js"
523
- },
524
- "optionalDependencies": {
525
- "@colbymchenry/codegraph-darwin-arm64": "1.5.0",
526
- "@colbymchenry/codegraph-darwin-x64": "1.5.0",
527
- "@colbymchenry/codegraph-linux-arm64": "1.5.0",
528
- "@colbymchenry/codegraph-linux-x64": "1.5.0",
529
- "@colbymchenry/codegraph-win32-arm64": "1.5.0",
530
- "@colbymchenry/codegraph-win32-x64": "1.5.0"
531
- }
532
- },
533
- "node_modules/@colbymchenry/codegraph-darwin-arm64": {
534
- "version": "1.5.0",
535
- "resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-darwin-arm64/-/codegraph-darwin-arm64-1.5.0.tgz",
536
- "integrity": "sha512-ptQV1WlEKCDDy0Wl2r/urVGwaczUn5ezjt/Rv22Gj7RnKHAc9pNdU1uvL3gQzvoWJ9q7kmCeo7q6866/ZohbjQ==",
643
+ "os": [
644
+ "android"
645
+ ],
646
+ "peer": true,
647
+ "engines": {
648
+ "node": "^20.19.0 || >=22.12.0"
649
+ }
650
+ },
651
+ "node_modules/@rolldown/binding-android-arm64": {
652
+ "version": "1.2.9",
653
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.9.tgz",
654
+ "integrity": "sha512-YC8YsI30o606GTZi0VyzYlsDKFP8W61i/QzayHDkLbNEz/IShqAmTa+hsJRj13xTHA0H+6fk4b2UmGn+Q/cMlg==",
655
+ "cpu": [
656
+ "arm64"
657
+ ],
658
+ "dev": true,
659
+ "license": "MIT",
660
+ "optional": true,
661
+ "os": [
662
+ "android"
663
+ ],
664
+ "peer": true,
665
+ "engines": {
666
+ "node": "^20.19.0 || >=22.12.0"
667
+ }
668
+ },
669
+ "node_modules/@rolldown/binding-darwin-arm64": {
670
+ "version": "1.2.9",
671
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.9.tgz",
672
+ "integrity": "sha512-IwhlH3qK5urrY8hZiEgGkHKEFN901p/p2bjxCxJlr4GyNnF7wYpUvK+Y43uaRYuC4hpfjzbR3SJC3arX1jGvmw==",
537
673
  "cpu": [
538
674
  "arm64"
539
675
  ],
676
+ "dev": true,
540
677
  "license": "MIT",
541
678
  "optional": true,
542
679
  "os": [
543
680
  "darwin"
544
- ]
681
+ ],
682
+ "peer": true,
683
+ "engines": {
684
+ "node": "^20.19.0 || >=22.12.0"
685
+ }
545
686
  },
546
- "node_modules/@colbymchenry/codegraph-darwin-x64": {
547
- "version": "1.5.0",
548
- "resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-darwin-x64/-/codegraph-darwin-x64-1.5.0.tgz",
549
- "integrity": "sha512-7BUOOxMacLNXmXTQTrjDTZXhbo0o5R5Z19uKjICIau2KxO9oU+Zbk7Bnf4P/JT1T4M41xRuiCJVE1uqBi6cFWA==",
687
+ "node_modules/@rolldown/binding-darwin-x64": {
688
+ "version": "1.2.9",
689
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.9.tgz",
690
+ "integrity": "sha512-XxpJfVzFh+jilRxIXUqcfYAYcunIc/XEzIizsOL1fcJee5Sf7H3mH8WlLmfHfluz5amqR88QQo9izKtmMlavAw==",
550
691
  "cpu": [
551
692
  "x64"
552
693
  ],
694
+ "dev": true,
553
695
  "license": "MIT",
554
696
  "optional": true,
555
697
  "os": [
556
698
  "darwin"
557
- ]
699
+ ],
700
+ "peer": true,
701
+ "engines": {
702
+ "node": "^20.19.0 || >=22.12.0"
703
+ }
558
704
  },
559
- "node_modules/@colbymchenry/codegraph-linux-arm64": {
560
- "version": "1.5.0",
561
- "resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-linux-arm64/-/codegraph-linux-arm64-1.5.0.tgz",
562
- "integrity": "sha512-Bq5Ggb7PoLF7mnOiGl/UxMrDgrPCAQUMsl7BpMkAxq8FulvVEp7E/GrIQih2YB32vWr18KpN2i2VoRLAHLIDUw==",
705
+ "node_modules/@rolldown/binding-freebsd-x64": {
706
+ "version": "1.2.9",
707
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.9.tgz",
708
+ "integrity": "sha512-kSfvhmgeWyfkbT3p/1s5vSgboogoah2zkm9fX2zjg2hHxSV7T4KhMWRUUaRk4OXNqoD3QAUeRqLcs1aZOK4U1g==",
563
709
  "cpu": [
564
- "arm64"
710
+ "x64"
565
711
  ],
712
+ "dev": true,
713
+ "license": "MIT",
714
+ "optional": true,
715
+ "os": [
716
+ "freebsd"
717
+ ],
718
+ "peer": true,
719
+ "engines": {
720
+ "node": "^20.19.0 || >=22.12.0"
721
+ }
722
+ },
723
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
724
+ "version": "1.2.9",
725
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.9.tgz",
726
+ "integrity": "sha512-1RVzG17pxqbTfYLC352JlLt6kKLG+6Hr30n8DlIJqsnV5luUDd2Qdx9Ayw1Cabfyb1K9k0jXEZ7evxkRoT+uiw==",
727
+ "cpu": [
728
+ "arm"
729
+ ],
730
+ "dev": true,
566
731
  "license": "MIT",
567
732
  "optional": true,
568
733
  "os": [
569
734
  "linux"
570
- ]
735
+ ],
736
+ "peer": true,
737
+ "engines": {
738
+ "node": "^20.19.0 || >=22.12.0"
739
+ }
571
740
  },
572
- "node_modules/@colbymchenry/codegraph-linux-x64": {
573
- "version": "1.5.0",
574
- "resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-linux-x64/-/codegraph-linux-x64-1.5.0.tgz",
575
- "integrity": "sha512-wT1O7NkQoV6zPiq36d1qBqoIHL2ZRnOkFMjQ7JJwWS7KHnP32qHCd/pPaSwl8cNRlGYkYSaX3WVDpz2BaV+Now==",
741
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
742
+ "version": "1.2.9",
743
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.9.tgz",
744
+ "integrity": "sha512-BXqPvZ2drqVD+/Z8UpKwcs4Mp7grM+eGFku4CAEKrEtcbAsUpzREphK1sogCRZGreVPiMkiiBtw0n3TPteuqvw==",
576
745
  "cpu": [
577
- "x64"
746
+ "arm64"
747
+ ],
748
+ "dev": true,
749
+ "libc": [
750
+ "glibc"
578
751
  ],
579
752
  "license": "MIT",
580
753
  "optional": true,
581
754
  "os": [
582
755
  "linux"
583
- ]
756
+ ],
757
+ "peer": true,
758
+ "engines": {
759
+ "node": "^20.19.0 || >=22.12.0"
760
+ }
584
761
  },
585
- "node_modules/@colbymchenry/codegraph-win32-arm64": {
586
- "version": "1.5.0",
587
- "resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-win32-arm64/-/codegraph-win32-arm64-1.5.0.tgz",
588
- "integrity": "sha512-cWMJp8BeVLKR1mUVklI3opy9mJL/yrVkvjBqJFXRejM8CCU+UTpPDxDzQuPyywY0qyD0Ru2tjuWT4do7OUcNvg==",
762
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
763
+ "version": "1.2.9",
764
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.9.tgz",
765
+ "integrity": "sha512-11vWvo8YDwLzukt27J3aYDWU+gg2P7J+ZOmiJ0hkF5BXZDW7pVya7r40MXDy6ya0i9KamoENSVKIugvJNgFXIA==",
589
766
  "cpu": [
590
767
  "arm64"
591
768
  ],
769
+ "dev": true,
770
+ "libc": [
771
+ "musl"
772
+ ],
592
773
  "license": "MIT",
593
774
  "optional": true,
594
775
  "os": [
595
- "win32"
596
- ]
776
+ "linux"
777
+ ],
778
+ "peer": true,
779
+ "engines": {
780
+ "node": "^20.19.0 || >=22.12.0"
781
+ }
597
782
  },
598
- "node_modules/@colbymchenry/codegraph-win32-x64": {
599
- "version": "1.5.0",
600
- "resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-win32-x64/-/codegraph-win32-x64-1.5.0.tgz",
601
- "integrity": "sha512-45gycJ+t153vpLEVkXChEySG1Ok5zqCgiBeonLe5V7Jxt1w+MF2vG00qexTC0pBWTmHSeMW4Q8d47nVMiC8ciQ==",
783
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
784
+ "version": "1.2.9",
785
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.9.tgz",
786
+ "integrity": "sha512-a1tijMkdwsIARtc0F39ApURROkf3NwqinI6TOiSSWCTR7dT96dffNvMUtDHnq64wKNTIZOIlzKrFvvFUznJiyw==",
602
787
  "cpu": [
603
- "x64"
788
+ "ppc64"
789
+ ],
790
+ "dev": true,
791
+ "libc": [
792
+ "glibc"
604
793
  ],
605
794
  "license": "MIT",
606
795
  "optional": true,
607
796
  "os": [
608
- "win32"
609
- ]
797
+ "linux"
798
+ ],
799
+ "peer": true,
800
+ "engines": {
801
+ "node": "^20.19.0 || >=22.12.0"
802
+ }
610
803
  },
611
- "node_modules/@emnapi/core": {
612
- "version": "1.10.0",
613
- "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
614
- "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
804
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
805
+ "version": "1.2.9",
806
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.9.tgz",
807
+ "integrity": "sha512-x6SQNdAvv4c3hWqTMaWuawzMX9myaCs/yEmlGsxJzkdClnHW7FbrjQuSiRDhuSYzEYoEMhsaJy9qHG/XNemJPQ==",
808
+ "cpu": [
809
+ "s390x"
810
+ ],
615
811
  "dev": true,
812
+ "libc": [
813
+ "glibc"
814
+ ],
616
815
  "license": "MIT",
617
816
  "optional": true,
618
- "dependencies": {
619
- "@emnapi/wasi-threads": "1.2.1",
620
- "tslib": "^2.4.0"
817
+ "os": [
818
+ "linux"
819
+ ],
820
+ "peer": true,
821
+ "engines": {
822
+ "node": "^20.19.0 || >=22.12.0"
621
823
  }
622
824
  },
623
- "node_modules/@emnapi/runtime": {
624
- "version": "1.10.0",
625
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
626
- "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
825
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
826
+ "version": "1.2.9",
827
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.9.tgz",
828
+ "integrity": "sha512-9s0AZ8BFK5/n7B/TBoa2yJE3gI3KURrbXcPBlsAsvjU4VeJKgE90y1YtNxyEUIcHPQkg6/yfF3qihUrcM/Kf0Q==",
829
+ "cpu": [
830
+ "x64"
831
+ ],
627
832
  "dev": true,
833
+ "libc": [
834
+ "glibc"
835
+ ],
628
836
  "license": "MIT",
629
837
  "optional": true,
630
- "dependencies": {
631
- "tslib": "^2.4.0"
838
+ "os": [
839
+ "linux"
840
+ ],
841
+ "peer": true,
842
+ "engines": {
843
+ "node": "^20.19.0 || >=22.12.0"
632
844
  }
633
845
  },
634
- "node_modules/@emnapi/wasi-threads": {
635
- "version": "1.2.1",
636
- "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
637
- "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
846
+ "node_modules/@rolldown/binding-linux-x64-musl": {
847
+ "version": "1.2.9",
848
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.9.tgz",
849
+ "integrity": "sha512-P7VWAmV+WdJluH7ovnRGoiv2i8To7GAZ+kGzfGup635cyL7SyYl3lSUaA3Gp5THf0n/Co5EyEqb2zbqq+nMOHQ==",
850
+ "cpu": [
851
+ "x64"
852
+ ],
638
853
  "dev": true,
854
+ "libc": [
855
+ "musl"
856
+ ],
639
857
  "license": "MIT",
640
858
  "optional": true,
641
- "dependencies": {
642
- "tslib": "^2.4.0"
859
+ "os": [
860
+ "linux"
861
+ ],
862
+ "peer": true,
863
+ "engines": {
864
+ "node": "^20.19.0 || >=22.12.0"
643
865
  }
644
866
  },
645
- "node_modules/@jridgewell/sourcemap-codec": {
646
- "version": "1.5.5",
647
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
648
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
867
+ "node_modules/@rolldown/binding-openharmony-arm64": {
868
+ "version": "1.2.9",
869
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.9.tgz",
870
+ "integrity": "sha512-1qixtsE4BK8h+yS3BfmZ09UhA7O/N4IACva6YBr7EBvCJraByTuRcgOTaiA62Tm0vey3UcKXLOaoGHtYmNGEVg==",
871
+ "cpu": [
872
+ "arm64"
873
+ ],
649
874
  "dev": true,
650
- "license": "MIT"
875
+ "license": "MIT",
876
+ "optional": true,
877
+ "os": [
878
+ "openharmony"
879
+ ],
880
+ "peer": true,
881
+ "engines": {
882
+ "node": "^20.19.0 || >=22.12.0"
883
+ }
651
884
  },
652
- "node_modules/@napi-rs/wasm-runtime": {
653
- "version": "1.1.5",
654
- "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.5.tgz",
655
- "integrity": "sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==",
885
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
886
+ "version": "1.2.9",
887
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.9.tgz",
888
+ "integrity": "sha512-ok8IQjcEPs1AKZfuEUznVBrJw+gK4soq+bx8b1X2XoMqVClarc1q5JDmVtWXY1xfr6ZuHTAsPXHTgTrqKTZeww==",
889
+ "cpu": [
890
+ "arm64"
891
+ ],
656
892
  "dev": true,
657
893
  "license": "MIT",
658
894
  "optional": true,
659
- "dependencies": {
660
- "@tybys/wasm-util": "^0.10.2"
661
- },
662
- "funding": {
663
- "type": "github",
664
- "url": "https://github.com/sponsors/Brooooooklyn"
665
- },
666
- "peerDependencies": {
667
- "@emnapi/core": "^1.7.1",
668
- "@emnapi/runtime": "^1.7.1"
895
+ "os": [
896
+ "win32"
897
+ ],
898
+ "peer": true,
899
+ "engines": {
900
+ "node": "^20.19.0 || >=22.12.0"
669
901
  }
670
902
  },
671
- "node_modules/@oh-my-opencode/comment-checker-core": {
672
- "resolved": "../../comment-checker-core",
673
- "link": true
903
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
904
+ "version": "1.2.9",
905
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.9.tgz",
906
+ "integrity": "sha512-Ip2mXoU0hM0boq3Rf+ekuT653OROSo6aSYcPT1VHE4q52KvyxgFkQgrgb/IEsxOuvQ2fZZbs8khJAyCEPM24/g==",
907
+ "cpu": [
908
+ "x64"
909
+ ],
910
+ "dev": true,
911
+ "license": "MIT",
912
+ "optional": true,
913
+ "os": [
914
+ "win32"
915
+ ],
916
+ "peer": true,
917
+ "engines": {
918
+ "node": "^20.19.0 || >=22.12.0"
919
+ }
674
920
  },
675
- "node_modules/@oh-my-opencode/lsp-core": {
676
- "resolved": "../../lsp-core",
677
- "link": true
921
+ "node_modules/@rolldown/pluginutils": {
922
+ "version": "1.0.1",
923
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
924
+ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
925
+ "dev": true,
926
+ "license": "MIT",
927
+ "peer": true
678
928
  },
679
- "node_modules/@oh-my-opencode/prompts-core": {
680
- "resolved": "../../prompts-core",
929
+ "node_modules/@sisyphuslabs/codex-git-bash-hook": {
930
+ "resolved": "components/git-bash",
681
931
  "link": true
682
932
  },
683
- "node_modules/@oh-my-opencode/rules-engine": {
684
- "resolved": "../../rules-engine",
933
+ "node_modules/@sisyphuslabs/codex-teammode": {
934
+ "resolved": "components/teammode",
685
935
  "link": true
686
936
  },
687
- "node_modules/@oh-my-opencode/shared-skills": {
688
- "resolved": "../../shared-skills",
689
- "link": true
937
+ "node_modules/@types/chai": {
938
+ "version": "5.2.3",
939
+ "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
940
+ "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
941
+ "dev": true,
942
+ "license": "MIT",
943
+ "dependencies": {
944
+ "@types/deep-eql": "*",
945
+ "assertion-error": "^2.0.1"
946
+ }
690
947
  },
691
- "node_modules/@oh-my-opencode/telemetry-core": {
692
- "resolved": "../../telemetry-core",
693
- "link": true
948
+ "node_modules/@types/deep-eql": {
949
+ "version": "4.0.2",
950
+ "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
951
+ "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
952
+ "dev": true,
953
+ "license": "MIT"
694
954
  },
695
- "node_modules/@oh-my-opencode/utils": {
696
- "resolved": "../../utils",
697
- "link": true
955
+ "node_modules/@types/estree": {
956
+ "version": "1.0.9",
957
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
958
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
959
+ "dev": true,
960
+ "license": "MIT"
698
961
  },
699
- "node_modules/@oxc-project/types": {
700
- "version": "0.133.0",
701
- "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz",
702
- "integrity": "sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==",
962
+ "node_modules/@types/node": {
963
+ "version": "26.6.2",
964
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-26.6.2.tgz",
965
+ "integrity": "sha512-X1P21scMv4zGKLYqjdGjaKa7COa0RKVYYZZN/NfvLQ1JegxFhdhpZG/Lyn8AXx6CDUavKAd11v6BvfpkDByK8g==",
703
966
  "dev": true,
704
967
  "license": "MIT",
705
- "funding": {
706
- "url": "https://github.com/sponsors/Boshen"
968
+ "dependencies": {
969
+ "undici-types": "~8.9.0"
970
+ }
971
+ },
972
+ "node_modules/@types/picomatch": {
973
+ "version": "4.0.3",
974
+ "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.3.tgz",
975
+ "integrity": "sha512-iG0T6+nYJ9FAPmx9SsUlnwcq1ZVRuCXcVEvWnntoPlrOpwtSTKNDC9uVAxTsC3PUvJ+99n4RpAcNgBbHX3JSnQ==",
976
+ "dev": true,
977
+ "license": "MIT"
978
+ },
979
+ "node_modules/@typescript/typescript-aix-ppc64": {
980
+ "version": "7.0.2",
981
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
982
+ "integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
983
+ "cpu": [
984
+ "ppc64"
985
+ ],
986
+ "dev": true,
987
+ "license": "Apache-2.0",
988
+ "optional": true,
989
+ "os": [
990
+ "aix"
991
+ ],
992
+ "engines": {
993
+ "node": ">=16.20.0"
994
+ }
995
+ },
996
+ "node_modules/@typescript/typescript-darwin-arm64": {
997
+ "version": "7.0.2",
998
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz",
999
+ "integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==",
1000
+ "cpu": [
1001
+ "arm64"
1002
+ ],
1003
+ "dev": true,
1004
+ "license": "Apache-2.0",
1005
+ "optional": true,
1006
+ "os": [
1007
+ "darwin"
1008
+ ],
1009
+ "engines": {
1010
+ "node": ">=16.20.0"
707
1011
  }
708
1012
  },
709
- "node_modules/@rolldown/binding-android-arm64": {
710
- "version": "1.0.3",
711
- "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.3.tgz",
712
- "integrity": "sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==",
1013
+ "node_modules/@typescript/typescript-darwin-x64": {
1014
+ "version": "7.0.2",
1015
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz",
1016
+ "integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==",
713
1017
  "cpu": [
714
- "arm64"
1018
+ "x64"
715
1019
  ],
716
1020
  "dev": true,
717
- "license": "MIT",
1021
+ "license": "Apache-2.0",
718
1022
  "optional": true,
719
1023
  "os": [
720
- "android"
1024
+ "darwin"
721
1025
  ],
722
1026
  "engines": {
723
- "node": "^20.19.0 || >=22.12.0"
1027
+ "node": ">=16.20.0"
724
1028
  }
725
1029
  },
726
- "node_modules/@rolldown/binding-darwin-arm64": {
727
- "version": "1.0.3",
728
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.3.tgz",
729
- "integrity": "sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==",
1030
+ "node_modules/@typescript/typescript-freebsd-arm64": {
1031
+ "version": "7.0.2",
1032
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz",
1033
+ "integrity": "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==",
730
1034
  "cpu": [
731
1035
  "arm64"
732
1036
  ],
733
1037
  "dev": true,
734
- "license": "MIT",
1038
+ "license": "Apache-2.0",
735
1039
  "optional": true,
736
1040
  "os": [
737
- "darwin"
1041
+ "freebsd"
738
1042
  ],
739
1043
  "engines": {
740
- "node": "^20.19.0 || >=22.12.0"
1044
+ "node": ">=16.20.0"
741
1045
  }
742
1046
  },
743
- "node_modules/@rolldown/binding-darwin-x64": {
744
- "version": "1.0.3",
745
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.3.tgz",
746
- "integrity": "sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==",
1047
+ "node_modules/@typescript/typescript-freebsd-x64": {
1048
+ "version": "7.0.2",
1049
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz",
1050
+ "integrity": "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==",
747
1051
  "cpu": [
748
1052
  "x64"
749
1053
  ],
750
1054
  "dev": true,
751
- "license": "MIT",
1055
+ "license": "Apache-2.0",
752
1056
  "optional": true,
753
1057
  "os": [
754
- "darwin"
1058
+ "freebsd"
755
1059
  ],
756
1060
  "engines": {
757
- "node": "^20.19.0 || >=22.12.0"
1061
+ "node": ">=16.20.0"
758
1062
  }
759
1063
  },
760
- "node_modules/@rolldown/binding-freebsd-x64": {
761
- "version": "1.0.3",
762
- "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.3.tgz",
763
- "integrity": "sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==",
1064
+ "node_modules/@typescript/typescript-linux-arm": {
1065
+ "version": "7.0.2",
1066
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz",
1067
+ "integrity": "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==",
764
1068
  "cpu": [
765
- "x64"
1069
+ "arm"
766
1070
  ],
767
1071
  "dev": true,
768
- "license": "MIT",
1072
+ "license": "Apache-2.0",
769
1073
  "optional": true,
770
1074
  "os": [
771
- "freebsd"
1075
+ "linux"
772
1076
  ],
773
1077
  "engines": {
774
- "node": "^20.19.0 || >=22.12.0"
1078
+ "node": ">=16.20.0"
775
1079
  }
776
1080
  },
777
- "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
778
- "version": "1.0.3",
779
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.3.tgz",
780
- "integrity": "sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==",
1081
+ "node_modules/@typescript/typescript-linux-arm64": {
1082
+ "version": "7.0.2",
1083
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz",
1084
+ "integrity": "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==",
781
1085
  "cpu": [
782
- "arm"
1086
+ "arm64"
783
1087
  ],
784
1088
  "dev": true,
785
- "license": "MIT",
1089
+ "license": "Apache-2.0",
786
1090
  "optional": true,
787
1091
  "os": [
788
1092
  "linux"
789
1093
  ],
790
1094
  "engines": {
791
- "node": "^20.19.0 || >=22.12.0"
1095
+ "node": ">=16.20.0"
792
1096
  }
793
1097
  },
794
- "node_modules/@rolldown/binding-linux-arm64-gnu": {
795
- "version": "1.0.3",
796
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.3.tgz",
797
- "integrity": "sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==",
1098
+ "node_modules/@typescript/typescript-linux-loong64": {
1099
+ "version": "7.0.2",
1100
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz",
1101
+ "integrity": "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==",
798
1102
  "cpu": [
799
- "arm64"
1103
+ "loong64"
800
1104
  ],
801
1105
  "dev": true,
802
- "license": "MIT",
1106
+ "license": "Apache-2.0",
803
1107
  "optional": true,
804
1108
  "os": [
805
1109
  "linux"
806
1110
  ],
807
1111
  "engines": {
808
- "node": "^20.19.0 || >=22.12.0"
1112
+ "node": ">=16.20.0"
809
1113
  }
810
1114
  },
811
- "node_modules/@rolldown/binding-linux-arm64-musl": {
812
- "version": "1.0.3",
813
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.3.tgz",
814
- "integrity": "sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==",
1115
+ "node_modules/@typescript/typescript-linux-mips64el": {
1116
+ "version": "7.0.2",
1117
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz",
1118
+ "integrity": "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==",
815
1119
  "cpu": [
816
- "arm64"
1120
+ "mips64el"
817
1121
  ],
818
1122
  "dev": true,
819
- "license": "MIT",
1123
+ "license": "Apache-2.0",
820
1124
  "optional": true,
821
1125
  "os": [
822
1126
  "linux"
823
1127
  ],
824
1128
  "engines": {
825
- "node": "^20.19.0 || >=22.12.0"
1129
+ "node": ">=16.20.0"
826
1130
  }
827
1131
  },
828
- "node_modules/@rolldown/binding-linux-ppc64-gnu": {
829
- "version": "1.0.3",
830
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.3.tgz",
831
- "integrity": "sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==",
1132
+ "node_modules/@typescript/typescript-linux-ppc64": {
1133
+ "version": "7.0.2",
1134
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz",
1135
+ "integrity": "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==",
832
1136
  "cpu": [
833
1137
  "ppc64"
834
1138
  ],
835
1139
  "dev": true,
836
- "license": "MIT",
1140
+ "license": "Apache-2.0",
837
1141
  "optional": true,
838
1142
  "os": [
839
1143
  "linux"
840
1144
  ],
841
1145
  "engines": {
842
- "node": "^20.19.0 || >=22.12.0"
1146
+ "node": ">=16.20.0"
843
1147
  }
844
1148
  },
845
- "node_modules/@rolldown/binding-linux-s390x-gnu": {
846
- "version": "1.0.3",
847
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.3.tgz",
848
- "integrity": "sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==",
1149
+ "node_modules/@typescript/typescript-linux-riscv64": {
1150
+ "version": "7.0.2",
1151
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz",
1152
+ "integrity": "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==",
849
1153
  "cpu": [
850
- "s390x"
1154
+ "riscv64"
851
1155
  ],
852
1156
  "dev": true,
853
- "license": "MIT",
1157
+ "license": "Apache-2.0",
854
1158
  "optional": true,
855
1159
  "os": [
856
1160
  "linux"
857
1161
  ],
858
1162
  "engines": {
859
- "node": "^20.19.0 || >=22.12.0"
1163
+ "node": ">=16.20.0"
860
1164
  }
861
1165
  },
862
- "node_modules/@rolldown/binding-linux-x64-gnu": {
863
- "version": "1.0.3",
864
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.3.tgz",
865
- "integrity": "sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==",
1166
+ "node_modules/@typescript/typescript-linux-s390x": {
1167
+ "version": "7.0.2",
1168
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz",
1169
+ "integrity": "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==",
866
1170
  "cpu": [
867
- "x64"
1171
+ "s390x"
868
1172
  ],
869
1173
  "dev": true,
870
- "license": "MIT",
1174
+ "license": "Apache-2.0",
871
1175
  "optional": true,
872
1176
  "os": [
873
1177
  "linux"
874
1178
  ],
875
1179
  "engines": {
876
- "node": "^20.19.0 || >=22.12.0"
1180
+ "node": ">=16.20.0"
877
1181
  }
878
1182
  },
879
- "node_modules/@rolldown/binding-linux-x64-musl": {
880
- "version": "1.0.3",
881
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.3.tgz",
882
- "integrity": "sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==",
1183
+ "node_modules/@typescript/typescript-linux-x64": {
1184
+ "version": "7.0.2",
1185
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz",
1186
+ "integrity": "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==",
883
1187
  "cpu": [
884
1188
  "x64"
885
1189
  ],
886
1190
  "dev": true,
887
- "license": "MIT",
1191
+ "license": "Apache-2.0",
888
1192
  "optional": true,
889
1193
  "os": [
890
1194
  "linux"
891
1195
  ],
892
1196
  "engines": {
893
- "node": "^20.19.0 || >=22.12.0"
1197
+ "node": ">=16.20.0"
894
1198
  }
895
1199
  },
896
- "node_modules/@rolldown/binding-openharmony-arm64": {
897
- "version": "1.0.3",
898
- "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.3.tgz",
899
- "integrity": "sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==",
1200
+ "node_modules/@typescript/typescript-netbsd-arm64": {
1201
+ "version": "7.0.2",
1202
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz",
1203
+ "integrity": "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==",
900
1204
  "cpu": [
901
1205
  "arm64"
902
1206
  ],
903
1207
  "dev": true,
904
- "license": "MIT",
1208
+ "license": "Apache-2.0",
905
1209
  "optional": true,
906
1210
  "os": [
907
- "openharmony"
1211
+ "netbsd"
908
1212
  ],
909
1213
  "engines": {
910
- "node": "^20.19.0 || >=22.12.0"
1214
+ "node": ">=16.20.0"
911
1215
  }
912
1216
  },
913
- "node_modules/@rolldown/binding-wasm32-wasi": {
914
- "version": "1.0.3",
915
- "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
916
- "integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
1217
+ "node_modules/@typescript/typescript-netbsd-x64": {
1218
+ "version": "7.0.2",
1219
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz",
1220
+ "integrity": "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==",
917
1221
  "cpu": [
918
- "wasm32"
1222
+ "x64"
919
1223
  ],
920
1224
  "dev": true,
921
- "license": "MIT",
1225
+ "license": "Apache-2.0",
922
1226
  "optional": true,
923
- "dependencies": {
924
- "@emnapi/core": "1.10.0",
925
- "@emnapi/runtime": "1.10.0",
926
- "@napi-rs/wasm-runtime": "^1.1.4"
927
- },
1227
+ "os": [
1228
+ "netbsd"
1229
+ ],
928
1230
  "engines": {
929
- "node": "^20.19.0 || >=22.12.0"
1231
+ "node": ">=16.20.0"
930
1232
  }
931
1233
  },
932
- "node_modules/@rolldown/binding-win32-arm64-msvc": {
933
- "version": "1.0.3",
934
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.3.tgz",
935
- "integrity": "sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==",
1234
+ "node_modules/@typescript/typescript-openbsd-arm64": {
1235
+ "version": "7.0.2",
1236
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz",
1237
+ "integrity": "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==",
936
1238
  "cpu": [
937
1239
  "arm64"
938
1240
  ],
939
1241
  "dev": true,
940
- "license": "MIT",
1242
+ "license": "Apache-2.0",
941
1243
  "optional": true,
942
1244
  "os": [
943
- "win32"
1245
+ "openbsd"
944
1246
  ],
945
1247
  "engines": {
946
- "node": "^20.19.0 || >=22.12.0"
1248
+ "node": ">=16.20.0"
947
1249
  }
948
1250
  },
949
- "node_modules/@rolldown/binding-win32-x64-msvc": {
950
- "version": "1.0.3",
951
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.3.tgz",
952
- "integrity": "sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==",
1251
+ "node_modules/@typescript/typescript-openbsd-x64": {
1252
+ "version": "7.0.2",
1253
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz",
1254
+ "integrity": "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==",
953
1255
  "cpu": [
954
1256
  "x64"
955
1257
  ],
956
1258
  "dev": true,
957
- "license": "MIT",
1259
+ "license": "Apache-2.0",
958
1260
  "optional": true,
959
1261
  "os": [
960
- "win32"
1262
+ "openbsd"
961
1263
  ],
962
1264
  "engines": {
963
- "node": "^20.19.0 || >=22.12.0"
1265
+ "node": ">=16.20.0"
964
1266
  }
965
1267
  },
966
- "node_modules/@rolldown/pluginutils": {
967
- "version": "1.0.1",
968
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
969
- "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
1268
+ "node_modules/@typescript/typescript-sunos-x64": {
1269
+ "version": "7.0.2",
1270
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz",
1271
+ "integrity": "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==",
1272
+ "cpu": [
1273
+ "x64"
1274
+ ],
970
1275
  "dev": true,
971
- "license": "MIT"
972
- },
973
- "node_modules/@sisyphuslabs/codex-codegraph": {
974
- "resolved": "components/codegraph",
975
- "link": true
976
- },
977
- "node_modules/@sisyphuslabs/codex-git-bash-hook": {
978
- "resolved": "components/git-bash",
979
- "link": true
980
- },
981
- "node_modules/@sisyphuslabs/codex-teammode": {
982
- "resolved": "components/teammode",
983
- "link": true
1276
+ "license": "Apache-2.0",
1277
+ "optional": true,
1278
+ "os": [
1279
+ "sunos"
1280
+ ],
1281
+ "engines": {
1282
+ "node": ">=16.20.0"
1283
+ }
984
1284
  },
985
- "node_modules/@standard-schema/spec": {
986
- "version": "1.1.0",
987
- "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
988
- "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
1285
+ "node_modules/@typescript/typescript-win32-arm64": {
1286
+ "version": "7.0.2",
1287
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz",
1288
+ "integrity": "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==",
1289
+ "cpu": [
1290
+ "arm64"
1291
+ ],
989
1292
  "dev": true,
990
- "license": "MIT"
1293
+ "license": "Apache-2.0",
1294
+ "optional": true,
1295
+ "os": [
1296
+ "win32"
1297
+ ],
1298
+ "engines": {
1299
+ "node": ">=16.20.0"
1300
+ }
991
1301
  },
992
- "node_modules/@tybys/wasm-util": {
993
- "version": "0.10.2",
994
- "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
995
- "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
1302
+ "node_modules/@typescript/typescript-win32-x64": {
1303
+ "version": "7.0.2",
1304
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz",
1305
+ "integrity": "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==",
1306
+ "cpu": [
1307
+ "x64"
1308
+ ],
996
1309
  "dev": true,
997
- "license": "MIT",
1310
+ "license": "Apache-2.0",
998
1311
  "optional": true,
999
- "dependencies": {
1000
- "tslib": "^2.4.0"
1312
+ "os": [
1313
+ "win32"
1314
+ ],
1315
+ "engines": {
1316
+ "node": ">=16.20.0"
1001
1317
  }
1002
1318
  },
1003
- "node_modules/@types/chai": {
1004
- "version": "5.2.3",
1005
- "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
1006
- "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
1319
+ "node_modules/@vitest/coverage-v8": {
1320
+ "version": "5.0.1",
1321
+ "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-5.0.1.tgz",
1322
+ "integrity": "sha512-FRC8ACiudC3dI6MTplzRSYWHDRnIv2IPfbzs4FdoJNsMal/35sWV8hwIfV8ZcqzSPy+uXHeMVONt9CEqtOU17w==",
1007
1323
  "dev": true,
1008
1324
  "license": "MIT",
1009
1325
  "dependencies": {
1010
- "@types/deep-eql": "*",
1011
- "assertion-error": "^2.0.1"
1326
+ "@bcoe/v8-coverage": "^1.0.2",
1327
+ "@vitest/istanbul-lib-coverage": "^1.0.0",
1328
+ "@vitest/istanbul-lib-report": "^1.0.0",
1329
+ "ast-v8-to-istanbul": "^1.0.5",
1330
+ "magicast": "^0.5.4",
1331
+ "obug": "^2.1.4",
1332
+ "std-env": "^4.2.0",
1333
+ "tinyrainbow": "^3.1.1"
1334
+ },
1335
+ "funding": {
1336
+ "url": "https://opencollective.com/vitest"
1337
+ },
1338
+ "peerDependencies": {
1339
+ "@vitest/browser": "5.0.1",
1340
+ "vitest": "5.0.1"
1341
+ },
1342
+ "peerDependenciesMeta": {
1343
+ "@vitest/browser": {
1344
+ "optional": true
1345
+ }
1012
1346
  }
1013
1347
  },
1014
- "node_modules/@types/deep-eql": {
1015
- "version": "4.0.2",
1016
- "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
1017
- "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
1018
- "dev": true,
1019
- "license": "MIT"
1020
- },
1021
- "node_modules/@types/estree": {
1022
- "version": "1.0.9",
1023
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
1024
- "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
1025
- "dev": true,
1026
- "license": "MIT"
1027
- },
1028
- "node_modules/@types/node": {
1029
- "version": "25.9.3",
1030
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz",
1031
- "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==",
1348
+ "node_modules/@vitest/istanbul-lib-coverage": {
1349
+ "version": "1.0.1",
1350
+ "resolved": "https://registry.npmjs.org/@vitest/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.1.tgz",
1351
+ "integrity": "sha512-k3DJZ8LhMBK9NS4SclF1ASD3OgXEWDorbIcPTRDK0/Zae6fRvu+fJRxtFdLfHsa9Y24beCdPnoNZ4LviTNstfA==",
1032
1352
  "dev": true,
1033
1353
  "license": "MIT",
1034
- "dependencies": {
1035
- "undici-types": ">=7.24.0 <7.24.7"
1354
+ "engines": {
1355
+ "node": ">=22"
1036
1356
  }
1037
1357
  },
1038
- "node_modules/@types/picomatch": {
1039
- "version": "4.0.3",
1040
- "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.3.tgz",
1041
- "integrity": "sha512-iG0T6+nYJ9FAPmx9SsUlnwcq1ZVRuCXcVEvWnntoPlrOpwtSTKNDC9uVAxTsC3PUvJ+99n4RpAcNgBbHX3JSnQ==",
1042
- "dev": true,
1043
- "license": "MIT"
1044
- },
1045
- "node_modules/@vitest/expect": {
1046
- "version": "4.1.8",
1047
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.8.tgz",
1048
- "integrity": "sha512-h3nDO677RDLEGlBxyQ5CW8RlMThSKSRLUePLOx09gNIWRL40edgA1GCZSZgf1W55MFAG6/Sw14KeaAnqv0NKdQ==",
1358
+ "node_modules/@vitest/istanbul-lib-report": {
1359
+ "version": "1.0.1",
1360
+ "resolved": "https://registry.npmjs.org/@vitest/istanbul-lib-report/-/istanbul-lib-report-1.0.1.tgz",
1361
+ "integrity": "sha512-1EOLRfsTMnyAr3+kEAsP4o9dhaDlGPpD7H5iLBBeq//YpNB1VIahkPhB+eRp9N2Dkfw8oySROjE3yf9XDeaIkQ==",
1049
1362
  "dev": true,
1050
1363
  "license": "MIT",
1051
1364
  "dependencies": {
1052
- "@standard-schema/spec": "^1.1.0",
1053
- "@types/chai": "^5.2.2",
1054
- "@vitest/spy": "4.1.8",
1055
- "@vitest/utils": "4.1.8",
1056
- "chai": "^6.2.2",
1057
- "tinyrainbow": "^3.1.0"
1365
+ "@vitest/istanbul-lib-coverage": "1.0.1"
1058
1366
  },
1059
- "funding": {
1060
- "url": "https://opencollective.com/vitest"
1367
+ "engines": {
1368
+ "node": ">=22"
1061
1369
  }
1062
1370
  },
1063
1371
  "node_modules/@vitest/mocker": {
1064
- "version": "4.1.8",
1065
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.8.tgz",
1066
- "integrity": "sha512-LEiN/xe4OSIbKe9HQIp5OC24agGD9J5CnmMgsLohVVoOPWL9a2sBoR6VBx43jQZb7Kr1l4RCuyCJzcAa0+dojw==",
1372
+ "version": "5.0.1",
1373
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-5.0.1.tgz",
1374
+ "integrity": "sha512-6K1DoBNAPGvuOcSsGA4D6x+5zEEff/KmOOP3uetT2TrGpVfI+HRHRnJJfKi5ib/g1vx8IYHQD8s0pbJz8WQI7Q==",
1067
1375
  "dev": true,
1068
1376
  "license": "MIT",
1069
1377
  "dependencies": {
1070
- "@vitest/spy": "4.1.8",
1378
+ "@jridgewell/trace-mapping": "0.3.31",
1379
+ "@vitest/spy": "5.0.1",
1071
1380
  "estree-walker": "^3.0.3",
1072
- "magic-string": "^0.30.21"
1381
+ "magic-string": "^1.2.3"
1073
1382
  },
1074
1383
  "funding": {
1075
1384
  "url": "https://opencollective.com/vitest"
@@ -1087,70 +1396,12 @@
1087
1396
  }
1088
1397
  }
1089
1398
  },
1090
- "node_modules/@vitest/pretty-format": {
1091
- "version": "4.1.8",
1092
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.8.tgz",
1093
- "integrity": "sha512-9GasEBxpZ1VYIpqHf/0+YGg121uSNwCKOJqIrTwWP/TB7DmFCiaBpNl3aPZzoLWfWkuqhbH8vJIVobZkvdo2cA==",
1094
- "dev": true,
1095
- "license": "MIT",
1096
- "dependencies": {
1097
- "tinyrainbow": "^3.1.0"
1098
- },
1099
- "funding": {
1100
- "url": "https://opencollective.com/vitest"
1101
- }
1102
- },
1103
- "node_modules/@vitest/runner": {
1104
- "version": "4.1.8",
1105
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.8.tgz",
1106
- "integrity": "sha512-EmVxeBAfMJvycdjd6Hm+RbFBbA9fKvo0Kx37hNpBYoYeavH3RNsBXWDooR1mgD52dCrxIIuP7UotpfiwOikvcg==",
1107
- "dev": true,
1108
- "license": "MIT",
1109
- "dependencies": {
1110
- "@vitest/utils": "4.1.8",
1111
- "pathe": "^2.0.3"
1112
- },
1113
- "funding": {
1114
- "url": "https://opencollective.com/vitest"
1115
- }
1116
- },
1117
- "node_modules/@vitest/snapshot": {
1118
- "version": "4.1.8",
1119
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.8.tgz",
1120
- "integrity": "sha512-acfZboRmAIf05DEKcBQy33VXojFJjtUdLyo7oOmV9kebb2xdU01UknNiPuPZoJZQyO7DF0gZdTGTpeAzET9QPQ==",
1121
- "dev": true,
1122
- "license": "MIT",
1123
- "dependencies": {
1124
- "@vitest/pretty-format": "4.1.8",
1125
- "@vitest/utils": "4.1.8",
1126
- "magic-string": "^0.30.21",
1127
- "pathe": "^2.0.3"
1128
- },
1129
- "funding": {
1130
- "url": "https://opencollective.com/vitest"
1131
- }
1132
- },
1133
1399
  "node_modules/@vitest/spy": {
1134
- "version": "4.1.8",
1135
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.8.tgz",
1136
- "integrity": "sha512-6EevtBp6OZOPF7bmz36HrGMeP3txgVSrgebWxHOafDXGkhIzfXK14f8KF6MuFfgXXUeHxmpD3BQxkV00/3s5mA==",
1137
- "dev": true,
1138
- "license": "MIT",
1139
- "funding": {
1140
- "url": "https://opencollective.com/vitest"
1141
- }
1142
- },
1143
- "node_modules/@vitest/utils": {
1144
- "version": "4.1.8",
1145
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.8.tgz",
1146
- "integrity": "sha512-uOJamYALNhfJ6iolExyQM40yIQwDqYnkKtQ5VCiSe17E33H0aQ/u+1GlRuz4LZBk6Mm3sg90G9hEbmEt37C1Zg==",
1400
+ "version": "5.0.1",
1401
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-5.0.1.tgz",
1402
+ "integrity": "sha512-rbto/mF/SGERxEgYOek7Xm6B9b+y+mVoo+f4b2LymYO8zM1b7uB5nHuhVMTP2hxdzgxvGiZYGxGIaMvL5y180Q==",
1147
1403
  "dev": true,
1148
1404
  "license": "MIT",
1149
- "dependencies": {
1150
- "@vitest/pretty-format": "4.1.8",
1151
- "convert-source-map": "^2.0.0",
1152
- "tinyrainbow": "^3.1.0"
1153
- },
1154
1405
  "funding": {
1155
1406
  "url": "https://opencollective.com/vitest"
1156
1407
  }
@@ -1165,10 +1416,22 @@
1165
1416
  "node": ">=12"
1166
1417
  }
1167
1418
  },
1419
+ "node_modules/ast-v8-to-istanbul": {
1420
+ "version": "1.0.6",
1421
+ "resolved": "https://registry.npmjs.org/ast-v8-to-istanbul/-/ast-v8-to-istanbul-1.0.6.tgz",
1422
+ "integrity": "sha512-fvpl29helSO2w/z7utIbrkNXILdrLwDwAMH2I/zPKlGf5244+gf+B4cyS1sANcrPY2h+hWCGSgC8N61s/+AF9A==",
1423
+ "dev": true,
1424
+ "license": "MIT",
1425
+ "dependencies": {
1426
+ "@jridgewell/trace-mapping": "^0.3.31",
1427
+ "estree-walker": "^3.0.3",
1428
+ "js-tokens": "^10.0.0"
1429
+ }
1430
+ },
1168
1431
  "node_modules/bun-types": {
1169
- "version": "1.3.14",
1170
- "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.14.tgz",
1171
- "integrity": "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ==",
1432
+ "version": "1.4.2",
1433
+ "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.4.2.tgz",
1434
+ "integrity": "sha512-bxV1FgK7yBIzjRe5zBozIM4Bem11ZJcCXSrjWRG3YWLt8yFDePu4cLjpebO8OvPeIE9trbyPF4fuj3Cia4Fj3w==",
1172
1435
  "dev": true,
1173
1436
  "license": "MIT",
1174
1437
  "dependencies": {
@@ -1185,27 +1448,21 @@
1185
1448
  "node": ">=18"
1186
1449
  }
1187
1450
  },
1188
- "node_modules/convert-source-map": {
1189
- "version": "2.0.0",
1190
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1191
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1192
- "dev": true,
1193
- "license": "MIT"
1194
- },
1195
1451
  "node_modules/detect-libc": {
1196
1452
  "version": "2.1.2",
1197
1453
  "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1198
1454
  "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1199
1455
  "dev": true,
1200
1456
  "license": "Apache-2.0",
1457
+ "peer": true,
1201
1458
  "engines": {
1202
1459
  "node": ">=8"
1203
1460
  }
1204
1461
  },
1205
1462
  "node_modules/es-module-lexer": {
1206
- "version": "2.1.0",
1207
- "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz",
1208
- "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==",
1463
+ "version": "2.3.2",
1464
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
1465
+ "integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
1209
1466
  "dev": true,
1210
1467
  "license": "MIT"
1211
1468
  },
@@ -1220,9 +1477,9 @@
1220
1477
  }
1221
1478
  },
1222
1479
  "node_modules/expect-type": {
1223
- "version": "1.3.0",
1224
- "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
1225
- "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
1480
+ "version": "1.4.0",
1481
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
1482
+ "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
1226
1483
  "dev": true,
1227
1484
  "license": "Apache-2.0",
1228
1485
  "engines": {
@@ -1258,16 +1515,25 @@
1258
1515
  "os": [
1259
1516
  "darwin"
1260
1517
  ],
1518
+ "peer": true,
1261
1519
  "engines": {
1262
1520
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1263
1521
  }
1264
1522
  },
1523
+ "node_modules/js-tokens": {
1524
+ "version": "10.0.0",
1525
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-10.0.0.tgz",
1526
+ "integrity": "sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==",
1527
+ "dev": true,
1528
+ "license": "MIT"
1529
+ },
1265
1530
  "node_modules/lightningcss": {
1266
- "version": "1.32.0",
1267
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
1268
- "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
1531
+ "version": "1.33.0",
1532
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
1533
+ "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
1269
1534
  "dev": true,
1270
1535
  "license": "MPL-2.0",
1536
+ "peer": true,
1271
1537
  "dependencies": {
1272
1538
  "detect-libc": "^2.0.3"
1273
1539
  },
@@ -1279,23 +1545,23 @@
1279
1545
  "url": "https://opencollective.com/parcel"
1280
1546
  },
1281
1547
  "optionalDependencies": {
1282
- "lightningcss-android-arm64": "1.32.0",
1283
- "lightningcss-darwin-arm64": "1.32.0",
1284
- "lightningcss-darwin-x64": "1.32.0",
1285
- "lightningcss-freebsd-x64": "1.32.0",
1286
- "lightningcss-linux-arm-gnueabihf": "1.32.0",
1287
- "lightningcss-linux-arm64-gnu": "1.32.0",
1288
- "lightningcss-linux-arm64-musl": "1.32.0",
1289
- "lightningcss-linux-x64-gnu": "1.32.0",
1290
- "lightningcss-linux-x64-musl": "1.32.0",
1291
- "lightningcss-win32-arm64-msvc": "1.32.0",
1292
- "lightningcss-win32-x64-msvc": "1.32.0"
1548
+ "lightningcss-android-arm64": "1.33.0",
1549
+ "lightningcss-darwin-arm64": "1.33.0",
1550
+ "lightningcss-darwin-x64": "1.33.0",
1551
+ "lightningcss-freebsd-x64": "1.33.0",
1552
+ "lightningcss-linux-arm-gnueabihf": "1.33.0",
1553
+ "lightningcss-linux-arm64-gnu": "1.33.0",
1554
+ "lightningcss-linux-arm64-musl": "1.33.0",
1555
+ "lightningcss-linux-x64-gnu": "1.33.0",
1556
+ "lightningcss-linux-x64-musl": "1.33.0",
1557
+ "lightningcss-win32-arm64-msvc": "1.33.0",
1558
+ "lightningcss-win32-x64-msvc": "1.33.0"
1293
1559
  }
1294
1560
  },
1295
1561
  "node_modules/lightningcss-android-arm64": {
1296
- "version": "1.32.0",
1297
- "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
1298
- "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
1562
+ "version": "1.33.0",
1563
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
1564
+ "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
1299
1565
  "cpu": [
1300
1566
  "arm64"
1301
1567
  ],
@@ -1305,6 +1571,7 @@
1305
1571
  "os": [
1306
1572
  "android"
1307
1573
  ],
1574
+ "peer": true,
1308
1575
  "engines": {
1309
1576
  "node": ">= 12.0.0"
1310
1577
  },
@@ -1314,9 +1581,9 @@
1314
1581
  }
1315
1582
  },
1316
1583
  "node_modules/lightningcss-darwin-arm64": {
1317
- "version": "1.32.0",
1318
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
1319
- "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
1584
+ "version": "1.33.0",
1585
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
1586
+ "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
1320
1587
  "cpu": [
1321
1588
  "arm64"
1322
1589
  ],
@@ -1326,6 +1593,7 @@
1326
1593
  "os": [
1327
1594
  "darwin"
1328
1595
  ],
1596
+ "peer": true,
1329
1597
  "engines": {
1330
1598
  "node": ">= 12.0.0"
1331
1599
  },
@@ -1335,9 +1603,9 @@
1335
1603
  }
1336
1604
  },
1337
1605
  "node_modules/lightningcss-darwin-x64": {
1338
- "version": "1.32.0",
1339
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
1340
- "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
1606
+ "version": "1.33.0",
1607
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
1608
+ "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
1341
1609
  "cpu": [
1342
1610
  "x64"
1343
1611
  ],
@@ -1347,6 +1615,7 @@
1347
1615
  "os": [
1348
1616
  "darwin"
1349
1617
  ],
1618
+ "peer": true,
1350
1619
  "engines": {
1351
1620
  "node": ">= 12.0.0"
1352
1621
  },
@@ -1356,9 +1625,9 @@
1356
1625
  }
1357
1626
  },
1358
1627
  "node_modules/lightningcss-freebsd-x64": {
1359
- "version": "1.32.0",
1360
- "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
1361
- "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
1628
+ "version": "1.33.0",
1629
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
1630
+ "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
1362
1631
  "cpu": [
1363
1632
  "x64"
1364
1633
  ],
@@ -1368,6 +1637,7 @@
1368
1637
  "os": [
1369
1638
  "freebsd"
1370
1639
  ],
1640
+ "peer": true,
1371
1641
  "engines": {
1372
1642
  "node": ">= 12.0.0"
1373
1643
  },
@@ -1377,9 +1647,9 @@
1377
1647
  }
1378
1648
  },
1379
1649
  "node_modules/lightningcss-linux-arm-gnueabihf": {
1380
- "version": "1.32.0",
1381
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
1382
- "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
1650
+ "version": "1.33.0",
1651
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
1652
+ "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
1383
1653
  "cpu": [
1384
1654
  "arm"
1385
1655
  ],
@@ -1389,6 +1659,7 @@
1389
1659
  "os": [
1390
1660
  "linux"
1391
1661
  ],
1662
+ "peer": true,
1392
1663
  "engines": {
1393
1664
  "node": ">= 12.0.0"
1394
1665
  },
@@ -1398,18 +1669,22 @@
1398
1669
  }
1399
1670
  },
1400
1671
  "node_modules/lightningcss-linux-arm64-gnu": {
1401
- "version": "1.32.0",
1402
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
1403
- "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
1672
+ "version": "1.33.0",
1673
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
1674
+ "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
1404
1675
  "cpu": [
1405
1676
  "arm64"
1406
1677
  ],
1407
1678
  "dev": true,
1679
+ "libc": [
1680
+ "glibc"
1681
+ ],
1408
1682
  "license": "MPL-2.0",
1409
1683
  "optional": true,
1410
1684
  "os": [
1411
1685
  "linux"
1412
1686
  ],
1687
+ "peer": true,
1413
1688
  "engines": {
1414
1689
  "node": ">= 12.0.0"
1415
1690
  },
@@ -1419,18 +1694,22 @@
1419
1694
  }
1420
1695
  },
1421
1696
  "node_modules/lightningcss-linux-arm64-musl": {
1422
- "version": "1.32.0",
1423
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
1424
- "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
1697
+ "version": "1.33.0",
1698
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
1699
+ "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
1425
1700
  "cpu": [
1426
1701
  "arm64"
1427
1702
  ],
1428
1703
  "dev": true,
1704
+ "libc": [
1705
+ "musl"
1706
+ ],
1429
1707
  "license": "MPL-2.0",
1430
1708
  "optional": true,
1431
1709
  "os": [
1432
1710
  "linux"
1433
1711
  ],
1712
+ "peer": true,
1434
1713
  "engines": {
1435
1714
  "node": ">= 12.0.0"
1436
1715
  },
@@ -1440,18 +1719,22 @@
1440
1719
  }
1441
1720
  },
1442
1721
  "node_modules/lightningcss-linux-x64-gnu": {
1443
- "version": "1.32.0",
1444
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
1445
- "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
1722
+ "version": "1.33.0",
1723
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
1724
+ "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
1446
1725
  "cpu": [
1447
1726
  "x64"
1448
1727
  ],
1449
1728
  "dev": true,
1729
+ "libc": [
1730
+ "glibc"
1731
+ ],
1450
1732
  "license": "MPL-2.0",
1451
1733
  "optional": true,
1452
1734
  "os": [
1453
1735
  "linux"
1454
1736
  ],
1737
+ "peer": true,
1455
1738
  "engines": {
1456
1739
  "node": ">= 12.0.0"
1457
1740
  },
@@ -1461,18 +1744,22 @@
1461
1744
  }
1462
1745
  },
1463
1746
  "node_modules/lightningcss-linux-x64-musl": {
1464
- "version": "1.32.0",
1465
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
1466
- "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
1747
+ "version": "1.33.0",
1748
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
1749
+ "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
1467
1750
  "cpu": [
1468
1751
  "x64"
1469
1752
  ],
1470
1753
  "dev": true,
1754
+ "libc": [
1755
+ "musl"
1756
+ ],
1471
1757
  "license": "MPL-2.0",
1472
1758
  "optional": true,
1473
1759
  "os": [
1474
1760
  "linux"
1475
1761
  ],
1762
+ "peer": true,
1476
1763
  "engines": {
1477
1764
  "node": ">= 12.0.0"
1478
1765
  },
@@ -1482,9 +1769,9 @@
1482
1769
  }
1483
1770
  },
1484
1771
  "node_modules/lightningcss-win32-arm64-msvc": {
1485
- "version": "1.32.0",
1486
- "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
1487
- "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
1772
+ "version": "1.33.0",
1773
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
1774
+ "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
1488
1775
  "cpu": [
1489
1776
  "arm64"
1490
1777
  ],
@@ -1494,6 +1781,7 @@
1494
1781
  "os": [
1495
1782
  "win32"
1496
1783
  ],
1784
+ "peer": true,
1497
1785
  "engines": {
1498
1786
  "node": ">= 12.0.0"
1499
1787
  },
@@ -1503,9 +1791,9 @@
1503
1791
  }
1504
1792
  },
1505
1793
  "node_modules/lightningcss-win32-x64-msvc": {
1506
- "version": "1.32.0",
1507
- "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
1508
- "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
1794
+ "version": "1.33.0",
1795
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
1796
+ "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
1509
1797
  "cpu": [
1510
1798
  "x64"
1511
1799
  ],
@@ -1515,6 +1803,7 @@
1515
1803
  "os": [
1516
1804
  "win32"
1517
1805
  ],
1806
+ "peer": true,
1518
1807
  "engines": {
1519
1808
  "node": ">= 12.0.0"
1520
1809
  },
@@ -1524,19 +1813,31 @@
1524
1813
  }
1525
1814
  },
1526
1815
  "node_modules/magic-string": {
1527
- "version": "0.30.21",
1528
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1529
- "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1816
+ "version": "1.4.1",
1817
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.4.1.tgz",
1818
+ "integrity": "sha512-8lyCu36ErXR0J9uaGKlKQoiLZKmtI63YGLE8G2o9jyRPdr4X47LusSOwgOJOzcVtp81fTAAjxR7BwKz682Jhow==",
1819
+ "dev": true,
1820
+ "license": "MIT",
1821
+ "dependencies": {
1822
+ "@jridgewell/sourcemap-codec": "^1.6.0"
1823
+ }
1824
+ },
1825
+ "node_modules/magicast": {
1826
+ "version": "0.5.5",
1827
+ "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.5.tgz",
1828
+ "integrity": "sha512-UicdXN8zQ3JHlxVq+28afMXPr1z7WNY6+7EJnzTdQWkTAlMLF5fNCCKxJHBQwGaNGR11581EiQmQzx73+MvszA==",
1530
1829
  "dev": true,
1531
1830
  "license": "MIT",
1532
1831
  "dependencies": {
1533
- "@jridgewell/sourcemap-codec": "^1.5.5"
1832
+ "@babel/parser": "^7.29.7",
1833
+ "@babel/types": "^7.29.7",
1834
+ "source-map-js": "^1.2.1"
1534
1835
  }
1535
1836
  },
1536
1837
  "node_modules/nanoid": {
1537
- "version": "3.3.12",
1538
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
1539
- "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
1838
+ "version": "3.3.19",
1839
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.19.tgz",
1840
+ "integrity": "sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==",
1540
1841
  "dev": true,
1541
1842
  "funding": [
1542
1843
  {
@@ -1545,6 +1846,7 @@
1545
1846
  }
1546
1847
  ],
1547
1848
  "license": "MIT",
1849
+ "peer": true,
1548
1850
  "bin": {
1549
1851
  "nanoid": "bin/nanoid.cjs"
1550
1852
  },
@@ -1553,34 +1855,31 @@
1553
1855
  }
1554
1856
  },
1555
1857
  "node_modules/obug": {
1556
- "version": "2.1.1",
1557
- "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
1558
- "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
1858
+ "version": "2.2.1",
1859
+ "resolved": "https://registry.npmjs.org/obug/-/obug-2.2.1.tgz",
1860
+ "integrity": "sha512-XrsrhT5sybtKI6wakr2SPOlGZWWYbUXZ7a0jT8/QOeAPau+1X/bSegNe5YR75oJmEZQbKningirmGOEJCIk61Q==",
1559
1861
  "dev": true,
1560
1862
  "funding": [
1561
1863
  "https://github.com/sponsors/sxzz",
1562
1864
  "https://opencollective.com/debug"
1563
1865
  ],
1564
- "license": "MIT"
1565
- },
1566
- "node_modules/pathe": {
1567
- "version": "2.0.3",
1568
- "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
1569
- "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
1570
- "dev": true,
1571
- "license": "MIT"
1866
+ "license": "MIT",
1867
+ "engines": {
1868
+ "node": ">=12.20.0"
1869
+ }
1572
1870
  },
1573
1871
  "node_modules/picocolors": {
1574
1872
  "version": "1.1.1",
1575
1873
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1576
1874
  "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1577
1875
  "dev": true,
1578
- "license": "ISC"
1876
+ "license": "ISC",
1877
+ "peer": true
1579
1878
  },
1580
1879
  "node_modules/picomatch": {
1581
- "version": "4.0.4",
1582
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
1583
- "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
1880
+ "version": "4.0.7",
1881
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
1882
+ "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
1584
1883
  "license": "MIT",
1585
1884
  "engines": {
1586
1885
  "node": ">=12"
@@ -1590,9 +1889,9 @@
1590
1889
  }
1591
1890
  },
1592
1891
  "node_modules/postcss": {
1593
- "version": "8.5.15",
1594
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
1595
- "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
1892
+ "version": "8.5.28",
1893
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
1894
+ "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
1596
1895
  "dev": true,
1597
1896
  "funding": [
1598
1897
  {
@@ -1609,8 +1908,9 @@
1609
1908
  }
1610
1909
  ],
1611
1910
  "license": "MIT",
1911
+ "peer": true,
1612
1912
  "dependencies": {
1613
- "nanoid": "^3.3.12",
1913
+ "nanoid": "^3.3.18",
1614
1914
  "picocolors": "^1.1.1",
1615
1915
  "source-map-js": "^1.2.1"
1616
1916
  },
@@ -1619,13 +1919,14 @@
1619
1919
  }
1620
1920
  },
1621
1921
  "node_modules/rolldown": {
1622
- "version": "1.0.3",
1623
- "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.3.tgz",
1624
- "integrity": "sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==",
1922
+ "version": "1.2.9",
1923
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.9.tgz",
1924
+ "integrity": "sha512-hx/Pv0N1haXRb11qkfnK5MXB/iqr7i0yjWQqmO9uHqZpBgQSqzc8UsSnEpalsh+j1I8qQ2CkXAkJC8Br3dKSlg==",
1625
1925
  "dev": true,
1626
1926
  "license": "MIT",
1927
+ "peer": true,
1627
1928
  "dependencies": {
1628
- "@oxc-project/types": "=0.133.0",
1929
+ "@oxc-project/types": "=0.150.0",
1629
1930
  "@rolldown/pluginutils": "^1.0.0"
1630
1931
  },
1631
1932
  "bin": {
@@ -1635,21 +1936,21 @@
1635
1936
  "node": "^20.19.0 || >=22.12.0"
1636
1937
  },
1637
1938
  "optionalDependencies": {
1638
- "@rolldown/binding-android-arm64": "1.0.3",
1639
- "@rolldown/binding-darwin-arm64": "1.0.3",
1640
- "@rolldown/binding-darwin-x64": "1.0.3",
1641
- "@rolldown/binding-freebsd-x64": "1.0.3",
1642
- "@rolldown/binding-linux-arm-gnueabihf": "1.0.3",
1643
- "@rolldown/binding-linux-arm64-gnu": "1.0.3",
1644
- "@rolldown/binding-linux-arm64-musl": "1.0.3",
1645
- "@rolldown/binding-linux-ppc64-gnu": "1.0.3",
1646
- "@rolldown/binding-linux-s390x-gnu": "1.0.3",
1647
- "@rolldown/binding-linux-x64-gnu": "1.0.3",
1648
- "@rolldown/binding-linux-x64-musl": "1.0.3",
1649
- "@rolldown/binding-openharmony-arm64": "1.0.3",
1650
- "@rolldown/binding-wasm32-wasi": "1.0.3",
1651
- "@rolldown/binding-win32-arm64-msvc": "1.0.3",
1652
- "@rolldown/binding-win32-x64-msvc": "1.0.3"
1939
+ "@rolldown/binding-android-arm-eabi": "1.2.9",
1940
+ "@rolldown/binding-android-arm64": "1.2.9",
1941
+ "@rolldown/binding-darwin-arm64": "1.2.9",
1942
+ "@rolldown/binding-darwin-x64": "1.2.9",
1943
+ "@rolldown/binding-freebsd-x64": "1.2.9",
1944
+ "@rolldown/binding-linux-arm-gnueabihf": "1.2.9",
1945
+ "@rolldown/binding-linux-arm64-gnu": "1.2.9",
1946
+ "@rolldown/binding-linux-arm64-musl": "1.2.9",
1947
+ "@rolldown/binding-linux-ppc64-gnu": "1.2.9",
1948
+ "@rolldown/binding-linux-s390x-gnu": "1.2.9",
1949
+ "@rolldown/binding-linux-x64-gnu": "1.2.9",
1950
+ "@rolldown/binding-linux-x64-musl": "1.2.9",
1951
+ "@rolldown/binding-openharmony-arm64": "1.2.9",
1952
+ "@rolldown/binding-win32-arm64-msvc": "1.2.9",
1953
+ "@rolldown/binding-win32-x64-msvc": "1.2.9"
1653
1954
  }
1654
1955
  },
1655
1956
  "node_modules/siginfo": {
@@ -1677,23 +1978,26 @@
1677
1978
  "license": "MIT"
1678
1979
  },
1679
1980
  "node_modules/std-env": {
1680
- "version": "4.1.0",
1681
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
1682
- "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
1981
+ "version": "4.2.0",
1982
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.2.0.tgz",
1983
+ "integrity": "sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==",
1683
1984
  "dev": true,
1684
1985
  "license": "MIT"
1685
1986
  },
1686
1987
  "node_modules/tinybench": {
1687
- "version": "2.9.0",
1688
- "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
1689
- "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
1988
+ "version": "6.1.4",
1989
+ "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-6.1.4.tgz",
1990
+ "integrity": "sha512-9APumHG7r4yOk4X4WlkmE71aZcv1gvin1czO3OQ1U9iJcFA5Ja/ygyb0vPOVHTthFozUYs8CLoLUlM8grb2lTQ==",
1690
1991
  "dev": true,
1691
- "license": "MIT"
1992
+ "license": "MIT",
1993
+ "engines": {
1994
+ "node": ">=20.0.0"
1995
+ }
1692
1996
  },
1693
1997
  "node_modules/tinyexec": {
1694
- "version": "1.2.3",
1695
- "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.3.tgz",
1696
- "integrity": "sha512-g62dB+w1/OEFnPvmX0yd/HnetYITOL+1nJW7kitOycOeAvmbWC/nu0fwmmQ/kupNojqExzyC/T++pST/jRJ2mQ==",
1998
+ "version": "1.3.0",
1999
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.0.tgz",
2000
+ "integrity": "sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==",
1697
2001
  "dev": true,
1698
2002
  "license": "MIT",
1699
2003
  "engines": {
@@ -1718,55 +2022,69 @@
1718
2022
  }
1719
2023
  },
1720
2024
  "node_modules/tinyrainbow": {
1721
- "version": "3.1.0",
1722
- "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz",
1723
- "integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==",
2025
+ "version": "3.1.1",
2026
+ "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
2027
+ "integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
1724
2028
  "dev": true,
1725
2029
  "license": "MIT",
1726
2030
  "engines": {
1727
2031
  "node": ">=14.0.0"
1728
2032
  }
1729
2033
  },
1730
- "node_modules/tslib": {
1731
- "version": "2.8.1",
1732
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1733
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1734
- "dev": true,
1735
- "license": "0BSD",
1736
- "optional": true
1737
- },
1738
2034
  "node_modules/typescript": {
1739
- "version": "6.0.3",
1740
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
1741
- "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
2035
+ "version": "7.0.2",
2036
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
2037
+ "integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
1742
2038
  "dev": true,
1743
2039
  "license": "Apache-2.0",
1744
2040
  "bin": {
1745
- "tsc": "bin/tsc",
1746
- "tsserver": "bin/tsserver"
2041
+ "tsc": "bin/tsc"
1747
2042
  },
1748
2043
  "engines": {
1749
- "node": ">=14.17"
2044
+ "node": ">=16.20.0"
2045
+ },
2046
+ "optionalDependencies": {
2047
+ "@typescript/typescript-aix-ppc64": "7.0.2",
2048
+ "@typescript/typescript-darwin-arm64": "7.0.2",
2049
+ "@typescript/typescript-darwin-x64": "7.0.2",
2050
+ "@typescript/typescript-freebsd-arm64": "7.0.2",
2051
+ "@typescript/typescript-freebsd-x64": "7.0.2",
2052
+ "@typescript/typescript-linux-arm": "7.0.2",
2053
+ "@typescript/typescript-linux-arm64": "7.0.2",
2054
+ "@typescript/typescript-linux-loong64": "7.0.2",
2055
+ "@typescript/typescript-linux-mips64el": "7.0.2",
2056
+ "@typescript/typescript-linux-ppc64": "7.0.2",
2057
+ "@typescript/typescript-linux-riscv64": "7.0.2",
2058
+ "@typescript/typescript-linux-s390x": "7.0.2",
2059
+ "@typescript/typescript-linux-x64": "7.0.2",
2060
+ "@typescript/typescript-netbsd-arm64": "7.0.2",
2061
+ "@typescript/typescript-netbsd-x64": "7.0.2",
2062
+ "@typescript/typescript-openbsd-arm64": "7.0.2",
2063
+ "@typescript/typescript-openbsd-x64": "7.0.2",
2064
+ "@typescript/typescript-sunos-x64": "7.0.2",
2065
+ "@typescript/typescript-win32-arm64": "7.0.2",
2066
+ "@typescript/typescript-win32-x64": "7.0.2"
1750
2067
  }
1751
2068
  },
1752
2069
  "node_modules/undici-types": {
1753
- "version": "7.24.6",
1754
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
1755
- "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
2070
+ "version": "8.9.0",
2071
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.9.0.tgz",
2072
+ "integrity": "sha512-KTDyRTYX8sWmKXAikPHHSyc63CRPETMctyjKFupcC6OBLXT3xsN0e9aF7m+mIXutFWpUXuedtowG7iLOzp0kQg==",
1756
2073
  "dev": true,
1757
2074
  "license": "MIT"
1758
2075
  },
1759
2076
  "node_modules/vite": {
1760
- "version": "8.0.16",
1761
- "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.16.tgz",
1762
- "integrity": "sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==",
2077
+ "version": "8.3.0",
2078
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.3.0.tgz",
2079
+ "integrity": "sha512-lhZBVvEHefgE+HQZC9O7EBJgCU/nVzFNl7vkS4RE0APtWLP02/8QVIkQtzBxPquh7lq5/78NHipTj7ODQ6XuyQ==",
1763
2080
  "dev": true,
1764
2081
  "license": "MIT",
2082
+ "peer": true,
1765
2083
  "dependencies": {
1766
- "lightningcss": "^1.32.0",
1767
- "picomatch": "^4.0.4",
1768
- "postcss": "^8.5.15",
1769
- "rolldown": "1.0.3",
2084
+ "lightningcss": "^1.33.0",
2085
+ "picomatch": "^4.0.7",
2086
+ "postcss": "^8.5.28",
2087
+ "rolldown": "~1.2.6",
1770
2088
  "tinyglobby": "^0.2.17"
1771
2089
  },
1772
2090
  "bin": {
@@ -1783,7 +2101,7 @@
1783
2101
  },
1784
2102
  "peerDependencies": {
1785
2103
  "@types/node": "^20.19.0 || >=22.12.0",
1786
- "@vitejs/devtools": "^0.1.18",
2104
+ "@vitejs/devtools": "^0.7.1",
1787
2105
  "esbuild": "^0.27.0 || ^0.28.0",
1788
2106
  "jiti": ">=1.21.0",
1789
2107
  "less": "^4.0.0",
@@ -1835,38 +2153,31 @@
1835
2153
  }
1836
2154
  },
1837
2155
  "node_modules/vitest": {
1838
- "version": "4.1.8",
1839
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.8.tgz",
1840
- "integrity": "sha512-flY6ScbCIt9HThs+C5HS7jvGOB560DJtk/Z15IQROTA6zEy49Nh8T/dofWTQL+n3vswqn87sbJNiuqw1SDp5Ig==",
2156
+ "version": "5.0.1",
2157
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-5.0.1.tgz",
2158
+ "integrity": "sha512-iA95lQbKEkvrtTkdAgnWbXfbipWiiWe/hDl2P5tMi6WFwD76G0NxXAGp/M9EOcYupeGJRr6wppMc7CoA41TQjg==",
1841
2159
  "dev": true,
1842
2160
  "license": "MIT",
1843
2161
  "dependencies": {
1844
- "@vitest/expect": "4.1.8",
1845
- "@vitest/mocker": "4.1.8",
1846
- "@vitest/pretty-format": "4.1.8",
1847
- "@vitest/runner": "4.1.8",
1848
- "@vitest/snapshot": "4.1.8",
1849
- "@vitest/spy": "4.1.8",
1850
- "@vitest/utils": "4.1.8",
1851
- "es-module-lexer": "^2.0.0",
1852
- "expect-type": "^1.3.0",
1853
- "magic-string": "^0.30.21",
1854
- "obug": "^2.1.1",
1855
- "pathe": "^2.0.3",
1856
- "picomatch": "^4.0.3",
1857
- "std-env": "^4.0.0-rc.1",
1858
- "tinybench": "^2.9.0",
1859
- "tinyexec": "^1.0.2",
1860
- "tinyglobby": "^0.2.15",
1861
- "tinyrainbow": "^3.1.0",
1862
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
2162
+ "@types/chai": "^5.2.2",
2163
+ "@vitest/mocker": "5.0.1",
2164
+ "chai": "^6.2.2",
2165
+ "es-module-lexer": "^2.3.2",
2166
+ "expect-type": "^1.4.0",
2167
+ "magic-string": "^1.2.3",
2168
+ "obug": "^2.1.4",
2169
+ "picomatch": "^4.0.7",
2170
+ "std-env": "^4.2.0",
2171
+ "tinybench": "6.1.4",
2172
+ "tinyexec": "1.3.0",
2173
+ "tinyglobby": "^0.2.17",
1863
2174
  "why-is-node-running": "^2.3.0"
1864
2175
  },
1865
2176
  "bin": {
1866
2177
  "vitest": "vitest.mjs"
1867
2178
  },
1868
2179
  "engines": {
1869
- "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
2180
+ "node": "^22.12.0 || ^24.0.0 || >=26.0.0"
1870
2181
  },
1871
2182
  "funding": {
1872
2183
  "url": "https://opencollective.com/vitest"
@@ -1874,16 +2185,16 @@
1874
2185
  "peerDependencies": {
1875
2186
  "@edge-runtime/vm": "*",
1876
2187
  "@opentelemetry/api": "^1.9.0",
1877
- "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
1878
- "@vitest/browser-playwright": "4.1.8",
1879
- "@vitest/browser-preview": "4.1.8",
1880
- "@vitest/browser-webdriverio": "4.1.8",
1881
- "@vitest/coverage-istanbul": "4.1.8",
1882
- "@vitest/coverage-v8": "4.1.8",
1883
- "@vitest/ui": "4.1.8",
2188
+ "@types/node": "^22.0.0 || >=24.0.0",
2189
+ "@vitest/browser-playwright": "5.0.1",
2190
+ "@vitest/browser-preview": "5.0.1",
2191
+ "@vitest/browser-webdriverio": "^5.0.0-beta.5 || >=5.0.0",
2192
+ "@vitest/coverage-istanbul": "5.0.1",
2193
+ "@vitest/coverage-v8": "5.0.1",
2194
+ "@vitest/ui": "5.0.1",
1884
2195
  "happy-dom": "*",
1885
2196
  "jsdom": "*",
1886
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
2197
+ "vite": "^6.4.0 || ^7.0.0 || ^8.0.0"
1887
2198
  },
1888
2199
  "peerDependenciesMeta": {
1889
2200
  "@edge-runtime/vm": {