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.
- package/.agents/command/publish.md +59 -23
- package/.agents/command/remove-deadcode.md +1 -1
- package/.agents/skills/codex-qa/scripts/lsp-e2e.sh +1 -3
- package/.agents/skills/hyperplan/SKILL.md +5 -5
- package/.agents/skills/opencode-qa/scripts/lsp-e2e.sh +1 -1
- package/.agents/skills/pre-publish-review/SKILL.md +9 -12
- package/.agents/skills/publish/SKILL.md +59 -23
- package/.agents/skills/remove-deadcode/SKILL.md +1 -1
- package/.agents/skills/security-research/SKILL.md +4 -4
- package/.agents/skills/senpi-qa/SKILL.md +80 -0
- package/.agents/skills/senpi-qa/scripts/resolve-evidence-dir.mjs +65 -0
- package/.agents/skills/senpi-qa/scripts/resolve-evidence-dir.test.mjs +171 -0
- package/.agents/skills/tech-debt-audit/SKILL.md +6 -76
- package/.opencode/command/publish.md +59 -23
- package/.opencode/skills/pre-publish-review/SKILL.md +9 -12
- package/README.ja.md +66 -61
- package/README.ko.md +67 -62
- package/README.md +108 -182
- package/README.ru.md +63 -61
- package/README.zh-cn.md +62 -61
- package/THIRD-PARTY-NOTICES.md +35 -105
- package/dist/agents/atlas/agent.d.ts +0 -1
- package/dist/agents/gpt-prompt-identity.d.ts +1 -1
- package/dist/agents/sisyphus-runtime-prompt-reconciler.d.ts +15 -4
- package/dist/agents/types.d.ts +4 -2
- package/dist/cli/config-manager/parse-opencode-config-file.d.ts +2 -1
- package/dist/cli/doctor/checks/browser-provider.d.ts +2 -0
- package/dist/cli/doctor/checks/index.d.ts +2 -0
- package/dist/cli/doctor/checks/latest-version.d.ts +11 -0
- package/dist/cli/doctor/checks/system-plugin.d.ts +4 -3
- package/dist/cli/doctor/framework/constants.d.ts +5 -0
- package/dist/cli/doctor/framework/types.d.ts +2 -0
- package/dist/cli/fallback-lane-policy.d.ts +1 -0
- package/dist/cli/index.js +59118 -63486
- package/dist/cli/install-codex/install-codex-test-fixtures.d.ts +1 -1
- package/dist/cli/run/on-complete-hook.d.ts +2 -0
- package/dist/cli/runtime-commands.d.ts +1 -1
- package/dist/cli/worktree-sweep/classify.d.ts +16 -0
- package/dist/cli/worktree-sweep/format.d.ts +8 -0
- package/dist/cli/worktree-sweep/git.d.ts +19 -0
- package/dist/cli/worktree-sweep/index.d.ts +7 -0
- package/dist/cli/worktree-sweep/options.d.ts +2 -0
- package/dist/cli/worktree-sweep/parse-worktree-list.d.ts +8 -0
- package/dist/cli/worktree-sweep/sweep.d.ts +2 -0
- package/dist/cli/worktree-sweep/types.d.ts +65 -0
- package/dist/cli/worktree-sweep/worktree-sweep.d.ts +2 -0
- package/dist/cli-node/index.js +58841 -63186
- package/dist/config/index.d.ts +1 -1
- package/dist/config/schema/agent-names.d.ts +0 -1
- package/dist/config/schema/background-task.d.ts +1 -0
- package/dist/config/schema/browser-automation.d.ts +0 -2
- package/dist/config/schema/commands.d.ts +1 -1
- package/dist/config/schema/hooks.d.ts +1 -2
- package/dist/config/schema/oh-my-opencode-config.d.ts +5 -12
- package/dist/config/schema/ulw-execute.d.ts +5 -0
- package/dist/config/schema.d.ts +0 -1
- package/dist/config/validate.d.ts +2 -0
- package/dist/config-migration/category-deep-split.d.ts +3 -0
- package/dist/config-migration/migration-plans.d.ts +1 -0
- package/dist/create-hooks.d.ts +3 -2
- package/dist/features/background-agent/compaction-aware-message-resolver.d.ts +1 -0
- package/dist/features/background-agent/constants.d.ts +0 -7
- package/dist/features/background-agent/error-classifier.d.ts +1 -0
- package/dist/features/background-agent/manager.d.ts +9 -1
- package/dist/features/background-agent/parent-wake-dispatched-tracker.d.ts +0 -1
- package/dist/features/background-agent/parent-wake-notifier-types.d.ts +1 -1
- package/dist/features/background-agent/parent-wake-prompt-dispatch.d.ts +1 -1
- package/dist/features/background-agent/parent-wake-session-inspector.d.ts +1 -1
- package/dist/features/background-agent/subagent-spawn-limits.d.ts +8 -0
- package/dist/features/background-agent/types.d.ts +4 -0
- package/dist/features/boulder-state/storage.d.ts +1 -1
- package/dist/features/btw-side/btw-command-draft.d.ts +7 -0
- package/dist/features/btw-side/context-injector.d.ts +15 -0
- package/dist/features/btw-side/index.d.ts +8 -0
- package/dist/features/btw-side/metadata.d.ts +15 -0
- package/dist/features/btw-side/parent-context-budget.d.ts +9 -0
- package/dist/features/btw-side/server-session-registry.d.ts +8 -0
- package/dist/features/btw-side/tui-adoption-cache.d.ts +13 -0
- package/dist/features/btw-side/tui-adoption-guard.d.ts +5 -0
- package/dist/features/btw-side/tui-controller-types.d.ts +68 -0
- package/dist/features/btw-side/tui-controller.d.ts +19 -0
- package/dist/features/btw-side/tui-escape-return.d.ts +12 -0
- package/dist/features/btw-side/tui-keymap.d.ts +17 -0
- package/dist/features/btw-side/tui-parent-validator.d.ts +6 -0
- package/dist/features/btw-side/tui-picker-options.d.ts +20 -0
- package/dist/features/btw-side/tui-picker.d.ts +9 -0
- package/dist/features/btw-side/tui-prompt-queue.d.ts +8 -0
- package/dist/features/btw-side/tui-session-bridge.d.ts +11 -0
- package/dist/features/btw-side/tui-session-catalog.d.ts +35 -0
- package/dist/features/btw-side/tui-side-removal.d.ts +11 -0
- package/dist/features/btw-side/tui-side-start.d.ts +9 -0
- package/dist/features/btw-side/tui-wiring.d.ts +8 -0
- package/dist/features/builtin-commands/templates/hyperplan.d.ts +1 -1
- package/dist/features/builtin-commands/templates/refactor-sections/team-mode-addendum.d.ts +1 -1
- package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -1
- package/dist/features/builtin-commands/templates/ulw-execute.d.ts +1 -0
- package/dist/features/builtin-commands/types.d.ts +1 -1
- package/dist/features/claude-tasks/storage.d.ts +7 -2
- package/dist/features/hook-message-injector/index.d.ts +1 -0
- package/dist/features/hook-message-injector/sdk-message-lookup.d.ts +1 -0
- package/dist/features/monitor/manager-internals.d.ts +1 -1
- package/dist/features/monitor/output-injector-types.d.ts +1 -1
- package/dist/features/opengateway-provider/index.d.ts +13 -0
- package/dist/features/task-toast-manager/manager.d.ts +0 -24
- package/dist/features/team-mode/tools/lifecycle-inline-spec.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-fallback-wake.d.ts +17 -0
- package/dist/features/team-mode/tools/messaging-live-delivery-recipient.d.ts +3 -0
- package/dist/features/team-mode/tools/messaging-runtime.d.ts +7 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/message-storage-directory.d.ts +0 -3
- package/dist/hooks/anthropic-context-window-limit-recovery/state.d.ts +1 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/storage/empty-messages.d.ts +0 -1
- package/dist/hooks/anthropic-context-window-limit-recovery/tool-result-storage.d.ts +11 -0
- package/dist/hooks/atlas/atlas-hook.d.ts +1 -0
- package/dist/hooks/atlas/atlas-lifecycle-store.d.ts +50 -0
- package/dist/hooks/atlas/event-handler.d.ts +1 -0
- package/dist/hooks/atlas/final-wave-approval-gate.test-support.d.ts +50 -0
- package/dist/hooks/atlas/system-reminder-templates.d.ts +0 -1
- package/dist/hooks/atlas/tool-execute-before.d.ts +3 -0
- package/dist/hooks/atlas/types.d.ts +1 -0
- package/dist/hooks/claude-code-hooks/session-hook-state.d.ts +1 -0
- package/dist/hooks/claude-code-hooks/stop.d.ts +2 -0
- package/dist/hooks/claude-code-hooks/todo.d.ts +0 -1
- package/dist/hooks/claude-code-hooks/transcript.d.ts +2 -0
- package/dist/hooks/comment-checker/__fixtures__/download-probe.fixture.d.ts +1 -0
- package/dist/hooks/compaction-context-injector/validated-model.d.ts +2 -0
- package/dist/hooks/fsync-skip-warning/index.d.ts +4 -0
- package/dist/hooks/hashline-edit-diff-enhancer/hook.d.ts +1 -0
- package/dist/hooks/hashline-edit-diff-enhancer/pending-captures.d.ts +13 -0
- package/dist/hooks/index.d.ts +1 -2
- package/dist/hooks/keyword-detector/hook.d.ts +9 -0
- package/dist/hooks/keyword-detector/ultrawork/index.d.ts +2 -0
- package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +0 -1
- package/dist/hooks/model-fallback/hook.d.ts +1 -1
- package/dist/hooks/plan-format-validator/hook.d.ts +19 -0
- package/dist/hooks/prometheus-md-only/agent-resolution.d.ts +2 -2
- package/dist/hooks/runtime-fallback/chat-message-handler.d.ts +2 -0
- package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +1 -0
- package/dist/hooks/runtime-fallback/runtime-model-settings.d.ts +6 -0
- package/dist/hooks/runtime-fallback/session-status-handler.d.ts +1 -1
- package/dist/hooks/runtime-fallback/types.d.ts +3 -1
- package/dist/hooks/sisyphus-junior-notepad/constants.d.ts +1 -1
- package/dist/hooks/todo-continuation-enforcer/types.d.ts +1 -0
- package/dist/hooks/{start-work → ulw-execute}/context-info-builder.d.ts +1 -1
- package/dist/hooks/{start-work → ulw-execute}/index.d.ts +1 -1
- package/dist/hooks/ulw-execute/ulw-execute-hook.d.ts +23 -0
- package/dist/hooks/unstable-agent-babysitter/task-message-analyzer.d.ts +1 -0
- package/dist/index.js +34199 -28037
- package/dist/mcp/index.d.ts +0 -4
- package/dist/mcp/types.d.ts +0 -1
- package/dist/oh-my-opencode.schema.json +28 -59
- package/dist/plugin/chat-message/types.d.ts +6 -4
- package/dist/plugin/chat-message/ulw-execute-message.d.ts +5 -0
- package/dist/plugin/event-session-lifecycle.d.ts +1 -0
- package/dist/plugin/hooks/create-core-hooks.d.ts +2 -2
- package/dist/plugin/hooks/create-session-hooks.d.ts +2 -3
- package/dist/plugin/hooks/create-transform-hooks.d.ts +2 -0
- package/dist/plugin/messages-transform.d.ts +1 -0
- package/dist/plugin/stop-continuation.d.ts +3 -0
- package/dist/plugin/system-transform.d.ts +5 -1
- package/dist/plugin-config/omo-config-chain.d.ts +1 -0
- package/dist/plugin-dispose.d.ts +3 -0
- package/dist/shared/agent-tool-restrictions.d.ts +0 -1
- package/dist/shared/compaction-agent-config-checkpoint.d.ts +1 -0
- package/dist/shared/index.d.ts +2 -0
- package/dist/shared/legacy-plugin-warning.d.ts +2 -1
- package/dist/shared/omo-process-sweep.d.ts +2 -4
- package/dist/shared/plugin-entry-migrator.d.ts +4 -3
- package/dist/shared/plugin-entry-shape.d.ts +6 -0
- package/dist/shared/runtime-fallback-retry-marker.d.ts +16 -0
- package/dist/shared/shell-env.d.ts +1 -1
- package/dist/skills/ast-grep/AGENTS.md +51 -0
- package/dist/skills/ast-grep/SKILL.md +13 -1
- package/dist/skills/coding-agent-sessions/AGENTS.md +62 -0
- package/dist/skills/coding-agent-sessions/SKILL.md +1 -1
- package/dist/skills/data-scientist/SKILL.md +99 -239
- package/dist/skills/data-scientist/references/execution-surfaces.md +91 -0
- package/dist/skills/data-scientist/references/placement.md +74 -0
- package/dist/skills/data-scientist/references/polars-lane.md +95 -0
- package/dist/skills/data-scientist/references/uv-setup.md +1 -1
- package/dist/skills/data-scientist/references/visualization.md +64 -0
- package/dist/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
- package/dist/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
- package/dist/skills/debugging/SKILL.md +3 -1
- package/dist/skills/debugging/references/methodology/00-setup.md +12 -0
- package/dist/skills/debugging/references/methodology/02-investigate.md +26 -5
- package/dist/skills/debugging/references/runtimes/go.md +15 -1
- package/dist/skills/debugging/references/runtimes/native-binary.md +38 -0
- package/dist/skills/debugging/references/runtimes/node.md +25 -0
- package/dist/skills/debugging/references/runtimes/python.md +13 -0
- package/dist/skills/debugging/references/runtimes/rust.md +41 -0
- package/dist/skills/debugging/references/scripts/dap.mjs +267 -0
- package/dist/skills/debugging/references/scripts/dap.test.ts +86 -0
- package/dist/skills/debugging/references/scripts/fixture-adapter.mjs +59 -0
- package/dist/skills/debugging/references/tools/dap.md +103 -0
- package/dist/skills/debugging/references/tools/frida.md +193 -0
- package/dist/skills/debugging/references/tools/playwright-cli.md +79 -161
- package/dist/skills/frontend/ATTRIBUTION.md +10 -0
- package/dist/skills/frontend/SKILL.md +8 -3
- package/dist/skills/frontend/references/design/README.md +13 -4
- package/dist/skills/frontend/references/design/_INDEX.md +1 -0
- package/dist/skills/frontend/references/design/ambience-skill.md +145 -0
- package/dist/skills/frontend/references/design/aside.md +1 -1
- package/dist/skills/frontend/references/design/clone-from-url.md +1 -1
- package/dist/skills/frontend/references/design/design-system-architecture.md +1 -0
- package/dist/skills/frontend/references/design/interaction-skill.md +2 -0
- package/dist/skills/frontend/references/design/print-paged-media.md +76 -0
- package/dist/skills/frontend/references/designpowers/README.md +1 -1
- package/dist/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
- package/dist/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
- package/dist/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
- package/dist/skills/frontend/references/designpowers/orchestration.md +1 -1
- package/dist/skills/frontend/references/designpowers/routing.md +5 -5
- package/dist/skills/frontend/references/perfection/README.md +1 -0
- package/dist/skills/frontend/scripts/perfection/lighthouse-audit.py +2 -2
- package/dist/skills/git-master/SKILL.md +1 -1
- package/dist/skills/init-deep/SKILL.md +14 -14
- package/dist/skills/lsp-setup/SKILL.md +1 -1
- package/dist/skills/programming/SKILL.md +1 -1
- package/dist/skills/refactor/SKILL.md +5 -5
- package/dist/skills/remove-ai-slops/SKILL.md +5 -5
- package/dist/skills/review-work/SKILL.md +101 -419
- package/dist/skills/ultimate-browsing/ATTRIBUTION.md +32 -86
- package/dist/skills/ultimate-browsing/SKILL.md +32 -27
- package/dist/skills/ultimate-browsing/engine/AGENTS.md +111 -0
- package/dist/skills/ultimate-browsing/engine/templates/package.json +2 -2
- package/dist/skills/ultimate-browsing/engine/templates/playwright_mobile_chrome.js +5 -2
- package/dist/skills/ultimate-browsing/engine/templates/playwright_real_chrome.js +8 -6
- package/dist/skills/ultimate-browsing/engine/tests/test_playwright_stealth.py +86 -0
- package/dist/skills/ultimate-browsing/engine/tests/test_playwright_templates.py +4 -7
- package/dist/skills/ultimate-browsing/references/chrome-stealth.md +86 -95
- package/dist/skills/ultimate-browsing/references/insane-search/README.md +18 -5
- package/dist/skills/ultimate-browsing/references/insane-search/playwright.md +16 -13
- package/dist/skills/ultimate-browsing/scripts/extract_cookies.py +3 -3
- package/dist/skills/{start-work → ulw-execute}/SKILL.md +24 -22
- package/dist/skills/ulw-plan/SKILL.md +5 -6
- package/dist/skills/ulw-plan/references/full-workflow.md +6 -5
- package/dist/skills/ulw-plan/references/intent-unclear.md +2 -2
- package/dist/skills/ulw-plan/scripts/scaffold-plan.mjs +2 -1
- package/dist/skills/ulw-research/SKILL.md +10 -5
- package/dist/skills/visual-qa/AGENTS.md +58 -0
- package/dist/skills/visual-qa/SKILL.md +4 -3
- package/dist/skills/visual-qa/references/browser-setup.md +75 -0
- package/dist/tools/delegate-task/builtin-categories.d.ts +3 -1
- package/dist/tools/delegate-task/builtin-category-definition.d.ts +2 -1
- package/dist/tools/delegate-task/constants.d.ts +2 -2
- package/dist/tools/delegate-task/openai-categories.d.ts +10 -3
- package/dist/tools/delegate-task/sync-session-cleanup.d.ts +3 -0
- package/dist/tools/delegate-task/sync-session-poller.d.ts +1 -0
- package/dist/tools/delegate-task/tool-description.d.ts +3 -1
- package/dist/tools/delegate-task/types.d.ts +4 -0
- package/dist/tools/session-manager/directory-filter.d.ts +2 -0
- package/dist/tui.d.ts +12 -0
- package/dist/tui.js +22186 -30577
- package/package.json +51 -50
- package/packages/git-bash-mcp/dist/cli.js +6 -1
- package/packages/git-bash-mcp/package.json +1 -1
- package/packages/lsp-core/src/index.ts +1 -0
- package/packages/lsp-core/src/lsp/client-diagnostics-concurrency.integration.test.ts +9 -1
- package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +100 -28
- package/packages/lsp-core/src/lsp/client-diagnostics-pull-timeout.test.ts +64 -0
- package/packages/lsp-core/src/lsp/client-wrapper-outside-cwd.test.ts +78 -0
- package/packages/lsp-core/src/lsp/client-wrapper.test.ts +103 -6
- package/packages/lsp-core/src/lsp/client-wrapper.ts +50 -16
- package/packages/lsp-core/src/lsp/client.ts +32 -3
- package/packages/lsp-core/src/lsp/connection.ts +16 -0
- package/packages/lsp-core/src/lsp/constants.ts +6 -0
- package/packages/lsp-core/src/lsp/controlled-clock-test-support.ts +90 -0
- package/packages/lsp-core/src/lsp/errors.ts +15 -0
- package/packages/lsp-core/src/lsp/fixtures/workspace-edit-server.mjs +10 -3
- package/packages/lsp-core/src/lsp/format-document.test.ts +143 -0
- package/packages/lsp-core/src/lsp/format-document.ts +90 -0
- package/packages/lsp-core/src/lsp/json-rpc-connection.ts +11 -6
- package/packages/lsp-core/src/lsp/manager-lifecycle.test.ts +262 -0
- package/packages/lsp-core/src/lsp/manager-max-clients.test.ts +151 -0
- package/packages/lsp-core/src/lsp/manager.ts +138 -12
- package/packages/lsp-core/src/lsp/outside-context-workspace.ts +33 -0
- package/packages/lsp-core/src/lsp/server-definitions.ts +29 -0
- package/packages/lsp-core/src/lsp/server-installation.test.ts +376 -0
- package/packages/lsp-core/src/lsp/server-installation.ts +200 -27
- package/packages/lsp-core/src/lsp/server-resolution-local-binary.test.ts +170 -0
- package/packages/lsp-core/src/lsp/server-resolution.ts +18 -5
- package/packages/lsp-core/src/lsp/timer-provider.ts +13 -0
- package/packages/lsp-core/src/lsp/transport-request-timeout.test.ts +73 -0
- package/packages/lsp-core/src/lsp/transport.ts +16 -2
- package/packages/lsp-core/src/lsp/types.ts +8 -0
- package/packages/lsp-core/src/lsp/workspace-apply-edit-test-support.ts +29 -1
- package/packages/lsp-core/src/lsp/workspace-document-state.test.ts +84 -1
- package/packages/lsp-core/src/lsp/workspace-document-state.ts +35 -11
- package/packages/lsp-core/src/lsp/workspace-markers.ts +18 -0
- package/packages/lsp-core/src/mcp.ts +3 -0
- package/packages/lsp-core/src/request-context.test.ts +29 -0
- package/packages/lsp-core/src/request-context.ts +1 -1
- package/packages/lsp-core/src/tool-surface.test.ts +13 -1
- package/packages/lsp-core/src/tools/definitions.ts +14 -0
- package/packages/lsp-core/src/tools/format.test.ts +56 -0
- package/packages/lsp-core/src/tools/format.ts +56 -0
- package/packages/lsp-core/src/tools/index.ts +1 -0
- package/packages/lsp-core/src/tools/parameters.test.ts +51 -0
- package/packages/lsp-core/src/tools/types.ts +10 -0
- package/packages/lsp-daemon/dist/cli.js +1421 -960
- package/packages/lsp-daemon/dist/client.d.ts +10 -0
- package/packages/lsp-daemon/dist/client.js +956 -498
- package/packages/lsp-daemon/dist/daemon-client.d.ts +3 -0
- package/packages/lsp-daemon/dist/daemon-client.js +23 -3
- package/packages/lsp-daemon/dist/ensure-daemon.d.ts +6 -1
- package/packages/lsp-daemon/dist/ensure-daemon.js +27 -5
- package/packages/lsp-daemon/dist/index.js +860 -407
- package/packages/lsp-daemon/dist/ownership.js +2 -2
- package/packages/lsp-daemon/dist/proxy.js +3 -0
- package/packages/lsp-daemon/dist/version-reap.js +1 -1
- package/packages/lsp-daemon/package.json +5 -4
- package/packages/lsp-tools-mcp/dist/cli.js +764 -341
- package/packages/lsp-tools-mcp/dist/lsp/manager.js +274 -138
- package/packages/lsp-tools-mcp/dist/mcp.js +789 -368
- package/packages/lsp-tools-mcp/dist/request-context.js +12 -13
- package/packages/lsp-tools-mcp/dist/tools.js +719 -302
- package/packages/lsp-tools-mcp/package.json +5 -4
- package/packages/omo-codex/THIRD-PARTY-NOTICES.md +4 -21
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +4 -6
- package/packages/omo-codex/plugin/.mcp.json +0 -6
- package/packages/omo-codex/plugin/AGENTS.md +47 -0
- package/packages/omo-codex/plugin/README.md +6 -2
- package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +8402 -408
- package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/src/hook.ts +1 -0
- package/packages/omo-codex/plugin/components/bootstrap/src/setup.ts +7 -1
- package/packages/omo-codex/plugin/components/comment-checker/AGENTS.md +9 -0
- package/packages/omo-codex/plugin/components/comment-checker/biome.json +2 -2
- package/packages/omo-codex/plugin/components/comment-checker/dist/cli.js +2 -1
- package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/package.json +6 -5
- package/packages/omo-codex/plugin/components/comment-checker/src/apply-patch.ts +2 -8
- package/packages/omo-codex/plugin/components/comment-checker/src/core.ts +1 -2
- package/packages/omo-codex/plugin/components/comment-checker/src/request-extractor.ts +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/src/runner.ts +1 -0
- package/packages/omo-codex/plugin/components/git-bash/AGENTS.md +1 -1
- package/packages/omo-codex/plugin/components/git-bash/dist/cli.js +1 -1
- package/packages/omo-codex/plugin/components/git-bash/dist/codex-hook.js +2 -1
- package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/git-bash/package.json +3 -4
- package/packages/omo-codex/plugin/components/git-bash/src/codex-hook.ts +2 -1
- package/packages/omo-codex/plugin/components/git-bash/test/codex-hook.test.ts +6 -7
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/AGENTS.md +2 -2
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/biome.json +2 -2
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/directive.md +2 -0
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/cli.js +36 -29
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/codex-hook.js +32 -26
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/types.d.ts +3 -0
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +6 -5
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/codex-hook.ts +32 -28
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/types.ts +3 -0
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/cli.test.ts +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/codex-hook.test.ts +137 -28
- package/packages/omo-codex/plugin/components/lcx/skills/lcx-doctor/SKILL.md +4 -2
- package/packages/omo-codex/plugin/components/lsp/AGENTS.md +30 -15
- package/packages/omo-codex/plugin/components/lsp/biome.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +4 -4
- package/packages/omo-codex/plugin/components/lsp/dist/cli.js +977 -545
- package/packages/omo-codex/plugin/components/lsp/dist/daemon-cli-path.js +1 -1
- package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/package.json +6 -5
- package/packages/omo-codex/plugin/components/lsp/src/cli.ts +1 -1
- package/packages/omo-codex/plugin/components/lsp/src/codex-hook.ts +1 -1
- package/packages/omo-codex/plugin/components/lsp/src/daemon-cli-path.ts +1 -5
- package/packages/omo-codex/plugin/components/lsp/test/codex-hook-unavailable.test.ts +6 -7
- package/packages/omo-codex/plugin/components/lsp/test/codex-hook.test.ts +1 -2
- package/packages/omo-codex/plugin/components/lsp/test/package-smoke.test.ts +11 -1
- package/packages/omo-codex/plugin/components/rules/AGENTS.md +12 -0
- package/packages/omo-codex/plugin/components/rules/README.md +2 -0
- package/packages/omo-codex/plugin/components/rules/biome.json +2 -2
- package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-6.md +123 -0
- package/packages/omo-codex/plugin/components/rules/dist/cli.js +91 -68
- package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +8 -7
- package/packages/omo-codex/plugin/components/rules/src/config.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/src/persistent-cache.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/src/post-compact-budget.ts +15 -5
- package/packages/omo-codex/plugin/components/rules/src/rules-engine-factory.ts +1 -4
- package/packages/omo-codex/plugin/components/rules/src/static-injection.ts +4 -9
- package/packages/omo-codex/plugin/components/rules/test/bundled-rules-priority.test.ts +11 -16
- package/packages/omo-codex/plugin/components/rules/test/bundled-rules.test.ts +17 -25
- package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-budget.test.ts +9 -7
- package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-context.test.ts +0 -6
- package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-dedup.test.ts +6 -4
- package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-directive.test.ts +12 -9
- package/packages/omo-codex/plugin/components/rules/test/codex-hook.test.ts +28 -37
- package/packages/omo-codex/plugin/components/rules/test/dynamic-target-fingerprints.test.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/test/engine.test.ts +7 -4
- package/packages/omo-codex/plugin/components/rules/test/finder.test.ts +2 -3
- package/packages/omo-codex/plugin/components/rules/test/formatter.test.ts +39 -72
- package/packages/omo-codex/plugin/components/rules/test/hephaestus-model-variant.test.ts +38 -3
- package/packages/omo-codex/plugin/components/rules/test/hook-output.test.ts +2 -3
- package/packages/omo-codex/plugin/components/rules/test/matcher.test.ts +2 -3
- package/packages/omo-codex/plugin/components/rules/test/package-smoke.test.ts +1 -1
- package/packages/omo-codex/plugin/components/rules/test/parser.test.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/test/post-compact-budget.test.ts +29 -6
- package/packages/omo-codex/plugin/components/rules/test/rules-engine-consumption.test.ts +3 -6
- package/packages/omo-codex/plugin/components/rules/test/scanner.test.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/test/sources.test.ts +2 -5
- package/packages/omo-codex/plugin/components/rules/test/windows-git-bash-bundled-rule.test.ts +2 -17
- package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/package.json +6 -5
- package/packages/omo-codex/plugin/components/teammode/test/thread-title-hook.test.ts +4 -10
- package/packages/omo-codex/plugin/components/telemetry/AGENTS.md +8 -0
- package/packages/omo-codex/plugin/components/telemetry/biome.json +2 -2
- package/packages/omo-codex/plugin/components/telemetry/dist/cli.js +5328 -1382
- package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +5524 -1579
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +6 -5
- package/packages/omo-codex/plugin/components/telemetry/src/codex-hook.ts +1 -4
- package/packages/omo-codex/plugin/components/telemetry/src/posthog.ts +4 -14
- package/packages/omo-codex/plugin/components/telemetry/src/product-identity.ts +1 -1
- package/packages/omo-codex/plugin/components/telemetry/test/diagnostics.test.ts +2 -5
- package/packages/omo-codex/plugin/components/ultrawork/AGENTS.md +10 -4
- package/packages/omo-codex/plugin/components/ultrawork/README.md +2 -0
- package/packages/omo-codex/plugin/components/ultrawork/agents/explorer.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-clone-fidelity-reviewer.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-code-reviewer.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-gate-reviewer.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-qa-executor.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-high.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-low.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-medium.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/librarian.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/metis.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/momus.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +4 -4
- package/packages/omo-codex/plugin/components/ultrawork/biome.json +2 -2
- package/packages/omo-codex/plugin/components/ultrawork/dist/cli.js +500 -4
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +6 -6
- package/packages/omo-codex/plugin/components/ultrawork/scripts/sync-directive.mjs +30 -14
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +4 -5
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +5 -5
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +2 -2
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/scripts/scaffold-plan.mjs +1 -0
- package/packages/omo-codex/plugin/components/ultrawork/src/directive-content.ts +4 -0
- package/packages/omo-codex/plugin/components/ultrawork/src/directive.ts +5 -2
- package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook-trigger-policy.test.ts +9 -1
- package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +0 -136
- package/packages/omo-codex/plugin/components/ultrawork/test/directive-source.test.ts +14 -8
- package/packages/omo-codex/plugin/components/ultrawork/test/package-smoke.test.ts +12 -1
- package/packages/omo-codex/plugin/components/ultrawork/test/skill-pointer.test.ts +0 -2
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/AGENTS.md +4 -4
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/NOTICE +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/README.md +6 -6
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/biome.json +2 -2
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/directive.md +11 -11
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/dist/cli.js +16 -16
- package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +16 -0
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/package.json +13 -12
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/boulder-reader.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/cli.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/codex-hook.ts +4 -4
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/directive.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/index.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/types.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/boulder-reader.test.ts +3 -3
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/cli.test.ts +4 -11
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/codex-hook.test.ts +24 -22
- package/packages/omo-codex/plugin/components/ulw-loop/AGENTS.md +19 -0
- package/packages/omo-codex/plugin/components/ulw-loop/CHANGELOG.md +17 -1
- package/packages/omo-codex/plugin/components/ulw-loop/README.md +12 -1
- package/packages/omo-codex/plugin/components/ulw-loop/biome.json +2 -2
- package/packages/omo-codex/plugin/components/ulw-loop/directive.md +44 -27
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-codex-validation.d.ts +18 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-codex-validation.js +30 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-continuation.js +10 -4
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.d.ts +2 -5
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.js +5 -78
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-template.d.ts +12 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-template.js +114 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.d.ts +7 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.js +57 -46
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-arg-parser.js +2 -2
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-commands.js +21 -8
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.d.ts +2 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.js +12 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.d.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.js +40 -37
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +2191 -737
- package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.d.ts +2 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.js +28 -8
- package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.d.ts +8 -5
- package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.js +35 -23
- package/packages/omo-codex/plugin/components/ulw-loop/dist/constants.d.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/constants.js +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/domain-types.d.ts +25 -9
- package/packages/omo-codex/plugin/components/ulw-loop/dist/driver-objective-ack.d.ts +4 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/driver-objective-ack.js +18 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence-artifacts.d.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence-artifacts.js +37 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence.d.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence.js +24 -12
- package/packages/omo-codex/plugin/components/ulw-loop/dist/ledger.d.ts +4 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/ledger.js +39 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/paths.d.ts +2 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/paths.js +19 -4
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-commit.d.ts +19 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-commit.js +108 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.d.ts +6 -2
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.js +54 -25
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-goal-factory.d.ts +10 -3
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-goal-factory.js +38 -31
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.d.ts +10 -7
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.js +121 -100
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-log.d.ts +16 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-log.js +115 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-missing-recovery.d.ts +18 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-missing-recovery.js +41 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-aggregate.d.ts +7 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-aggregate.js +9 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-artifacts.d.ts +12 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-artifacts.js +104 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-fields.d.ts +13 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-fields.js +65 -9
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-verdicts.js +5 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.d.ts +4 -2
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.js +72 -117
- package/packages/omo-codex/plugin/components/ulw-loop/dist/review-blockers.d.ts +2 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/review-blockers.js +25 -13
- package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/factory.d.ts +2 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/factory.js +157 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/manifest.d.ts +381 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/manifest.js +127 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/types.d.ts +130 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk/types.js +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk.d.ts +3 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/sdk.js +3 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-budget-io.d.ts +5 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-budget-io.js +67 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-guard.d.ts +7 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-guard.js +188 -59
- package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-role-guard.d.ts +2 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/spawn-role-guard.js +22 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/state-lock.d.ts +19 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/state-lock.js +259 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/status-next-actions.d.ts +7 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/status-next-actions.js +41 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-batch.js +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-mutations.d.ts +3 -2
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-mutations.js +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-types.d.ts +9 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering.d.ts +3 -2
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering.js +11 -11
- package/packages/omo-codex/plugin/components/ulw-loop/dist/stop-resume-hook.js +28 -23
- package/packages/omo-codex/plugin/components/ulw-loop/dist/success-criteria-input.d.ts +9 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/success-criteria-input.js +41 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/surface.d.ts +19 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/surface.js +83 -0
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +18 -5
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +7 -6
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +7 -2
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +33 -10
- package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-codex-validation.ts +52 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-continuation.ts +8 -6
- package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-reconciliation.ts +5 -98
- package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-template.ts +134 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint.ts +59 -77
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-arg-parser.ts +10 -4
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-commands.ts +24 -8
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-output.ts +14 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-subcommands.ts +52 -46
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli.ts +8 -6
- package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-instruction.ts +35 -7
- package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-snapshot.ts +51 -33
- package/packages/omo-codex/plugin/components/ulw-loop/src/codex-hook.ts +3 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/constants.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/domain-types.ts +27 -9
- package/packages/omo-codex/plugin/components/ulw-loop/src/driver-objective-ack.ts +20 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/evidence-artifacts.ts +45 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/evidence.ts +23 -16
- package/packages/omo-codex/plugin/components/ulw-loop/src/ledger.ts +38 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/paths.ts +32 -4
- package/packages/omo-codex/plugin/components/ulw-loop/src/plan-commit.ts +132 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/plan-crud.ts +67 -54
- package/packages/omo-codex/plugin/components/ulw-loop/src/plan-goal-factory.ts +63 -31
- package/packages/omo-codex/plugin/components/ulw-loop/src/plan-io.ts +140 -119
- package/packages/omo-codex/plugin/components/ulw-loop/src/plan-log.ts +112 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/plan-missing-recovery.ts +61 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-aggregate.ts +11 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-artifacts.ts +123 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-fields.ts +71 -15
- package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-verdicts.ts +6 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate.ts +92 -136
- package/packages/omo-codex/plugin/components/ulw-loop/src/review-blockers.ts +38 -13
- package/packages/omo-codex/plugin/components/ulw-loop/src/sdk/factory.ts +218 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/sdk/manifest.ts +156 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/sdk/types.ts +143 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/sdk.ts +3 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/spawn-budget-io.ts +59 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/spawn-guard.ts +196 -52
- package/packages/omo-codex/plugin/components/ulw-loop/src/spawn-role-guard.ts +22 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/state-lock.ts +257 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/status-next-actions.ts +45 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/steering-batch.ts +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/src/steering-mutations.ts +5 -4
- package/packages/omo-codex/plugin/components/ulw-loop/src/steering-types.ts +13 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/steering.ts +12 -10
- package/packages/omo-codex/plugin/components/ulw-loop/src/stop-resume-hook.ts +27 -22
- package/packages/omo-codex/plugin/components/ulw-loop/src/success-criteria-input.ts +56 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/surface.ts +115 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-continuation.test.ts +0 -1
- package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-final.test.ts +131 -82
- package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-template.test.ts +147 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint.test.ts +16 -22
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-checkpoint-continuation.test.ts +4 -2
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-checkpoint.test.ts +31 -2
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-commands.test.ts +2 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-complete-goals.test.ts +3 -1
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-create-goals.test.ts +35 -8
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-entrypoint.test.ts +38 -4
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-json-errors.test.ts +27 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-scope-required.test.ts +144 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-status-next-actions.test.ts +185 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-steering-batch.test.ts +8 -3
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-validation-batch.test.ts +6 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-instruction.test.ts +37 -2
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-snapshot.test.ts +88 -11
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-hook.test.ts +0 -3
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/barrier.ts +13 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/cli-session.ts +4 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-child.ts +65 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-cli-qa.mjs +76 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-crash.ts +23 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-mutations.mjs +58 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/commit-writer.ts +65 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/lease-clock.ts +23 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/quality-gate-builder.ts +9 -4
- package/packages/omo-codex/plugin/components/ulw-loop/test/guided-recovery.test.ts +67 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/package-smoke.test.ts +5 -37
- package/packages/omo-codex/plugin/components/ulw-loop/test/paths.test.ts +9 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/plan-commit-log.test.ts +252 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/plan-commit-recovery.test.ts +190 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/plan-io-cross-process.test.ts +106 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/plan-io.test.ts +74 -25
- package/packages/omo-codex/plugin/components/ulw-loop/test/plan-log-legacy-projection.test.ts +228 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/plan-log-newest.test.ts +72 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-aggregate-basics.test.ts +258 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-cap-and-dedupe.test.ts +22 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-fields-messages.test.ts +98 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-lazycodex-surface.test.ts +93 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-poisoning-cascades.test.ts +97 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-roles.test.ts +51 -2
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-senpi-surface.test.ts +131 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-single-report.test.ts +241 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate.test.ts +58 -3
- package/packages/omo-codex/plugin/components/ulw-loop/test/review-blockers.test.ts +9 -7
- package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-completed-plan.test.ts +43 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-contract.test.ts +137 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-driver-states.test.ts +174 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-dx.test.ts +219 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/sdk-session-context.test.ts +169 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/spawn-guard.test.ts +450 -7
- package/packages/omo-codex/plugin/components/ulw-loop/test/spawn-role-matrix.test.ts +113 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/state-lock.test.ts +310 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/status-next-actions-surface.test.ts +133 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/steering-batch.test.ts +12 -12
- package/packages/omo-codex/plugin/components/ulw-loop/test/steering.test.ts +12 -6
- package/packages/omo-codex/plugin/components/ulw-loop/test/stop-resume-hook.test.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/test/surface.test.ts +74 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/ultrawork-directive.test.ts +13 -8
- package/packages/omo-codex/plugin/components/ulw-loop/vitest.config.ts +1 -0
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-recording-spawn-admission.json +18 -0
- package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +17 -0
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/model-catalog.json +16 -7
- package/packages/omo-codex/plugin/package-lock.json +992 -681
- package/packages/omo-codex/plugin/package.json +6 -3
- package/packages/omo-codex/plugin/scripts/AGENTS.md +39 -0
- package/packages/omo-codex/plugin/scripts/auto-update-plan.mjs +1 -2
- package/packages/omo-codex/plugin/scripts/auto-update.mjs +0 -9
- package/packages/omo-codex/plugin/scripts/canonical-ultrawork-directive.mjs +17 -0
- package/packages/omo-codex/plugin/scripts/hook-status-message.mjs +0 -1
- package/packages/omo-codex/plugin/scripts/migrate-codex-config/catalog.mjs +16 -7
- package/packages/omo-codex/plugin/scripts/migrate-codex-config/multi-agent-v2-guard.mjs +8 -4
- package/packages/omo-codex/plugin/scripts/migrate-codex-config/subagent-limit-guard.mjs +19 -90
- package/packages/omo-codex/plugin/scripts/migrate-codex-config/toml-section-editor.mjs +1 -1
- package/packages/omo-codex/plugin/scripts/sync-skills.d.mts +4 -0
- package/packages/omo-codex/plugin/scripts/sync-skills.mjs +111 -64
- package/packages/omo-codex/plugin/shared/package.json +3 -4
- package/packages/omo-codex/plugin/shared/src/config-loader.ts +2 -102
- package/packages/omo-codex/plugin/shared/src/config-migration.ts +0 -1
- package/packages/omo-codex/plugin/shared/test/config-loader.test.ts +41 -130
- package/packages/omo-codex/plugin/skills/ast-grep/AGENTS.md +51 -0
- package/packages/omo-codex/plugin/skills/ast-grep/SKILL.md +13 -1
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/AGENTS.md +62 -0
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/data-scientist/SKILL.md +99 -239
- package/packages/omo-codex/plugin/skills/data-scientist/references/execution-surfaces.md +91 -0
- package/packages/omo-codex/plugin/skills/data-scientist/references/placement.md +74 -0
- package/packages/omo-codex/plugin/skills/data-scientist/references/polars-lane.md +95 -0
- package/packages/omo-codex/plugin/skills/data-scientist/references/uv-setup.md +1 -1
- package/packages/omo-codex/plugin/skills/data-scientist/references/visualization.md +64 -0
- package/packages/omo-codex/plugin/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
- package/packages/omo-codex/plugin/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
- package/packages/omo-codex/plugin/skills/debugging/SKILL.md +3 -1
- package/packages/omo-codex/plugin/skills/debugging/references/methodology/00-setup.md +12 -0
- package/packages/omo-codex/plugin/skills/debugging/references/methodology/02-investigate.md +26 -5
- package/packages/omo-codex/plugin/skills/debugging/references/runtimes/go.md +15 -1
- package/packages/omo-codex/plugin/skills/debugging/references/runtimes/native-binary.md +38 -0
- package/packages/omo-codex/plugin/skills/debugging/references/runtimes/node.md +25 -0
- package/packages/omo-codex/plugin/skills/debugging/references/runtimes/python.md +13 -0
- package/packages/omo-codex/plugin/skills/debugging/references/runtimes/rust.md +41 -0
- package/packages/omo-codex/plugin/skills/debugging/references/scripts/dap.mjs +267 -0
- package/packages/omo-codex/plugin/skills/debugging/references/scripts/fixture-adapter.mjs +59 -0
- package/packages/omo-codex/plugin/skills/debugging/references/tools/dap.md +103 -0
- package/packages/omo-codex/plugin/skills/debugging/references/tools/frida.md +193 -0
- package/packages/omo-codex/plugin/skills/debugging/references/tools/playwright-cli.md +79 -161
- package/packages/omo-codex/plugin/skills/frontend/ATTRIBUTION.md +10 -0
- package/packages/omo-codex/plugin/skills/frontend/SKILL.md +8 -3
- package/packages/omo-codex/plugin/skills/frontend/references/design/README.md +13 -4
- package/packages/omo-codex/plugin/skills/frontend/references/design/_INDEX.md +1 -0
- package/packages/omo-codex/plugin/skills/frontend/references/design/ambience-skill.md +145 -0
- package/packages/omo-codex/plugin/skills/frontend/references/design/aside.md +1 -1
- package/packages/omo-codex/plugin/skills/frontend/references/design/clone-from-url.md +1 -1
- package/packages/omo-codex/plugin/skills/frontend/references/design/design-system-architecture.md +1 -0
- package/packages/omo-codex/plugin/skills/frontend/references/design/interaction-skill.md +2 -0
- package/packages/omo-codex/plugin/skills/frontend/references/design/print-paged-media.md +76 -0
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/README.md +1 -1
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/orchestration.md +1 -1
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/routing.md +5 -5
- package/packages/omo-codex/plugin/skills/frontend/references/perfection/README.md +1 -0
- package/packages/omo-codex/plugin/skills/frontend/scripts/perfection/lighthouse-audit.py +2 -2
- package/packages/omo-codex/plugin/skills/git-master/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/init-deep/SKILL.md +20 -18
- package/packages/omo-codex/plugin/skills/lcx-doctor/SKILL.md +4 -2
- package/packages/omo-codex/plugin/skills/lsp-setup/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/programming/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/refactor/SKILL.md +11 -9
- package/packages/omo-codex/plugin/skills/remove-ai-slops/SKILL.md +11 -9
- package/packages/omo-codex/plugin/skills/review-work/SKILL.md +116 -424
- package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +32 -86
- package/packages/omo-codex/plugin/skills/ultimate-browsing/SKILL.md +32 -27
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/AGENTS.md +111 -0
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +2 -2
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/playwright_mobile_chrome.js +5 -2
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/playwright_real_chrome.js +8 -6
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/tests/test_playwright_stealth.py +86 -0
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/tests/test_playwright_templates.py +4 -7
- package/packages/omo-codex/plugin/skills/ultimate-browsing/references/chrome-stealth.md +86 -95
- package/packages/omo-codex/plugin/skills/ultimate-browsing/references/insane-search/README.md +18 -5
- package/packages/omo-codex/plugin/skills/ultimate-browsing/references/insane-search/playwright.md +16 -13
- package/packages/omo-codex/plugin/skills/ultimate-browsing/scripts/extract_cookies.py +3 -3
- package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +44 -27
- package/packages/omo-codex/plugin/skills/{start-work → ulw-execute}/SKILL.md +35 -36
- package/packages/omo-codex/plugin/skills/ulw-execute/agents/openai.yaml +2 -0
- package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +31 -2
- package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +33 -10
- package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +4 -5
- package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +5 -5
- package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +2 -2
- package/packages/omo-codex/plugin/skills/ulw-plan/scripts/scaffold-plan.mjs +1 -0
- package/packages/omo-codex/plugin/skills/ulw-research/SKILL.md +16 -9
- package/packages/omo-codex/plugin/skills/visual-qa/AGENTS.md +58 -0
- package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +10 -7
- package/packages/omo-codex/plugin/skills/visual-qa/references/browser-setup.md +75 -0
- package/packages/omo-codex/plugin/test/AGENTS.md +47 -0
- package/packages/omo-codex/plugin/test/aggregate-agents.test.mjs +19 -173
- package/packages/omo-codex/plugin/test/aggregate-hooks.test.mjs +16 -51
- package/packages/omo-codex/plugin/test/aggregate-manifest.test.mjs +2 -3
- package/packages/omo-codex/plugin/test/aggregate-mcp.test.mjs +2 -7
- package/packages/omo-codex/plugin/test/aggregate-model-catalog.test.mjs +14 -4
- package/packages/omo-codex/plugin/test/aggregate-plugin-fixture.mjs +175 -13
- package/packages/omo-codex/plugin/test/aggregate.test.mjs +78 -2
- package/packages/omo-codex/plugin/test/auto-update-release-notes.test.mjs +19 -33
- package/packages/omo-codex/plugin/test/auto-update.test.mjs +4 -29
- package/packages/omo-codex/plugin/test/bootstrap-default-role.test.mjs +66 -0
- package/packages/omo-codex/plugin/test/bootstrap-setup.test.mjs +0 -31
- package/packages/omo-codex/plugin/test/canonical-ultrawork-directive.test.mjs +53 -0
- package/packages/omo-codex/plugin/test/component-bin-names.test.mjs +2 -2
- package/packages/omo-codex/plugin/test/component-bundled-cli.test.mjs +1 -51
- package/packages/omo-codex/plugin/test/component-hook-contract-cases.mjs +100 -2
- package/packages/omo-codex/plugin/test/hook-status-message.test.mjs +5 -6
- package/packages/omo-codex/plugin/test/lcx-contribute-bug-fix-template.test.mjs +21 -27
- package/packages/omo-codex/plugin/test/mcp-research-servers.test.mjs +1 -3
- package/packages/omo-codex/plugin/test/migrate-codex-config.test.mjs +35 -35
- package/packages/omo-codex/plugin/test/multi-agent-v2-regression.test.mjs +1 -1
- package/packages/omo-codex/plugin/test/scaffold-plan.test.mjs +0 -36
- package/packages/omo-codex/plugin/test/subagent-limit-migration.test.mjs +107 -15
- package/packages/omo-codex/plugin/test/sync-skills-codex-compatibility.test.mjs +168 -0
- package/packages/omo-codex/plugin/test/sync-skills-test-support.mjs +54 -24
- package/packages/omo-codex/plugin/test/sync-skills.test.mjs +18 -119
- package/packages/omo-codex/plugin/test/teammode-archive-ambiguity.test.mjs +0 -40
- package/packages/omo-codex/plugin/test/teammode-communication.test.mjs +6 -62
- package/packages/omo-codex/plugin/test/teammode-thread-links.test.mjs +3 -36
- package/packages/omo-codex/plugin/test/teammode-transport.test.mjs +0 -44
- package/packages/omo-codex/plugin/test/teammode-worktree.test.mjs +2 -6
- package/packages/omo-codex/plugin/test/ultrawork-skill-pointer.test.mjs +5 -5
- package/packages/omo-codex/plugin/test/ulw-plan-review-state-contract.test.mjs +0 -3
- package/packages/omo-codex/scripts/AGENTS.md +36 -0
- package/packages/omo-codex/scripts/check-model-catalog-parity.mjs +42 -0
- package/packages/omo-codex/scripts/install-cache-copy.test.mjs +27 -1
- package/packages/omo-codex/scripts/install-config-autonomous-features.test.mjs +1 -1
- package/packages/omo-codex/scripts/install-config-autonomous.test.mjs +2 -1
- package/packages/omo-codex/scripts/install-config-git-bash.test.mjs +0 -23
- package/packages/omo-codex/scripts/install-config-reasoning.test.mjs +5 -5
- package/packages/omo-codex/scripts/install-config.test.mjs +15 -17
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +16149 -4304
- package/packages/omo-codex/scripts/install-generated-bundle.test.mjs +3 -4
- package/packages/omo-codex/scripts/install-git-bash-mcp-env.test.mjs +1 -25
- package/packages/omo-codex/scripts/install-lazycodex-version-stamp.test.mjs +7 -2
- package/packages/omo-codex/scripts/install-mcp-runtime.test.mjs +0 -36
- package/packages/omo-codex/scripts/install-packaged-local.test.mjs +1 -6
- package/packages/{omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md → prompts-core/prompts/ultrawork/codex.md} +44 -34
- package/packages/shared-skills/package.json +7 -1
- package/packages/shared-skills/skill-source-filter.d.ts +16 -0
- package/packages/shared-skills/skill-source-filter.mjs +44 -0
- package/packages/shared-skills/skills/ast-grep/AGENTS.md +51 -0
- package/packages/shared-skills/skills/ast-grep/SKILL.md +13 -1
- package/packages/shared-skills/skills/coding-agent-sessions/AGENTS.md +62 -0
- package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +1 -1
- package/packages/shared-skills/skills/data-scientist/SKILL.md +99 -239
- package/packages/shared-skills/skills/data-scientist/references/execution-surfaces.md +91 -0
- package/packages/shared-skills/skills/data-scientist/references/placement.md +74 -0
- package/packages/shared-skills/skills/data-scientist/references/polars-lane.md +95 -0
- package/packages/shared-skills/skills/data-scientist/references/uv-setup.md +1 -1
- package/packages/shared-skills/skills/data-scientist/references/visualization.md +64 -0
- package/packages/shared-skills/skills/data-scientist/scripts/ensure-js-deps.sh +28 -0
- package/packages/shared-skills/skills/data-scientist/scripts/ensure-py-deps.sh +37 -0
- package/packages/shared-skills/skills/debugging/SKILL.md +3 -1
- package/packages/shared-skills/skills/debugging/references/methodology/00-setup.md +12 -0
- package/packages/shared-skills/skills/debugging/references/methodology/02-investigate.md +26 -5
- package/packages/shared-skills/skills/debugging/references/runtimes/go.md +15 -1
- package/packages/shared-skills/skills/debugging/references/runtimes/native-binary.md +38 -0
- package/packages/shared-skills/skills/debugging/references/runtimes/node.md +25 -0
- package/packages/shared-skills/skills/debugging/references/runtimes/python.md +13 -0
- package/packages/shared-skills/skills/debugging/references/runtimes/rust.md +41 -0
- package/packages/shared-skills/skills/debugging/references/scripts/dap.mjs +267 -0
- package/packages/shared-skills/skills/debugging/references/scripts/dap.test.ts +86 -0
- package/packages/shared-skills/skills/debugging/references/scripts/fixture-adapter.mjs +59 -0
- package/packages/shared-skills/skills/debugging/references/tools/dap.md +103 -0
- package/packages/shared-skills/skills/debugging/references/tools/frida.md +193 -0
- package/packages/shared-skills/skills/debugging/references/tools/playwright-cli.md +79 -161
- package/packages/shared-skills/skills/frontend/ATTRIBUTION.md +10 -0
- package/packages/shared-skills/skills/frontend/SKILL.md +8 -3
- package/packages/shared-skills/skills/frontend/references/design/README.md +13 -4
- package/packages/shared-skills/skills/frontend/references/design/_INDEX.md +1 -0
- package/packages/shared-skills/skills/frontend/references/design/ambience-skill.md +145 -0
- package/packages/shared-skills/skills/frontend/references/design/aside.md +1 -1
- package/packages/shared-skills/skills/frontend/references/design/clone-from-url.md +1 -1
- package/packages/shared-skills/skills/frontend/references/design/design-system-architecture.md +1 -0
- package/packages/shared-skills/skills/frontend/references/design/interaction-skill.md +2 -0
- package/packages/shared-skills/skills/frontend/references/design/print-paged-media.md +76 -0
- package/packages/shared-skills/skills/frontend/references/designpowers/README.md +1 -1
- package/packages/shared-skills/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
- package/packages/shared-skills/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
- package/packages/shared-skills/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
- package/packages/shared-skills/skills/frontend/references/designpowers/orchestration.md +1 -1
- package/packages/shared-skills/skills/frontend/references/designpowers/routing.md +5 -5
- package/packages/shared-skills/skills/frontend/references/perfection/README.md +1 -0
- package/packages/shared-skills/skills/frontend/scripts/perfection/lighthouse-audit.py +2 -2
- package/packages/shared-skills/skills/git-master/SKILL.md +1 -1
- package/packages/shared-skills/skills/init-deep/SKILL.md +14 -14
- package/packages/shared-skills/skills/lsp-setup/SKILL.md +1 -1
- package/packages/shared-skills/skills/programming/SKILL.md +1 -1
- package/packages/shared-skills/skills/refactor/SKILL.md +5 -5
- package/packages/shared-skills/skills/remove-ai-slops/SKILL.md +5 -5
- package/packages/shared-skills/skills/review-work/SKILL.md +101 -419
- package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +32 -86
- package/packages/shared-skills/skills/ultimate-browsing/SKILL.md +32 -27
- package/packages/shared-skills/skills/ultimate-browsing/engine/AGENTS.md +111 -0
- package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +2 -2
- package/packages/shared-skills/skills/ultimate-browsing/engine/templates/playwright_mobile_chrome.js +5 -2
- package/packages/shared-skills/skills/ultimate-browsing/engine/templates/playwright_real_chrome.js +8 -6
- package/packages/shared-skills/skills/ultimate-browsing/engine/tests/test_playwright_stealth.py +86 -0
- package/packages/shared-skills/skills/ultimate-browsing/engine/tests/test_playwright_templates.py +4 -7
- package/packages/shared-skills/skills/ultimate-browsing/references/chrome-stealth.md +86 -95
- package/packages/shared-skills/skills/ultimate-browsing/references/insane-search/README.md +18 -5
- package/packages/shared-skills/skills/ultimate-browsing/references/insane-search/playwright.md +16 -13
- package/packages/shared-skills/skills/ultimate-browsing/scripts/extract_cookies.py +3 -3
- package/packages/shared-skills/skills/{start-work → ulw-execute}/SKILL.md +24 -22
- package/packages/shared-skills/skills/ulw-plan/SKILL.md +5 -6
- package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +6 -5
- package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +2 -2
- package/packages/shared-skills/skills/ulw-plan/scripts/scaffold-plan.mjs +2 -1
- package/packages/shared-skills/skills/ulw-research/SKILL.md +10 -5
- package/packages/shared-skills/skills/visual-qa/AGENTS.md +58 -0
- package/packages/shared-skills/skills/visual-qa/SKILL.md +4 -3
- package/packages/shared-skills/skills/visual-qa/references/browser-setup.md +75 -0
- package/postinstall.mjs +2 -0
- package/script/qa/web-terminal-visual-qa.mjs +2 -0
- package/script/qa/xterm-live-terminal.mjs +18 -2
- package/.agents/skills/work-with-pr-workspace/evals/evals.json +0 -76
- package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.json +0 -138
- package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.md +0 -42
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +0 -57
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +0 -15
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +0 -454
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +0 -136
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +0 -47
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +0 -163
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +0 -15
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +0 -615
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +0 -99
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +0 -50
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +0 -111
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +0 -37
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +0 -11
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +0 -205
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +0 -78
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +0 -42
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +0 -87
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +0 -11
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +0 -334
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +0 -86
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +0 -23
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +0 -119
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +0 -32
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +0 -10
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +0 -221
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +0 -104
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +0 -41
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +0 -84
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +0 -10
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +0 -342
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +0 -131
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +0 -39
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +0 -128
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +0 -32
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +0 -10
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +0 -143
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +0 -82
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +0 -51
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +0 -69
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +0 -10
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +0 -252
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +0 -83
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +0 -33
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +0 -101
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +0 -32
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +0 -10
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +0 -387
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +0 -112
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +0 -51
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +0 -75
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +0 -10
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +0 -529
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +0 -127
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +0 -42
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +0 -120
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +0 -1
- package/.agents/skills/work-with-pr-workspace/iteration-1/review.html +0 -1326
- package/.opencode/skills/work-with-pr-workspace/evals/evals.json +0 -76
- package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.json +0 -138
- package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.md +0 -42
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +0 -57
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +0 -15
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +0 -454
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +0 -136
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +0 -47
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +0 -163
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +0 -15
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +0 -615
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +0 -99
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +0 -50
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +0 -111
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +0 -37
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +0 -11
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +0 -205
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +0 -78
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +0 -42
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +0 -87
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +0 -11
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +0 -334
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +0 -86
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +0 -23
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +0 -119
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +0 -32
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +0 -10
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +0 -221
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +0 -104
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +0 -41
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +0 -84
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +0 -10
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +0 -342
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +0 -131
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +0 -39
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +0 -128
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +0 -32
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +0 -10
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +0 -143
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +0 -82
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +0 -51
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +0 -69
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +0 -10
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +0 -252
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +0 -83
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +0 -33
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +0 -101
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +0 -32
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +0 -10
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +0 -387
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +0 -112
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +0 -51
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +0 -75
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +0 -10
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +0 -529
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +0 -127
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +0 -42
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +0 -120
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +0 -1
- package/.opencode/skills/work-with-pr-workspace/iteration-1/review.html +0 -1326
- package/dist/config/schema/codegraph.d.ts +0 -12
- package/dist/config/schema/start-work.d.ts +0 -5
- package/dist/features/builtin-commands/templates/start-work.d.ts +0 -1
- package/dist/features/builtin-skills/index.d.ts +0 -1
- package/dist/features/builtin-skills/skill-file-loader.d.ts +0 -1
- package/dist/features/builtin-skills/skills/agent-browser-skill.d.ts +0 -1
- package/dist/features/builtin-skills/skills/agent-browser-template.d.ts +0 -1
- package/dist/features/builtin-skills/skills/debugging.d.ts +0 -1
- package/dist/features/builtin-skills/skills/dev-browser.d.ts +0 -1
- package/dist/features/builtin-skills/skills/frontend.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-atomic-planning.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-context-analysis.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-execution-verification.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +0 -1
- package/dist/features/builtin-skills/skills/git-master.d.ts +0 -1
- package/dist/features/builtin-skills/skills/index.d.ts +0 -1
- package/dist/features/builtin-skills/skills/init-deep.d.ts +0 -1
- package/dist/features/builtin-skills/skills/playwright-cli.d.ts +0 -1
- package/dist/features/builtin-skills/skills/playwright-mcp-skill.d.ts +0 -1
- package/dist/features/builtin-skills/skills/playwright.d.ts +0 -1
- package/dist/features/builtin-skills/skills/remove-ai-slops.d.ts +0 -1
- package/dist/features/builtin-skills/skills/review-work.d.ts +0 -1
- package/dist/features/builtin-skills/skills/security-research.d.ts +0 -1
- package/dist/features/builtin-skills/skills/security-review.d.ts +0 -1
- package/dist/features/builtin-skills/skills/team-mode.d.ts +0 -1
- package/dist/features/builtin-skills/skills/visual-qa.d.ts +0 -1
- package/dist/features/builtin-skills/skills.d.ts +0 -1
- package/dist/features/builtin-skills/types.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/command-loader.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/discovery-core.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/discovery-paths.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/discovery.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/hook-loader.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/index.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/install-path-resolver.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/installed-plugin-database.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/loaded-plugin.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/loader.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/mcp-server-loader.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/plugin-key.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/plugin-manifest.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/plugin-path-resolver.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/plugin-settings.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/scope-filter.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/skill-loader.d.ts +0 -1
- package/dist/features/claude-code-plugin-loader/types.d.ts +0 -1
- package/dist/hooks/codegraph-bootstrap/command-runner.d.ts +0 -17
- package/dist/hooks/codegraph-bootstrap/hook.d.ts +0 -35
- package/dist/hooks/codegraph-bootstrap/index.d.ts +0 -1
- package/dist/hooks/codegraph-bootstrap/project-root.d.ts +0 -1
- package/dist/hooks/codegraph-bootstrap/status.d.ts +0 -11
- package/dist/hooks/ralph-loop/completion-promise-detector-test-input.d.ts +0 -11
- package/dist/hooks/ralph-loop/loop-session-recovery.d.ts +0 -7
- package/dist/hooks/start-work/start-work-hook.d.ts +0 -23
- package/dist/mcp/codegraph.d.ts +0 -16
- package/dist/plugin/chat-message/start-work-message.d.ts +0 -5
- package/dist/shared/prompt-async-gate/message-inspection-error.d.ts +0 -1
- package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +0 -1
- package/dist/shared/prompt-async-gate/prompt-message-state.d.ts +0 -1
- package/dist/shared/prompt-async-gate/queue.d.ts +0 -1
- package/dist/shared/prompt-async-gate/recent-dispatches.d.ts +0 -1
- package/dist/shared/prompt-async-gate/reservations.d.ts +0 -1
- package/dist/shared/prompt-async-gate/semantic-dedupe.d.ts +0 -1
- package/dist/shared/prompt-async-gate/session-idle-dispatch.d.ts +0 -1
- package/dist/shared/prompt-async-gate/timing.d.ts +0 -1
- package/dist/shared/prompt-async-gate/types.d.ts +0 -1
- package/dist/skills/data-scientist/references/common-scenarios.md +0 -176
- package/dist/skills/data-scientist/references/execution-templates.md +0 -197
- package/dist/skills/data-scientist/references/integration-patterns.md +0 -153
- package/dist/skills/data-scientist/references/performance-benchmarks.md +0 -37
- package/dist/skills/visual-qa/references/agent-browser-setup.md +0 -45
- package/dist/tools/call-omo-agent/background-agent-executor.d.ts +0 -5
- package/dist/tools/call-omo-agent/message-storage-directory.d.ts +0 -1
- package/dist/tools/delegate-task/anthropic-categories.d.ts +0 -2
- package/dist/tools/delegate-task/model-string-parser.d.ts +0 -1
- package/packages/lsp-tools-mcp/dist/lsp/cleanup-errors.d.ts +0 -1
- package/packages/lsp-tools-mcp/dist/lsp/constants.d.ts +0 -1
- package/packages/lsp-tools-mcp/dist/lsp/language-mappings.d.ts +0 -1
- package/packages/lsp-tools-mcp/dist/lsp/process-signal-cleanup.d.ts +0 -1
- package/packages/lsp-tools-mcp/dist/missing-dependency-result.d.ts +0 -1
- package/packages/omo-codex/plugin/components/codegraph/AGENTS.md +0 -58
- package/packages/omo-codex/plugin/components/codegraph/NODE-RUNTIME-LICENSES.md +0 -2951
- package/packages/omo-codex/plugin/components/codegraph/NOTICE +0 -16
- package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +0 -12244
- package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +0 -9842
- package/packages/omo-codex/plugin/components/codegraph/package.json +0 -33
- package/packages/omo-codex/plugin/components/codegraph/src/cache-gc.ts +0 -29
- package/packages/omo-codex/plugin/components/codegraph/src/cli.ts +0 -79
- package/packages/omo-codex/plugin/components/codegraph/src/hook-input.ts +0 -33
- package/packages/omo-codex/plugin/components/codegraph/src/hook-sweep.ts +0 -25
- package/packages/omo-codex/plugin/components/codegraph/src/hook-types.ts +0 -131
- package/packages/omo-codex/plugin/components/codegraph/src/hook.ts +0 -258
- package/packages/omo-codex/plugin/components/codegraph/src/mcp-bridge.ts +0 -309
- package/packages/omo-codex/plugin/components/codegraph/src/mcp-unavailable.ts +0 -80
- package/packages/omo-codex/plugin/components/codegraph/src/post-tool-use-hook.ts +0 -34
- package/packages/omo-codex/plugin/components/codegraph/src/serve-invocation.ts +0 -29
- package/packages/omo-codex/plugin/components/codegraph/src/serve.ts +0 -263
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-command.ts +0 -106
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-cooldown.ts +0 -145
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-hook-runtime.ts +0 -21
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-lock.ts +0 -139
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-outcome.ts +0 -15
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-paths.ts +0 -32
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-project.ts +0 -109
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker-result.ts +0 -148
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker.ts +0 -175
- package/packages/omo-codex/plugin/components/codegraph/src/sweep-cli.ts +0 -81
- package/packages/omo-codex/plugin/components/codegraph/test/cache-gc.test.ts +0 -34
- package/packages/omo-codex/plugin/components/codegraph/test/hook-exclusion.test.ts +0 -112
- package/packages/omo-codex/plugin/components/codegraph/test/hook-registration.test.ts +0 -26
- package/packages/omo-codex/plugin/components/codegraph/test/hook-session-start-guard.test.ts +0 -160
- package/packages/omo-codex/plugin/components/codegraph/test/hook-store-upgrade.test.ts +0 -50
- package/packages/omo-codex/plugin/components/codegraph/test/hook-sweep.test.ts +0 -29
- package/packages/omo-codex/plugin/components/codegraph/test/hook.test.ts +0 -320
- package/packages/omo-codex/plugin/components/codegraph/test/mcp-bridge-fixtures.ts +0 -172
- package/packages/omo-codex/plugin/components/codegraph/test/package-runtime.test.ts +0 -91
- package/packages/omo-codex/plugin/components/codegraph/test/provisioned-node-guard.test.ts +0 -100
- package/packages/omo-codex/plugin/components/codegraph/test/serve-built-wrapper.test.ts +0 -76
- package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge-lifecycle.test.ts +0 -133
- package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge.test.ts +0 -245
- package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-facade.test.ts +0 -69
- package/packages/omo-codex/plugin/components/codegraph/test/serve-node-support.test.ts +0 -43
- package/packages/omo-codex/plugin/components/codegraph/test/serve-provision.test.ts +0 -147
- package/packages/omo-codex/plugin/components/codegraph/test/serve-unavailable.test.ts +0 -175
- package/packages/omo-codex/plugin/components/codegraph/test/serve.test.ts +0 -385
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-node-support.test.ts +0 -206
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-project.test.ts +0 -58
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-state.test.ts +0 -104
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-trust-boundary.test.ts +0 -65
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-availability.test.ts +0 -106
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-cooldown.test.ts +0 -116
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-flow.test.ts +0 -258
- package/packages/omo-codex/plugin/components/codegraph/test/sweep-cli.test.ts +0 -56
- package/packages/omo-codex/plugin/components/codegraph/tsconfig.build.json +0 -13
- package/packages/omo-codex/plugin/components/codegraph/tsconfig.json +0 -25
- package/packages/omo-codex/plugin/components/start-work-continuation/LICENSE +0 -21
- package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +0 -28
- package/packages/omo-codex/plugin/components/ultrawork/directive.md +0 -477
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +0 -18
- package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +0 -17
- package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +0 -17
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +0 -17
- package/packages/omo-codex/plugin/scripts/migrate-omo-sot/editor.mjs +0 -125
- package/packages/omo-codex/plugin/scripts/migrate-omo-sot/jsonc.mjs +0 -43
- package/packages/omo-codex/plugin/scripts/migrate-omo-sot/scaffold.mjs +0 -29
- package/packages/omo-codex/plugin/scripts/migrate-omo-sot.mjs +0 -121
- package/packages/omo-codex/plugin/skills/data-scientist/references/common-scenarios.md +0 -176
- package/packages/omo-codex/plugin/skills/data-scientist/references/execution-templates.md +0 -197
- package/packages/omo-codex/plugin/skills/data-scientist/references/integration-patterns.md +0 -153
- package/packages/omo-codex/plugin/skills/data-scientist/references/performance-benchmarks.md +0 -37
- package/packages/omo-codex/plugin/skills/start-work/agents/openai.yaml +0 -2
- package/packages/omo-codex/plugin/skills/visual-qa/references/agent-browser-setup.md +0 -45
- package/packages/omo-codex/plugin/test/aggregate-skills.test.mjs +0 -92
- package/packages/omo-codex/plugin/test/component-codegraph-mcp-smoke.test.mjs +0 -76
- package/packages/omo-codex/plugin/test/migrate-omo-sot.test.mjs +0 -179
- package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +0 -314
- package/packages/omo-codex/plugin/test/ulw-plan-scope-contract.test.mjs +0 -24
- package/packages/shared-skills/skills/data-scientist/references/common-scenarios.md +0 -176
- package/packages/shared-skills/skills/data-scientist/references/execution-templates.md +0 -197
- package/packages/shared-skills/skills/data-scientist/references/integration-patterns.md +0 -153
- package/packages/shared-skills/skills/data-scientist/references/performance-benchmarks.md +0 -37
- package/packages/shared-skills/skills/visual-qa/references/agent-browser-setup.md +0 -45
- /package/dist/hooks/{start-work → ulw-execute}/context-info-formatters.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/explicit-plan-context.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/notepad-scaffold.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/parse-user-request.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/plan-discovery-context.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/plan-selection.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/session-plan-affinity.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/work-initializer.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/worktree-block.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/worktree-detector.d.ts +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/.gitattributes +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/CHANGELOG.md +0 -0
- /package/packages/omo-codex/plugin/components/{codegraph → ulw-execute-continuation}/LICENSE +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/plan-checklist.ts +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-completed.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-mixed-platforms.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-single-codex-work.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-all-done.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-scaffold.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-with-nested-checkboxes.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-with-unchecked.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/tsconfig.build.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/tsconfig.json +0 -0
- /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.
|
|
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.
|
|
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/
|
|
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.
|
|
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": "^
|
|
56
|
+
"@types/node": "^26.6.2",
|
|
57
|
+
"@vitest/coverage-v8": "5.0.1",
|
|
54
58
|
"typescript": "^6.0.3",
|
|
55
|
-
"vitest": "
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
104
|
+
"@biomejs/biome": "2.5.14",
|
|
130
105
|
"@oh-my-opencode/comment-checker-core": "file:../../../../comment-checker-core",
|
|
131
|
-
"@types/node": "^
|
|
132
|
-
"
|
|
133
|
-
"
|
|
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.
|
|
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
|
-
"@
|
|
150
|
-
"
|
|
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.
|
|
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.
|
|
166
|
-
"@types/node": "^
|
|
167
|
-
"
|
|
168
|
-
"
|
|
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.
|
|
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.
|
|
187
|
-
"@types/node": "^
|
|
188
|
-
"
|
|
189
|
-
"
|
|
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.
|
|
174
|
+
"version": "5.0.0-beta.81",
|
|
198
175
|
"license": "MIT",
|
|
199
176
|
"dependencies": {
|
|
200
|
-
"picomatch": "^4.0.
|
|
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.
|
|
183
|
+
"@biomejs/biome": "2.5.14",
|
|
207
184
|
"@oh-my-opencode/rules-engine": "file:../../../../rules-engine",
|
|
208
|
-
"@types/node": "^
|
|
209
|
-
"@types/picomatch": "^4.0.
|
|
210
|
-
"
|
|
211
|
-
"
|
|
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.
|
|
197
|
+
"version": "5.0.0-beta.81",
|
|
237
198
|
"devDependencies": {
|
|
238
|
-
"@types/node": "^
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
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.
|
|
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.
|
|
217
|
+
"@biomejs/biome": "2.5.14",
|
|
256
218
|
"@oh-my-opencode/telemetry-core": "file:../../../../telemetry-core",
|
|
257
|
-
"@types/node": "^
|
|
258
|
-
"
|
|
259
|
-
"
|
|
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.
|
|
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.
|
|
236
|
+
"@biomejs/biome": "2.5.14",
|
|
274
237
|
"@oh-my-opencode/prompts-core": "file:../../../../prompts-core",
|
|
275
|
-
"@types/node": "^
|
|
276
|
-
"
|
|
277
|
-
"
|
|
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.
|
|
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.
|
|
294
|
-
"@types/node": "^
|
|
295
|
-
"
|
|
296
|
-
"
|
|
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.
|
|
304
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.
|
|
305
|
-
"integrity": "sha512-
|
|
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.
|
|
320
|
-
"@biomejs/cli-darwin-x64": "2.
|
|
321
|
-
"@biomejs/cli-linux-arm64": "2.
|
|
322
|
-
"@biomejs/cli-linux-arm64-musl": "2.
|
|
323
|
-
"@biomejs/cli-linux-x64": "2.
|
|
324
|
-
"@biomejs/cli-linux-x64-musl": "2.
|
|
325
|
-
"@biomejs/cli-win32-arm64": "2.
|
|
326
|
-
"@biomejs/cli-win32-x64": "2.
|
|
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.
|
|
331
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.
|
|
332
|
-
"integrity": "sha512-
|
|
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.
|
|
348
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.
|
|
349
|
-
"integrity": "sha512-
|
|
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.
|
|
365
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.
|
|
366
|
-
"integrity": "sha512-
|
|
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.
|
|
382
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.
|
|
383
|
-
"integrity": "sha512-
|
|
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.
|
|
399
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.
|
|
400
|
-
"integrity": "sha512-
|
|
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.
|
|
416
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.
|
|
417
|
-
"integrity": "sha512-
|
|
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.
|
|
433
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.
|
|
434
|
-
"integrity": "sha512-
|
|
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.
|
|
450
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.
|
|
451
|
-
"integrity": "sha512-
|
|
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/@
|
|
516
|
-
"version": "1.
|
|
517
|
-
"resolved": "https://registry.npmjs.org/@
|
|
518
|
-
"integrity": "sha512
|
|
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
|
-
"
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
"
|
|
525
|
-
|
|
526
|
-
"
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
"
|
|
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/@
|
|
547
|
-
"version": "1.
|
|
548
|
-
"resolved": "https://registry.npmjs.org/@
|
|
549
|
-
"integrity": "sha512-
|
|
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/@
|
|
560
|
-
"version": "1.
|
|
561
|
-
"resolved": "https://registry.npmjs.org/@
|
|
562
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
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/@
|
|
573
|
-
"version": "1.
|
|
574
|
-
"resolved": "https://registry.npmjs.org/@
|
|
575
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
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/@
|
|
586
|
-
"version": "1.
|
|
587
|
-
"resolved": "https://registry.npmjs.org/@
|
|
588
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
596
|
-
]
|
|
776
|
+
"linux"
|
|
777
|
+
],
|
|
778
|
+
"peer": true,
|
|
779
|
+
"engines": {
|
|
780
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
781
|
+
}
|
|
597
782
|
},
|
|
598
|
-
"node_modules/@
|
|
599
|
-
"version": "1.
|
|
600
|
-
"resolved": "https://registry.npmjs.org/@
|
|
601
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
788
|
+
"ppc64"
|
|
789
|
+
],
|
|
790
|
+
"dev": true,
|
|
791
|
+
"libc": [
|
|
792
|
+
"glibc"
|
|
604
793
|
],
|
|
605
794
|
"license": "MIT",
|
|
606
795
|
"optional": true,
|
|
607
796
|
"os": [
|
|
608
|
-
"
|
|
609
|
-
]
|
|
797
|
+
"linux"
|
|
798
|
+
],
|
|
799
|
+
"peer": true,
|
|
800
|
+
"engines": {
|
|
801
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
802
|
+
}
|
|
610
803
|
},
|
|
611
|
-
"node_modules/@
|
|
612
|
-
"version": "1.
|
|
613
|
-
"resolved": "https://registry.npmjs.org/@
|
|
614
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
619
|
-
"
|
|
620
|
-
|
|
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/@
|
|
624
|
-
"version": "1.
|
|
625
|
-
"resolved": "https://registry.npmjs.org/@
|
|
626
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
631
|
-
"
|
|
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/@
|
|
635
|
-
"version": "1.2.
|
|
636
|
-
"resolved": "https://registry.npmjs.org/@
|
|
637
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
642
|
-
"
|
|
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/@
|
|
646
|
-
"version": "1.
|
|
647
|
-
"resolved": "https://registry.npmjs.org/@
|
|
648
|
-
"integrity": "sha512-
|
|
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/@
|
|
653
|
-
"version": "1.
|
|
654
|
-
"resolved": "https://registry.npmjs.org/@
|
|
655
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
660
|
-
"
|
|
661
|
-
|
|
662
|
-
"
|
|
663
|
-
|
|
664
|
-
"
|
|
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/@
|
|
672
|
-
"
|
|
673
|
-
"
|
|
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/@
|
|
676
|
-
"
|
|
677
|
-
"
|
|
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/@
|
|
680
|
-
"resolved": "
|
|
929
|
+
"node_modules/@sisyphuslabs/codex-git-bash-hook": {
|
|
930
|
+
"resolved": "components/git-bash",
|
|
681
931
|
"link": true
|
|
682
932
|
},
|
|
683
|
-
"node_modules/@
|
|
684
|
-
"resolved": "
|
|
933
|
+
"node_modules/@sisyphuslabs/codex-teammode": {
|
|
934
|
+
"resolved": "components/teammode",
|
|
685
935
|
"link": true
|
|
686
936
|
},
|
|
687
|
-
"node_modules/@
|
|
688
|
-
"
|
|
689
|
-
"
|
|
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/@
|
|
692
|
-
"
|
|
693
|
-
"
|
|
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/@
|
|
696
|
-
"
|
|
697
|
-
"
|
|
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/@
|
|
700
|
-
"version": "
|
|
701
|
-
"resolved": "https://registry.npmjs.org/@
|
|
702
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
706
|
-
"
|
|
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/@
|
|
710
|
-
"version": "
|
|
711
|
-
"resolved": "https://registry.npmjs.org/@
|
|
712
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1018
|
+
"x64"
|
|
715
1019
|
],
|
|
716
1020
|
"dev": true,
|
|
717
|
-
"license": "
|
|
1021
|
+
"license": "Apache-2.0",
|
|
718
1022
|
"optional": true,
|
|
719
1023
|
"os": [
|
|
720
|
-
"
|
|
1024
|
+
"darwin"
|
|
721
1025
|
],
|
|
722
1026
|
"engines": {
|
|
723
|
-
"node": "
|
|
1027
|
+
"node": ">=16.20.0"
|
|
724
1028
|
}
|
|
725
1029
|
},
|
|
726
|
-
"node_modules/@
|
|
727
|
-
"version": "
|
|
728
|
-
"resolved": "https://registry.npmjs.org/@
|
|
729
|
-
"integrity": "sha512-
|
|
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": "
|
|
1038
|
+
"license": "Apache-2.0",
|
|
735
1039
|
"optional": true,
|
|
736
1040
|
"os": [
|
|
737
|
-
"
|
|
1041
|
+
"freebsd"
|
|
738
1042
|
],
|
|
739
1043
|
"engines": {
|
|
740
|
-
"node": "
|
|
1044
|
+
"node": ">=16.20.0"
|
|
741
1045
|
}
|
|
742
1046
|
},
|
|
743
|
-
"node_modules/@
|
|
744
|
-
"version": "
|
|
745
|
-
"resolved": "https://registry.npmjs.org/@
|
|
746
|
-
"integrity": "sha512-
|
|
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": "
|
|
1055
|
+
"license": "Apache-2.0",
|
|
752
1056
|
"optional": true,
|
|
753
1057
|
"os": [
|
|
754
|
-
"
|
|
1058
|
+
"freebsd"
|
|
755
1059
|
],
|
|
756
1060
|
"engines": {
|
|
757
|
-
"node": "
|
|
1061
|
+
"node": ">=16.20.0"
|
|
758
1062
|
}
|
|
759
1063
|
},
|
|
760
|
-
"node_modules/@
|
|
761
|
-
"version": "
|
|
762
|
-
"resolved": "https://registry.npmjs.org/@
|
|
763
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1069
|
+
"arm"
|
|
766
1070
|
],
|
|
767
1071
|
"dev": true,
|
|
768
|
-
"license": "
|
|
1072
|
+
"license": "Apache-2.0",
|
|
769
1073
|
"optional": true,
|
|
770
1074
|
"os": [
|
|
771
|
-
"
|
|
1075
|
+
"linux"
|
|
772
1076
|
],
|
|
773
1077
|
"engines": {
|
|
774
|
-
"node": "
|
|
1078
|
+
"node": ">=16.20.0"
|
|
775
1079
|
}
|
|
776
1080
|
},
|
|
777
|
-
"node_modules/@
|
|
778
|
-
"version": "
|
|
779
|
-
"resolved": "https://registry.npmjs.org/@
|
|
780
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1086
|
+
"arm64"
|
|
783
1087
|
],
|
|
784
1088
|
"dev": true,
|
|
785
|
-
"license": "
|
|
1089
|
+
"license": "Apache-2.0",
|
|
786
1090
|
"optional": true,
|
|
787
1091
|
"os": [
|
|
788
1092
|
"linux"
|
|
789
1093
|
],
|
|
790
1094
|
"engines": {
|
|
791
|
-
"node": "
|
|
1095
|
+
"node": ">=16.20.0"
|
|
792
1096
|
}
|
|
793
1097
|
},
|
|
794
|
-
"node_modules/@
|
|
795
|
-
"version": "
|
|
796
|
-
"resolved": "https://registry.npmjs.org/@
|
|
797
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1103
|
+
"loong64"
|
|
800
1104
|
],
|
|
801
1105
|
"dev": true,
|
|
802
|
-
"license": "
|
|
1106
|
+
"license": "Apache-2.0",
|
|
803
1107
|
"optional": true,
|
|
804
1108
|
"os": [
|
|
805
1109
|
"linux"
|
|
806
1110
|
],
|
|
807
1111
|
"engines": {
|
|
808
|
-
"node": "
|
|
1112
|
+
"node": ">=16.20.0"
|
|
809
1113
|
}
|
|
810
1114
|
},
|
|
811
|
-
"node_modules/@
|
|
812
|
-
"version": "
|
|
813
|
-
"resolved": "https://registry.npmjs.org/@
|
|
814
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1120
|
+
"mips64el"
|
|
817
1121
|
],
|
|
818
1122
|
"dev": true,
|
|
819
|
-
"license": "
|
|
1123
|
+
"license": "Apache-2.0",
|
|
820
1124
|
"optional": true,
|
|
821
1125
|
"os": [
|
|
822
1126
|
"linux"
|
|
823
1127
|
],
|
|
824
1128
|
"engines": {
|
|
825
|
-
"node": "
|
|
1129
|
+
"node": ">=16.20.0"
|
|
826
1130
|
}
|
|
827
1131
|
},
|
|
828
|
-
"node_modules/@
|
|
829
|
-
"version": "
|
|
830
|
-
"resolved": "https://registry.npmjs.org/@
|
|
831
|
-
"integrity": "sha512-
|
|
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": "
|
|
1140
|
+
"license": "Apache-2.0",
|
|
837
1141
|
"optional": true,
|
|
838
1142
|
"os": [
|
|
839
1143
|
"linux"
|
|
840
1144
|
],
|
|
841
1145
|
"engines": {
|
|
842
|
-
"node": "
|
|
1146
|
+
"node": ">=16.20.0"
|
|
843
1147
|
}
|
|
844
1148
|
},
|
|
845
|
-
"node_modules/@
|
|
846
|
-
"version": "
|
|
847
|
-
"resolved": "https://registry.npmjs.org/@
|
|
848
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1154
|
+
"riscv64"
|
|
851
1155
|
],
|
|
852
1156
|
"dev": true,
|
|
853
|
-
"license": "
|
|
1157
|
+
"license": "Apache-2.0",
|
|
854
1158
|
"optional": true,
|
|
855
1159
|
"os": [
|
|
856
1160
|
"linux"
|
|
857
1161
|
],
|
|
858
1162
|
"engines": {
|
|
859
|
-
"node": "
|
|
1163
|
+
"node": ">=16.20.0"
|
|
860
1164
|
}
|
|
861
1165
|
},
|
|
862
|
-
"node_modules/@
|
|
863
|
-
"version": "
|
|
864
|
-
"resolved": "https://registry.npmjs.org/@
|
|
865
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1171
|
+
"s390x"
|
|
868
1172
|
],
|
|
869
1173
|
"dev": true,
|
|
870
|
-
"license": "
|
|
1174
|
+
"license": "Apache-2.0",
|
|
871
1175
|
"optional": true,
|
|
872
1176
|
"os": [
|
|
873
1177
|
"linux"
|
|
874
1178
|
],
|
|
875
1179
|
"engines": {
|
|
876
|
-
"node": "
|
|
1180
|
+
"node": ">=16.20.0"
|
|
877
1181
|
}
|
|
878
1182
|
},
|
|
879
|
-
"node_modules/@
|
|
880
|
-
"version": "
|
|
881
|
-
"resolved": "https://registry.npmjs.org/@
|
|
882
|
-
"integrity": "sha512-
|
|
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": "
|
|
1191
|
+
"license": "Apache-2.0",
|
|
888
1192
|
"optional": true,
|
|
889
1193
|
"os": [
|
|
890
1194
|
"linux"
|
|
891
1195
|
],
|
|
892
1196
|
"engines": {
|
|
893
|
-
"node": "
|
|
1197
|
+
"node": ">=16.20.0"
|
|
894
1198
|
}
|
|
895
1199
|
},
|
|
896
|
-
"node_modules/@
|
|
897
|
-
"version": "
|
|
898
|
-
"resolved": "https://registry.npmjs.org/@
|
|
899
|
-
"integrity": "sha512
|
|
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": "
|
|
1208
|
+
"license": "Apache-2.0",
|
|
905
1209
|
"optional": true,
|
|
906
1210
|
"os": [
|
|
907
|
-
"
|
|
1211
|
+
"netbsd"
|
|
908
1212
|
],
|
|
909
1213
|
"engines": {
|
|
910
|
-
"node": "
|
|
1214
|
+
"node": ">=16.20.0"
|
|
911
1215
|
}
|
|
912
1216
|
},
|
|
913
|
-
"node_modules/@
|
|
914
|
-
"version": "
|
|
915
|
-
"resolved": "https://registry.npmjs.org/@
|
|
916
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1222
|
+
"x64"
|
|
919
1223
|
],
|
|
920
1224
|
"dev": true,
|
|
921
|
-
"license": "
|
|
1225
|
+
"license": "Apache-2.0",
|
|
922
1226
|
"optional": true,
|
|
923
|
-
"
|
|
924
|
-
"
|
|
925
|
-
|
|
926
|
-
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
927
|
-
},
|
|
1227
|
+
"os": [
|
|
1228
|
+
"netbsd"
|
|
1229
|
+
],
|
|
928
1230
|
"engines": {
|
|
929
|
-
"node": "
|
|
1231
|
+
"node": ">=16.20.0"
|
|
930
1232
|
}
|
|
931
1233
|
},
|
|
932
|
-
"node_modules/@
|
|
933
|
-
"version": "
|
|
934
|
-
"resolved": "https://registry.npmjs.org/@
|
|
935
|
-
"integrity": "sha512-
|
|
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": "
|
|
1242
|
+
"license": "Apache-2.0",
|
|
941
1243
|
"optional": true,
|
|
942
1244
|
"os": [
|
|
943
|
-
"
|
|
1245
|
+
"openbsd"
|
|
944
1246
|
],
|
|
945
1247
|
"engines": {
|
|
946
|
-
"node": "
|
|
1248
|
+
"node": ">=16.20.0"
|
|
947
1249
|
}
|
|
948
1250
|
},
|
|
949
|
-
"node_modules/@
|
|
950
|
-
"version": "
|
|
951
|
-
"resolved": "https://registry.npmjs.org/@
|
|
952
|
-
"integrity": "sha512-
|
|
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": "
|
|
1259
|
+
"license": "Apache-2.0",
|
|
958
1260
|
"optional": true,
|
|
959
1261
|
"os": [
|
|
960
|
-
"
|
|
1262
|
+
"openbsd"
|
|
961
1263
|
],
|
|
962
1264
|
"engines": {
|
|
963
|
-
"node": "
|
|
1265
|
+
"node": ">=16.20.0"
|
|
964
1266
|
}
|
|
965
1267
|
},
|
|
966
|
-
"node_modules/@
|
|
967
|
-
"version": "
|
|
968
|
-
"resolved": "https://registry.npmjs.org/@
|
|
969
|
-
"integrity": "sha512-
|
|
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": "
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
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/@
|
|
986
|
-
"version": "
|
|
987
|
-
"resolved": "https://registry.npmjs.org/@
|
|
988
|
-
"integrity": "sha512-
|
|
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": "
|
|
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/@
|
|
993
|
-
"version": "0.
|
|
994
|
-
"resolved": "https://registry.npmjs.org/@
|
|
995
|
-
"integrity": "sha512-
|
|
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": "
|
|
1310
|
+
"license": "Apache-2.0",
|
|
998
1311
|
"optional": true,
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1312
|
+
"os": [
|
|
1313
|
+
"win32"
|
|
1314
|
+
],
|
|
1315
|
+
"engines": {
|
|
1316
|
+
"node": ">=16.20.0"
|
|
1001
1317
|
}
|
|
1002
1318
|
},
|
|
1003
|
-
"node_modules/@
|
|
1004
|
-
"version": "5.
|
|
1005
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1006
|
-
"integrity": "sha512-
|
|
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
|
-
"@
|
|
1011
|
-
"
|
|
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/@
|
|
1015
|
-
"version": "
|
|
1016
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1017
|
-
"integrity": "sha512-
|
|
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
|
-
"
|
|
1035
|
-
"
|
|
1354
|
+
"engines": {
|
|
1355
|
+
"node": ">=22"
|
|
1036
1356
|
}
|
|
1037
1357
|
},
|
|
1038
|
-
"node_modules/@
|
|
1039
|
-
"version": "
|
|
1040
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1041
|
-
"integrity": "sha512-
|
|
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
|
-
"@
|
|
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
|
-
"
|
|
1060
|
-
"
|
|
1367
|
+
"engines": {
|
|
1368
|
+
"node": ">=22"
|
|
1061
1369
|
}
|
|
1062
1370
|
},
|
|
1063
1371
|
"node_modules/@vitest/mocker": {
|
|
1064
|
-
"version": "
|
|
1065
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-
|
|
1066
|
-
"integrity": "sha512-
|
|
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
|
-
"@
|
|
1378
|
+
"@jridgewell/trace-mapping": "0.3.31",
|
|
1379
|
+
"@vitest/spy": "5.0.1",
|
|
1071
1380
|
"estree-walker": "^3.0.3",
|
|
1072
|
-
"magic-string": "^
|
|
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": "
|
|
1135
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-
|
|
1136
|
-
"integrity": "sha512-
|
|
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.
|
|
1170
|
-
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.
|
|
1171
|
-
"integrity": "sha512-
|
|
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.
|
|
1207
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.
|
|
1208
|
-
"integrity": "sha512-
|
|
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.
|
|
1224
|
-
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.
|
|
1225
|
-
"integrity": "sha512-
|
|
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.
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.
|
|
1268
|
-
"integrity": "sha512-
|
|
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.
|
|
1283
|
-
"lightningcss-darwin-arm64": "1.
|
|
1284
|
-
"lightningcss-darwin-x64": "1.
|
|
1285
|
-
"lightningcss-freebsd-x64": "1.
|
|
1286
|
-
"lightningcss-linux-arm-gnueabihf": "1.
|
|
1287
|
-
"lightningcss-linux-arm64-gnu": "1.
|
|
1288
|
-
"lightningcss-linux-arm64-musl": "1.
|
|
1289
|
-
"lightningcss-linux-x64-gnu": "1.
|
|
1290
|
-
"lightningcss-linux-x64-musl": "1.
|
|
1291
|
-
"lightningcss-win32-arm64-msvc": "1.
|
|
1292
|
-
"lightningcss-win32-x64-msvc": "1.
|
|
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.
|
|
1297
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.
|
|
1298
|
-
"integrity": "sha512-
|
|
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.
|
|
1318
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.
|
|
1319
|
-
"integrity": "sha512-
|
|
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.
|
|
1339
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.
|
|
1340
|
-
"integrity": "sha512-
|
|
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.
|
|
1360
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.
|
|
1361
|
-
"integrity": "sha512-
|
|
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.
|
|
1381
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.
|
|
1382
|
-
"integrity": "sha512-
|
|
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.
|
|
1402
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.
|
|
1403
|
-
"integrity": "sha512-
|
|
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.
|
|
1423
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.
|
|
1424
|
-
"integrity": "sha512-
|
|
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.
|
|
1444
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.
|
|
1445
|
-
"integrity": "sha512-
|
|
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.
|
|
1465
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.
|
|
1466
|
-
"integrity": "sha512-
|
|
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.
|
|
1486
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.
|
|
1487
|
-
"integrity": "sha512-
|
|
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.
|
|
1507
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.
|
|
1508
|
-
"integrity": "sha512-
|
|
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": "
|
|
1528
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-
|
|
1529
|
-
"integrity": "sha512-
|
|
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
|
-
"@
|
|
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.
|
|
1538
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
1539
|
-
"integrity": "sha512-
|
|
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.
|
|
1557
|
-
"resolved": "https://registry.npmjs.org/obug/-/obug-2.
|
|
1558
|
-
"integrity": "sha512-
|
|
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
|
-
|
|
1567
|
-
|
|
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.
|
|
1582
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
1583
|
-
"integrity": "sha512-
|
|
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.
|
|
1594
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
1595
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
1623
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.
|
|
1624
|
-
"integrity": "sha512-
|
|
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.
|
|
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-
|
|
1639
|
-
"@rolldown/binding-
|
|
1640
|
-
"@rolldown/binding-darwin-
|
|
1641
|
-
"@rolldown/binding-
|
|
1642
|
-
"@rolldown/binding-
|
|
1643
|
-
"@rolldown/binding-linux-
|
|
1644
|
-
"@rolldown/binding-linux-arm64-
|
|
1645
|
-
"@rolldown/binding-linux-
|
|
1646
|
-
"@rolldown/binding-linux-
|
|
1647
|
-
"@rolldown/binding-linux-
|
|
1648
|
-
"@rolldown/binding-linux-x64-
|
|
1649
|
-
"@rolldown/binding-
|
|
1650
|
-
"@rolldown/binding-
|
|
1651
|
-
"@rolldown/binding-win32-arm64-msvc": "1.
|
|
1652
|
-
"@rolldown/binding-win32-x64-msvc": "1.
|
|
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.
|
|
1681
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.
|
|
1682
|
-
"integrity": "sha512-
|
|
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": "
|
|
1688
|
-
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-
|
|
1689
|
-
"integrity": "sha512-
|
|
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.
|
|
1695
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.
|
|
1696
|
-
"integrity": "sha512-
|
|
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.
|
|
1722
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.
|
|
1723
|
-
"integrity": "sha512-
|
|
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": "
|
|
1740
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-
|
|
1741
|
-
"integrity": "sha512-
|
|
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": ">=
|
|
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": "
|
|
1754
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
1755
|
-
"integrity": "sha512-
|
|
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
|
|
1761
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.
|
|
1762
|
-
"integrity": "sha512-
|
|
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.
|
|
1767
|
-
"picomatch": "^4.0.
|
|
1768
|
-
"postcss": "^8.5.
|
|
1769
|
-
"rolldown": "1.
|
|
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
|
|
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": "
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-
|
|
1840
|
-
"integrity": "sha512-
|
|
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
|
-
"@
|
|
1845
|
-
"@vitest/mocker": "
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
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": "^
|
|
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": "^
|
|
1878
|
-
"@vitest/browser-playwright": "
|
|
1879
|
-
"@vitest/browser-preview": "
|
|
1880
|
-
"@vitest/browser-webdriverio": "
|
|
1881
|
-
"@vitest/coverage-istanbul": "
|
|
1882
|
-
"@vitest/coverage-v8": "
|
|
1883
|
-
"@vitest/ui": "
|
|
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.
|
|
2197
|
+
"vite": "^6.4.0 || ^7.0.0 || ^8.0.0"
|
|
1887
2198
|
},
|
|
1888
2199
|
"peerDependenciesMeta": {
|
|
1889
2200
|
"@edge-runtime/vm": {
|