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
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Visualization
|
|
2
|
+
|
|
3
|
+
A chart exists to answer a question at a glance. Render it with matplotlib (resident in most
|
|
4
|
+
Python kernels; `uv run --with matplotlib` otherwise), then look at it before delivering —
|
|
5
|
+
a chart nobody inspected is not evidence.
|
|
6
|
+
|
|
7
|
+
## When to chart
|
|
8
|
+
|
|
9
|
+
Chart when the user asked for one, and default to charting when the answer is a shape prose
|
|
10
|
+
cannot carry: a trend over time, a distribution, a comparison across many categories, a
|
|
11
|
+
relationship between variables. Skip the chart when a number or a five-row table answers the
|
|
12
|
+
question — decoration dilutes the answer.
|
|
13
|
+
|
|
14
|
+
## Chart type follows the question
|
|
15
|
+
|
|
16
|
+
| Question shape | Chart |
|
|
17
|
+
| --- | --- |
|
|
18
|
+
| How did X change over time? | line, datetime x-axis |
|
|
19
|
+
| Which categories are biggest? | horizontal bar, sorted by value |
|
|
20
|
+
| How is X distributed? | histogram (tune bin count) or box plot per group |
|
|
21
|
+
| Is X related to Y? | scatter; add a trend line only when it aids the eye |
|
|
22
|
+
| Composition of a whole? | stacked or 100% bar — pie only for four or fewer slices |
|
|
23
|
+
| Many series over time? | small multiples over one spaghetti chart |
|
|
24
|
+
|
|
25
|
+
## Quality bar — every chart
|
|
26
|
+
|
|
27
|
+
- Title states the finding ("Seoul overtook Busan in March"), not the dataset name.
|
|
28
|
+
- Axis labels carry units. Tick density stays readable: `fig.autofmt_xdate()` for dates,
|
|
29
|
+
rotate or abbreviate long category names.
|
|
30
|
+
- Size for the medium: inline chat reads well around `figsize=(10, 6)` at default dpi;
|
|
31
|
+
documents want `dpi=150` or more at export.
|
|
32
|
+
- `tight_layout()` (or `constrained_layout=True`) before saving — clipped labels are the
|
|
33
|
+
most common chart defect.
|
|
34
|
+
- Few series: label lines directly, or keep the legend inside empty plot space. Many
|
|
35
|
+
series: gray the context, color only the series that answers the question.
|
|
36
|
+
- The default color cycle is fine; avoid rainbow palettes and 3D. Sort categorical bars by
|
|
37
|
+
value, never alphabetically.
|
|
38
|
+
|
|
39
|
+
## CJK and other non-Latin text
|
|
40
|
+
|
|
41
|
+
Matplotlib's default font renders CJK as empty boxes (tofu). Set a fallback before plotting
|
|
42
|
+
whenever any label or title contains CJK:
|
|
43
|
+
|
|
44
|
+
```python
|
|
45
|
+
import platform
|
|
46
|
+
import matplotlib
|
|
47
|
+
cjk = {"Darwin": "AppleGothic", "Windows": "Malgun Gothic"}.get(platform.system(), "Noto Sans CJK KR")
|
|
48
|
+
matplotlib.rcParams["font.family"] = [cjk, "DejaVu Sans"]
|
|
49
|
+
matplotlib.rcParams["axes.unicode_minus"] = False # keeps the minus sign rendering
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Output contract
|
|
53
|
+
|
|
54
|
+
1. Save a PNG next to the work: `plt.savefig(path, dpi=150, bbox_inches="tight")`.
|
|
55
|
+
2. Also render inline when the surface displays rich output (kernels usually do).
|
|
56
|
+
3. Report the file path together with the answer.
|
|
57
|
+
|
|
58
|
+
## Visual QA — mandatory
|
|
59
|
+
|
|
60
|
+
Open the produced image — kernel display, or the harness's image-reading surface — and
|
|
61
|
+
check four things: labels readable and unclipped, no tofu or mojibake, nothing overlapping,
|
|
62
|
+
and the chart actually shows the finding the title claims. A failed check means fix and
|
|
63
|
+
re-render, not ship with a caveat. This one pass catches nearly every chart defect;
|
|
64
|
+
skipping it is how tofu titles reach users.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
# Install @duckdb/node-api into a user-level cache (outside any repo) and print the
|
|
3
|
+
# absolute import path as the ONLY stdout line. Idempotent: re-runs reuse the install.
|
|
4
|
+
set -euo pipefail
|
|
5
|
+
|
|
6
|
+
log() { printf '[ensure-js-deps] %s\n' "$*" >&2; }
|
|
7
|
+
|
|
8
|
+
CACHE_DIR="${OMO_DATA_SCIENTIST_CACHE:-$HOME/.cache/omo-data-scientist}"
|
|
9
|
+
IMPORT_PATH="$CACHE_DIR/node_modules/@duckdb/node-api/lib/index.js"
|
|
10
|
+
|
|
11
|
+
if ! command -v bun >/dev/null 2>&1; then
|
|
12
|
+
log "bun is required (https://bun.sh); install it, or use the uv lane instead."
|
|
13
|
+
exit 1
|
|
14
|
+
fi
|
|
15
|
+
|
|
16
|
+
if [ ! -f "$IMPORT_PATH" ]; then
|
|
17
|
+
log "installing @duckdb/node-api into $CACHE_DIR"
|
|
18
|
+
mkdir -p "$CACHE_DIR"
|
|
19
|
+
[ -f "$CACHE_DIR/package.json" ] || printf '{"name":"omo-data-scientist-cache","private":true}\n' > "$CACHE_DIR/package.json"
|
|
20
|
+
(cd "$CACHE_DIR" && bun add @duckdb/node-api 1>&2)
|
|
21
|
+
fi
|
|
22
|
+
|
|
23
|
+
if [ ! -f "$IMPORT_PATH" ]; then
|
|
24
|
+
log "install finished but $IMPORT_PATH is missing; inspect $CACHE_DIR"
|
|
25
|
+
exit 1
|
|
26
|
+
fi
|
|
27
|
+
|
|
28
|
+
printf '%s\n' "$IMPORT_PATH"
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
# Install polars + pyarrow for a given Python interpreter into a user-level cache
|
|
3
|
+
# (never mutating the interpreter itself) and print the site directory as the ONLY
|
|
4
|
+
# stdout line. Idempotent: re-runs reuse the install. arg1 = python executable
|
|
5
|
+
# (default: python3); pass the kernel's sys.executable for kernel use.
|
|
6
|
+
set -euo pipefail
|
|
7
|
+
|
|
8
|
+
log() { printf '[ensure-py-deps] %s\n' "$*" >&2; }
|
|
9
|
+
|
|
10
|
+
PYTHON_BIN="${1:-python3}"
|
|
11
|
+
|
|
12
|
+
if ! command -v uv >/dev/null 2>&1; then
|
|
13
|
+
log "uv is required (see references/uv-setup.md); install it first."
|
|
14
|
+
exit 1
|
|
15
|
+
fi
|
|
16
|
+
if ! command -v "$PYTHON_BIN" >/dev/null 2>&1 && [ ! -x "$PYTHON_BIN" ]; then
|
|
17
|
+
log "python executable not found: $PYTHON_BIN"
|
|
18
|
+
exit 1
|
|
19
|
+
fi
|
|
20
|
+
|
|
21
|
+
TAG="$("$PYTHON_BIN" -c 'import sys; print(f"cp{sys.version_info[0]}{sys.version_info[1]}")')" \
|
|
22
|
+
|| { log "not a working python interpreter: $PYTHON_BIN"; exit 1; }
|
|
23
|
+
CACHE_DIR="${OMO_DATA_SCIENTIST_CACHE:-$HOME/.cache/omo-data-scientist}"
|
|
24
|
+
SITE_DIR="$CACHE_DIR/py-$TAG"
|
|
25
|
+
|
|
26
|
+
if [ ! -d "$SITE_DIR/polars" ] || [ ! -d "$SITE_DIR/pyarrow" ]; then
|
|
27
|
+
log "installing polars + pyarrow for $TAG into $SITE_DIR"
|
|
28
|
+
mkdir -p "$SITE_DIR"
|
|
29
|
+
uv pip install --python "$PYTHON_BIN" --target "$SITE_DIR" polars pyarrow 1>&2
|
|
30
|
+
fi
|
|
31
|
+
|
|
32
|
+
if [ ! -d "$SITE_DIR/polars" ]; then
|
|
33
|
+
log "install finished but $SITE_DIR/polars is missing; inspect $SITE_DIR"
|
|
34
|
+
exit 1
|
|
35
|
+
fi
|
|
36
|
+
|
|
37
|
+
printf '%s\n' "$SITE_DIR"
|
|
@@ -53,6 +53,8 @@ These are not "optional extras". They are the correct tool in their domain, and
|
|
|
53
53
|
| **Ghidra** | Any binary without trustworthy source — third-party closed libs, malware, vendored binaries whose behavior contradicts docs, CTF, firmware. **Use Ghidra's decompiler before `strings`/`objdump` guessing. It turns machine code into readable C.** | 📖 **[references/tools/ghidra.md](references/tools/ghidra.md)** |
|
|
54
54
|
| **pwndbg** | Any native binary debugging session. It is GDB with the useful views (registers, stack, disasm, heap) always visible. **If you'd reach for plain `gdb`, reach for `pwndbg` instead — it is strictly a superset.** | 📖 **[references/tools/pwndbg.md](references/tools/pwndbg.md)** |
|
|
55
55
|
| **pwntools** | Any time you need a reproducible interaction with a binary or network service — crafted payloads, exploit automation, fuzz harness, CTF scripting. | 📖 **[references/tools/pwntools.md](references/tools/pwntools.md)** |
|
|
56
|
+
| **Frida** | Any running process you must instrument live without source or symbols — hook a function and print real argument values, trace calls, stub a return. Complements Ghidra: Ghidra reads the bytes, Frida watches them execute. **If Ghidra's static decompile has hit its limit, reach for Frida.** | 📖 **[references/tools/frida.md](references/tools/frida.md)** |
|
|
57
|
+
| **DAP client (`dap.mjs`)** | Any time you would drive a debugger through a PTY and screen-scrape its text. Debuggers already speak the machine-readable Debug Adapter Protocol (debugpy, `dlv dap`, lldb-dap, js-debug); this bundled script drives it with bounded, monitorable output. **Prefer it over scraping `gdb`/`pdb` whenever the debugger speaks DAP.** Design modeled on oh-my-pi's `debug` tool (github.com/can1357/oh-my-pi). | 📖 **[references/tools/dap.md](references/tools/dap.md)** |
|
|
56
58
|
|
|
57
59
|
**Failing to use these tools in their domain is a process failure, not a stylistic choice.** If the bug is in a browser and you did Phase 8 without Playwright, you are doing it wrong. If the bug is in a stripped binary and you read hex with `xxd`, you are doing it wrong. The references tell you how. Read them.
|
|
58
60
|
|
|
@@ -35,6 +35,18 @@ The shape of the answers you need (commands in the runtime reference):
|
|
|
35
35
|
| Is there an existing failing test or known repro? | Prefer amplifying an existing repro over inventing one. |
|
|
36
36
|
| Are watchers (file watchers, hot reloaders, supervisors) going to restart the process mid-session? | If yes, turn them off before attaching. Restarts drop inspector connections and invalidate breakpoints. |
|
|
37
37
|
|
|
38
|
+
### Output budget
|
|
39
|
+
|
|
40
|
+
**Bound every inspection before you run it; unbounded output destroys the investigation's working context.**
|
|
41
|
+
- Set a frame count, element count, or byte range for every query.
|
|
42
|
+
- Prefer one targeted query over one broad dump: ask for the value that distinguishes hypotheses.
|
|
43
|
+
- Page through more data only when the first bounded result says it is necessary; do not re-dump the whole object.
|
|
44
|
+
- Treat any command whose output size you cannot predict as a command that needs a limit.
|
|
45
|
+
- Before: GDB `bt` — After: GDB `bt 10` to inspect only the top ten frames.
|
|
46
|
+
- Before: LLDB `memory read 0x1000` — After: `memory read 0x1000 -c 32` for a bounded byte range.
|
|
47
|
+
- Before: LLDB `frame variable` — After: `frame variable --children-count 10 user` for one variable's children.
|
|
48
|
+
- This is not presentation etiquette: a flooded context hides the decisive observation and can end the investigation.
|
|
49
|
+
|
|
38
50
|
### 4. Gate check
|
|
39
51
|
|
|
40
52
|
If any answer is "I'm not sure", you are not ready for Phase 1. Investigate until certain. Guessing here cascades into false-positive hypotheses in Phase 2.
|
|
@@ -39,6 +39,27 @@ If two hypotheses have identical distinguishing evidence, they aren't actually d
|
|
|
39
39
|
|
|
40
40
|
## Phase 3 — Parallel Investigation
|
|
41
41
|
|
|
42
|
+
### State freshness invariant
|
|
43
|
+
|
|
44
|
+
**A debug session's state is a snapshot with a lifetime, not a fact you can carry forward indefinitely.**
|
|
45
|
+
- Before any action that mutates the debuggee, re-observe the session's current state.
|
|
46
|
+
- This includes continue, step, side-effecting evaluation, setting or removing breakpoints, and termination.
|
|
47
|
+
- Record the current thread state and stop reason; those are the concrete tells for whether the old plan still applies.
|
|
48
|
+
- An observation from an earlier turn may already be stale when the next action is issued.
|
|
49
|
+
- Turns can be minutes apart while the debuggee runs at full speed, so this failure mode is normal, not exceptional.
|
|
50
|
+
- If the thread state or stop reason has moved, re-observe the new state and do not replay the old plan.
|
|
51
|
+
- Treat every mutation as conditional on the state you just observed, not on a remembered stop.
|
|
52
|
+
|
|
53
|
+
### Failure-to-recovery taxonomy
|
|
54
|
+
|
|
55
|
+
| Failure signature | Most likely cause | Next move |
|
|
56
|
+
|---|---|---|
|
|
57
|
+
| Adapter or debugger process failed to start | Wrong binary or missing installation | Verify the tool exists, then re-launch; do not retry blindly. |
|
|
58
|
+
| Breakpoint accepted but never bound or verified | Source path mismatch, optimized-out code, or missing debug symbols | Check the binary was built with symbols and that the debugger-resolved path matches your file. |
|
|
59
|
+
| Attach refused | Permissions, ptrace scope, SIP, or wrong PID | Fix the environment or target identity; a retry will not change it. |
|
|
60
|
+
| No stop event within the expected window | Process is running, the breakpoint is unreachable, or the wait was too short | Pause and inspect threads rather than waiting longer. |
|
|
61
|
+
| Session terminated unexpectedly | The debuggee crashed or exited | Capture the exit and crash evidence before restarting. |
|
|
62
|
+
|
|
42
63
|
Branch depending on what's available.
|
|
43
64
|
|
|
44
65
|
### Path A: Team mode ENABLED
|
|
@@ -42,10 +42,24 @@ dlv exec ./bin/myserver
|
|
|
42
42
|
# Attach to a running process
|
|
43
43
|
dlv attach $(pgrep myserver)
|
|
44
44
|
|
|
45
|
-
#
|
|
45
|
+
# Delve's JSON-RPC API (IDE / remote attach) — default port 2345
|
|
46
46
|
dlv debug --headless --listen=:2345 --api-version=2 ./cmd/server
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
+
Delve exposes two distinct machine-readable interfaces:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
# Debug Adapter Protocol: use this for editors and DAP-aware automation
|
|
53
|
+
dlv dap --listen=127.0.0.1:2345
|
|
54
|
+
|
|
55
|
+
# Delve's JSON-RPC API: use this for clients built directly against Delve's API
|
|
56
|
+
dlv debug --headless --listen=127.0.0.1:2345 --api-version=2 ./cmd/server
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Pick `dlv dap` when the client speaks DAP; pick headless JSON-RPC when you need Delve's
|
|
60
|
+
native API or an existing JSON-RPC client. Both expose structured state, unlike scraping
|
|
61
|
+
an interactive `(dlv)` session.
|
|
62
|
+
|
|
49
63
|
### Building a debuggable binary
|
|
50
64
|
|
|
51
65
|
The compiler inlines and optimizes aggressively in normal builds, which makes stepping confusing. For serious debugging:
|
|
@@ -107,6 +107,24 @@ print(repr(data[max(0,pos-100):pos+200]))
|
|
|
107
107
|
|
|
108
108
|
If you must keep using `strings`, lower the threshold: `strings -n 1 -t x ./target | rg ...`. The signal-to-noise drops sharply but short content is preserved.
|
|
109
109
|
|
|
110
|
+
### Sanitizer build for a crashing C/C++ binary
|
|
111
|
+
|
|
112
|
+
If the binary can be rebuilt from C/C++ sources, reproduce the crash with sanitizers before
|
|
113
|
+
trying to infer the fault from stripped machine code. AddressSanitizer catches out-of-bounds
|
|
114
|
+
accesses and use-after-free; UndefinedBehaviorSanitizer reports undefined operations.
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
# Rebuild with source locations and runtime checks enabled
|
|
118
|
+
CFLAGS='-g -O1 -fsanitize=address,undefined' \
|
|
119
|
+
CXXFLAGS='-g -O1 -fsanitize=address,undefined' \
|
|
120
|
+
make clean all
|
|
121
|
+
./target
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
The sanitizer report identifies the invalid access and its allocation/free or undefined
|
|
125
|
+
operation stack, often making the root cause clear before dynamic analysis. For a binary
|
|
126
|
+
that cannot be rebuilt, continue with the native tracing and debugger workflow below.
|
|
127
|
+
|
|
110
128
|
Write the triage summary to the journal:
|
|
111
129
|
|
|
112
130
|
```markdown
|
|
@@ -229,6 +247,26 @@ lldb ./target
|
|
|
229
247
|
(lldb) image dump symtab ./target
|
|
230
248
|
```
|
|
231
249
|
|
|
250
|
+
### Data watchpoints — catch the corruption, not just the crash
|
|
251
|
+
|
|
252
|
+
When a value is already wrong by the time execution reaches the crash, watch the memory
|
|
253
|
+
address for writes and stop at the instruction that corrupts it. Use the address of the
|
|
254
|
+
field or buffer identified from the static/dynamic hypothesis; see [tools/pwndbg.md](../tools/pwndbg.md)
|
|
255
|
+
for the richer pwndbg watchpoint workflow rather than duplicating it here.
|
|
256
|
+
|
|
257
|
+
```text
|
|
258
|
+
# lldb: watch writes to an address (replace with a valid expression/address)
|
|
259
|
+
(lldb) watchpoint set expression -- <addr>
|
|
260
|
+
|
|
261
|
+
# gdb: stop on writes, or on reads when a read is the first observable symptom
|
|
262
|
+
(gdb) watch *(<type> *)<addr>
|
|
263
|
+
(gdb) rwatch *(<type> *)<addr>
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
A watchpoint is most useful after narrowing the suspect object: continue from its
|
|
267
|
+
allocation or initialization, and inspect the backtrace and writer when it triggers.
|
|
268
|
+
Hardware watchpoint slots are limited, so remove broad watchpoints before adding more.
|
|
269
|
+
|
|
232
270
|
**Function interception via `DYLD_INSERT_LIBRARIES`** (macOS equivalent of `LD_PRELOAD`):
|
|
233
271
|
|
|
234
272
|
```bash
|
|
@@ -98,6 +98,31 @@ bun test --inspect-brk # debug test runner
|
|
|
98
98
|
|
|
99
99
|
**Critical**: Bun uses WebKit Inspector Protocol, not V8. `chrome://inspect` cannot connect directly. Use `debug.bun.sh` or the (currently buggy, per Bun docs) VS Code extension.
|
|
100
100
|
|
|
101
|
+
### Scripted V8 inspector / CDP attach
|
|
102
|
+
|
|
103
|
+
The inspector port also serves machine-readable HTTP discovery endpoints. `/json` lists
|
|
104
|
+
inspectable targets; `/json/version` includes the WebSocket debugger URL. Connect that
|
|
105
|
+
URL with the Chrome DevTools Protocol (CDP), rather than scraping `node inspect` text.
|
|
106
|
+
`chrome-remote-interface` is the canonical scriptable npm client. When browser automation
|
|
107
|
+
is already in play, use Playwright's `CDPSession` instead.
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
curl -s http://127.0.0.1:9229/json/version
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
```js
|
|
114
|
+
const CDP = require('chrome-remote-interface');
|
|
115
|
+
const version = await fetch('http://127.0.0.1:9229/json/version').then(r => r.json());
|
|
116
|
+
const client = await CDP({ target: version.webSocketDebuggerUrl });
|
|
117
|
+
await client.Runtime.enable();
|
|
118
|
+
await client.Debugger.pause();
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
The same CDP commands can be sent through `chrome-remote-interface`; with Playwright,
|
|
122
|
+
create a session with `await context.newCDPSession(page)` and call
|
|
123
|
+
`await session.send('Runtime.enable')`. These V8/CDP examples do not apply to Bun's
|
|
124
|
+
WebKit inspector protocol.
|
|
125
|
+
|
|
101
126
|
### Deno (native V8, Chrome DevTools / VS Code compatible)
|
|
102
127
|
|
|
103
128
|
```bash
|
|
@@ -41,6 +41,19 @@ python -c 'import asyncio; print(asyncio.__version__)'
|
|
|
41
41
|
| **post-mortem `pdb.pm()`** | Exception already happened, you want to inspect state | In an exception-caught REPL: `import pdb; pdb.pm()` after the exception propagates |
|
|
42
42
|
| **debugpy (remote / IDE)** | IDE attach, remote host, containerized process | `python -m debugpy --listen 5678 --wait-for-client script.py` then attach from VS Code / PyCharm |
|
|
43
43
|
|
|
44
|
+
`debugpy` is a Debug Adapter Protocol (DAP) adapter, not merely an IDE convenience.
|
|
45
|
+
Its listener exposes a machine-readable protocol that an agent or other client can drive
|
|
46
|
+
programmatically; it is a better boundary for automation than the human-oriented pdb REPL.
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
# Listen on the requested interface and wait before executing the script
|
|
50
|
+
python -m debugpy --listen <host:port> --wait-for-client <script>
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Use a DAP client to send structured requests and receive structured stopped/continued
|
|
54
|
+
and stack/variable events. By contrast, `pdb` exposes prompt-oriented text: an agent
|
|
55
|
+
using it must screen-scrape output and parse a human-facing REPL.
|
|
56
|
+
|
|
44
57
|
### Prefer `ipdb` or `pudb` over plain `pdb` when available
|
|
45
58
|
|
|
46
59
|
- **ipdb** — drop-in replacement with tab completion, syntax highlighting. `pip install ipdb`, then `PYTHONBREAKPOINT=ipdb.set_trace` or use `import ipdb; ipdb.set_trace()`.
|
|
@@ -144,6 +144,47 @@ Rust symbols are mangled. Use either:
|
|
|
144
144
|
|
|
145
145
|
---
|
|
146
146
|
|
|
147
|
+
## Sanitizers — memory and race bugs
|
|
148
|
+
|
|
149
|
+
Nightly Rust exposes LLVM sanitizers through `-Z sanitizer`. Use them when a crash,
|
|
150
|
+
data race, or leak is otherwise too timing- or state-dependent to explain from a
|
|
151
|
+
backtrace; they replace guesswork with a report at the invalid operation.
|
|
152
|
+
|
|
153
|
+
```bash
|
|
154
|
+
# AddressSanitizer: out-of-bounds accesses and use-after-free
|
|
155
|
+
cargo +nightly run -Z sanitizer=address
|
|
156
|
+
|
|
157
|
+
# ThreadSanitizer: data races between threads
|
|
158
|
+
cargo +nightly test -Z sanitizer=thread
|
|
159
|
+
|
|
160
|
+
# LeakSanitizer: allocations that remain reachable at process exit
|
|
161
|
+
cargo +nightly run -Z sanitizer=leak
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
`address` catches invalid memory access and use-after-free, `thread` catches unsynchronized
|
|
165
|
+
concurrent accesses, and `leak` reports memory that was allocated but not released. Run
|
|
166
|
+
the invocation that matches the suspected class; sanitizer diagnostics are especially
|
|
167
|
+
useful before attaching a debugger to optimized or timing-sensitive code.
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## rr — time-travel debugging
|
|
172
|
+
|
|
173
|
+
On supported Linux systems, record the failure once, then replay it deterministically and
|
|
174
|
+
run backwards from the failure with `reverse-continue` or `reverse-step`:
|
|
175
|
+
|
|
176
|
+
```bash
|
|
177
|
+
rr record ./target/debug/my_binary
|
|
178
|
+
rr replay
|
|
179
|
+
# (rr) reverse-continue
|
|
180
|
+
# (rr) reverse-step
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
`rr` is Linux/x86-64 only. It does not apply on Apple Silicon, including arm64 macOS;
|
|
184
|
+
use `rust-lldb` or a sanitizer there instead.
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
147
188
|
## tokio-console — async task debugging
|
|
148
189
|
|
|
149
190
|
For tokio-based async apps, this is essential when tasks are stuck or leaking.
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
// Zero-dependency DAP REPL, modeled on oh-my-pi's debug tool. DAP framing is UTF-8 byte based.
|
|
3
|
+
import { spawn } from "node:child_process";
|
|
4
|
+
import { createConnection } from "node:net";
|
|
5
|
+
import { createInterface } from "node:readline";
|
|
6
|
+
import { stdin, stdout, stderr, env } from "node:process";
|
|
7
|
+
|
|
8
|
+
export const MAX_ROWS = 100;
|
|
9
|
+
export const MAX_OUTPUT_BYTES = 32 * 1024;
|
|
10
|
+
|
|
11
|
+
export function isTcpAdapterSpec(spec) {
|
|
12
|
+
const separator = spec.lastIndexOf(":");
|
|
13
|
+
return separator > 0 &&
|
|
14
|
+
!spec.includes("/") &&
|
|
15
|
+
!spec.includes("\\") &&
|
|
16
|
+
/^\d+$/.test(spec.slice(separator + 1));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export class DapFrameParser {
|
|
20
|
+
constructor() { this.buffer = Buffer.alloc(0); }
|
|
21
|
+
push(chunk) {
|
|
22
|
+
this.buffer = Buffer.concat([this.buffer, Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk)]);
|
|
23
|
+
const messages = [];
|
|
24
|
+
while (true) {
|
|
25
|
+
const marker = this.buffer.indexOf(Buffer.from("\r\n\r\n"));
|
|
26
|
+
if (marker < 0) break;
|
|
27
|
+
const header = this.buffer.subarray(0, marker).toString("ascii");
|
|
28
|
+
const match = header.match(/(?:^|\r\n)Content-Length:\s*(\d+)/i);
|
|
29
|
+
if (!match) { this.buffer = this.buffer.subarray(marker + 4); continue; }
|
|
30
|
+
const length = Number(match[1]);
|
|
31
|
+
const start = marker + 4;
|
|
32
|
+
if (this.buffer.length < start + length) break;
|
|
33
|
+
const body = this.buffer.subarray(start, start + length);
|
|
34
|
+
this.buffer = this.buffer.subarray(start + length);
|
|
35
|
+
try { messages.push(JSON.parse(body.toString("utf8"))); } catch { /* malformed frames are ignored */ }
|
|
36
|
+
}
|
|
37
|
+
return messages;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
const timeoutMs = Number(env.DAP_TIMEOUT_MS || 15000);
|
|
42
|
+
let transport = null;
|
|
43
|
+
let parser = null;
|
|
44
|
+
let nextSeq = 1;
|
|
45
|
+
let initialized = false;
|
|
46
|
+
let terminated = false;
|
|
47
|
+
let currentStop = null;
|
|
48
|
+
let topFrame = null;
|
|
49
|
+
const pending = new Map();
|
|
50
|
+
const breakpoints = new Map();
|
|
51
|
+
// Event-driven waits. A tight `await setImmediate` busy-loop starves Bun's socket
|
|
52
|
+
// data callbacks (the `initialized` event then never processes and launch deadlocks),
|
|
53
|
+
// so every wait subscribes to the actual DAP event instead of polling state.
|
|
54
|
+
const eventWaiters = new Map();
|
|
55
|
+
function onEvent(name) {
|
|
56
|
+
return new Promise(resolve => {
|
|
57
|
+
const list = eventWaiters.get(name) || [];
|
|
58
|
+
list.push(resolve);
|
|
59
|
+
eventWaiters.set(name, list);
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
function emitEvent(name, value) {
|
|
63
|
+
const list = eventWaiters.get(name) || [];
|
|
64
|
+
eventWaiters.delete(name);
|
|
65
|
+
for (const resolve of list) resolve(value);
|
|
66
|
+
}
|
|
67
|
+
function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); }
|
|
68
|
+
|
|
69
|
+
const debugTraffic = Boolean(env.DAP_DEBUG);
|
|
70
|
+
function trace(direction, message) { if (debugTraffic) stderr.write(`DAP ${direction} ${JSON.stringify(message).slice(0, 300)}\n`); }
|
|
71
|
+
function line(text) { stdout.write(`${text}\n`); }
|
|
72
|
+
function error(kind, detail = "") { line(`ERR: ${kind}${detail ? ` ${detail}` : ""}`); }
|
|
73
|
+
function send(message) {
|
|
74
|
+
trace(">", message);
|
|
75
|
+
const body = Buffer.from(JSON.stringify(message));
|
|
76
|
+
transport.write(Buffer.concat([Buffer.from(`Content-Length: ${body.length}\r\n\r\n`), body]));
|
|
77
|
+
}
|
|
78
|
+
function request(command, args = {}) {
|
|
79
|
+
if (!transport || terminated) return Promise.reject(new Error("no-session"));
|
|
80
|
+
const seq = nextSeq++;
|
|
81
|
+
send({ type: "request", seq, command, arguments: args });
|
|
82
|
+
return new Promise((resolve, reject) => {
|
|
83
|
+
const timer = setTimeout(() => { pending.delete(seq); reject(new Error("timeout")); }, timeoutMs);
|
|
84
|
+
pending.set(seq, { resolve: value => { clearTimeout(timer); resolve(value); }, reject: value => { clearTimeout(timer); reject(value); } });
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
function onMessage(message) {
|
|
88
|
+
trace("<", message);
|
|
89
|
+
if (message.type === "response") {
|
|
90
|
+
const wait = pending.get(message.request_seq);
|
|
91
|
+
if (!wait) return;
|
|
92
|
+
pending.delete(message.request_seq);
|
|
93
|
+
if (message.success === false) wait.reject(new Error("adapter-error")); else wait.resolve(message);
|
|
94
|
+
} else if (message.type === "event") {
|
|
95
|
+
if (message.event === "initialized") { initialized = true; emitEvent("initialized"); }
|
|
96
|
+
if (message.event === "stopped") { currentStop = message.body || {}; emitEvent("stopped", currentStop); }
|
|
97
|
+
if (message.event === "terminated" || message.event === "exited") { terminated = true; emitEvent("terminated"); }
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
function connectTransport(write, read, close = read) {
|
|
101
|
+
transport = { write: chunk => write.write(chunk), destroy: () => close.destroy?.() };
|
|
102
|
+
parser = new DapFrameParser();
|
|
103
|
+
read.on("data", chunk => { for (const message of parser.push(chunk)) onMessage(message); });
|
|
104
|
+
read.on("error", () => { if (!terminated) error("adapter-failed"); });
|
|
105
|
+
read.on("close", () => { if (!terminated) error("adapter-failed"); });
|
|
106
|
+
}
|
|
107
|
+
function connectSocket(socket) { connectTransport(socket, socket, socket); }
|
|
108
|
+
async function startAdapter(spec) {
|
|
109
|
+
if (isTcpAdapterSpec(spec)) {
|
|
110
|
+
const separator = spec.lastIndexOf(":");
|
|
111
|
+
const socket = createConnection(Number(spec.slice(separator + 1)), spec.slice(0, separator));
|
|
112
|
+
connectSocket(socket);
|
|
113
|
+
await new Promise((resolve, reject) => { socket.once("connect", resolve); socket.once("error", reject); });
|
|
114
|
+
} else {
|
|
115
|
+
// A .mjs/.cjs/.ts adapter spec runs under the current Bun/Node runtime (e.g. the
|
|
116
|
+
// fixture adapter); any other spec is an adapter executable (lldb-dap, debugpy, dlv)
|
|
117
|
+
// spawned directly with its own argv.
|
|
118
|
+
const isScript = /\.(mjs|cjs|ts)$/.test(spec);
|
|
119
|
+
const [cmd, argv] = isScript ? [process.execPath, [spec]] : [spec, []];
|
|
120
|
+
const child = spawn(cmd, argv, { stdio: ["pipe", "pipe", "inherit"] });
|
|
121
|
+
connectTransport(child.stdin, child.stdout, child);
|
|
122
|
+
child.on("error", () => error("adapter-failed"));
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
// Waits for a stopped event. When `required` is false this is a best-effort grace
|
|
126
|
+
// window (e.g. an optional stop-on-entry); it returns on the first stop OR on timeout
|
|
127
|
+
// without failing, so adapters that run straight to a breakpoint are not broken.
|
|
128
|
+
async function waitForStop(required = true, graceMs) {
|
|
129
|
+
if (currentStop || terminated) return Boolean(currentStop);
|
|
130
|
+
const budget = graceMs ?? timeoutMs;
|
|
131
|
+
await Promise.race([onEvent("stopped"), onEvent("terminated"), sleep(budget)]);
|
|
132
|
+
return Boolean(currentStop);
|
|
133
|
+
}
|
|
134
|
+
// Waits for the adapter's `initialized` event, event-driven (never a busy-loop).
|
|
135
|
+
async function waitInitialized() {
|
|
136
|
+
if (initialized) return;
|
|
137
|
+
await Promise.race([onEvent("initialized"), sleep(timeoutMs)]);
|
|
138
|
+
if (!initialized) throw new Error("timeout");
|
|
139
|
+
}
|
|
140
|
+
// Adapters gate the `initialized` event on a recognized adapterID (debugpy withholds
|
|
141
|
+
// it for unknown IDs, hanging the handshake). Infer a known ID from the adapter spec.
|
|
142
|
+
function adapterIdFor(spec) {
|
|
143
|
+
const base = String(spec).split("/").pop().toLowerCase();
|
|
144
|
+
if (base.includes("debugpy") || base.includes("python")) return "debugpy";
|
|
145
|
+
if (base.includes("lldb")) return "lldb-dap";
|
|
146
|
+
if (base.includes("dlv") || base.includes("delve")) return "dlv";
|
|
147
|
+
if (base.includes("js-debug")) return "js-debug";
|
|
148
|
+
if (base.includes("gdb")) return "gdb";
|
|
149
|
+
return "omo";
|
|
150
|
+
}
|
|
151
|
+
async function launch(adapter, program, args) {
|
|
152
|
+
if (transport) return error("adapter-error", "session already exists");
|
|
153
|
+
try {
|
|
154
|
+
await startAdapter(adapter);
|
|
155
|
+
await request("initialize", { clientID: "omo-dap", adapterID: adapterIdFor(adapter), linesStartAt1: true, columnsStartAt1: true, pathFormat: "path" });
|
|
156
|
+
// Send launch BEFORE awaiting `initialized`: debugpy's adapter defers/flushes the
|
|
157
|
+
// initialized event until further client activity, so waiting for it first
|
|
158
|
+
// deadlocks the handshake. DAP allows launch any time after the initialize
|
|
159
|
+
// response; `initialized` is only required before configurationDone.
|
|
160
|
+
// stopOnEntry yields an initial stopped event with a real threadId, so the client
|
|
161
|
+
// can set breakpoints and inspect from a valid stopped state before continuing.
|
|
162
|
+
// `console: "internalConsole"` is REQUIRED by debugpy (without it the launch never
|
|
163
|
+
// spawns the debug server -> "Server is not available"); lldb-dap ignores it.
|
|
164
|
+
// lldb-dap reports the launch response success unreliably (false even when the
|
|
165
|
+
// process started and stopped); the process/stopped EVENTS are the real signal,
|
|
166
|
+
// so a non-success launch response is tolerated, not fatal.
|
|
167
|
+
await request("launch", { program, args, console: "internalConsole", justMyCode: false, stopOnEntry: true }).catch(() => null);
|
|
168
|
+
await waitInitialized();
|
|
169
|
+
await request("configurationDone").catch(() => null);
|
|
170
|
+
// Best-effort: lldb-dap stops at entry, other adapters run to the first breakpoint.
|
|
171
|
+
await waitForStop(false, 2000);
|
|
172
|
+
line("READY: launch");
|
|
173
|
+
} catch (e) { error(e.message === "timeout" ? "timeout" : e.message === "adapter-error" ? "adapter-error" : "adapter-failed"); }
|
|
174
|
+
}
|
|
175
|
+
async function snapshot() {
|
|
176
|
+
if (terminated) { line("EXIT: terminated"); return; }
|
|
177
|
+
try {
|
|
178
|
+
const response = await request("stackTrace", { threadId: currentStop?.threadId || 1, levels: 1 });
|
|
179
|
+
topFrame = response.body?.stackFrames?.[0];
|
|
180
|
+
const f = topFrame;
|
|
181
|
+
if (f) line(`STOP: stopped reason=${currentStop?.reason || "unknown"} threadId=${currentStop?.threadId || ""} ${f.name} at ${f.source?.path || "?"}:${f.line || 0}:${f.column || 0}`);
|
|
182
|
+
else line(`STOP: stopped reason=${currentStop?.reason || "unknown"} threadId=${currentStop?.threadId || ""} ? at ?:0:0`);
|
|
183
|
+
} catch (e) { error(e.message === "timeout" ? "timeout" : "adapter-error"); }
|
|
184
|
+
}
|
|
185
|
+
function boundedTable(header, rows) {
|
|
186
|
+
const all = rows.map(row => row.join("\t"));
|
|
187
|
+
const chosen = all.slice(0, MAX_ROWS);
|
|
188
|
+
const prefix = `${header.join("\t")}\n`;
|
|
189
|
+
let output = prefix;
|
|
190
|
+
let count = 0;
|
|
191
|
+
for (const row of chosen) {
|
|
192
|
+
const candidate = `${row}\n`;
|
|
193
|
+
if (Buffer.byteLength(output + candidate) > MAX_OUTPUT_BYTES) break;
|
|
194
|
+
output += candidate; count++;
|
|
195
|
+
}
|
|
196
|
+
stdout.write(output);
|
|
197
|
+
const rowDropped = all.length - count;
|
|
198
|
+
const byteDropped = Buffer.byteLength(all.slice(count).join("\n") + (all.length > count ? "\n" : ""));
|
|
199
|
+
if (rowDropped > 0 || byteDropped > 0) line(`TRUNCATED: rows dropped=${rowDropped} bytes dropped=${byteDropped}`);
|
|
200
|
+
}
|
|
201
|
+
async function command(input) {
|
|
202
|
+
const parts = input.trim().split(/\s+/);
|
|
203
|
+
const cmd = parts.shift();
|
|
204
|
+
if (!cmd) return;
|
|
205
|
+
if (cmd === "quit") { transport?.destroy?.(); process.exit(0); }
|
|
206
|
+
if (cmd === "launch") return launch(parts.shift(), parts.shift(), parts);
|
|
207
|
+
if (cmd === "attach") {
|
|
208
|
+
const [host, port] = (parts.shift() || "").split(":");
|
|
209
|
+
try {
|
|
210
|
+
await startAdapter(`${host}:${port}`);
|
|
211
|
+
await request("initialize", { clientID: "omo-dap", adapterID: "debugpy", linesStartAt1: true, columnsStartAt1: true, pathFormat: "path" });
|
|
212
|
+
await waitInitialized();
|
|
213
|
+
await request("attach", { justMyCode: false });
|
|
214
|
+
await request("configurationDone");
|
|
215
|
+
line("READY: attach");
|
|
216
|
+
} catch (e) { error(e.message === "timeout" ? "timeout" : "adapter-failed"); }
|
|
217
|
+
return;
|
|
218
|
+
}
|
|
219
|
+
if (!transport) return error("no-session");
|
|
220
|
+
try {
|
|
221
|
+
if (cmd === "break" || cmd === "rmbreak") {
|
|
222
|
+
const [file, lineNo] = (parts[0] || "").split(":");
|
|
223
|
+
if (!file || !lineNo) return error("invalid-args");
|
|
224
|
+
const set = breakpoints.get(file) || [];
|
|
225
|
+
const next = cmd === "break" ? [...set.filter(x => x.line !== Number(lineNo)), { line: Number(lineNo) }] : set.filter(x => x.line !== Number(lineNo));
|
|
226
|
+
const response = await request("setBreakpoints", { source: { path: file }, breakpoints: next });
|
|
227
|
+
breakpoints.set(file, next);
|
|
228
|
+
if (response.body?.breakpoints?.some(bp => bp.verified === false)) error("unverified-breakpoint"); else line(`BREAK: ${file}:${lineNo}`);
|
|
229
|
+
} else if (["continue", "step", "next", "stepin", "stepout", "pause"].includes(cmd)) {
|
|
230
|
+
const dapCmd = { step: "next", stepin: "stepIn", stepout: "stepOut" }[cmd] || cmd;
|
|
231
|
+
const threadId = currentStop?.threadId || 1;
|
|
232
|
+
currentStop = null;
|
|
233
|
+
await request(dapCmd, { threadId });
|
|
234
|
+
// Wait for the resulting stopped event (breakpoint hit / step completed) before
|
|
235
|
+
// snapshotting; without this the stack is read while the debuggee is still running.
|
|
236
|
+
await waitForStop();
|
|
237
|
+
await snapshot();
|
|
238
|
+
} else if (cmd === "stack") {
|
|
239
|
+
const r = await request("stackTrace", { threadId: currentStop?.threadId || 1, levels: Number(parts[0]) || 100 });
|
|
240
|
+
boundedTable(["FRAME", "NAME", "FILE", "LINE", "COLUMN"], (r.body?.stackFrames || []).map(f => [String(f.id), f.name, f.source?.path || "", String(f.line || ""), String(f.column || "")]));
|
|
241
|
+
} else if (cmd === "scopes") {
|
|
242
|
+
const r = await request("scopes", { frameId: topFrame?.id || 42 });
|
|
243
|
+
boundedTable(["NAME", "VARIABLES_REFERENCE"], (r.body?.scopes || []).map(s => [s.name, String(s.variablesReference)]));
|
|
244
|
+
} else if (cmd === "vars") {
|
|
245
|
+
if (!parts[0]) return error("invalid-args");
|
|
246
|
+
const r = await request("variables", { variablesReference: Number(parts[0]) });
|
|
247
|
+
boundedTable(["NAME", "VALUE"], (r.body?.variables || []).map(v => [v.name, v.value ?? ""]));
|
|
248
|
+
} else if (cmd === "eval") {
|
|
249
|
+
if (!parts.length) return error("invalid-args");
|
|
250
|
+
const r = await request("evaluate", { expression: parts.join(" "), frameId: topFrame?.id || 42 });
|
|
251
|
+
line(`EVAL\t${r.body?.result || ""}`);
|
|
252
|
+
} else if (cmd === "threads") {
|
|
253
|
+
const r = await request("threads"); boundedTable(["ID", "NAME"], (r.body?.threads || []).map(t => [String(t.id), t.name]));
|
|
254
|
+
} else if (cmd === "sessions") line("SESSION\tSTATE\n1\tactive");
|
|
255
|
+
else if (cmd === "terminate") { await request("terminate", { restart: false }); line("EXIT: terminated"); terminated = true; }
|
|
256
|
+
else error("invalid-args");
|
|
257
|
+
} catch (e) { error(e.message === "timeout" ? "timeout" : e.message === "adapter-error" ? "adapter-error" : "adapter-failed"); }
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
if (import.meta.main) {
|
|
261
|
+
// Serialize stdin commands: fire-and-forget (`void command(...)`) lets a `continue`
|
|
262
|
+
// race ahead of the launch handshake's configurationDone, and the adapter then
|
|
263
|
+
// drops or rejects the out-of-order request. Each line awaits the previous command.
|
|
264
|
+
let chain = Promise.resolve();
|
|
265
|
+
const rl = createInterface({ input: stdin, crlfDelay: Infinity });
|
|
266
|
+
rl.on("line", value => { chain = chain.then(() => command(value)).catch(() => {}); });
|
|
267
|
+
}
|