oh-my-opencode 5.0.0-beta.3 → 5.0.0-beta.30
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 +44 -16
- package/.agents/skills/publish/SKILL.md +44 -16
- 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/work-with-pr/SKILL.md +37 -23
- package/.opencode/command/publish.md +44 -16
- package/.opencode/skills/work-with-pr/SKILL.md +37 -23
- package/README.ja.md +25 -21
- package/README.ko.md +25 -21
- package/README.md +38 -23
- package/README.ru.md +24 -20
- package/README.zh-cn.md +25 -21
- package/dist/agents/atlas/agent.d.ts +0 -1
- package/dist/agents/sisyphus/grok-4.d.ts +20 -0
- package/dist/agents/sisyphus/index.d.ts +2 -0
- package/dist/agents/sisyphus-agent-config.d.ts +6 -0
- package/dist/agents/sisyphus-agent-factory.d.ts +1 -1
- package/dist/agents/sisyphus-runtime-prompt-reconciler.d.ts +15 -4
- package/dist/agents/types.d.ts +2 -2
- package/dist/cli/config-manager/parse-opencode-config-file.d.ts +2 -1
- package/dist/cli/doctor/checks/system-plugin.d.ts +4 -3
- package/dist/cli/fallback-lane-policy.d.ts +1 -0
- package/dist/cli/index.js +22572 -20322
- 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 +22190 -19917
- package/dist/config/schema/commands.d.ts +1 -1
- package/dist/config/schema/hooks.d.ts +1 -1
- package/dist/config/schema/oh-my-opencode-config.d.ts +4 -1
- package/dist/config/schema/ulw-execute.d.ts +5 -0
- package/dist/config/validate.d.ts +2 -0
- package/dist/create-hooks.d.ts +3 -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/ulw-execute.d.ts +1 -0
- package/dist/features/builtin-commands/types.d.ts +1 -1
- package/dist/features/opengateway-provider/index.d.ts +13 -0
- package/dist/features/team-mode/tools/messaging-fallback-wake.d.ts +15 -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/index.d.ts +1 -1
- 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/index.js +12573 -6957
- package/dist/oh-my-opencode.schema.json +15 -2
- package/dist/plugin/chat-message/types.d.ts +3 -3
- 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 -1
- package/dist/plugin/hooks/create-session-hooks.d.ts +2 -2
- package/dist/plugin/hooks/create-transform-hooks.d.ts +2 -0
- package/dist/plugin/messages-transform.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/normalize-sdk-response.d.ts +1 -0
- 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/coding-agent-sessions/AGENTS.md +62 -0
- package/dist/skills/coding-agent-sessions/SKILL.md +3 -2
- package/dist/skills/coding-agent-sessions/references/all-platforms.md +1 -1
- package/dist/skills/coding-agent-sessions/references/senpi.md +4 -4
- package/dist/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +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 +2 -0
- package/dist/skills/debugging/references/methodology/00-setup.md +12 -0
- package/dist/skills/debugging/references/methodology/02-investigate.md +21 -0
- 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/frontend/SKILL.md +11 -7
- package/dist/skills/frontend/references/design/_INDEX.md +1 -0
- package/dist/skills/frontend/references/design/print-paged-media.md +76 -0
- package/dist/skills/frontend/references/design/stylegallery.md +80 -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/review-work/SKILL.md +3 -3
- package/dist/skills/ultimate-browsing/ATTRIBUTION.md +37 -10
- package/dist/skills/ultimate-browsing/SKILL.md +2 -0
- package/dist/skills/ultimate-browsing/engine/AGENTS.md +179 -0
- package/dist/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/dist/skills/ultimate-browsing/references/chrome-stealth.md +13 -11
- package/dist/skills/{start-work → ulw-execute}/SKILL.md +9 -8
- package/dist/skills/ulw-plan/SKILL.md +6 -6
- package/dist/skills/ulw-plan/references/full-workflow.md +31 -7
- package/dist/skills/ulw-plan/references/intent-clear.md +2 -1
- package/dist/skills/ulw-plan/references/intent-unclear.md +5 -5
- package/dist/skills/ulw-research/SKILL.md +4 -2
- package/dist/skills/visual-qa/AGENTS.md +58 -0
- package/dist/skills/visual-qa/SKILL.md +3 -2
- package/dist/tools/delegate-task/builtin-categories.d.ts +1 -0
- package/dist/tools/delegate-task/builtin-category-definition.d.ts +1 -0
- package/dist/tools/delegate-task/tool-description.d.ts +3 -1
- package/dist/tools/delegate-task/types.d.ts +3 -0
- package/dist/tui.d.ts +12 -0
- package/dist/tui.js +11480 -11512
- package/package.json +42 -36
- package/packages/git-bash-mcp/dist/cli.js +5 -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 +44 -0
- package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +0 -28
- package/packages/lsp-core/src/lsp/client-wrapper-outside-cwd.test.ts +78 -0
- package/packages/lsp-core/src/lsp/client-wrapper.test.ts +66 -13
- package/packages/lsp-core/src/lsp/client-wrapper.ts +95 -23
- package/packages/lsp-core/src/lsp/client.ts +26 -0
- package/packages/lsp-core/src/lsp/connection.ts +16 -0
- package/packages/lsp-core/src/lsp/constants.ts +1 -0
- 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/manager-max-clients.test.ts +151 -0
- package/packages/lsp-core/src/lsp/manager.ts +34 -1
- 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/transport.ts +9 -0
- package/packages/lsp-core/src/lsp/types.ts +8 -0
- package/packages/lsp-core/src/lsp/workspace-edit-adversarial.test.ts +20 -1
- package/packages/lsp-core/src/lsp/workspace-markers.ts +1 -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/diagnostics.ts +3 -3
- 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/navigation.ts +4 -2
- package/packages/lsp-core/src/tools/rename.ts +4 -2
- package/packages/lsp-core/src/tools/symbols.ts +1 -1
- package/packages/lsp-core/src/tools/types.ts +10 -0
- package/packages/lsp-daemon/dist/cli.js +645 -296
- package/packages/lsp-daemon/dist/client.d.ts +10 -0
- package/packages/lsp-daemon/dist/client.js +605 -253
- 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.js +1 -0
- package/packages/lsp-daemon/dist/index.js +609 -262
- 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 +564 -217
- package/packages/lsp-tools-mcp/dist/lsp/manager.js +115 -92
- package/packages/lsp-tools-mcp/dist/mcp.js +566 -219
- package/packages/lsp-tools-mcp/dist/request-context.js +12 -13
- package/packages/lsp-tools-mcp/dist/tools.js +571 -227
- package/packages/omo-codex/THIRD-PARTY-NOTICES.md +4 -4
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +4 -4
- package/packages/omo-codex/plugin/AGENTS.md +47 -0
- package/packages/omo-codex/plugin/README.md +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +34 -33
- 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/codegraph/dist/cli.js +293 -116
- package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +245 -84
- package/packages/omo-codex/plugin/components/codegraph/package.json +4 -4
- package/packages/omo-codex/plugin/components/codegraph/src/mcp-bridge.ts +1 -0
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-hook-runtime.ts +1 -0
- 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/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/git-bash/package.json +3 -4
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/biome.json +2 -2
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/cli.js +1 -5
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/codex-hook.js +1 -5
- 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 +1 -5
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/codex-hook.test.ts +4 -21
- 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 +596 -267
- 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/biome.json +2 -2
- package/packages/omo-codex/plugin/components/rules/dist/cli.js +60 -45
- 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 +9 -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 +1 -2
- 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 +5 -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 +3 -9
- 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 +2463 -437
- package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +2467 -441
- 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 +5 -0
- package/packages/omo-codex/plugin/components/ultrawork/biome.json +2 -2
- package/packages/omo-codex/plugin/components/ultrawork/directive.md +13 -1
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +5 -5
- package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +13 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +6 -6
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +31 -7
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-clear.md +2 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +5 -5
- 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/skill-pointer.test.ts +0 -2
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/AGENTS.md +5 -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 +5 -5
- 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 +6 -6
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/dist/cli.js +12 -12
- package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +28 -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 +3 -3
- 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}/test/boulder-reader.test.ts +3 -3
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/cli.test.ts +1 -4
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/codex-hook.test.ts +8 -22
- package/packages/omo-codex/plugin/components/ulw-loop/AGENTS.md +16 -0
- package/packages/omo-codex/plugin/components/ulw-loop/CHANGELOG.md +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/biome.json +2 -2
- package/packages/omo-codex/plugin/components/ulw-loop/directive.md +13 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-commands.js +5 -1
- 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 +11 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +24 -14
- package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.js +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/paths.js +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/stop-resume-hook.js +3 -3
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +5 -5
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +3 -2
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/define-goal.md +108 -0
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-commands.ts +5 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-output.ts +13 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli.ts +3 -5
- package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-snapshot.ts +3 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/codex-hook.ts +3 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/paths.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/stop-resume-hook.ts +3 -3
- package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-continuation.test.ts +0 -1
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-create-goals.test.ts +25 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-entrypoint.test.ts +26 -2
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-instruction.test.ts +2 -2
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-snapshot.test.ts +18 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-hook.test.ts +0 -3
- 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/steering.test.ts +8 -5
- 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/ultrawork-directive.test.ts +4 -5
- 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-codegraph-init-guidance.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/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-checking-codegraph-bootstrap.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-checking-ulw-execute-continuation.json +17 -0
- 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 +3 -3
- package/packages/omo-codex/plugin/package-lock.json +681 -395
- package/packages/omo-codex/plugin/package.json +2 -2
- package/packages/omo-codex/plugin/scripts/AGENTS.md +40 -0
- package/packages/omo-codex/plugin/scripts/auto-update-plan.mjs +1 -1
- package/packages/omo-codex/plugin/scripts/migrate-codex-config/catalog.mjs +3 -3
- package/packages/omo-codex/plugin/scripts/sync-skills.mjs +11 -11
- package/packages/omo-codex/plugin/shared/package.json +3 -4
- package/packages/omo-codex/plugin/skills/ast-grep/AGENTS.md +51 -0
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/AGENTS.md +62 -0
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +3 -2
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/all-platforms.md +1 -1
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/senpi.md +4 -4
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +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 +2 -0
- 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 +21 -0
- 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/frontend/SKILL.md +11 -7
- package/packages/omo-codex/plugin/skills/frontend/references/design/_INDEX.md +1 -0
- package/packages/omo-codex/plugin/skills/frontend/references/design/print-paged-media.md +76 -0
- package/packages/omo-codex/plugin/skills/frontend/references/design/stylegallery.md +80 -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/review-work/SKILL.md +4 -4
- package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +37 -10
- package/packages/omo-codex/plugin/skills/ultimate-browsing/SKILL.md +2 -0
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/AGENTS.md +179 -0
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/packages/omo-codex/plugin/skills/ultimate-browsing/references/chrome-stealth.md +13 -11
- package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +13 -1
- package/packages/omo-codex/plugin/skills/{start-work → ulw-execute}/SKILL.md +12 -11
- package/packages/omo-codex/plugin/skills/ulw-execute/agents/openai.yaml +2 -0
- package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +3 -2
- package/packages/omo-codex/plugin/skills/ulw-loop/references/define-goal.md +108 -0
- package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +1 -0
- package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +6 -6
- package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +31 -7
- package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-clear.md +2 -1
- package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +5 -5
- package/packages/omo-codex/plugin/skills/ulw-research/SKILL.md +4 -2
- package/packages/omo-codex/plugin/skills/visual-qa/AGENTS.md +58 -0
- package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +3 -2
- 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 +8 -28
- package/packages/omo-codex/plugin/test/aggregate-manifest.test.mjs +1 -1
- package/packages/omo-codex/plugin/test/aggregate-model-catalog.test.mjs +1 -1
- 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 +2 -2
- 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 -1
- package/packages/omo-codex/plugin/test/component-hook-contract-cases.mjs +2 -2
- package/packages/omo-codex/plugin/test/hook-status-message.test.mjs +4 -4
- package/packages/omo-codex/plugin/test/lcx-contribute-bug-fix-template.test.mjs +21 -27
- package/packages/omo-codex/plugin/test/migrate-codex-config.test.mjs +8 -8
- package/packages/omo-codex/plugin/test/scaffold-plan.test.mjs +0 -36
- package/packages/omo-codex/plugin/test/sync-skills-codex-compatibility.test.mjs +101 -0
- package/packages/omo-codex/plugin/test/sync-skills-test-support.mjs +12 -12
- package/packages/omo-codex/plugin/test/sync-skills.test.mjs +1 -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 +0 -3
- 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/install-config-reasoning.test.mjs +2 -2
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +2637 -549
- package/packages/omo-codex/scripts/install-lazycodex-version-stamp.test.mjs +7 -2
- package/packages/shared-skills/skills/ast-grep/AGENTS.md +51 -0
- package/packages/shared-skills/skills/coding-agent-sessions/AGENTS.md +62 -0
- package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +3 -2
- package/packages/shared-skills/skills/coding-agent-sessions/references/all-platforms.md +1 -1
- package/packages/shared-skills/skills/coding-agent-sessions/references/senpi.md +4 -4
- package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +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 +2 -0
- package/packages/shared-skills/skills/debugging/references/methodology/00-setup.md +12 -0
- package/packages/shared-skills/skills/debugging/references/methodology/02-investigate.md +21 -0
- 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/frontend/SKILL.md +11 -7
- package/packages/shared-skills/skills/frontend/references/design/_INDEX.md +1 -0
- package/packages/shared-skills/skills/frontend/references/design/print-paged-media.md +76 -0
- package/packages/shared-skills/skills/frontend/references/design/stylegallery.md +80 -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/review-work/SKILL.md +3 -3
- package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +37 -10
- package/packages/shared-skills/skills/ultimate-browsing/SKILL.md +2 -0
- package/packages/shared-skills/skills/ultimate-browsing/engine/AGENTS.md +179 -0
- package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/packages/shared-skills/skills/ultimate-browsing/references/chrome-stealth.md +13 -11
- package/packages/shared-skills/skills/{start-work → ulw-execute}/SKILL.md +9 -8
- package/packages/shared-skills/skills/ulw-plan/SKILL.md +6 -6
- package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +31 -7
- package/packages/shared-skills/skills/ulw-plan/references/intent-clear.md +2 -1
- package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +5 -5
- package/packages/shared-skills/skills/ulw-research/SKILL.md +4 -2
- package/packages/shared-skills/skills/visual-qa/AGENTS.md +58 -0
- package/packages/shared-skills/skills/visual-qa/SKILL.md +3 -2
- package/script/qa/web-terminal-visual-qa.mjs +2 -0
- package/script/qa/xterm-live-terminal.mjs +18 -2
- package/dist/config/schema/start-work.d.ts +0 -5
- package/dist/features/builtin-commands/templates/start-work.d.ts +0 -1
- package/dist/hooks/start-work/start-work-hook.d.ts +0 -23
- package/dist/plugin/chat-message/start-work-message.d.ts +0 -5
- 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/tools/call-omo-agent/background-agent-executor.d.ts +0 -5
- package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +0 -28
- 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/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/test/aggregate-skills.test.mjs +0 -92
- 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/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/{start-work-continuation → 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}/src/types.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,243 +1,103 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: data-scientist
|
|
3
|
-
description: "Expert data processing
|
|
3
|
+
description: "Expert data processing with a hybrid engine strategy: resident-kernel engines first - DuckDB plus a resident Python stack (Polars/numpy/matplotlib) in persistent js/py eval kernels where the harness has them, bun/uv one-shots elsewhere - and per-action placement judgment (in-memory vs streaming vs remote-in-place). Triggers: 'analyze the data', 'what is in this CSV/parquet/json', 'summarize this', 'group by', 'filter rows', 'sort by', 'join these files', 'merge datasets', 'time series trend', 'compare yesterday and today', 'distribution/histogram', 'correlation', 'clean duplicates', 'handle missing values', 'dataset larger than RAM', 'SQL query on files', 'DataFrame operations', 'chart/plot this data', DuckDB vs Polars selection, quick data exploration CLI. NOT for plain text/code inspection, configs, or tiny inline math."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Data Scientist:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
##
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
import duckdb
|
|
105
|
-
# Query file directly - no memory load
|
|
106
|
-
result = duckdb.sql("""
|
|
107
|
-
SELECT category, SUM(amount) as total
|
|
108
|
-
FROM 'data.csv'
|
|
109
|
-
GROUP BY category
|
|
110
|
-
""").pl() # .pl() -> Polars via Arrow. Requires pyarrow. Never .df() (pandas).
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
### Polars Lazy Evaluation
|
|
114
|
-
|
|
115
|
-
```python
|
|
116
|
-
import polars as pl
|
|
117
|
-
# Lazy scan - optimizes and executes once
|
|
118
|
-
result = (
|
|
119
|
-
pl.scan_csv('data.csv')
|
|
120
|
-
.filter(pl.col('value') > 100)
|
|
121
|
-
.sort('value', descending=True)
|
|
122
|
-
.collect()
|
|
123
|
-
)
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
### Zero-Copy DuckDB → Polars
|
|
127
|
-
|
|
128
|
-
```python
|
|
129
|
-
import duckdb
|
|
130
|
-
# Direct conversion via Arrow (pyarrow required in the package set)
|
|
131
|
-
df_polars = duckdb.sql("SELECT * FROM 'data.csv'").pl()
|
|
132
|
-
```
|
|
133
|
-
|
|
134
|
-
### Hybrid Approach
|
|
135
|
-
|
|
136
|
-
```python
|
|
137
|
-
import duckdb
|
|
138
|
-
import polars as pl
|
|
139
|
-
|
|
140
|
-
# Phase 1: DuckDB for joins
|
|
141
|
-
joined = duckdb.sql(
|
|
142
|
-
"SELECT * FROM 'orders.csv' o "
|
|
143
|
-
"JOIN 'customers.csv' c ON o.customer_id = c.customer_id"
|
|
144
|
-
).pl()
|
|
145
|
-
|
|
146
|
-
# Phase 2: Polars for filtering
|
|
147
|
-
filtered = joined.filter(pl.col('amount') > 100)
|
|
148
|
-
|
|
149
|
-
# Phase 3: Back to DuckDB for aggregation
|
|
150
|
-
duckdb.register('filtered_data', filtered)
|
|
151
|
-
final = duckdb.sql('SELECT category, SUM(amount) FROM filtered_data GROUP BY category').pl()
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
## Quick Query CLI
|
|
155
|
-
|
|
156
|
-
For ad-hoc data exploration, use the built-in query runner:
|
|
157
|
-
|
|
158
|
-
```bash
|
|
159
|
-
# SQL query (uses DuckDB)
|
|
160
|
-
uv run scripts/quick-query.py data.csv "SELECT category, COUNT(*) FROM data GROUP BY category"
|
|
161
|
-
|
|
162
|
-
# Filter expression — Polars SQL syntax, e.g. "amount > 100" (NOT Python: never passes through eval)
|
|
163
|
-
uv run scripts/quick-query.py data.csv --filter "amount > 100"
|
|
164
|
-
|
|
165
|
-
# Auto-describe (schema + stats)
|
|
166
|
-
uv run scripts/quick-query.py data.parquet --describe
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
Supports CSV, Parquet, JSON, NDJSON. Cross-platform (macOS, Linux, Windows). Excel files are not read directly — export to CSV or Parquet first.
|
|
170
|
-
|
|
171
|
-
## Reference Documentation
|
|
172
|
-
|
|
173
|
-
For detailed guidance, consult these reference files:
|
|
174
|
-
|
|
175
|
-
- **Environment setup per platform**: See [uv-setup.md](references/uv-setup.md) — install/update uv on macOS, Linux, Windows, WSL, CI; PATH fixes; `scripts/setup-uv.sh` / `scripts/setup-uv.ps1` automate it.
|
|
176
|
-
- **Performance benchmarks and operation detection**: See [performance-benchmarks.md](references/performance-benchmarks.md)
|
|
177
|
-
- **Integration patterns and best practices**: See [integration-patterns.md](references/integration-patterns.md)
|
|
178
|
-
- **Execution templates**: See [execution-templates.md](references/execution-templates.md)
|
|
179
|
-
- **Common scenarios**: See [common-scenarios.md](references/common-scenarios.md)
|
|
180
|
-
|
|
181
|
-
## Quality Assurance Process
|
|
182
|
-
|
|
183
|
-
### Before Execution
|
|
184
|
-
1. **Analyze request** → Detect operation types (filter, join, aggregate, etc.)
|
|
185
|
-
2. **Select optimal tool** → Apply decision tree based on detected operations
|
|
186
|
-
3. **Verify approach** → Confirm tool selection matches the benchmark heuristics
|
|
187
|
-
4. **Check package list** → Ensure numpy AND pyarrow are included
|
|
188
|
-
|
|
189
|
-
### During Execution
|
|
190
|
-
1. **Use lazy evaluation** when possible (Polars `scan_*`, DuckDB direct queries)
|
|
191
|
-
2. **Monitor for errors** and have fallback strategy ready
|
|
192
|
-
3. **Provide progress updates** for long operations
|
|
193
|
-
|
|
194
|
-
### After Execution
|
|
195
|
-
1. **Report performance** → Show processing time and row counts
|
|
196
|
-
2. **Validate results** → Confirm output matches expectations
|
|
197
|
-
3. **Document tool choice** → Explain why specific tool was selected
|
|
198
|
-
|
|
199
|
-
## Activation Context
|
|
200
|
-
|
|
201
|
-
**Automatic activation triggers:**
|
|
202
|
-
|
|
203
|
-
### Exploratory Questions
|
|
204
|
-
- "Analyze the data" / "What's in the data" / "What's in this file"
|
|
205
|
-
- "Show me the data" / "Take a look at this file" / "Check the file contents"
|
|
206
|
-
|
|
207
|
-
### Temporal/Historical Analysis
|
|
208
|
-
- "What happened in the past N days?" / "How's last week's data?"
|
|
209
|
-
- "What's the trend for the last 30 days?" / "Compare yesterday and today"
|
|
210
|
-
|
|
211
|
-
### Aggregation/Summary Requests
|
|
212
|
-
- "Summarize this" / "What's the total?" / "What's the average?"
|
|
213
|
-
- "Show by category" / "Show statistics" / "How many?"
|
|
214
|
-
|
|
215
|
-
### Filtering/Search Patterns
|
|
216
|
-
- "Show only above 100" / "Find specific conditions" / "Top 10"
|
|
217
|
-
|
|
218
|
-
### Comparison/Correlation
|
|
219
|
-
- "Compare A and B" / "What's the difference?" / "Is there a correlation?" / "Merge two files"
|
|
220
|
-
|
|
221
|
-
### Transformation/Cleaning
|
|
222
|
-
- "Clean this up" / "Remove duplicates" / "Handle missing values" / "Convert format"
|
|
223
|
-
|
|
224
|
-
### Technical Patterns
|
|
225
|
-
- Working with CSV, Parquet, JSON, NDJSON, or `.duckdb` files
|
|
226
|
-
- File paths ending in `.csv`, `.parquet`, `.json`, `.jsonl`, `.ndjson`, `.tsv`, `.duckdb`
|
|
227
|
-
- Requests involving calculations or aggregations
|
|
228
|
-
- Joining, filtering, sorting, or transforming datasets
|
|
229
|
-
- Processing large datasets that may exceed memory
|
|
230
|
-
- Comparing or analyzing data from multiple sources
|
|
231
|
-
- Performance-critical data operations
|
|
232
|
-
- SQL queries or DataFrame operations mentioned
|
|
233
|
-
|
|
234
|
-
### When NOT to Activate
|
|
235
|
-
- Simple file reading for text/code inspection (use the harness's file-read surface)
|
|
236
|
-
- Non-data files (images, videos, binaries)
|
|
237
|
-
- Configuration files (YAML, TOML, JSON configs) unless specifically for data analysis
|
|
238
|
-
- Small inline calculations (run them directly)
|
|
239
|
-
- Excel files — convert to CSV/Parquet first
|
|
240
|
-
|
|
241
|
-
---
|
|
242
|
-
|
|
243
|
-
**Core execution principle:** Always apply intelligent tool selection based on operation characteristics, never use pandas, and always include numpy and pyarrow in the execution environment.
|
|
6
|
+
# Data Scientist: Hybrid-Engine Data Processing
|
|
7
|
+
|
|
8
|
+
Answer data questions through the cheapest engine and surface that can prove the answer, and
|
|
9
|
+
decide where the computation should live before touching the data.
|
|
10
|
+
|
|
11
|
+
## Execution surfaces: resident kernel first
|
|
12
|
+
|
|
13
|
+
A persistent REPL/eval kernel (many harnesses expose one for JavaScript and Python) is the
|
|
14
|
+
default surface. Reason: each one-shot process pays roughly a second of spawn-plus-import
|
|
15
|
+
overhead and re-scans the input file, while a resident connection amortizes both — after a
|
|
16
|
+
one-time load, repeat queries return in milliseconds. Exploration is repeat queries, so this
|
|
17
|
+
difference dominates the session.
|
|
18
|
+
|
|
19
|
+
1. **JavaScript kernel (Bun)**: run `scripts/ensure-js-deps.sh` once; it prints the absolute
|
|
20
|
+
import path for `@duckdb/node-api`. Dynamic-import it, connect once, query across cells.
|
|
21
|
+
2. **Python kernel**: the default surface for Python work. duckdb/numpy/matplotlib are
|
|
22
|
+
typically resident; Polars and pyarrow come from `scripts/ensure-py-deps.sh`, which
|
|
23
|
+
installs them once into a user cache keyed to the kernel's interpreter —
|
|
24
|
+
`sys.path.insert` the printed directory and import. The interpreter itself is never
|
|
25
|
+
mutated.
|
|
26
|
+
3. **uv lane** (`uv run --with ...`): isolation for a heavy or crash-prone one-shot that
|
|
27
|
+
should not take the kernel down.
|
|
28
|
+
4. **No kernel** (plain-shell harness): the same engines as one-shots — `bun -e` for
|
|
29
|
+
DuckDB-js, `uv run python -c` for the Python stack — batching several questions per
|
|
30
|
+
process.
|
|
31
|
+
|
|
32
|
+
Per-surface patterns and pitfalls: read `references/execution-surfaces.md` before first use.
|
|
33
|
+
|
|
34
|
+
## Engine selection
|
|
35
|
+
|
|
36
|
+
- **DuckDB** for SQL-shaped work: direct file queries, joins, aggregation, subqueries,
|
|
37
|
+
window functions. It queries CSV/Parquet/JSON in place without loading, spills to disk
|
|
38
|
+
past its memory limit, and reads remote files with the same syntax.
|
|
39
|
+
- **Polars** when the pipeline is DataFrame-shaped: expression-chain transforms, reshapes,
|
|
40
|
+
streaming datasets past RAM — resident in the Python kernel via `ensure-py-deps.sh`.
|
|
41
|
+
Read `references/polars-lane.md` — the current 1.x API differs from widely-memorized
|
|
42
|
+
older spellings.
|
|
43
|
+
- **numpy** when numeric work goes beyond SQL/DataFrame aggregation: statistical tests,
|
|
44
|
+
linear algebra, FFT, random sampling.
|
|
45
|
+
- **matplotlib** for every chart — read `references/visualization.md` first; it carries the
|
|
46
|
+
quality bar and a mandatory visual check.
|
|
47
|
+
|
|
48
|
+
Performance folklore ("X is Nx faster at filtering") varies with data shape, cardinality,
|
|
49
|
+
and hardware. When the engine choice materially matters, measure on the actual data instead
|
|
50
|
+
of trusting remembered multipliers.
|
|
51
|
+
|
|
52
|
+
## Placement: decide where the computation lives
|
|
53
|
+
|
|
54
|
+
Probe before you compute — one cell: file size, free RAM, and (when unclear) a row count via
|
|
55
|
+
a direct scan. Then place the work:
|
|
56
|
+
|
|
57
|
+
- **Load into memory** when the working set stays within roughly a quarter of free RAM AND
|
|
58
|
+
the session will run repeated queries: `CREATE TABLE t AS SELECT ...` (or a collected
|
|
59
|
+
DataFrame) once, then iterate. One scan up front converts every later query from a file
|
|
60
|
+
re-scan into milliseconds.
|
|
61
|
+
- **Query in place / stream** when the question is single-pass, or the data exceeds RAM:
|
|
62
|
+
DuckDB reads files directly (`FROM 'data.csv'`); past RAM, cap DuckDB's memory and let it
|
|
63
|
+
spill, or use Polars' streaming engine in the Python kernel. NEVER load a larger-than-RAM
|
|
64
|
+
dataset fully into memory — swapping stalls the whole machine, while streaming merely
|
|
65
|
+
takes longer.
|
|
66
|
+
- **Query remotely, in place** when the data lives elsewhere: DuckDB reads http(s)/S3
|
|
67
|
+
Parquet and CSV with projection and predicate pushdown, so fetch the columns and rows the
|
|
68
|
+
question needs, never the whole file. When data sits on another machine you can execute
|
|
69
|
+
on, ship the query to the data and return the small result. Rule: result much smaller
|
|
70
|
+
than data — move the query; repeated local iteration planned — move a pruned copy of the
|
|
71
|
+
data once.
|
|
72
|
+
|
|
73
|
+
Sizing heuristics and recipes: `references/placement.md`.
|
|
74
|
+
|
|
75
|
+
## Hard rules
|
|
76
|
+
|
|
77
|
+
- **NEVER use pandas.** DuckDB and Polars beat it decisively on every workload this skill
|
|
78
|
+
covers, and the environments this skill assumes do not ship it — `.df()` on a DuckDB
|
|
79
|
+
result raises unless pandas is installed; convert with `.pl()` via Arrow instead.
|
|
80
|
+
- Excel files are not read directly: export to CSV or Parquet first.
|
|
81
|
+
|
|
82
|
+
## Output contract
|
|
83
|
+
|
|
84
|
+
Answer the question; report row counts and timing for anything heavy; then stop — no bonus
|
|
85
|
+
charts, no extra exploration passes beyond what the question needed. Chart when asked, or
|
|
86
|
+
when the answer is a shape (trend, distribution, comparison) that prose cannot carry — then
|
|
87
|
+
follow `references/visualization.md` including its visual QA step.
|
|
88
|
+
|
|
89
|
+
## References
|
|
90
|
+
|
|
91
|
+
| Read | When |
|
|
92
|
+
| --- | --- |
|
|
93
|
+
| `references/execution-surfaces.md` | before the first query on any surface: kernel patterns, one-shot recipes, escalation rules |
|
|
94
|
+
| `references/polars-lane.md` | DataFrame-shaped pipeline or data past RAM: current API, Arrow handoff, package sets |
|
|
95
|
+
| `references/placement.md` | before heavy or remote work: sizing probe, memory limits, remote reads |
|
|
96
|
+
| `references/visualization.md` | before any chart: type selection, quality bar, CJK fonts, visual QA |
|
|
97
|
+
| `references/uv-setup.md` | uv missing or broken on this machine |
|
|
98
|
+
|
|
99
|
+
## CLI fallback
|
|
100
|
+
|
|
101
|
+
When no kernel or REPL surface exists, `uv run scripts/quick-query.py <file> [SQL]`
|
|
102
|
+
(`--filter <polars-sql-expr>`, `--describe`) answers ad-hoc questions with zero code.
|
|
103
|
+
Supports CSV, Parquet, JSON, NDJSON.
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# Execution surfaces
|
|
2
|
+
|
|
3
|
+
How to run the engines on each surface, and when to escalate between them.
|
|
4
|
+
|
|
5
|
+
## Persistent kernel, JavaScript (Bun)
|
|
6
|
+
|
|
7
|
+
One-time setup per machine — the bundled script installs `@duckdb/node-api` into a user-level
|
|
8
|
+
cache outside any repo and prints the absolute import path (its only stdout line):
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
bash scripts/ensure-js-deps.sh # run from the skill directory
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
In the kernel — top-level `require` may not exist, dynamic import always works:
|
|
15
|
+
|
|
16
|
+
```js
|
|
17
|
+
const { DuckDBInstance } = await import("<printed path>");
|
|
18
|
+
const db = await DuckDBInstance.create(":memory:");
|
|
19
|
+
const conn = await db.connect();
|
|
20
|
+
const reader = await conn.runAndReadAll("SELECT category, SUM(v) AS total FROM 'data.csv' GROUP BY 1");
|
|
21
|
+
reader.getRowObjects(); // array of plain row objects
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
- The connection and any tables created live across cells — connect once per session, reuse.
|
|
25
|
+
- COUNT/SUM over integer columns return BigInt; convert (`Number(x)` or `String(x)`) before
|
|
26
|
+
`JSON.stringify`, which throws on BigInt.
|
|
27
|
+
- Bun builtins cover ingest gaps with zero installs: `Bun.JSONL.parse`, `Bun.JSON5.parse`,
|
|
28
|
+
`Bun.XML.parse`, `Bun.TOML.parse`, `Bun.Archive` for tarballs.
|
|
29
|
+
- nodejs-polars is NOT part of this skill's toolkit: its API lags the Python release by
|
|
30
|
+
major versions (option objects that work in Python throw napi type errors). Polars work
|
|
31
|
+
belongs to the Python kernel (below).
|
|
32
|
+
|
|
33
|
+
## Persistent kernel, Python (the default Python surface)
|
|
34
|
+
|
|
35
|
+
duckdb, numpy, and matplotlib are typically resident — import and use them directly.
|
|
36
|
+
Polars and pyarrow rarely ship with a kernel, so inject them once per session (run from the
|
|
37
|
+
skill directory; the script installs on first use, then just prints the path):
|
|
38
|
+
|
|
39
|
+
```python
|
|
40
|
+
import subprocess, sys
|
|
41
|
+
site = subprocess.run(["bash", "scripts/ensure-py-deps.sh", sys.executable],
|
|
42
|
+
capture_output=True, text=True, check=True).stdout.strip()
|
|
43
|
+
sys.path.insert(0, site)
|
|
44
|
+
import polars as pl
|
|
45
|
+
import pyarrow
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
- The install goes to a user cache keyed to the kernel's interpreter version; the
|
|
49
|
+
interpreter itself is never mutated (it is frequently an externally-managed system
|
|
50
|
+
Python, and mutating it breaks other tools).
|
|
51
|
+
- After injection the whole Python stack is resident: `duckdb.sql(...).pl()` hands off via
|
|
52
|
+
Arrow, `duckdb.register(name, df)` goes the other way, and Polars lazy pipelines run
|
|
53
|
+
in-kernel across cells.
|
|
54
|
+
- `duckdb.sql("SELECT ... FROM 'data.csv'")` queries files in place; without the injection,
|
|
55
|
+
keep results in DuckDB or fetch plain Python values (`.fetchall()`).
|
|
56
|
+
- matplotlib figures render natively in kernels that display rich output; also save a PNG so
|
|
57
|
+
the artifact survives the session.
|
|
58
|
+
|
|
59
|
+
## uv lane (fallback and isolation)
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
uv run --with duckdb --with polars --with pyarrow --with numpy python -c "<code>"
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
- Reach for it when there is no kernel, or when a heavy, crash-prone one-shot should not
|
|
66
|
+
run inside (and possibly take down) the kernel.
|
|
67
|
+
- Include exactly the packages the code imports, plus pyarrow whenever `.pl()` is used.
|
|
68
|
+
- Each invocation pays process spawn plus imports (roughly 0.3s warm) and re-reads its inputs —
|
|
69
|
+
fine for one-shots, wasteful for exploration loops.
|
|
70
|
+
- Past a few lines, a temp file beats `-c` quoting: write the script, `uv run script.py`.
|
|
71
|
+
|
|
72
|
+
## No kernel at all
|
|
73
|
+
|
|
74
|
+
Same engines, one process per batch of questions:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
bun -e '<the JavaScript kernel pattern above>' # DuckDB via @duckdb/node-api
|
|
78
|
+
uv run --with duckdb python -c "<sql via duckdb.sql>" # DuckDB via Python
|
|
79
|
+
uv run scripts/quick-query.py data.csv "SELECT ..." # zero-code CLI fallback
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Escalation rules
|
|
83
|
+
|
|
84
|
+
Start on the resident kernel. Move a step down when a concrete need appears:
|
|
85
|
+
|
|
86
|
+
- polars/pyarrow missing from the kernel — inject via `ensure-py-deps.sh` (above), not a
|
|
87
|
+
uv one-shot.
|
|
88
|
+
- Crash-prone or memory-hungry one-shot that should not take the kernel down — uv lane.
|
|
89
|
+
- No kernel on this harness — one-shot recipes above.
|
|
90
|
+
- Data lives remotely or exceeds local RAM — read `placement.md` and move the query, not
|
|
91
|
+
the data.
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# Placement: where should this computation live?
|
|
2
|
+
|
|
3
|
+
Decide before touching the data. Wrong placement wastes minutes (re-scanning a file queried
|
|
4
|
+
ten times) or kills the machine (loading a dataset larger than RAM and swapping).
|
|
5
|
+
|
|
6
|
+
## The probe (run first, once)
|
|
7
|
+
|
|
8
|
+
Three facts, one cell or script:
|
|
9
|
+
|
|
10
|
+
```python
|
|
11
|
+
import os, shutil, subprocess, sys
|
|
12
|
+
size = os.path.getsize("data.csv") # bytes on disk
|
|
13
|
+
disk_free = shutil.disk_usage(".").free # spill headroom
|
|
14
|
+
if sys.platform == "darwin":
|
|
15
|
+
ram = int(subprocess.run(["sysctl", "-n", "hw.memsize"], capture_output=True, text=True).stdout)
|
|
16
|
+
else:
|
|
17
|
+
ram = os.sysconf("SC_PAGE_SIZE") * os.sysconf("SC_PHYS_PAGES")
|
|
18
|
+
# row estimate without loading (DuckDB streams the scan):
|
|
19
|
+
# duckdb.sql("SELECT count(*) FROM 'data.csv'")
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
CSV typically expands 2-5x in memory (string columns dominate); Parquet expands less
|
|
23
|
+
predictably — compressed columns can inflate 10x. Estimate the working set from the
|
|
24
|
+
decompressed size of the columns the question actually touches, not the file size.
|
|
25
|
+
|
|
26
|
+
## In memory — load once, iterate
|
|
27
|
+
|
|
28
|
+
When the working set stays within roughly 25% of free RAM AND the session will run repeated
|
|
29
|
+
queries: load once (`CREATE TABLE t AS SELECT ...` in DuckDB, or a collected DataFrame),
|
|
30
|
+
then iterate. One scan up front converts every later query from a file re-scan into
|
|
31
|
+
milliseconds. Prune at load time — select only the needed columns, filter obvious dross —
|
|
32
|
+
so the resident table is the working set, not the raw file.
|
|
33
|
+
|
|
34
|
+
## In place / streaming — single pass, or bigger than RAM
|
|
35
|
+
|
|
36
|
+
- Single-pass questions: query the file directly (`FROM 'data.csv'`). Loading first is pure
|
|
37
|
+
waste.
|
|
38
|
+
- Bigger than RAM, SQL-shaped: cap DuckDB and let it spill —
|
|
39
|
+
|
|
40
|
+
```sql
|
|
41
|
+
SET memory_limit = '4GB';
|
|
42
|
+
SET temp_directory = '/tmp/duckdb_spill';
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
Aggregations, sorts, and window functions run out-of-core: slower, but bounded.
|
|
46
|
+
- Bigger than RAM, DataFrame-shaped: Polars streaming (`collect(engine="streaming")` on a
|
|
47
|
+
lazy plan) in the resident kernel — or a uv one-shot on kernel-less harnesses.
|
|
48
|
+
- Manual chunked loops (read N rows, process, repeat) are the last resort — the engines'
|
|
49
|
+
own out-of-core paths are faster and simpler than hand-rolled chunking.
|
|
50
|
+
|
|
51
|
+
## Remote, in place — move the query to the data
|
|
52
|
+
|
|
53
|
+
- Files behind http(s)/S3: DuckDB's httpfs extension reads Parquet and CSV remotely with
|
|
54
|
+
projection and predicate pushdown —
|
|
55
|
+
|
|
56
|
+
```sql
|
|
57
|
+
INSTALL httpfs; LOAD httpfs; -- one-time per environment
|
|
58
|
+
SELECT region, SUM(amount) FROM 'https://example.com/sales.parquet'
|
|
59
|
+
WHERE sale_date >= '2026-01-01' GROUP BY region;
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
Only matching row groups and referenced columns cross the network, not the file.
|
|
63
|
+
- Data on another machine you can execute on (a remote worker with more RAM, a box closer
|
|
64
|
+
to the data): run the query there and return the aggregate. A group-by result is
|
|
65
|
+
kilobytes; the source is gigabytes.
|
|
66
|
+
- Decision rule: result much smaller than data — move the query. Repeated local iteration
|
|
67
|
+
on one slice — move a pruned copy of that slice once, then work locally in memory.
|
|
68
|
+
|
|
69
|
+
## Hardware notes
|
|
70
|
+
|
|
71
|
+
- Both engines parallelize across all cores by default; leave that alone except on shared
|
|
72
|
+
machines (`SET threads = N` in DuckDB, `POLARS_MAX_THREADS` for Polars).
|
|
73
|
+
- Sustained swapping is the failure mode to avoid on memory-tight machines: when the probe
|
|
74
|
+
says the working set is close to free RAM, choose streaming, not hope.
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# Polars lane (resident Python kernel)
|
|
2
|
+
|
|
3
|
+
When the work is DataFrame-shaped, Polars is the right engine — and it runs in the resident
|
|
4
|
+
Python kernel by default. Kernels rarely ship polars/pyarrow preinstalled, so inject them
|
|
5
|
+
once per session; the install lands in a user cache keyed to the kernel's interpreter, and
|
|
6
|
+
the interpreter itself is never mutated (run with the skill directory as cwd, or spell out
|
|
7
|
+
the script's absolute path):
|
|
8
|
+
|
|
9
|
+
```python
|
|
10
|
+
import subprocess, sys
|
|
11
|
+
site = subprocess.run(["bash", "scripts/ensure-py-deps.sh", sys.executable],
|
|
12
|
+
capture_output=True, text=True, check=True).stdout.strip()
|
|
13
|
+
sys.path.insert(0, site)
|
|
14
|
+
import polars as pl
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
After this, Polars lives across cells like every other resident engine: lazy frames,
|
|
18
|
+
intermediate results, and the DuckDB handoff all persist with no per-call process cost.
|
|
19
|
+
|
|
20
|
+
## When Polars wins over DuckDB SQL
|
|
21
|
+
|
|
22
|
+
- Expression-chain transforms: many derived columns, per-column conditional logic, string
|
|
23
|
+
pipelines — `with_columns` chains read and optimize better than nested SQL SELECTs.
|
|
24
|
+
- Reshapes: `unpivot`/`pivot` beat SQL gymnastics.
|
|
25
|
+
- Larger-than-RAM pipelines: the streaming engine executes lazy plans in chunks.
|
|
26
|
+
- Window-heavy feature engineering with `over()`.
|
|
27
|
+
|
|
28
|
+
SQL-shaped work (joins, aggregation, ad-hoc questions) stays in DuckDB; mixed pipelines hand
|
|
29
|
+
off zero-copy (below) instead of forcing one engine to do everything.
|
|
30
|
+
|
|
31
|
+
## Current API (1.x) — older spellings fail or warn
|
|
32
|
+
|
|
33
|
+
Training data is full of the pre-1.0 API. Current names:
|
|
34
|
+
|
|
35
|
+
| Use | Not |
|
|
36
|
+
| --- | --- |
|
|
37
|
+
| `pl.scan_csv` / `pl.scan_parquet` + `.collect()` | eager `read_*` on big files |
|
|
38
|
+
| `.group_by(...)` | `.groupby(...)` |
|
|
39
|
+
| `pl.len()` | `pl.count()` |
|
|
40
|
+
| `.collect(engine="streaming")` | `.collect(streaming=True)` |
|
|
41
|
+
| `.unpivot(...)` | `.melt(...)` |
|
|
42
|
+
|
|
43
|
+
Lazy first: `scan_*` builds a plan, pushes filters and projections down to the file read, and
|
|
44
|
+
executes once at `.collect()`. Eager `read_*` is for small files mutated interactively.
|
|
45
|
+
|
|
46
|
+
```python
|
|
47
|
+
out = (pl.scan_csv("data.csv")
|
|
48
|
+
.filter(pl.col("value") > 100)
|
|
49
|
+
.group_by("category")
|
|
50
|
+
.agg(pl.col("value").sum().alias("total"), pl.len().alias("n"))
|
|
51
|
+
.sort("total", descending=True)
|
|
52
|
+
.collect())
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## Zero-copy handoff with DuckDB
|
|
56
|
+
|
|
57
|
+
Both engines speak Arrow, so mixed pipelines pay no serialization cost — all in-kernel:
|
|
58
|
+
|
|
59
|
+
```python
|
|
60
|
+
import duckdb
|
|
61
|
+
df = duckdb.sql("SELECT * FROM 'orders.csv' o JOIN 'items.csv' i USING (id)").pl()
|
|
62
|
+
shaped = df.with_columns((pl.col("qty") * pl.col("price")).alias("rev"))
|
|
63
|
+
duckdb.register("shaped", shaped)
|
|
64
|
+
out = duckdb.sql("SELECT category, SUM(rev) AS total FROM shaped GROUP BY 1").pl()
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
- `.pl()` requires pyarrow — the injection above provides it; without it, it raises
|
|
68
|
+
`ModuleNotFoundError`.
|
|
69
|
+
- Never `.df()`: it requires pandas (raising without it), and pandas is banned and absent.
|
|
70
|
+
|
|
71
|
+
## Streaming past RAM
|
|
72
|
+
|
|
73
|
+
```python
|
|
74
|
+
out = (pl.scan_parquet("huge.parquet")
|
|
75
|
+
.filter(pl.col("status") == "active")
|
|
76
|
+
.group_by("region").agg(pl.len())
|
|
77
|
+
.collect(engine="streaming"))
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
Streaming executes lazy plans only — keep the plan lazy end-to-end, with no intermediate
|
|
81
|
+
`.collect()` breaking it into eager pieces.
|
|
82
|
+
|
|
83
|
+
## Kernel-less fallback (uv one-shot)
|
|
84
|
+
|
|
85
|
+
On a harness with no persistent kernel, the same code runs as one-shots — batch several
|
|
86
|
+
questions per process, since each invocation pays spawn plus imports:
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
uv run --with duckdb --with polars --with pyarrow python -c "
|
|
90
|
+
import duckdb
|
|
91
|
+
import polars as pl
|
|
92
|
+
df = duckdb.sql(\"SELECT * FROM 'data.csv'\").pl()
|
|
93
|
+
print(df.group_by('category').agg(pl.len()).sort('category'))
|
|
94
|
+
"
|
|
95
|
+
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# uv Setup — Per-Platform
|
|
2
2
|
|
|
3
|
-
This skill
|
|
3
|
+
This skill's uv lane (kernel-less harnesses, isolated one-shots) runs through `uv run --with ...`, and `scripts/ensure-py-deps.sh` uses uv as its installer. If `uv --version` fails, set uv up with the automated scripts or the manual commands below, then verify.
|
|
4
4
|
|
|
5
5
|
## Automated (recommended)
|
|
6
6
|
|