oh-my-opencode 5.0.0-beta.8 → 5.0.0-beta.80
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 +50191 -58043
- 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 +51708 -59537
- 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/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 +30870 -27341
- package/dist/mcp/index.d.ts +0 -4
- package/dist/mcp/types.d.ts +0 -1
- package/dist/oh-my-opencode.schema.json +25 -52
- 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 +7 -3
- package/dist/skills/frontend/references/design/README.md +10 -2
- 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/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/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 +37073 -46672
- package/package.json +44 -45
- 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 +904 -479
- package/packages/lsp-daemon/dist/client.d.ts +10 -0
- package/packages/lsp-daemon/dist/client.js +922 -493
- package/packages/lsp-daemon/dist/daemon-client.d.ts +1 -0
- package/packages/lsp-daemon/dist/daemon-client.js +3 -0
- package/packages/lsp-daemon/dist/ensure-daemon.d.ts +6 -1
- package/packages/lsp-daemon/dist/ensure-daemon.js +10 -2
- package/packages/lsp-daemon/dist/index.js +826 -402
- 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 +1 -1
- 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 +1 -1
- 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 +7175 -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 +5 -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 +5 -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 +943 -540
- 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 +5 -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 +7 -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 +5 -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 +2470 -701
- package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +2488 -720
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +5 -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 +5 -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 +12 -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 +6 -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 +676 -524
- package/packages/omo-codex/plugin/package.json +2 -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 +7 -3
- package/packages/omo-codex/plugin/skills/frontend/references/design/README.md +10 -2
- 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/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/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 +9832 -1445
- 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 +7 -3
- package/packages/shared-skills/skills/frontend/references/design/README.md +10 -2
- 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/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/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.80",
|
|
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.80",
|
|
10
10
|
"workspaces": [
|
|
11
|
-
"components/codegraph",
|
|
12
11
|
"components/comment-checker",
|
|
13
12
|
"components/git-bash",
|
|
14
13
|
"components/lazycodex-executor-verify",
|
|
@@ -16,7 +15,7 @@
|
|
|
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
|
],
|
|
@@ -73,7 +72,7 @@
|
|
|
73
72
|
"dev": true,
|
|
74
73
|
"dependencies": {
|
|
75
74
|
"@oh-my-opencode/utils": "workspace:*",
|
|
76
|
-
"picomatch": "^4.0.
|
|
75
|
+
"picomatch": "^4.0.7"
|
|
77
76
|
}
|
|
78
77
|
},
|
|
79
78
|
"../../shared-skills": {
|
|
@@ -86,51 +85,22 @@
|
|
|
86
85
|
"dev": true,
|
|
87
86
|
"dependencies": {
|
|
88
87
|
"@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"
|
|
88
|
+
"posthog-node": "^5.51.1"
|
|
119
89
|
}
|
|
120
90
|
},
|
|
121
91
|
"components/comment-checker": {
|
|
122
92
|
"name": "@code-yeongyu/codex-comment-checker",
|
|
123
|
-
"version": "5.0.0-beta.
|
|
93
|
+
"version": "5.0.0-beta.80",
|
|
124
94
|
"license": "MIT",
|
|
125
95
|
"bin": {
|
|
126
96
|
"omo-comment-checker": "dist/cli.js"
|
|
127
97
|
},
|
|
128
98
|
"devDependencies": {
|
|
129
|
-
"@biomejs/biome": "2.
|
|
99
|
+
"@biomejs/biome": "2.5.9",
|
|
130
100
|
"@oh-my-opencode/comment-checker-core": "file:../../../../comment-checker-core",
|
|
131
|
-
"@types/node": "^
|
|
132
|
-
"typescript": "^
|
|
133
|
-
"vitest": "^4.1.
|
|
101
|
+
"@types/node": "^26.2.0",
|
|
102
|
+
"typescript": "^7.0.2",
|
|
103
|
+
"vitest": "^4.1.11"
|
|
134
104
|
},
|
|
135
105
|
"engines": {
|
|
136
106
|
"node": ">=20.0.0"
|
|
@@ -141,14 +111,13 @@
|
|
|
141
111
|
},
|
|
142
112
|
"components/git-bash": {
|
|
143
113
|
"name": "@sisyphuslabs/codex-git-bash-hook",
|
|
144
|
-
"version": "5.0.0-beta.
|
|
114
|
+
"version": "5.0.0-beta.80",
|
|
145
115
|
"bin": {
|
|
146
116
|
"omo-git-bash-hook": "dist/cli.js"
|
|
147
117
|
},
|
|
148
118
|
"devDependencies": {
|
|
149
|
-
"@
|
|
150
|
-
"
|
|
151
|
-
"typescript": "^6.0.3"
|
|
119
|
+
"@types/node": "^26.2.0",
|
|
120
|
+
"typescript": "^7.0.2"
|
|
152
121
|
},
|
|
153
122
|
"engines": {
|
|
154
123
|
"node": ">=20.0.0"
|
|
@@ -156,16 +125,16 @@
|
|
|
156
125
|
},
|
|
157
126
|
"components/lazycodex-executor-verify": {
|
|
158
127
|
"name": "@code-yeongyu/codex-lazycodex-executor-verify",
|
|
159
|
-
"version": "5.0.0-beta.
|
|
128
|
+
"version": "5.0.0-beta.80",
|
|
160
129
|
"license": "MIT",
|
|
161
130
|
"bin": {
|
|
162
131
|
"lazycodex-executor-verify": "dist/cli.js"
|
|
163
132
|
},
|
|
164
133
|
"devDependencies": {
|
|
165
|
-
"@biomejs/biome": "2.
|
|
166
|
-
"@types/node": "^
|
|
167
|
-
"typescript": "^
|
|
168
|
-
"vitest": "^4.1.
|
|
134
|
+
"@biomejs/biome": "2.5.9",
|
|
135
|
+
"@types/node": "^26.2.0",
|
|
136
|
+
"typescript": "^7.0.2",
|
|
137
|
+
"vitest": "^4.1.11"
|
|
169
138
|
},
|
|
170
139
|
"engines": {
|
|
171
140
|
"node": ">=20.0.0"
|
|
@@ -173,7 +142,7 @@
|
|
|
173
142
|
},
|
|
174
143
|
"components/lsp": {
|
|
175
144
|
"name": "@code-yeongyu/codex-lsp",
|
|
176
|
-
"version": "5.0.0-beta.
|
|
145
|
+
"version": "5.0.0-beta.80",
|
|
177
146
|
"license": "MIT",
|
|
178
147
|
"dependencies": {
|
|
179
148
|
"@code-yeongyu/lsp-daemon": "file:../../../../lsp-daemon",
|
|
@@ -183,10 +152,10 @@
|
|
|
183
152
|
"omo-lsp": "dist/cli.js"
|
|
184
153
|
},
|
|
185
154
|
"devDependencies": {
|
|
186
|
-
"@biomejs/biome": "2.
|
|
187
|
-
"@types/node": "^
|
|
188
|
-
"typescript": "^
|
|
189
|
-
"vitest": "^4.1.
|
|
155
|
+
"@biomejs/biome": "2.5.9",
|
|
156
|
+
"@types/node": "^26.2.0",
|
|
157
|
+
"typescript": "^7.0.2",
|
|
158
|
+
"vitest": "^4.1.11"
|
|
190
159
|
},
|
|
191
160
|
"engines": {
|
|
192
161
|
"node": ">=20.0.0"
|
|
@@ -194,38 +163,21 @@
|
|
|
194
163
|
},
|
|
195
164
|
"components/rules": {
|
|
196
165
|
"name": "@code-yeongyu/codex-rules",
|
|
197
|
-
"version": "5.0.0-beta.
|
|
166
|
+
"version": "5.0.0-beta.80",
|
|
198
167
|
"license": "MIT",
|
|
199
168
|
"dependencies": {
|
|
200
|
-
"picomatch": "^4.0.
|
|
169
|
+
"picomatch": "^4.0.7"
|
|
201
170
|
},
|
|
202
171
|
"bin": {
|
|
203
172
|
"omo-rules": "dist/cli.js"
|
|
204
173
|
},
|
|
205
174
|
"devDependencies": {
|
|
206
|
-
"@biomejs/biome": "2.
|
|
175
|
+
"@biomejs/biome": "2.5.9",
|
|
207
176
|
"@oh-my-opencode/rules-engine": "file:../../../../rules-engine",
|
|
208
|
-
"@types/node": "^
|
|
209
|
-
"@types/picomatch": "^4.0.
|
|
210
|
-
"typescript": "^
|
|
211
|
-
"vitest": "^4.1.
|
|
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"
|
|
177
|
+
"@types/node": "^26.2.0",
|
|
178
|
+
"@types/picomatch": "^4.0.3",
|
|
179
|
+
"typescript": "^7.0.2",
|
|
180
|
+
"vitest": "^4.1.11"
|
|
229
181
|
},
|
|
230
182
|
"engines": {
|
|
231
183
|
"node": ">=20.0.0"
|
|
@@ -233,12 +185,12 @@
|
|
|
233
185
|
},
|
|
234
186
|
"components/teammode": {
|
|
235
187
|
"name": "@sisyphuslabs/codex-teammode",
|
|
236
|
-
"version": "5.0.0-beta.
|
|
188
|
+
"version": "5.0.0-beta.80",
|
|
237
189
|
"devDependencies": {
|
|
238
|
-
"@types/node": "^
|
|
239
|
-
"bun-types": "^1.
|
|
240
|
-
"typescript": "^
|
|
241
|
-
"vitest": "^4.1.
|
|
190
|
+
"@types/node": "^26.2.0",
|
|
191
|
+
"bun-types": "^1.4.2",
|
|
192
|
+
"typescript": "^7.0.2",
|
|
193
|
+
"vitest": "^4.1.11"
|
|
242
194
|
},
|
|
243
195
|
"engines": {
|
|
244
196
|
"node": ">=20.0.0"
|
|
@@ -246,17 +198,17 @@
|
|
|
246
198
|
},
|
|
247
199
|
"components/telemetry": {
|
|
248
200
|
"name": "@code-yeongyu/codex-telemetry",
|
|
249
|
-
"version": "5.0.0-beta.
|
|
201
|
+
"version": "5.0.0-beta.80",
|
|
250
202
|
"license": "MIT",
|
|
251
203
|
"bin": {
|
|
252
204
|
"omo-telemetry": "dist/cli.js"
|
|
253
205
|
},
|
|
254
206
|
"devDependencies": {
|
|
255
|
-
"@biomejs/biome": "2.
|
|
207
|
+
"@biomejs/biome": "2.5.9",
|
|
256
208
|
"@oh-my-opencode/telemetry-core": "file:../../../../telemetry-core",
|
|
257
|
-
"@types/node": "^
|
|
258
|
-
"typescript": "^
|
|
259
|
-
"vitest": "^4.1.
|
|
209
|
+
"@types/node": "^26.2.0",
|
|
210
|
+
"typescript": "^7.0.2",
|
|
211
|
+
"vitest": "^4.1.11"
|
|
260
212
|
},
|
|
261
213
|
"engines": {
|
|
262
214
|
"node": ">=20.0.0"
|
|
@@ -264,17 +216,34 @@
|
|
|
264
216
|
},
|
|
265
217
|
"components/ultrawork": {
|
|
266
218
|
"name": "@code-yeongyu/codex-ultrawork",
|
|
267
|
-
"version": "5.0.0-beta.
|
|
219
|
+
"version": "5.0.0-beta.80",
|
|
268
220
|
"license": "MIT",
|
|
269
221
|
"bin": {
|
|
270
222
|
"omo-ultrawork": "dist/cli.js"
|
|
271
223
|
},
|
|
272
224
|
"devDependencies": {
|
|
273
|
-
"@biomejs/biome": "2.
|
|
225
|
+
"@biomejs/biome": "2.5.9",
|
|
274
226
|
"@oh-my-opencode/prompts-core": "file:../../../../prompts-core",
|
|
275
|
-
"@types/node": "^
|
|
276
|
-
"typescript": "^
|
|
277
|
-
"vitest": "^4.1.
|
|
227
|
+
"@types/node": "^26.2.0",
|
|
228
|
+
"typescript": "^7.0.2",
|
|
229
|
+
"vitest": "^4.1.11"
|
|
230
|
+
},
|
|
231
|
+
"engines": {
|
|
232
|
+
"node": ">=20.0.0"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"components/ulw-execute-continuation": {
|
|
236
|
+
"name": "@code-yeongyu/codex-ulw-execute-continuation",
|
|
237
|
+
"version": "5.0.0-beta.80",
|
|
238
|
+
"license": "MIT",
|
|
239
|
+
"bin": {
|
|
240
|
+
"omo-ulw-execute-continuation": "dist/cli.js"
|
|
241
|
+
},
|
|
242
|
+
"devDependencies": {
|
|
243
|
+
"@biomejs/biome": "2.5.9",
|
|
244
|
+
"@types/node": "^26.2.0",
|
|
245
|
+
"typescript": "^7.0.2",
|
|
246
|
+
"vitest": "^4.1.11"
|
|
278
247
|
},
|
|
279
248
|
"engines": {
|
|
280
249
|
"node": ">=20.0.0"
|
|
@@ -282,7 +251,7 @@
|
|
|
282
251
|
},
|
|
283
252
|
"components/ulw-loop": {
|
|
284
253
|
"name": "@code-yeongyu/codex-ulw-loop",
|
|
285
|
-
"version": "5.0.0-beta.
|
|
254
|
+
"version": "5.0.0-beta.80",
|
|
286
255
|
"license": "MIT",
|
|
287
256
|
"bin": {
|
|
288
257
|
"omo-ulw-loop": "dist/cli.js",
|
|
@@ -290,19 +259,19 @@
|
|
|
290
259
|
"ulw-loop": "dist/cli.js"
|
|
291
260
|
},
|
|
292
261
|
"devDependencies": {
|
|
293
|
-
"@biomejs/biome": "2.
|
|
294
|
-
"@types/node": "^
|
|
295
|
-
"typescript": "^
|
|
296
|
-
"vitest": "^4.1.
|
|
262
|
+
"@biomejs/biome": "2.5.9",
|
|
263
|
+
"@types/node": "^26.2.0",
|
|
264
|
+
"typescript": "^7.0.2",
|
|
265
|
+
"vitest": "^4.1.11"
|
|
297
266
|
},
|
|
298
267
|
"engines": {
|
|
299
268
|
"node": ">=20.0.0"
|
|
300
269
|
}
|
|
301
270
|
},
|
|
302
271
|
"node_modules/@biomejs/biome": {
|
|
303
|
-
"version": "2.
|
|
304
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.
|
|
305
|
-
"integrity": "sha512-
|
|
272
|
+
"version": "2.5.9",
|
|
273
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.9.tgz",
|
|
274
|
+
"integrity": "sha512-KkgCvdHB4IhtpHpF564plA9jo6fDOwWGQ/3jvreLzgOtRLEDoPqr7QO9qejNA8jKwDsSkAKr77hqBHnyUbIw4g==",
|
|
306
275
|
"dev": true,
|
|
307
276
|
"license": "MIT OR Apache-2.0",
|
|
308
277
|
"bin": {
|
|
@@ -316,20 +285,20 @@
|
|
|
316
285
|
"url": "https://opencollective.com/biome"
|
|
317
286
|
},
|
|
318
287
|
"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.
|
|
288
|
+
"@biomejs/cli-darwin-arm64": "2.5.9",
|
|
289
|
+
"@biomejs/cli-darwin-x64": "2.5.9",
|
|
290
|
+
"@biomejs/cli-linux-arm64": "2.5.9",
|
|
291
|
+
"@biomejs/cli-linux-arm64-musl": "2.5.9",
|
|
292
|
+
"@biomejs/cli-linux-x64": "2.5.9",
|
|
293
|
+
"@biomejs/cli-linux-x64-musl": "2.5.9",
|
|
294
|
+
"@biomejs/cli-win32-arm64": "2.5.9",
|
|
295
|
+
"@biomejs/cli-win32-x64": "2.5.9"
|
|
327
296
|
}
|
|
328
297
|
},
|
|
329
298
|
"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-
|
|
299
|
+
"version": "2.5.9",
|
|
300
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.9.tgz",
|
|
301
|
+
"integrity": "sha512-am22pX2aBqznqq1eMyIj/bZ++riF3Lk6ct7cbv+gQK0csFhr+d8O0RkOi2FF2qSgFgANbqNkIZ0/PxlnW2pLFg==",
|
|
333
302
|
"cpu": [
|
|
334
303
|
"arm64"
|
|
335
304
|
],
|
|
@@ -344,9 +313,9 @@
|
|
|
344
313
|
}
|
|
345
314
|
},
|
|
346
315
|
"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-
|
|
316
|
+
"version": "2.5.9",
|
|
317
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.9.tgz",
|
|
318
|
+
"integrity": "sha512-l44KWDHLDvEnD0N/XcrVs7VXb3A18xL7QS3WB0eL93wbmk529ffIG55vleGCqaunpRUjLrdnjK05Qki1dsjylg==",
|
|
350
319
|
"cpu": [
|
|
351
320
|
"x64"
|
|
352
321
|
],
|
|
@@ -361,9 +330,9 @@
|
|
|
361
330
|
}
|
|
362
331
|
},
|
|
363
332
|
"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-
|
|
333
|
+
"version": "2.5.9",
|
|
334
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.9.tgz",
|
|
335
|
+
"integrity": "sha512-ICaK+IYaVZvKbBxX2rwrPT0DdUDMnE9Vm3nQGe+mltQPmUg19pONzkPWGdY4FCsoreDETWDynvdt4ysCbF5gNQ==",
|
|
367
336
|
"cpu": [
|
|
368
337
|
"arm64"
|
|
369
338
|
],
|
|
@@ -378,9 +347,9 @@
|
|
|
378
347
|
}
|
|
379
348
|
},
|
|
380
349
|
"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-
|
|
350
|
+
"version": "2.5.9",
|
|
351
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.9.tgz",
|
|
352
|
+
"integrity": "sha512-7ImVPwBLCtkmpR5esd8RHhTqW94f0JLJQum6AneYcy94jRm18TaPPm7slaigGzFhfgt3QiD1Vj52LKmBAnKizA==",
|
|
384
353
|
"cpu": [
|
|
385
354
|
"arm64"
|
|
386
355
|
],
|
|
@@ -395,9 +364,9 @@
|
|
|
395
364
|
}
|
|
396
365
|
},
|
|
397
366
|
"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-
|
|
367
|
+
"version": "2.5.9",
|
|
368
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.9.tgz",
|
|
369
|
+
"integrity": "sha512-z22Q/zFYSvbIJfW1CbfZPu4X8PddS6Qd2ORbc6h+aT6EcwAxUF3m6fA4HjNvA3TU4X0dTJRwNPB165ES3PJXzg==",
|
|
401
370
|
"cpu": [
|
|
402
371
|
"x64"
|
|
403
372
|
],
|
|
@@ -412,9 +381,9 @@
|
|
|
412
381
|
}
|
|
413
382
|
},
|
|
414
383
|
"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-
|
|
384
|
+
"version": "2.5.9",
|
|
385
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.9.tgz",
|
|
386
|
+
"integrity": "sha512-RXGaD0o1/pTTguYw1aeDJh9ad6Lfrui0fI7mBderTyGr7WuUJkBIttgLkR3XJyoxOkkgfBDspaUT8wXArTqLZw==",
|
|
418
387
|
"cpu": [
|
|
419
388
|
"x64"
|
|
420
389
|
],
|
|
@@ -429,9 +398,9 @@
|
|
|
429
398
|
}
|
|
430
399
|
},
|
|
431
400
|
"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-
|
|
401
|
+
"version": "2.5.9",
|
|
402
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.9.tgz",
|
|
403
|
+
"integrity": "sha512-nHK+/HHC+D0ogAHUxomgoSTdjImb6fmNNVTKmf0tyu4eDL1DqPKIHc+i+UL8+b0RnAu8224qo8F2tCVnaT0A3w==",
|
|
435
404
|
"cpu": [
|
|
436
405
|
"arm64"
|
|
437
406
|
],
|
|
@@ -446,9 +415,9 @@
|
|
|
446
415
|
}
|
|
447
416
|
},
|
|
448
417
|
"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-
|
|
418
|
+
"version": "2.5.9",
|
|
419
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.9.tgz",
|
|
420
|
+
"integrity": "sha512-Yiq0H56LjXSSw/hd9YkXgSLQfzyDJzbzU2TezozxyNw+uKWAqOtqGVvBfzKRRDiaFF5avGAhHdWKx7LtDOShUw==",
|
|
452
421
|
"cpu": [
|
|
453
422
|
"x64"
|
|
454
423
|
],
|
|
@@ -478,10 +447,6 @@
|
|
|
478
447
|
"resolved": "components/rules",
|
|
479
448
|
"link": true
|
|
480
449
|
},
|
|
481
|
-
"node_modules/@code-yeongyu/codex-start-work-continuation": {
|
|
482
|
-
"resolved": "components/start-work-continuation",
|
|
483
|
-
"link": true
|
|
484
|
-
},
|
|
485
450
|
"node_modules/@code-yeongyu/codex-telemetry": {
|
|
486
451
|
"resolved": "components/telemetry",
|
|
487
452
|
"link": true
|
|
@@ -490,6 +455,10 @@
|
|
|
490
455
|
"resolved": "components/ultrawork",
|
|
491
456
|
"link": true
|
|
492
457
|
},
|
|
458
|
+
"node_modules/@code-yeongyu/codex-ulw-execute-continuation": {
|
|
459
|
+
"resolved": "components/ulw-execute-continuation",
|
|
460
|
+
"link": true
|
|
461
|
+
},
|
|
493
462
|
"node_modules/@code-yeongyu/codex-ulw-loop": {
|
|
494
463
|
"resolved": "components/ulw-loop",
|
|
495
464
|
"link": true
|
|
@@ -512,136 +481,6 @@
|
|
|
512
481
|
"resolved": "../../lsp-daemon",
|
|
513
482
|
"link": true
|
|
514
483
|
},
|
|
515
|
-
"node_modules/@colbymchenry/codegraph": {
|
|
516
|
-
"version": "1.5.0",
|
|
517
|
-
"resolved": "https://registry.npmjs.org/@colbymchenry/codegraph/-/codegraph-1.5.0.tgz",
|
|
518
|
-
"integrity": "sha512-/l1JMVOQ9WGQLrc/IIuAg7Igr944t79/oNCJTcnGkYtIeQx2XFIqI0ho+9Les/Yu4zKfmPU17hIUshD6yP1fKw==",
|
|
519
|
-
"license": "MIT",
|
|
520
|
-
"optional": true,
|
|
521
|
-
"bin": {
|
|
522
|
-
"codegraph": "npm-shim.js"
|
|
523
|
-
},
|
|
524
|
-
"optionalDependencies": {
|
|
525
|
-
"@colbymchenry/codegraph-darwin-arm64": "1.5.0",
|
|
526
|
-
"@colbymchenry/codegraph-darwin-x64": "1.5.0",
|
|
527
|
-
"@colbymchenry/codegraph-linux-arm64": "1.5.0",
|
|
528
|
-
"@colbymchenry/codegraph-linux-x64": "1.5.0",
|
|
529
|
-
"@colbymchenry/codegraph-win32-arm64": "1.5.0",
|
|
530
|
-
"@colbymchenry/codegraph-win32-x64": "1.5.0"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
"node_modules/@colbymchenry/codegraph-darwin-arm64": {
|
|
534
|
-
"version": "1.5.0",
|
|
535
|
-
"resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-darwin-arm64/-/codegraph-darwin-arm64-1.5.0.tgz",
|
|
536
|
-
"integrity": "sha512-ptQV1WlEKCDDy0Wl2r/urVGwaczUn5ezjt/Rv22Gj7RnKHAc9pNdU1uvL3gQzvoWJ9q7kmCeo7q6866/ZohbjQ==",
|
|
537
|
-
"cpu": [
|
|
538
|
-
"arm64"
|
|
539
|
-
],
|
|
540
|
-
"license": "MIT",
|
|
541
|
-
"optional": true,
|
|
542
|
-
"os": [
|
|
543
|
-
"darwin"
|
|
544
|
-
]
|
|
545
|
-
},
|
|
546
|
-
"node_modules/@colbymchenry/codegraph-darwin-x64": {
|
|
547
|
-
"version": "1.5.0",
|
|
548
|
-
"resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-darwin-x64/-/codegraph-darwin-x64-1.5.0.tgz",
|
|
549
|
-
"integrity": "sha512-7BUOOxMacLNXmXTQTrjDTZXhbo0o5R5Z19uKjICIau2KxO9oU+Zbk7Bnf4P/JT1T4M41xRuiCJVE1uqBi6cFWA==",
|
|
550
|
-
"cpu": [
|
|
551
|
-
"x64"
|
|
552
|
-
],
|
|
553
|
-
"license": "MIT",
|
|
554
|
-
"optional": true,
|
|
555
|
-
"os": [
|
|
556
|
-
"darwin"
|
|
557
|
-
]
|
|
558
|
-
},
|
|
559
|
-
"node_modules/@colbymchenry/codegraph-linux-arm64": {
|
|
560
|
-
"version": "1.5.0",
|
|
561
|
-
"resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-linux-arm64/-/codegraph-linux-arm64-1.5.0.tgz",
|
|
562
|
-
"integrity": "sha512-Bq5Ggb7PoLF7mnOiGl/UxMrDgrPCAQUMsl7BpMkAxq8FulvVEp7E/GrIQih2YB32vWr18KpN2i2VoRLAHLIDUw==",
|
|
563
|
-
"cpu": [
|
|
564
|
-
"arm64"
|
|
565
|
-
],
|
|
566
|
-
"license": "MIT",
|
|
567
|
-
"optional": true,
|
|
568
|
-
"os": [
|
|
569
|
-
"linux"
|
|
570
|
-
]
|
|
571
|
-
},
|
|
572
|
-
"node_modules/@colbymchenry/codegraph-linux-x64": {
|
|
573
|
-
"version": "1.5.0",
|
|
574
|
-
"resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-linux-x64/-/codegraph-linux-x64-1.5.0.tgz",
|
|
575
|
-
"integrity": "sha512-wT1O7NkQoV6zPiq36d1qBqoIHL2ZRnOkFMjQ7JJwWS7KHnP32qHCd/pPaSwl8cNRlGYkYSaX3WVDpz2BaV+Now==",
|
|
576
|
-
"cpu": [
|
|
577
|
-
"x64"
|
|
578
|
-
],
|
|
579
|
-
"license": "MIT",
|
|
580
|
-
"optional": true,
|
|
581
|
-
"os": [
|
|
582
|
-
"linux"
|
|
583
|
-
]
|
|
584
|
-
},
|
|
585
|
-
"node_modules/@colbymchenry/codegraph-win32-arm64": {
|
|
586
|
-
"version": "1.5.0",
|
|
587
|
-
"resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-win32-arm64/-/codegraph-win32-arm64-1.5.0.tgz",
|
|
588
|
-
"integrity": "sha512-cWMJp8BeVLKR1mUVklI3opy9mJL/yrVkvjBqJFXRejM8CCU+UTpPDxDzQuPyywY0qyD0Ru2tjuWT4do7OUcNvg==",
|
|
589
|
-
"cpu": [
|
|
590
|
-
"arm64"
|
|
591
|
-
],
|
|
592
|
-
"license": "MIT",
|
|
593
|
-
"optional": true,
|
|
594
|
-
"os": [
|
|
595
|
-
"win32"
|
|
596
|
-
]
|
|
597
|
-
},
|
|
598
|
-
"node_modules/@colbymchenry/codegraph-win32-x64": {
|
|
599
|
-
"version": "1.5.0",
|
|
600
|
-
"resolved": "https://registry.npmjs.org/@colbymchenry/codegraph-win32-x64/-/codegraph-win32-x64-1.5.0.tgz",
|
|
601
|
-
"integrity": "sha512-45gycJ+t153vpLEVkXChEySG1Ok5zqCgiBeonLe5V7Jxt1w+MF2vG00qexTC0pBWTmHSeMW4Q8d47nVMiC8ciQ==",
|
|
602
|
-
"cpu": [
|
|
603
|
-
"x64"
|
|
604
|
-
],
|
|
605
|
-
"license": "MIT",
|
|
606
|
-
"optional": true,
|
|
607
|
-
"os": [
|
|
608
|
-
"win32"
|
|
609
|
-
]
|
|
610
|
-
},
|
|
611
|
-
"node_modules/@emnapi/core": {
|
|
612
|
-
"version": "1.10.0",
|
|
613
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
|
614
|
-
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
|
615
|
-
"dev": true,
|
|
616
|
-
"license": "MIT",
|
|
617
|
-
"optional": true,
|
|
618
|
-
"dependencies": {
|
|
619
|
-
"@emnapi/wasi-threads": "1.2.1",
|
|
620
|
-
"tslib": "^2.4.0"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
"node_modules/@emnapi/runtime": {
|
|
624
|
-
"version": "1.10.0",
|
|
625
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
626
|
-
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
627
|
-
"dev": true,
|
|
628
|
-
"license": "MIT",
|
|
629
|
-
"optional": true,
|
|
630
|
-
"dependencies": {
|
|
631
|
-
"tslib": "^2.4.0"
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
|
-
"node_modules/@emnapi/wasi-threads": {
|
|
635
|
-
"version": "1.2.1",
|
|
636
|
-
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
|
637
|
-
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
|
638
|
-
"dev": true,
|
|
639
|
-
"license": "MIT",
|
|
640
|
-
"optional": true,
|
|
641
|
-
"dependencies": {
|
|
642
|
-
"tslib": "^2.4.0"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
484
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
646
485
|
"version": "1.5.5",
|
|
647
486
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
@@ -649,25 +488,6 @@
|
|
|
649
488
|
"dev": true,
|
|
650
489
|
"license": "MIT"
|
|
651
490
|
},
|
|
652
|
-
"node_modules/@napi-rs/wasm-runtime": {
|
|
653
|
-
"version": "1.1.5",
|
|
654
|
-
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.5.tgz",
|
|
655
|
-
"integrity": "sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==",
|
|
656
|
-
"dev": true,
|
|
657
|
-
"license": "MIT",
|
|
658
|
-
"optional": true,
|
|
659
|
-
"dependencies": {
|
|
660
|
-
"@tybys/wasm-util": "^0.10.2"
|
|
661
|
-
},
|
|
662
|
-
"funding": {
|
|
663
|
-
"type": "github",
|
|
664
|
-
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
665
|
-
},
|
|
666
|
-
"peerDependencies": {
|
|
667
|
-
"@emnapi/core": "^1.7.1",
|
|
668
|
-
"@emnapi/runtime": "^1.7.1"
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
491
|
"node_modules/@oh-my-opencode/comment-checker-core": {
|
|
672
492
|
"resolved": "../../comment-checker-core",
|
|
673
493
|
"link": true
|
|
@@ -692,24 +512,37 @@
|
|
|
692
512
|
"resolved": "../../telemetry-core",
|
|
693
513
|
"link": true
|
|
694
514
|
},
|
|
695
|
-
"node_modules/@oh-my-opencode/utils": {
|
|
696
|
-
"resolved": "../../utils",
|
|
697
|
-
"link": true
|
|
698
|
-
},
|
|
699
515
|
"node_modules/@oxc-project/types": {
|
|
700
|
-
"version": "0.
|
|
701
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
702
|
-
"integrity": "sha512-
|
|
516
|
+
"version": "0.146.0",
|
|
517
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
|
|
518
|
+
"integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
|
|
703
519
|
"dev": true,
|
|
704
520
|
"license": "MIT",
|
|
705
521
|
"funding": {
|
|
706
522
|
"url": "https://github.com/sponsors/Boshen"
|
|
707
523
|
}
|
|
708
524
|
},
|
|
525
|
+
"node_modules/@rolldown/binding-android-arm-eabi": {
|
|
526
|
+
"version": "1.2.5",
|
|
527
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz",
|
|
528
|
+
"integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==",
|
|
529
|
+
"cpu": [
|
|
530
|
+
"arm"
|
|
531
|
+
],
|
|
532
|
+
"dev": true,
|
|
533
|
+
"license": "MIT",
|
|
534
|
+
"optional": true,
|
|
535
|
+
"os": [
|
|
536
|
+
"android"
|
|
537
|
+
],
|
|
538
|
+
"engines": {
|
|
539
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
709
542
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
710
|
-
"version": "1.
|
|
711
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.
|
|
712
|
-
"integrity": "sha512-
|
|
543
|
+
"version": "1.2.5",
|
|
544
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz",
|
|
545
|
+
"integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==",
|
|
713
546
|
"cpu": [
|
|
714
547
|
"arm64"
|
|
715
548
|
],
|
|
@@ -724,9 +557,9 @@
|
|
|
724
557
|
}
|
|
725
558
|
},
|
|
726
559
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
727
|
-
"version": "1.
|
|
728
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.
|
|
729
|
-
"integrity": "sha512-
|
|
560
|
+
"version": "1.2.5",
|
|
561
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz",
|
|
562
|
+
"integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==",
|
|
730
563
|
"cpu": [
|
|
731
564
|
"arm64"
|
|
732
565
|
],
|
|
@@ -741,9 +574,9 @@
|
|
|
741
574
|
}
|
|
742
575
|
},
|
|
743
576
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
744
|
-
"version": "1.
|
|
745
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.
|
|
746
|
-
"integrity": "sha512-
|
|
577
|
+
"version": "1.2.5",
|
|
578
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz",
|
|
579
|
+
"integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==",
|
|
747
580
|
"cpu": [
|
|
748
581
|
"x64"
|
|
749
582
|
],
|
|
@@ -758,9 +591,9 @@
|
|
|
758
591
|
}
|
|
759
592
|
},
|
|
760
593
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
761
|
-
"version": "1.
|
|
762
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.
|
|
763
|
-
"integrity": "sha512
|
|
594
|
+
"version": "1.2.5",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz",
|
|
596
|
+
"integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==",
|
|
764
597
|
"cpu": [
|
|
765
598
|
"x64"
|
|
766
599
|
],
|
|
@@ -775,9 +608,9 @@
|
|
|
775
608
|
}
|
|
776
609
|
},
|
|
777
610
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
778
|
-
"version": "1.
|
|
779
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.
|
|
780
|
-
"integrity": "sha512-
|
|
611
|
+
"version": "1.2.5",
|
|
612
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz",
|
|
613
|
+
"integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==",
|
|
781
614
|
"cpu": [
|
|
782
615
|
"arm"
|
|
783
616
|
],
|
|
@@ -792,9 +625,9 @@
|
|
|
792
625
|
}
|
|
793
626
|
},
|
|
794
627
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
795
|
-
"version": "1.
|
|
796
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.
|
|
797
|
-
"integrity": "sha512-
|
|
628
|
+
"version": "1.2.5",
|
|
629
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz",
|
|
630
|
+
"integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==",
|
|
798
631
|
"cpu": [
|
|
799
632
|
"arm64"
|
|
800
633
|
],
|
|
@@ -809,9 +642,9 @@
|
|
|
809
642
|
}
|
|
810
643
|
},
|
|
811
644
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
812
|
-
"version": "1.
|
|
813
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.
|
|
814
|
-
"integrity": "sha512-
|
|
645
|
+
"version": "1.2.5",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz",
|
|
647
|
+
"integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==",
|
|
815
648
|
"cpu": [
|
|
816
649
|
"arm64"
|
|
817
650
|
],
|
|
@@ -826,9 +659,9 @@
|
|
|
826
659
|
}
|
|
827
660
|
},
|
|
828
661
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
829
|
-
"version": "1.
|
|
830
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.
|
|
831
|
-
"integrity": "sha512-
|
|
662
|
+
"version": "1.2.5",
|
|
663
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz",
|
|
664
|
+
"integrity": "sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==",
|
|
832
665
|
"cpu": [
|
|
833
666
|
"ppc64"
|
|
834
667
|
],
|
|
@@ -843,9 +676,9 @@
|
|
|
843
676
|
}
|
|
844
677
|
},
|
|
845
678
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
846
|
-
"version": "1.
|
|
847
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.
|
|
848
|
-
"integrity": "sha512-
|
|
679
|
+
"version": "1.2.5",
|
|
680
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz",
|
|
681
|
+
"integrity": "sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==",
|
|
849
682
|
"cpu": [
|
|
850
683
|
"s390x"
|
|
851
684
|
],
|
|
@@ -860,9 +693,9 @@
|
|
|
860
693
|
}
|
|
861
694
|
},
|
|
862
695
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
863
|
-
"version": "1.
|
|
864
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.
|
|
865
|
-
"integrity": "sha512-
|
|
696
|
+
"version": "1.2.5",
|
|
697
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz",
|
|
698
|
+
"integrity": "sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==",
|
|
866
699
|
"cpu": [
|
|
867
700
|
"x64"
|
|
868
701
|
],
|
|
@@ -877,9 +710,9 @@
|
|
|
877
710
|
}
|
|
878
711
|
},
|
|
879
712
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
880
|
-
"version": "1.
|
|
881
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.
|
|
882
|
-
"integrity": "sha512-
|
|
713
|
+
"version": "1.2.5",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz",
|
|
715
|
+
"integrity": "sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==",
|
|
883
716
|
"cpu": [
|
|
884
717
|
"x64"
|
|
885
718
|
],
|
|
@@ -894,9 +727,9 @@
|
|
|
894
727
|
}
|
|
895
728
|
},
|
|
896
729
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
897
|
-
"version": "1.
|
|
898
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.
|
|
899
|
-
"integrity": "sha512-
|
|
730
|
+
"version": "1.2.5",
|
|
731
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz",
|
|
732
|
+
"integrity": "sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==",
|
|
900
733
|
"cpu": [
|
|
901
734
|
"arm64"
|
|
902
735
|
],
|
|
@@ -910,29 +743,10 @@
|
|
|
910
743
|
"node": "^20.19.0 || >=22.12.0"
|
|
911
744
|
}
|
|
912
745
|
},
|
|
913
|
-
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
914
|
-
"version": "1.0.3",
|
|
915
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
|
|
916
|
-
"integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
|
|
917
|
-
"cpu": [
|
|
918
|
-
"wasm32"
|
|
919
|
-
],
|
|
920
|
-
"dev": true,
|
|
921
|
-
"license": "MIT",
|
|
922
|
-
"optional": true,
|
|
923
|
-
"dependencies": {
|
|
924
|
-
"@emnapi/core": "1.10.0",
|
|
925
|
-
"@emnapi/runtime": "1.10.0",
|
|
926
|
-
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
927
|
-
},
|
|
928
|
-
"engines": {
|
|
929
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
930
|
-
}
|
|
931
|
-
},
|
|
932
746
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
933
|
-
"version": "1.
|
|
934
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.
|
|
935
|
-
"integrity": "sha512-
|
|
747
|
+
"version": "1.2.5",
|
|
748
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz",
|
|
749
|
+
"integrity": "sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==",
|
|
936
750
|
"cpu": [
|
|
937
751
|
"arm64"
|
|
938
752
|
],
|
|
@@ -947,9 +761,9 @@
|
|
|
947
761
|
}
|
|
948
762
|
},
|
|
949
763
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
950
|
-
"version": "1.
|
|
951
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.
|
|
952
|
-
"integrity": "sha512-
|
|
764
|
+
"version": "1.2.5",
|
|
765
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz",
|
|
766
|
+
"integrity": "sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==",
|
|
953
767
|
"cpu": [
|
|
954
768
|
"x64"
|
|
955
769
|
],
|
|
@@ -970,10 +784,6 @@
|
|
|
970
784
|
"dev": true,
|
|
971
785
|
"license": "MIT"
|
|
972
786
|
},
|
|
973
|
-
"node_modules/@sisyphuslabs/codex-codegraph": {
|
|
974
|
-
"resolved": "components/codegraph",
|
|
975
|
-
"link": true
|
|
976
|
-
},
|
|
977
787
|
"node_modules/@sisyphuslabs/codex-git-bash-hook": {
|
|
978
788
|
"resolved": "components/git-bash",
|
|
979
789
|
"link": true
|
|
@@ -989,17 +799,6 @@
|
|
|
989
799
|
"dev": true,
|
|
990
800
|
"license": "MIT"
|
|
991
801
|
},
|
|
992
|
-
"node_modules/@tybys/wasm-util": {
|
|
993
|
-
"version": "0.10.2",
|
|
994
|
-
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
|
|
995
|
-
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
|
996
|
-
"dev": true,
|
|
997
|
-
"license": "MIT",
|
|
998
|
-
"optional": true,
|
|
999
|
-
"dependencies": {
|
|
1000
|
-
"tslib": "^2.4.0"
|
|
1001
|
-
}
|
|
1002
|
-
},
|
|
1003
802
|
"node_modules/@types/chai": {
|
|
1004
803
|
"version": "5.2.3",
|
|
1005
804
|
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
@@ -1026,13 +825,13 @@
|
|
|
1026
825
|
"license": "MIT"
|
|
1027
826
|
},
|
|
1028
827
|
"node_modules/@types/node": {
|
|
1029
|
-
"version": "
|
|
1030
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
1031
|
-
"integrity": "sha512-
|
|
828
|
+
"version": "26.2.0",
|
|
829
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
|
|
830
|
+
"integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
|
|
1032
831
|
"dev": true,
|
|
1033
832
|
"license": "MIT",
|
|
1034
833
|
"dependencies": {
|
|
1035
|
-
"undici-types": "
|
|
834
|
+
"undici-types": "~8.3.0"
|
|
1036
835
|
}
|
|
1037
836
|
},
|
|
1038
837
|
"node_modules/@types/picomatch": {
|
|
@@ -1042,17 +841,357 @@
|
|
|
1042
841
|
"dev": true,
|
|
1043
842
|
"license": "MIT"
|
|
1044
843
|
},
|
|
844
|
+
"node_modules/@typescript/typescript-aix-ppc64": {
|
|
845
|
+
"version": "7.0.2",
|
|
846
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
|
|
847
|
+
"integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
|
|
848
|
+
"cpu": [
|
|
849
|
+
"ppc64"
|
|
850
|
+
],
|
|
851
|
+
"dev": true,
|
|
852
|
+
"license": "Apache-2.0",
|
|
853
|
+
"optional": true,
|
|
854
|
+
"os": [
|
|
855
|
+
"aix"
|
|
856
|
+
],
|
|
857
|
+
"engines": {
|
|
858
|
+
"node": ">=16.20.0"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"node_modules/@typescript/typescript-darwin-arm64": {
|
|
862
|
+
"version": "7.0.2",
|
|
863
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz",
|
|
864
|
+
"integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==",
|
|
865
|
+
"cpu": [
|
|
866
|
+
"arm64"
|
|
867
|
+
],
|
|
868
|
+
"dev": true,
|
|
869
|
+
"license": "Apache-2.0",
|
|
870
|
+
"optional": true,
|
|
871
|
+
"os": [
|
|
872
|
+
"darwin"
|
|
873
|
+
],
|
|
874
|
+
"engines": {
|
|
875
|
+
"node": ">=16.20.0"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
"node_modules/@typescript/typescript-darwin-x64": {
|
|
879
|
+
"version": "7.0.2",
|
|
880
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz",
|
|
881
|
+
"integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==",
|
|
882
|
+
"cpu": [
|
|
883
|
+
"x64"
|
|
884
|
+
],
|
|
885
|
+
"dev": true,
|
|
886
|
+
"license": "Apache-2.0",
|
|
887
|
+
"optional": true,
|
|
888
|
+
"os": [
|
|
889
|
+
"darwin"
|
|
890
|
+
],
|
|
891
|
+
"engines": {
|
|
892
|
+
"node": ">=16.20.0"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
"node_modules/@typescript/typescript-freebsd-arm64": {
|
|
896
|
+
"version": "7.0.2",
|
|
897
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz",
|
|
898
|
+
"integrity": "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==",
|
|
899
|
+
"cpu": [
|
|
900
|
+
"arm64"
|
|
901
|
+
],
|
|
902
|
+
"dev": true,
|
|
903
|
+
"license": "Apache-2.0",
|
|
904
|
+
"optional": true,
|
|
905
|
+
"os": [
|
|
906
|
+
"freebsd"
|
|
907
|
+
],
|
|
908
|
+
"engines": {
|
|
909
|
+
"node": ">=16.20.0"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"node_modules/@typescript/typescript-freebsd-x64": {
|
|
913
|
+
"version": "7.0.2",
|
|
914
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz",
|
|
915
|
+
"integrity": "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==",
|
|
916
|
+
"cpu": [
|
|
917
|
+
"x64"
|
|
918
|
+
],
|
|
919
|
+
"dev": true,
|
|
920
|
+
"license": "Apache-2.0",
|
|
921
|
+
"optional": true,
|
|
922
|
+
"os": [
|
|
923
|
+
"freebsd"
|
|
924
|
+
],
|
|
925
|
+
"engines": {
|
|
926
|
+
"node": ">=16.20.0"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
"node_modules/@typescript/typescript-linux-arm": {
|
|
930
|
+
"version": "7.0.2",
|
|
931
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz",
|
|
932
|
+
"integrity": "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==",
|
|
933
|
+
"cpu": [
|
|
934
|
+
"arm"
|
|
935
|
+
],
|
|
936
|
+
"dev": true,
|
|
937
|
+
"license": "Apache-2.0",
|
|
938
|
+
"optional": true,
|
|
939
|
+
"os": [
|
|
940
|
+
"linux"
|
|
941
|
+
],
|
|
942
|
+
"engines": {
|
|
943
|
+
"node": ">=16.20.0"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
"node_modules/@typescript/typescript-linux-arm64": {
|
|
947
|
+
"version": "7.0.2",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz",
|
|
949
|
+
"integrity": "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==",
|
|
950
|
+
"cpu": [
|
|
951
|
+
"arm64"
|
|
952
|
+
],
|
|
953
|
+
"dev": true,
|
|
954
|
+
"license": "Apache-2.0",
|
|
955
|
+
"optional": true,
|
|
956
|
+
"os": [
|
|
957
|
+
"linux"
|
|
958
|
+
],
|
|
959
|
+
"engines": {
|
|
960
|
+
"node": ">=16.20.0"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"node_modules/@typescript/typescript-linux-loong64": {
|
|
964
|
+
"version": "7.0.2",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz",
|
|
966
|
+
"integrity": "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==",
|
|
967
|
+
"cpu": [
|
|
968
|
+
"loong64"
|
|
969
|
+
],
|
|
970
|
+
"dev": true,
|
|
971
|
+
"license": "Apache-2.0",
|
|
972
|
+
"optional": true,
|
|
973
|
+
"os": [
|
|
974
|
+
"linux"
|
|
975
|
+
],
|
|
976
|
+
"engines": {
|
|
977
|
+
"node": ">=16.20.0"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"node_modules/@typescript/typescript-linux-mips64el": {
|
|
981
|
+
"version": "7.0.2",
|
|
982
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz",
|
|
983
|
+
"integrity": "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==",
|
|
984
|
+
"cpu": [
|
|
985
|
+
"mips64el"
|
|
986
|
+
],
|
|
987
|
+
"dev": true,
|
|
988
|
+
"license": "Apache-2.0",
|
|
989
|
+
"optional": true,
|
|
990
|
+
"os": [
|
|
991
|
+
"linux"
|
|
992
|
+
],
|
|
993
|
+
"engines": {
|
|
994
|
+
"node": ">=16.20.0"
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
"node_modules/@typescript/typescript-linux-ppc64": {
|
|
998
|
+
"version": "7.0.2",
|
|
999
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz",
|
|
1000
|
+
"integrity": "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==",
|
|
1001
|
+
"cpu": [
|
|
1002
|
+
"ppc64"
|
|
1003
|
+
],
|
|
1004
|
+
"dev": true,
|
|
1005
|
+
"license": "Apache-2.0",
|
|
1006
|
+
"optional": true,
|
|
1007
|
+
"os": [
|
|
1008
|
+
"linux"
|
|
1009
|
+
],
|
|
1010
|
+
"engines": {
|
|
1011
|
+
"node": ">=16.20.0"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"node_modules/@typescript/typescript-linux-riscv64": {
|
|
1015
|
+
"version": "7.0.2",
|
|
1016
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz",
|
|
1017
|
+
"integrity": "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==",
|
|
1018
|
+
"cpu": [
|
|
1019
|
+
"riscv64"
|
|
1020
|
+
],
|
|
1021
|
+
"dev": true,
|
|
1022
|
+
"license": "Apache-2.0",
|
|
1023
|
+
"optional": true,
|
|
1024
|
+
"os": [
|
|
1025
|
+
"linux"
|
|
1026
|
+
],
|
|
1027
|
+
"engines": {
|
|
1028
|
+
"node": ">=16.20.0"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"node_modules/@typescript/typescript-linux-s390x": {
|
|
1032
|
+
"version": "7.0.2",
|
|
1033
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz",
|
|
1034
|
+
"integrity": "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==",
|
|
1035
|
+
"cpu": [
|
|
1036
|
+
"s390x"
|
|
1037
|
+
],
|
|
1038
|
+
"dev": true,
|
|
1039
|
+
"license": "Apache-2.0",
|
|
1040
|
+
"optional": true,
|
|
1041
|
+
"os": [
|
|
1042
|
+
"linux"
|
|
1043
|
+
],
|
|
1044
|
+
"engines": {
|
|
1045
|
+
"node": ">=16.20.0"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"node_modules/@typescript/typescript-linux-x64": {
|
|
1049
|
+
"version": "7.0.2",
|
|
1050
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz",
|
|
1051
|
+
"integrity": "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==",
|
|
1052
|
+
"cpu": [
|
|
1053
|
+
"x64"
|
|
1054
|
+
],
|
|
1055
|
+
"dev": true,
|
|
1056
|
+
"license": "Apache-2.0",
|
|
1057
|
+
"optional": true,
|
|
1058
|
+
"os": [
|
|
1059
|
+
"linux"
|
|
1060
|
+
],
|
|
1061
|
+
"engines": {
|
|
1062
|
+
"node": ">=16.20.0"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"node_modules/@typescript/typescript-netbsd-arm64": {
|
|
1066
|
+
"version": "7.0.2",
|
|
1067
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz",
|
|
1068
|
+
"integrity": "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==",
|
|
1069
|
+
"cpu": [
|
|
1070
|
+
"arm64"
|
|
1071
|
+
],
|
|
1072
|
+
"dev": true,
|
|
1073
|
+
"license": "Apache-2.0",
|
|
1074
|
+
"optional": true,
|
|
1075
|
+
"os": [
|
|
1076
|
+
"netbsd"
|
|
1077
|
+
],
|
|
1078
|
+
"engines": {
|
|
1079
|
+
"node": ">=16.20.0"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"node_modules/@typescript/typescript-netbsd-x64": {
|
|
1083
|
+
"version": "7.0.2",
|
|
1084
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz",
|
|
1085
|
+
"integrity": "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==",
|
|
1086
|
+
"cpu": [
|
|
1087
|
+
"x64"
|
|
1088
|
+
],
|
|
1089
|
+
"dev": true,
|
|
1090
|
+
"license": "Apache-2.0",
|
|
1091
|
+
"optional": true,
|
|
1092
|
+
"os": [
|
|
1093
|
+
"netbsd"
|
|
1094
|
+
],
|
|
1095
|
+
"engines": {
|
|
1096
|
+
"node": ">=16.20.0"
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
"node_modules/@typescript/typescript-openbsd-arm64": {
|
|
1100
|
+
"version": "7.0.2",
|
|
1101
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz",
|
|
1102
|
+
"integrity": "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==",
|
|
1103
|
+
"cpu": [
|
|
1104
|
+
"arm64"
|
|
1105
|
+
],
|
|
1106
|
+
"dev": true,
|
|
1107
|
+
"license": "Apache-2.0",
|
|
1108
|
+
"optional": true,
|
|
1109
|
+
"os": [
|
|
1110
|
+
"openbsd"
|
|
1111
|
+
],
|
|
1112
|
+
"engines": {
|
|
1113
|
+
"node": ">=16.20.0"
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
"node_modules/@typescript/typescript-openbsd-x64": {
|
|
1117
|
+
"version": "7.0.2",
|
|
1118
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz",
|
|
1119
|
+
"integrity": "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==",
|
|
1120
|
+
"cpu": [
|
|
1121
|
+
"x64"
|
|
1122
|
+
],
|
|
1123
|
+
"dev": true,
|
|
1124
|
+
"license": "Apache-2.0",
|
|
1125
|
+
"optional": true,
|
|
1126
|
+
"os": [
|
|
1127
|
+
"openbsd"
|
|
1128
|
+
],
|
|
1129
|
+
"engines": {
|
|
1130
|
+
"node": ">=16.20.0"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"node_modules/@typescript/typescript-sunos-x64": {
|
|
1134
|
+
"version": "7.0.2",
|
|
1135
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz",
|
|
1136
|
+
"integrity": "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==",
|
|
1137
|
+
"cpu": [
|
|
1138
|
+
"x64"
|
|
1139
|
+
],
|
|
1140
|
+
"dev": true,
|
|
1141
|
+
"license": "Apache-2.0",
|
|
1142
|
+
"optional": true,
|
|
1143
|
+
"os": [
|
|
1144
|
+
"sunos"
|
|
1145
|
+
],
|
|
1146
|
+
"engines": {
|
|
1147
|
+
"node": ">=16.20.0"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
"node_modules/@typescript/typescript-win32-arm64": {
|
|
1151
|
+
"version": "7.0.2",
|
|
1152
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz",
|
|
1153
|
+
"integrity": "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==",
|
|
1154
|
+
"cpu": [
|
|
1155
|
+
"arm64"
|
|
1156
|
+
],
|
|
1157
|
+
"dev": true,
|
|
1158
|
+
"license": "Apache-2.0",
|
|
1159
|
+
"optional": true,
|
|
1160
|
+
"os": [
|
|
1161
|
+
"win32"
|
|
1162
|
+
],
|
|
1163
|
+
"engines": {
|
|
1164
|
+
"node": ">=16.20.0"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"node_modules/@typescript/typescript-win32-x64": {
|
|
1168
|
+
"version": "7.0.2",
|
|
1169
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz",
|
|
1170
|
+
"integrity": "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==",
|
|
1171
|
+
"cpu": [
|
|
1172
|
+
"x64"
|
|
1173
|
+
],
|
|
1174
|
+
"dev": true,
|
|
1175
|
+
"license": "Apache-2.0",
|
|
1176
|
+
"optional": true,
|
|
1177
|
+
"os": [
|
|
1178
|
+
"win32"
|
|
1179
|
+
],
|
|
1180
|
+
"engines": {
|
|
1181
|
+
"node": ">=16.20.0"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1045
1184
|
"node_modules/@vitest/expect": {
|
|
1046
|
-
"version": "4.1.
|
|
1047
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
1048
|
-
"integrity": "sha512-
|
|
1185
|
+
"version": "4.1.11",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
|
|
1187
|
+
"integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
|
|
1049
1188
|
"dev": true,
|
|
1050
1189
|
"license": "MIT",
|
|
1051
1190
|
"dependencies": {
|
|
1052
1191
|
"@standard-schema/spec": "^1.1.0",
|
|
1053
1192
|
"@types/chai": "^5.2.2",
|
|
1054
|
-
"@vitest/spy": "4.1.
|
|
1055
|
-
"@vitest/utils": "4.1.
|
|
1193
|
+
"@vitest/spy": "4.1.11",
|
|
1194
|
+
"@vitest/utils": "4.1.11",
|
|
1056
1195
|
"chai": "^6.2.2",
|
|
1057
1196
|
"tinyrainbow": "^3.1.0"
|
|
1058
1197
|
},
|
|
@@ -1061,13 +1200,13 @@
|
|
|
1061
1200
|
}
|
|
1062
1201
|
},
|
|
1063
1202
|
"node_modules/@vitest/mocker": {
|
|
1064
|
-
"version": "4.1.
|
|
1065
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
1066
|
-
"integrity": "sha512-
|
|
1203
|
+
"version": "4.1.11",
|
|
1204
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
|
|
1205
|
+
"integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
|
|
1067
1206
|
"dev": true,
|
|
1068
1207
|
"license": "MIT",
|
|
1069
1208
|
"dependencies": {
|
|
1070
|
-
"@vitest/spy": "4.1.
|
|
1209
|
+
"@vitest/spy": "4.1.11",
|
|
1071
1210
|
"estree-walker": "^3.0.3",
|
|
1072
1211
|
"magic-string": "^0.30.21"
|
|
1073
1212
|
},
|
|
@@ -1088,9 +1227,9 @@
|
|
|
1088
1227
|
}
|
|
1089
1228
|
},
|
|
1090
1229
|
"node_modules/@vitest/pretty-format": {
|
|
1091
|
-
"version": "4.1.
|
|
1092
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
1093
|
-
"integrity": "sha512-
|
|
1230
|
+
"version": "4.1.11",
|
|
1231
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
|
|
1232
|
+
"integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
|
|
1094
1233
|
"dev": true,
|
|
1095
1234
|
"license": "MIT",
|
|
1096
1235
|
"dependencies": {
|
|
@@ -1101,13 +1240,13 @@
|
|
|
1101
1240
|
}
|
|
1102
1241
|
},
|
|
1103
1242
|
"node_modules/@vitest/runner": {
|
|
1104
|
-
"version": "4.1.
|
|
1105
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
1106
|
-
"integrity": "sha512-
|
|
1243
|
+
"version": "4.1.11",
|
|
1244
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
|
|
1245
|
+
"integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
|
|
1107
1246
|
"dev": true,
|
|
1108
1247
|
"license": "MIT",
|
|
1109
1248
|
"dependencies": {
|
|
1110
|
-
"@vitest/utils": "4.1.
|
|
1249
|
+
"@vitest/utils": "4.1.11",
|
|
1111
1250
|
"pathe": "^2.0.3"
|
|
1112
1251
|
},
|
|
1113
1252
|
"funding": {
|
|
@@ -1115,14 +1254,14 @@
|
|
|
1115
1254
|
}
|
|
1116
1255
|
},
|
|
1117
1256
|
"node_modules/@vitest/snapshot": {
|
|
1118
|
-
"version": "4.1.
|
|
1119
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
1120
|
-
"integrity": "sha512-
|
|
1257
|
+
"version": "4.1.11",
|
|
1258
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
|
|
1259
|
+
"integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
|
|
1121
1260
|
"dev": true,
|
|
1122
1261
|
"license": "MIT",
|
|
1123
1262
|
"dependencies": {
|
|
1124
|
-
"@vitest/pretty-format": "4.1.
|
|
1125
|
-
"@vitest/utils": "4.1.
|
|
1263
|
+
"@vitest/pretty-format": "4.1.11",
|
|
1264
|
+
"@vitest/utils": "4.1.11",
|
|
1126
1265
|
"magic-string": "^0.30.21",
|
|
1127
1266
|
"pathe": "^2.0.3"
|
|
1128
1267
|
},
|
|
@@ -1131,9 +1270,9 @@
|
|
|
1131
1270
|
}
|
|
1132
1271
|
},
|
|
1133
1272
|
"node_modules/@vitest/spy": {
|
|
1134
|
-
"version": "4.1.
|
|
1135
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
1136
|
-
"integrity": "sha512-
|
|
1273
|
+
"version": "4.1.11",
|
|
1274
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
|
|
1275
|
+
"integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
|
|
1137
1276
|
"dev": true,
|
|
1138
1277
|
"license": "MIT",
|
|
1139
1278
|
"funding": {
|
|
@@ -1141,13 +1280,13 @@
|
|
|
1141
1280
|
}
|
|
1142
1281
|
},
|
|
1143
1282
|
"node_modules/@vitest/utils": {
|
|
1144
|
-
"version": "4.1.
|
|
1145
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
1146
|
-
"integrity": "sha512-
|
|
1283
|
+
"version": "4.1.11",
|
|
1284
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
|
|
1285
|
+
"integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
|
|
1147
1286
|
"dev": true,
|
|
1148
1287
|
"license": "MIT",
|
|
1149
1288
|
"dependencies": {
|
|
1150
|
-
"@vitest/pretty-format": "4.1.
|
|
1289
|
+
"@vitest/pretty-format": "4.1.11",
|
|
1151
1290
|
"convert-source-map": "^2.0.0",
|
|
1152
1291
|
"tinyrainbow": "^3.1.0"
|
|
1153
1292
|
},
|
|
@@ -1166,9 +1305,9 @@
|
|
|
1166
1305
|
}
|
|
1167
1306
|
},
|
|
1168
1307
|
"node_modules/bun-types": {
|
|
1169
|
-
"version": "1.
|
|
1170
|
-
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.
|
|
1171
|
-
"integrity": "sha512-
|
|
1308
|
+
"version": "1.4.2",
|
|
1309
|
+
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.4.2.tgz",
|
|
1310
|
+
"integrity": "sha512-bxV1FgK7yBIzjRe5zBozIM4Bem11ZJcCXSrjWRG3YWLt8yFDePu4cLjpebO8OvPeIE9trbyPF4fuj3Cia4Fj3w==",
|
|
1172
1311
|
"dev": true,
|
|
1173
1312
|
"license": "MIT",
|
|
1174
1313
|
"dependencies": {
|
|
@@ -1263,9 +1402,9 @@
|
|
|
1263
1402
|
}
|
|
1264
1403
|
},
|
|
1265
1404
|
"node_modules/lightningcss": {
|
|
1266
|
-
"version": "1.
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.
|
|
1268
|
-
"integrity": "sha512-
|
|
1405
|
+
"version": "1.33.0",
|
|
1406
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
|
|
1407
|
+
"integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
|
|
1269
1408
|
"dev": true,
|
|
1270
1409
|
"license": "MPL-2.0",
|
|
1271
1410
|
"dependencies": {
|
|
@@ -1279,23 +1418,23 @@
|
|
|
1279
1418
|
"url": "https://opencollective.com/parcel"
|
|
1280
1419
|
},
|
|
1281
1420
|
"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.
|
|
1421
|
+
"lightningcss-android-arm64": "1.33.0",
|
|
1422
|
+
"lightningcss-darwin-arm64": "1.33.0",
|
|
1423
|
+
"lightningcss-darwin-x64": "1.33.0",
|
|
1424
|
+
"lightningcss-freebsd-x64": "1.33.0",
|
|
1425
|
+
"lightningcss-linux-arm-gnueabihf": "1.33.0",
|
|
1426
|
+
"lightningcss-linux-arm64-gnu": "1.33.0",
|
|
1427
|
+
"lightningcss-linux-arm64-musl": "1.33.0",
|
|
1428
|
+
"lightningcss-linux-x64-gnu": "1.33.0",
|
|
1429
|
+
"lightningcss-linux-x64-musl": "1.33.0",
|
|
1430
|
+
"lightningcss-win32-arm64-msvc": "1.33.0",
|
|
1431
|
+
"lightningcss-win32-x64-msvc": "1.33.0"
|
|
1293
1432
|
}
|
|
1294
1433
|
},
|
|
1295
1434
|
"node_modules/lightningcss-android-arm64": {
|
|
1296
|
-
"version": "1.
|
|
1297
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.
|
|
1298
|
-
"integrity": "sha512-
|
|
1435
|
+
"version": "1.33.0",
|
|
1436
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
|
|
1437
|
+
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
|
|
1299
1438
|
"cpu": [
|
|
1300
1439
|
"arm64"
|
|
1301
1440
|
],
|
|
@@ -1314,9 +1453,9 @@
|
|
|
1314
1453
|
}
|
|
1315
1454
|
},
|
|
1316
1455
|
"node_modules/lightningcss-darwin-arm64": {
|
|
1317
|
-
"version": "1.
|
|
1318
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.
|
|
1319
|
-
"integrity": "sha512-
|
|
1456
|
+
"version": "1.33.0",
|
|
1457
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
|
|
1458
|
+
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
|
|
1320
1459
|
"cpu": [
|
|
1321
1460
|
"arm64"
|
|
1322
1461
|
],
|
|
@@ -1335,9 +1474,9 @@
|
|
|
1335
1474
|
}
|
|
1336
1475
|
},
|
|
1337
1476
|
"node_modules/lightningcss-darwin-x64": {
|
|
1338
|
-
"version": "1.
|
|
1339
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.
|
|
1340
|
-
"integrity": "sha512-
|
|
1477
|
+
"version": "1.33.0",
|
|
1478
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
|
|
1479
|
+
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
|
|
1341
1480
|
"cpu": [
|
|
1342
1481
|
"x64"
|
|
1343
1482
|
],
|
|
@@ -1356,9 +1495,9 @@
|
|
|
1356
1495
|
}
|
|
1357
1496
|
},
|
|
1358
1497
|
"node_modules/lightningcss-freebsd-x64": {
|
|
1359
|
-
"version": "1.
|
|
1360
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.
|
|
1361
|
-
"integrity": "sha512-
|
|
1498
|
+
"version": "1.33.0",
|
|
1499
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
|
|
1500
|
+
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
|
|
1362
1501
|
"cpu": [
|
|
1363
1502
|
"x64"
|
|
1364
1503
|
],
|
|
@@ -1377,9 +1516,9 @@
|
|
|
1377
1516
|
}
|
|
1378
1517
|
},
|
|
1379
1518
|
"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-
|
|
1519
|
+
"version": "1.33.0",
|
|
1520
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
|
|
1521
|
+
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
|
|
1383
1522
|
"cpu": [
|
|
1384
1523
|
"arm"
|
|
1385
1524
|
],
|
|
@@ -1398,9 +1537,9 @@
|
|
|
1398
1537
|
}
|
|
1399
1538
|
},
|
|
1400
1539
|
"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-
|
|
1540
|
+
"version": "1.33.0",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
|
|
1542
|
+
"integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
|
|
1404
1543
|
"cpu": [
|
|
1405
1544
|
"arm64"
|
|
1406
1545
|
],
|
|
@@ -1419,9 +1558,9 @@
|
|
|
1419
1558
|
}
|
|
1420
1559
|
},
|
|
1421
1560
|
"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-
|
|
1561
|
+
"version": "1.33.0",
|
|
1562
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
|
|
1563
|
+
"integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
|
|
1425
1564
|
"cpu": [
|
|
1426
1565
|
"arm64"
|
|
1427
1566
|
],
|
|
@@ -1440,9 +1579,9 @@
|
|
|
1440
1579
|
}
|
|
1441
1580
|
},
|
|
1442
1581
|
"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-
|
|
1582
|
+
"version": "1.33.0",
|
|
1583
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
|
|
1584
|
+
"integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
|
|
1446
1585
|
"cpu": [
|
|
1447
1586
|
"x64"
|
|
1448
1587
|
],
|
|
@@ -1461,9 +1600,9 @@
|
|
|
1461
1600
|
}
|
|
1462
1601
|
},
|
|
1463
1602
|
"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-
|
|
1603
|
+
"version": "1.33.0",
|
|
1604
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
|
|
1605
|
+
"integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
|
|
1467
1606
|
"cpu": [
|
|
1468
1607
|
"x64"
|
|
1469
1608
|
],
|
|
@@ -1482,9 +1621,9 @@
|
|
|
1482
1621
|
}
|
|
1483
1622
|
},
|
|
1484
1623
|
"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-
|
|
1624
|
+
"version": "1.33.0",
|
|
1625
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
|
|
1626
|
+
"integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
|
|
1488
1627
|
"cpu": [
|
|
1489
1628
|
"arm64"
|
|
1490
1629
|
],
|
|
@@ -1503,9 +1642,9 @@
|
|
|
1503
1642
|
}
|
|
1504
1643
|
},
|
|
1505
1644
|
"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-
|
|
1645
|
+
"version": "1.33.0",
|
|
1646
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
|
|
1647
|
+
"integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
|
|
1509
1648
|
"cpu": [
|
|
1510
1649
|
"x64"
|
|
1511
1650
|
],
|
|
@@ -1534,9 +1673,9 @@
|
|
|
1534
1673
|
}
|
|
1535
1674
|
},
|
|
1536
1675
|
"node_modules/nanoid": {
|
|
1537
|
-
"version": "3.3.
|
|
1538
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
1539
|
-
"integrity": "sha512-
|
|
1676
|
+
"version": "3.3.18",
|
|
1677
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
|
1678
|
+
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
|
1540
1679
|
"dev": true,
|
|
1541
1680
|
"funding": [
|
|
1542
1681
|
{
|
|
@@ -1578,9 +1717,9 @@
|
|
|
1578
1717
|
"license": "ISC"
|
|
1579
1718
|
},
|
|
1580
1719
|
"node_modules/picomatch": {
|
|
1581
|
-
"version": "4.0.
|
|
1582
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
1583
|
-
"integrity": "sha512-
|
|
1720
|
+
"version": "4.0.7",
|
|
1721
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
|
|
1722
|
+
"integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
|
|
1584
1723
|
"license": "MIT",
|
|
1585
1724
|
"engines": {
|
|
1586
1725
|
"node": ">=12"
|
|
@@ -1590,9 +1729,9 @@
|
|
|
1590
1729
|
}
|
|
1591
1730
|
},
|
|
1592
1731
|
"node_modules/postcss": {
|
|
1593
|
-
"version": "8.5.
|
|
1594
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
1595
|
-
"integrity": "sha512-
|
|
1732
|
+
"version": "8.5.26",
|
|
1733
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
|
|
1734
|
+
"integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
|
|
1596
1735
|
"dev": true,
|
|
1597
1736
|
"funding": [
|
|
1598
1737
|
{
|
|
@@ -1610,7 +1749,7 @@
|
|
|
1610
1749
|
],
|
|
1611
1750
|
"license": "MIT",
|
|
1612
1751
|
"dependencies": {
|
|
1613
|
-
"nanoid": "^3.3.
|
|
1752
|
+
"nanoid": "^3.3.17",
|
|
1614
1753
|
"picocolors": "^1.1.1",
|
|
1615
1754
|
"source-map-js": "^1.2.1"
|
|
1616
1755
|
},
|
|
@@ -1619,13 +1758,13 @@
|
|
|
1619
1758
|
}
|
|
1620
1759
|
},
|
|
1621
1760
|
"node_modules/rolldown": {
|
|
1622
|
-
"version": "1.
|
|
1623
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.
|
|
1624
|
-
"integrity": "sha512-
|
|
1761
|
+
"version": "1.2.5",
|
|
1762
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz",
|
|
1763
|
+
"integrity": "sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==",
|
|
1625
1764
|
"dev": true,
|
|
1626
1765
|
"license": "MIT",
|
|
1627
1766
|
"dependencies": {
|
|
1628
|
-
"@oxc-project/types": "=0.
|
|
1767
|
+
"@oxc-project/types": "=0.146.0",
|
|
1629
1768
|
"@rolldown/pluginutils": "^1.0.0"
|
|
1630
1769
|
},
|
|
1631
1770
|
"bin": {
|
|
@@ -1635,21 +1774,21 @@
|
|
|
1635
1774
|
"node": "^20.19.0 || >=22.12.0"
|
|
1636
1775
|
},
|
|
1637
1776
|
"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.
|
|
1777
|
+
"@rolldown/binding-android-arm-eabi": "1.2.5",
|
|
1778
|
+
"@rolldown/binding-android-arm64": "1.2.5",
|
|
1779
|
+
"@rolldown/binding-darwin-arm64": "1.2.5",
|
|
1780
|
+
"@rolldown/binding-darwin-x64": "1.2.5",
|
|
1781
|
+
"@rolldown/binding-freebsd-x64": "1.2.5",
|
|
1782
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.2.5",
|
|
1783
|
+
"@rolldown/binding-linux-arm64-gnu": "1.2.5",
|
|
1784
|
+
"@rolldown/binding-linux-arm64-musl": "1.2.5",
|
|
1785
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.2.5",
|
|
1786
|
+
"@rolldown/binding-linux-s390x-gnu": "1.2.5",
|
|
1787
|
+
"@rolldown/binding-linux-x64-gnu": "1.2.5",
|
|
1788
|
+
"@rolldown/binding-linux-x64-musl": "1.2.5",
|
|
1789
|
+
"@rolldown/binding-openharmony-arm64": "1.2.5",
|
|
1790
|
+
"@rolldown/binding-win32-arm64-msvc": "1.2.5",
|
|
1791
|
+
"@rolldown/binding-win32-x64-msvc": "1.2.5"
|
|
1653
1792
|
}
|
|
1654
1793
|
},
|
|
1655
1794
|
"node_modules/siginfo": {
|
|
@@ -1718,55 +1857,68 @@
|
|
|
1718
1857
|
}
|
|
1719
1858
|
},
|
|
1720
1859
|
"node_modules/tinyrainbow": {
|
|
1721
|
-
"version": "3.1.
|
|
1722
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.
|
|
1723
|
-
"integrity": "sha512-
|
|
1860
|
+
"version": "3.1.1",
|
|
1861
|
+
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
|
|
1862
|
+
"integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
|
|
1724
1863
|
"dev": true,
|
|
1725
1864
|
"license": "MIT",
|
|
1726
1865
|
"engines": {
|
|
1727
1866
|
"node": ">=14.0.0"
|
|
1728
1867
|
}
|
|
1729
1868
|
},
|
|
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
1869
|
"node_modules/typescript": {
|
|
1739
|
-
"version": "
|
|
1740
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-
|
|
1741
|
-
"integrity": "sha512-
|
|
1870
|
+
"version": "7.0.2",
|
|
1871
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
|
|
1872
|
+
"integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
|
|
1742
1873
|
"dev": true,
|
|
1743
1874
|
"license": "Apache-2.0",
|
|
1744
1875
|
"bin": {
|
|
1745
|
-
"tsc": "bin/tsc"
|
|
1746
|
-
"tsserver": "bin/tsserver"
|
|
1876
|
+
"tsc": "bin/tsc"
|
|
1747
1877
|
},
|
|
1748
1878
|
"engines": {
|
|
1749
|
-
"node": ">=
|
|
1879
|
+
"node": ">=16.20.0"
|
|
1880
|
+
},
|
|
1881
|
+
"optionalDependencies": {
|
|
1882
|
+
"@typescript/typescript-aix-ppc64": "7.0.2",
|
|
1883
|
+
"@typescript/typescript-darwin-arm64": "7.0.2",
|
|
1884
|
+
"@typescript/typescript-darwin-x64": "7.0.2",
|
|
1885
|
+
"@typescript/typescript-freebsd-arm64": "7.0.2",
|
|
1886
|
+
"@typescript/typescript-freebsd-x64": "7.0.2",
|
|
1887
|
+
"@typescript/typescript-linux-arm": "7.0.2",
|
|
1888
|
+
"@typescript/typescript-linux-arm64": "7.0.2",
|
|
1889
|
+
"@typescript/typescript-linux-loong64": "7.0.2",
|
|
1890
|
+
"@typescript/typescript-linux-mips64el": "7.0.2",
|
|
1891
|
+
"@typescript/typescript-linux-ppc64": "7.0.2",
|
|
1892
|
+
"@typescript/typescript-linux-riscv64": "7.0.2",
|
|
1893
|
+
"@typescript/typescript-linux-s390x": "7.0.2",
|
|
1894
|
+
"@typescript/typescript-linux-x64": "7.0.2",
|
|
1895
|
+
"@typescript/typescript-netbsd-arm64": "7.0.2",
|
|
1896
|
+
"@typescript/typescript-netbsd-x64": "7.0.2",
|
|
1897
|
+
"@typescript/typescript-openbsd-arm64": "7.0.2",
|
|
1898
|
+
"@typescript/typescript-openbsd-x64": "7.0.2",
|
|
1899
|
+
"@typescript/typescript-sunos-x64": "7.0.2",
|
|
1900
|
+
"@typescript/typescript-win32-arm64": "7.0.2",
|
|
1901
|
+
"@typescript/typescript-win32-x64": "7.0.2"
|
|
1750
1902
|
}
|
|
1751
1903
|
},
|
|
1752
1904
|
"node_modules/undici-types": {
|
|
1753
|
-
"version": "
|
|
1754
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
1755
|
-
"integrity": "sha512-
|
|
1905
|
+
"version": "8.3.0",
|
|
1906
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
1907
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
1756
1908
|
"dev": true,
|
|
1757
1909
|
"license": "MIT"
|
|
1758
1910
|
},
|
|
1759
1911
|
"node_modules/vite": {
|
|
1760
|
-
"version": "8.
|
|
1761
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.
|
|
1762
|
-
"integrity": "sha512-
|
|
1912
|
+
"version": "8.2.2",
|
|
1913
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
|
|
1914
|
+
"integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
|
|
1763
1915
|
"dev": true,
|
|
1764
1916
|
"license": "MIT",
|
|
1765
1917
|
"dependencies": {
|
|
1766
|
-
"lightningcss": "^1.
|
|
1767
|
-
"picomatch": "^4.0.
|
|
1768
|
-
"postcss": "^8.5.
|
|
1769
|
-
"rolldown": "1.
|
|
1918
|
+
"lightningcss": "^1.33.0",
|
|
1919
|
+
"picomatch": "^4.0.5",
|
|
1920
|
+
"postcss": "^8.5.26",
|
|
1921
|
+
"rolldown": "~1.2.4",
|
|
1770
1922
|
"tinyglobby": "^0.2.17"
|
|
1771
1923
|
},
|
|
1772
1924
|
"bin": {
|
|
@@ -1783,7 +1935,7 @@
|
|
|
1783
1935
|
},
|
|
1784
1936
|
"peerDependencies": {
|
|
1785
1937
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
1786
|
-
"@vitejs/devtools": "^0.
|
|
1938
|
+
"@vitejs/devtools": "^0.4.0 || ^0.5.0",
|
|
1787
1939
|
"esbuild": "^0.27.0 || ^0.28.0",
|
|
1788
1940
|
"jiti": ">=1.21.0",
|
|
1789
1941
|
"less": "^4.0.0",
|
|
@@ -1835,19 +1987,19 @@
|
|
|
1835
1987
|
}
|
|
1836
1988
|
},
|
|
1837
1989
|
"node_modules/vitest": {
|
|
1838
|
-
"version": "4.1.
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
1840
|
-
"integrity": "sha512-
|
|
1990
|
+
"version": "4.1.11",
|
|
1991
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
|
|
1992
|
+
"integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
|
|
1841
1993
|
"dev": true,
|
|
1842
1994
|
"license": "MIT",
|
|
1843
1995
|
"dependencies": {
|
|
1844
|
-
"@vitest/expect": "4.1.
|
|
1845
|
-
"@vitest/mocker": "4.1.
|
|
1846
|
-
"@vitest/pretty-format": "4.1.
|
|
1847
|
-
"@vitest/runner": "4.1.
|
|
1848
|
-
"@vitest/snapshot": "4.1.
|
|
1849
|
-
"@vitest/spy": "4.1.
|
|
1850
|
-
"@vitest/utils": "4.1.
|
|
1996
|
+
"@vitest/expect": "4.1.11",
|
|
1997
|
+
"@vitest/mocker": "4.1.11",
|
|
1998
|
+
"@vitest/pretty-format": "4.1.11",
|
|
1999
|
+
"@vitest/runner": "4.1.11",
|
|
2000
|
+
"@vitest/snapshot": "4.1.11",
|
|
2001
|
+
"@vitest/spy": "4.1.11",
|
|
2002
|
+
"@vitest/utils": "4.1.11",
|
|
1851
2003
|
"es-module-lexer": "^2.0.0",
|
|
1852
2004
|
"expect-type": "^1.3.0",
|
|
1853
2005
|
"magic-string": "^0.30.21",
|
|
@@ -1875,12 +2027,12 @@
|
|
|
1875
2027
|
"@edge-runtime/vm": "*",
|
|
1876
2028
|
"@opentelemetry/api": "^1.9.0",
|
|
1877
2029
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
1878
|
-
"@vitest/browser-playwright": "4.1.
|
|
1879
|
-
"@vitest/browser-preview": "4.1.
|
|
1880
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
1881
|
-
"@vitest/coverage-istanbul": "4.1.
|
|
1882
|
-
"@vitest/coverage-v8": "4.1.
|
|
1883
|
-
"@vitest/ui": "4.1.
|
|
2030
|
+
"@vitest/browser-playwright": "4.1.11",
|
|
2031
|
+
"@vitest/browser-preview": "4.1.11",
|
|
2032
|
+
"@vitest/browser-webdriverio": "4.1.11",
|
|
2033
|
+
"@vitest/coverage-istanbul": "4.1.11",
|
|
2034
|
+
"@vitest/coverage-v8": "4.1.11",
|
|
2035
|
+
"@vitest/ui": "4.1.11",
|
|
1884
2036
|
"happy-dom": "*",
|
|
1885
2037
|
"jsdom": "*",
|
|
1886
2038
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|