oh-my-opencode 4.19.0 → 4.19.2
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/omomomo.md +1 -1
- package/.agents/skills/omomomo/SKILL.md +1 -1
- package/.opencode/command/omomomo.md +1 -1
- package/README.ja.md +6 -6
- package/README.ko.md +6 -6
- package/README.md +6 -6
- package/README.ru.md +6 -6
- package/README.zh-cn.md +6 -6
- package/dist/agents/atlas/agent.d.ts +5 -3
- package/dist/agents/explore.d.ts +4 -2
- package/dist/agents/gpt-prompt-identity.d.ts +3 -0
- package/dist/agents/hephaestus/agent.d.ts +4 -2
- package/dist/agents/librarian.d.ts +4 -2
- package/dist/agents/metis.d.ts +4 -2
- package/dist/agents/momus.d.ts +3 -2
- package/dist/agents/multimodal-looker.d.ts +4 -2
- package/dist/agents/oracle.d.ts +4 -2
- package/dist/agents/sisyphus/claude-opus-5.d.ts +33 -0
- package/dist/agents/sisyphus/gpt-5-5.d.ts +1 -1
- package/dist/agents/sisyphus/gpt-task-system-guide.d.ts +1 -0
- package/dist/agents/sisyphus/index.d.ts +2 -0
- package/dist/agents/sisyphus-agent-factory.d.ts +5 -2
- package/dist/agents/sisyphus-junior/agent.d.ts +4 -1
- package/dist/agents/sisyphus-junior/gpt-5-5.d.ts +2 -2
- package/dist/agents/types.d.ts +2 -2
- package/dist/cli/index.js +23577 -19269
- package/dist/cli-node/index.js +23577 -19269
- package/dist/config/schema/agent-names.d.ts +26 -26
- package/dist/config/schema/agent-overrides.d.ts +400 -400
- package/dist/config/schema/browser-automation.d.ts +2 -2
- package/dist/config/schema/categories.d.ts +36 -36
- package/dist/config/schema/codegraph.d.ts +2 -0
- package/dist/config/schema/commands.d.ts +2 -2
- package/dist/config/schema/dynamic-context-pruning.d.ts +1 -1
- package/dist/config/schema/experimental.d.ts +1 -1
- package/dist/config/schema/fallback-models.d.ts +25 -25
- package/dist/config/schema/hooks.d.ts +43 -43
- package/dist/config/schema/internal/permission.d.ts +9 -9
- package/dist/config/schema/keyword-detector.d.ts +6 -6
- package/dist/config/schema/oh-my-opencode-config.d.ts +404 -402
- package/dist/config/schema/tmux.d.ts +6 -6
- package/dist/create-hooks.d.ts +35 -35
- package/dist/features/background-agent/spawner/tmux-callback-invoker.d.ts +11 -0
- package/dist/features/builtin-commands/templates/start-work.d.ts +1 -1
- package/dist/features/claude-tasks/types.d.ts +4 -4
- package/dist/features/team-mode/team-runtime/shutdown-helpers.d.ts +1 -1
- package/dist/features/team-mode/team-runtime/shutdown-test-fixtures.d.ts +4 -4
- package/dist/features/team-mode/tools/lifecycle-test-fixture.d.ts +42 -42
- package/dist/features/tmux-subagent/environment-eligibility.d.ts +2 -0
- package/dist/features/tmux-subagent/index.d.ts +1 -0
- package/dist/features/tmux-subagent/tracked-session-state.d.ts +1 -0
- package/dist/features/tui-sidebar/snapshot-schema.d.ts +6 -6
- package/dist/help/schema/acp.d.ts +3 -3
- package/dist/help/schema/doctor.d.ts +4 -4
- package/dist/help/schema/status.d.ts +3 -3
- package/dist/hooks/codegraph-bootstrap/hook.d.ts +3 -2
- package/dist/hooks/goal/types.d.ts +5 -5
- package/dist/hooks/non-interactive-env/constants.d.ts +4 -1
- package/dist/hooks/sisyphus-junior-notepad/constants.d.ts +1 -1
- package/dist/hooks/start-work/notepad-scaffold.d.ts +10 -0
- package/dist/hooks/start-work/parse-user-request.d.ts +2 -0
- package/dist/hooks/start-work/worktree-block.d.ts +5 -0
- package/dist/index.js +27370 -21301
- package/dist/mcp/types.d.ts +3 -3
- package/dist/oh-my-opencode.schema.json +11 -0
- package/dist/plugin/chat-message/loop-commands.d.ts +1 -0
- package/dist/plugin/command-execute-before.d.ts +3 -3
- package/dist/plugin/hooks/create-core-hooks.d.ts +25 -25
- package/dist/shared/omo-process-sweep.d.ts +18 -0
- package/dist/shared/tmux/tmux-utils/environment.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils.d.ts +1 -1
- package/dist/shared/typescript-native-source-parser.d.ts +7 -0
- package/dist/skills/coding-agent-sessions/SKILL.md +5 -2
- package/dist/skills/coding-agent-sessions/references/all-platforms.md +3 -1
- package/dist/skills/coding-agent-sessions/references/senpi.md +15 -5
- package/dist/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
- package/dist/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
- package/dist/skills/debugging/SKILL.md +2 -1
- package/dist/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
- package/dist/skills/programming/SKILL.md +11 -1
- package/dist/skills/programming/references/logging.md +6 -1
- package/dist/skills/programming/scripts/typescript/check-no-excuse-rules.test.ts +87 -0
- package/dist/skills/programming/scripts/typescript/check-no-excuse-rules.ts +75 -11
- package/dist/skills/start-work/SKILL.md +12 -2
- package/dist/skills/ulw-plan/SKILL.md +21 -2
- package/dist/skills/ulw-plan/references/full-workflow.md +12 -1
- package/dist/skills/ulw-plan/references/intent-clear.md +1 -1
- package/dist/testing/create-plugin-module.d.ts +1 -0
- package/dist/tools/task/types.d.ts +10 -10
- package/dist/tui.js +23442 -19182
- package/package.json +14 -14
- package/packages/git-bash-mcp/dist/cli.js +54 -8
- package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +62 -2
- package/packages/lsp-core/src/lsp/client.ts +14 -1
- package/packages/lsp-core/src/lsp/fixtures/diagnostics-freshness-contract-probe.ts +2 -2
- package/packages/lsp-core/src/mcp.ts +9 -0
- package/packages/lsp-daemon/dist/cli.js +319 -51
- package/packages/lsp-daemon/dist/client.js +136 -48
- package/packages/lsp-daemon/dist/daemon-client.d.ts +0 -10
- package/packages/lsp-daemon/dist/daemon-client.js +4 -34
- package/packages/lsp-daemon/dist/daemon-failure-result.d.ts +3 -0
- package/packages/lsp-daemon/dist/daemon-failure-result.js +38 -0
- package/packages/lsp-daemon/dist/daemon-request-error.d.ts +14 -0
- package/packages/lsp-daemon/dist/daemon-request-error.js +26 -0
- package/packages/lsp-daemon/dist/daemon-server.js +5 -1
- package/packages/lsp-daemon/dist/index.js +137 -48
- package/packages/lsp-daemon/dist/proxy.d.ts +2 -0
- package/packages/lsp-daemon/dist/proxy.js +1 -0
- package/packages/lsp-daemon/dist/version-reap.d.ts +26 -0
- package/packages/lsp-daemon/dist/version-reap.js +182 -0
- package/packages/lsp-tools-mcp/dist/cli.js +61 -10
- package/packages/lsp-tools-mcp/dist/lsp/manager.js +6 -1
- package/packages/lsp-tools-mcp/dist/mcp.js +61 -10
- package/packages/lsp-tools-mcp/dist/tools.js +6 -1
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +72 -12
- 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/setup.ts +22 -2
- package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +779 -385
- package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +302 -173
- package/packages/omo-codex/plugin/components/codegraph/package.json +2 -2
- package/packages/omo-codex/plugin/components/codegraph/src/hook-types.ts +3 -1
- package/packages/omo-codex/plugin/components/codegraph/src/hook.ts +23 -42
- package/packages/omo-codex/plugin/components/codegraph/src/mcp-bridge.ts +98 -32
- package/packages/omo-codex/plugin/components/codegraph/src/mcp-unavailable.ts +5 -0
- package/packages/omo-codex/plugin/components/codegraph/src/serve.ts +17 -9
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker.ts +18 -25
- package/packages/omo-codex/plugin/components/codegraph/src/sweep-cli.ts +1 -0
- package/packages/omo-codex/plugin/components/codegraph/test/hook-exclusion.test.ts +5 -0
- package/packages/omo-codex/plugin/components/codegraph/test/hook-store-upgrade.test.ts +176 -0
- package/packages/omo-codex/plugin/components/codegraph/test/hook.test.ts +6 -1
- package/packages/omo-codex/plugin/components/codegraph/test/mcp-bridge-fixtures.ts +31 -2
- package/packages/omo-codex/plugin/components/codegraph/test/package-runtime.test.ts +1 -1
- package/packages/omo-codex/plugin/components/codegraph/test/provisioned-node-guard.test.ts +6 -0
- package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge-lifecycle.test.ts +65 -1
- package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge.test.ts +3 -7
- package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-facade.test.ts +2 -1
- package/packages/omo-codex/plugin/components/codegraph/test/serve-provision.test.ts +57 -3
- package/packages/omo-codex/plugin/components/codegraph/test/serve-unavailable.test.ts +42 -0
- package/packages/omo-codex/plugin/components/codegraph/test/serve.test.ts +122 -10
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-node-support.test.ts +2 -2
- package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-flow.test.ts +101 -64
- package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/package.json +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 +1 -1
- 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 +1 -1
- package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +3 -3
- package/packages/omo-codex/plugin/components/lsp/dist/cli.js +80 -40
- package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
- package/packages/omo-codex/plugin/components/rules/dist/cli.js +11 -0
- package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +1 -1
- package/packages/omo-codex/plugin/components/rules/src/post-compact-budget.ts +11 -0
- package/packages/omo-codex/plugin/components/rules/test/post-compact-budget.test.ts +60 -0
- package/packages/omo-codex/plugin/components/start-work-continuation/directive.md +1 -1
- package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-clone-fidelity-reviewer.toml +2 -2
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-code-reviewer.toml +2 -2
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-gate-reviewer.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-high.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-medium.toml +2 -2
- package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/directive.md +12 -7
- package/packages/omo-codex/plugin/components/ultrawork/dist/cli.js +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +12 -7
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +21 -2
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +12 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-clear.md +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/src/codex-hook.ts +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook-trigger-policy.test.ts +42 -0
- package/packages/omo-codex/plugin/components/ulw-loop/README.md +6 -4
- package/packages/omo-codex/plugin/components/ulw-loop/directive.md +12 -7
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-continuation.d.ts +21 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-continuation.js +64 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.js +15 -2
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-arg-parser.js +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-commands.js +2 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.d.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.js +3 -3
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-steering.d.ts +3 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-steering.js +85 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.d.ts +0 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.js +13 -33
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +998 -593
- package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.js +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/constants.d.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/constants.js +2 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/domain-types.d.ts +6 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/goal-status.d.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/goal-status.js +3 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.d.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.js +4 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.d.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.js +10 -2
- package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-verdicts.js +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-batch.d.ts +15 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-batch.js +84 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-mutations.d.ts +5 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-mutations.js +81 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/steering.js +7 -59
- package/packages/omo-codex/plugin/components/ulw-loop/dist/stop-resume-hook.js +12 -4
- package/packages/omo-codex/plugin/components/ulw-loop/dist/validation-batch.d.ts +9 -0
- package/packages/omo-codex/plugin/components/ulw-loop/dist/validation-batch.js +122 -0
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +2 -1
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +8 -6
- package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-continuation.ts +84 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint.ts +13 -2
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-arg-parser.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-commands.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-output.ts +3 -3
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-steering.ts +49 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/cli-subcommands.ts +13 -45
- package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-instruction.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/constants.ts +2 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/domain-types.ts +7 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/goal-status.ts +4 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/plan-crud.ts +4 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/plan-io.ts +20 -2
- package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-verdicts.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/steering-batch.ts +125 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/steering-mutations.ts +59 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/steering.ts +6 -58
- package/packages/omo-codex/plugin/components/ulw-loop/src/stop-resume-hook.ts +12 -4
- package/packages/omo-codex/plugin/components/ulw-loop/src/validation-batch.ts +122 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-continuation.test.ts +76 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-checkpoint-continuation.test.ts +111 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-steering-batch.test.ts +67 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-validation-batch.test.ts +57 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/paths.test.ts +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/steering-batch.test.ts +152 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/stop-resume-hook.test.ts +29 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/validation-batch-checkpoint.test.ts +147 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/validation-batch.test.ts +73 -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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/package-lock.json +41 -41
- package/packages/omo-codex/plugin/package.json +1 -1
- package/packages/omo-codex/plugin/shared/test/config-loader.test.ts +44 -0
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +5 -2
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/all-platforms.md +3 -1
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/senpi.md +15 -5
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
- package/packages/omo-codex/plugin/skills/debugging/SKILL.md +2 -1
- package/packages/omo-codex/plugin/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
- package/packages/omo-codex/plugin/skills/programming/SKILL.md +11 -1
- package/packages/omo-codex/plugin/skills/programming/references/logging.md +6 -1
- package/packages/omo-codex/plugin/skills/programming/scripts/typescript/check-no-excuse-rules.ts +75 -11
- package/packages/omo-codex/plugin/skills/start-work/SKILL.md +12 -2
- package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +12 -7
- package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +2 -1
- package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +8 -6
- package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +21 -2
- package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +12 -1
- package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-clear.md +1 -1
- package/packages/omo-codex/plugin/test/aggregate-agents.test.mjs +9 -9
- package/packages/omo-codex/plugin/test/aggregate-hooks.test.mjs +26 -0
- package/packages/omo-codex/plugin/test/bootstrap-setup.test.mjs +41 -0
- package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +22 -0
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +49 -5
- package/packages/omo-codex/scripts/install-marketplace-cache.test.mjs +4 -1
- package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +5 -2
- package/packages/shared-skills/skills/coding-agent-sessions/references/all-platforms.md +3 -1
- package/packages/shared-skills/skills/coding-agent-sessions/references/senpi.md +15 -5
- package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
- package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
- package/packages/shared-skills/skills/debugging/SKILL.md +2 -1
- package/packages/shared-skills/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
- package/packages/shared-skills/skills/programming/SKILL.md +11 -1
- package/packages/shared-skills/skills/programming/references/logging.md +6 -1
- package/packages/shared-skills/skills/programming/scripts/typescript/check-no-excuse-rules.test.ts +87 -0
- package/packages/shared-skills/skills/programming/scripts/typescript/check-no-excuse-rules.ts +75 -11
- package/packages/shared-skills/skills/start-work/SKILL.md +12 -2
- package/packages/shared-skills/skills/ulw-plan/SKILL.md +21 -2
- package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +12 -1
- package/packages/shared-skills/skills/ulw-plan/references/intent-clear.md +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const BrowserAutomationProviderSchema: z.ZodEnum<{
|
|
3
|
-
playwright: "playwright";
|
|
4
3
|
"agent-browser": "agent-browser";
|
|
5
4
|
"dev-browser": "dev-browser";
|
|
5
|
+
playwright: "playwright";
|
|
6
6
|
"playwright-cli": "playwright-cli";
|
|
7
7
|
}>;
|
|
8
8
|
export declare const BrowserAutomationConfigSchema: z.ZodObject<{
|
|
9
9
|
provider: z.ZodDefault<z.ZodEnum<{
|
|
10
|
-
playwright: "playwright";
|
|
11
10
|
"agent-browser": "agent-browser";
|
|
12
11
|
"dev-browser": "dev-browser";
|
|
12
|
+
playwright: "playwright";
|
|
13
13
|
"playwright-cli": "playwright-cli";
|
|
14
14
|
}>>;
|
|
15
15
|
playwright_mcp_args: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -6,21 +6,21 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
6
6
|
model: z.ZodString;
|
|
7
7
|
variant: z.ZodOptional<z.ZodString>;
|
|
8
8
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
9
|
-
max: "max";
|
|
10
|
-
medium: "medium";
|
|
11
9
|
high: "high";
|
|
12
|
-
xhigh: "xhigh";
|
|
13
10
|
low: "low";
|
|
14
|
-
|
|
11
|
+
max: "max";
|
|
12
|
+
medium: "medium";
|
|
15
13
|
minimal: "minimal";
|
|
14
|
+
none: "none";
|
|
15
|
+
xhigh: "xhigh";
|
|
16
16
|
}>>;
|
|
17
17
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
18
18
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
19
19
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
20
20
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
21
21
|
type: z.ZodEnum<{
|
|
22
|
-
enabled: "enabled";
|
|
23
22
|
disabled: "disabled";
|
|
23
|
+
enabled: "enabled";
|
|
24
24
|
}>;
|
|
25
25
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
26
26
|
}, z.core.$strip>>;
|
|
@@ -28,21 +28,21 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
28
28
|
model: z.ZodString;
|
|
29
29
|
variant: z.ZodOptional<z.ZodString>;
|
|
30
30
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
31
|
-
max: "max";
|
|
32
|
-
medium: "medium";
|
|
33
31
|
high: "high";
|
|
34
|
-
xhigh: "xhigh";
|
|
35
32
|
low: "low";
|
|
36
|
-
|
|
33
|
+
max: "max";
|
|
34
|
+
medium: "medium";
|
|
37
35
|
minimal: "minimal";
|
|
36
|
+
none: "none";
|
|
37
|
+
xhigh: "xhigh";
|
|
38
38
|
}>>;
|
|
39
39
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
40
40
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
41
41
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
42
42
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
43
43
|
type: z.ZodEnum<{
|
|
44
|
-
enabled: "enabled";
|
|
45
44
|
disabled: "disabled";
|
|
45
|
+
enabled: "enabled";
|
|
46
46
|
}>;
|
|
47
47
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
48
48
|
}, z.core.$strip>>;
|
|
@@ -53,24 +53,24 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
53
53
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
54
54
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
55
55
|
type: z.ZodEnum<{
|
|
56
|
-
enabled: "enabled";
|
|
57
56
|
disabled: "disabled";
|
|
57
|
+
enabled: "enabled";
|
|
58
58
|
}>;
|
|
59
59
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
60
60
|
}, z.core.$strip>>;
|
|
61
61
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
62
|
-
max: "max";
|
|
63
|
-
medium: "medium";
|
|
64
62
|
high: "high";
|
|
65
|
-
xhigh: "xhigh";
|
|
66
63
|
low: "low";
|
|
67
|
-
|
|
64
|
+
max: "max";
|
|
65
|
+
medium: "medium";
|
|
68
66
|
minimal: "minimal";
|
|
67
|
+
none: "none";
|
|
68
|
+
xhigh: "xhigh";
|
|
69
69
|
}>>;
|
|
70
70
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
71
|
-
medium: "medium";
|
|
72
71
|
high: "high";
|
|
73
72
|
low: "low";
|
|
73
|
+
medium: "medium";
|
|
74
74
|
}>>;
|
|
75
75
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
76
76
|
prompt_append: z.ZodOptional<z.ZodString>;
|
|
@@ -79,13 +79,13 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
79
79
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
80
80
|
}, z.core.$strip>;
|
|
81
81
|
export declare const BuiltinCategoryNameSchema: z.ZodEnum<{
|
|
82
|
-
"visual-engineering": "visual-engineering";
|
|
83
|
-
ultrabrain: "ultrabrain";
|
|
84
|
-
deep: "deep";
|
|
85
82
|
artistry: "artistry";
|
|
83
|
+
deep: "deep";
|
|
86
84
|
quick: "quick";
|
|
87
|
-
|
|
85
|
+
ultrabrain: "ultrabrain";
|
|
88
86
|
"unspecified-high": "unspecified-high";
|
|
87
|
+
"unspecified-low": "unspecified-low";
|
|
88
|
+
"visual-engineering": "visual-engineering";
|
|
89
89
|
writing: "writing";
|
|
90
90
|
}>;
|
|
91
91
|
export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -95,21 +95,21 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
95
95
|
model: z.ZodString;
|
|
96
96
|
variant: z.ZodOptional<z.ZodString>;
|
|
97
97
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
98
|
-
max: "max";
|
|
99
|
-
medium: "medium";
|
|
100
98
|
high: "high";
|
|
101
|
-
xhigh: "xhigh";
|
|
102
99
|
low: "low";
|
|
103
|
-
|
|
100
|
+
max: "max";
|
|
101
|
+
medium: "medium";
|
|
104
102
|
minimal: "minimal";
|
|
103
|
+
none: "none";
|
|
104
|
+
xhigh: "xhigh";
|
|
105
105
|
}>>;
|
|
106
106
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
107
107
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
108
108
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
109
109
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
110
110
|
type: z.ZodEnum<{
|
|
111
|
-
enabled: "enabled";
|
|
112
111
|
disabled: "disabled";
|
|
112
|
+
enabled: "enabled";
|
|
113
113
|
}>;
|
|
114
114
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
115
115
|
}, z.core.$strip>>;
|
|
@@ -117,21 +117,21 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
117
117
|
model: z.ZodString;
|
|
118
118
|
variant: z.ZodOptional<z.ZodString>;
|
|
119
119
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
120
|
-
max: "max";
|
|
121
|
-
medium: "medium";
|
|
122
120
|
high: "high";
|
|
123
|
-
xhigh: "xhigh";
|
|
124
121
|
low: "low";
|
|
125
|
-
|
|
122
|
+
max: "max";
|
|
123
|
+
medium: "medium";
|
|
126
124
|
minimal: "minimal";
|
|
125
|
+
none: "none";
|
|
126
|
+
xhigh: "xhigh";
|
|
127
127
|
}>>;
|
|
128
128
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
129
129
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
130
130
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
131
131
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
132
132
|
type: z.ZodEnum<{
|
|
133
|
-
enabled: "enabled";
|
|
134
133
|
disabled: "disabled";
|
|
134
|
+
enabled: "enabled";
|
|
135
135
|
}>;
|
|
136
136
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
137
137
|
}, z.core.$strip>>;
|
|
@@ -142,24 +142,24 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
142
142
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
143
143
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
144
144
|
type: z.ZodEnum<{
|
|
145
|
-
enabled: "enabled";
|
|
146
145
|
disabled: "disabled";
|
|
146
|
+
enabled: "enabled";
|
|
147
147
|
}>;
|
|
148
148
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
149
149
|
}, z.core.$strip>>;
|
|
150
150
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
151
|
-
max: "max";
|
|
152
|
-
medium: "medium";
|
|
153
151
|
high: "high";
|
|
154
|
-
xhigh: "xhigh";
|
|
155
152
|
low: "low";
|
|
156
|
-
|
|
153
|
+
max: "max";
|
|
154
|
+
medium: "medium";
|
|
157
155
|
minimal: "minimal";
|
|
156
|
+
none: "none";
|
|
157
|
+
xhigh: "xhigh";
|
|
158
158
|
}>>;
|
|
159
159
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
160
|
-
medium: "medium";
|
|
161
160
|
high: "high";
|
|
162
161
|
low: "low";
|
|
162
|
+
medium: "medium";
|
|
163
163
|
}>>;
|
|
164
164
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
165
165
|
prompt_append: z.ZodOptional<z.ZodString>;
|
|
@@ -2,7 +2,9 @@ import { z } from "zod";
|
|
|
2
2
|
export declare const CodegraphConfigSchema: z.ZodObject<{
|
|
3
3
|
auto_init: z.ZodDefault<z.ZodBoolean>;
|
|
4
4
|
auto_provision: z.ZodDefault<z.ZodBoolean>;
|
|
5
|
+
daemon: z.ZodDefault<z.ZodBoolean>;
|
|
5
6
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
7
|
+
excluded_roots: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6
8
|
install_dir: z.ZodOptional<z.ZodString>;
|
|
7
9
|
telemetry: z.ZodOptional<z.ZodBoolean>;
|
|
8
10
|
watch_debounce_ms: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const BuiltinCommandNameSchema: z.ZodEnum<{
|
|
3
|
-
"remove-ai-slops": "remove-ai-slops";
|
|
4
3
|
goal: "goal";
|
|
4
|
+
hyperplan: "hyperplan";
|
|
5
5
|
refactor: "refactor";
|
|
6
|
+
"remove-ai-slops": "remove-ai-slops";
|
|
6
7
|
"start-work": "start-work";
|
|
7
8
|
"stop-continuation": "stop-continuation";
|
|
8
|
-
hyperplan: "hyperplan";
|
|
9
9
|
}>;
|
|
10
10
|
export type BuiltinCommandName = z.infer<typeof BuiltinCommandNameSchema>;
|
|
@@ -2,9 +2,9 @@ import { z } from "zod";
|
|
|
2
2
|
export declare const DynamicContextPruningConfigSchema: z.ZodObject<{
|
|
3
3
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
4
4
|
notification: z.ZodDefault<z.ZodEnum<{
|
|
5
|
+
detailed: "detailed";
|
|
5
6
|
minimal: "minimal";
|
|
6
7
|
off: "off";
|
|
7
|
-
detailed: "detailed";
|
|
8
8
|
}>>;
|
|
9
9
|
turn_protection: z.ZodOptional<z.ZodObject<{
|
|
10
10
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -6,9 +6,9 @@ export declare const ExperimentalConfigSchema: z.ZodObject<{
|
|
|
6
6
|
dynamic_context_pruning: z.ZodOptional<z.ZodObject<{
|
|
7
7
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
8
8
|
notification: z.ZodDefault<z.ZodEnum<{
|
|
9
|
+
detailed: "detailed";
|
|
9
10
|
minimal: "minimal";
|
|
10
11
|
off: "off";
|
|
11
|
-
detailed: "detailed";
|
|
12
12
|
}>>;
|
|
13
13
|
turn_protection: z.ZodOptional<z.ZodObject<{
|
|
14
14
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -3,21 +3,21 @@ export declare const FallbackModelObjectSchema: z.ZodObject<{
|
|
|
3
3
|
model: z.ZodString;
|
|
4
4
|
variant: z.ZodOptional<z.ZodString>;
|
|
5
5
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
6
|
-
max: "max";
|
|
7
|
-
medium: "medium";
|
|
8
6
|
high: "high";
|
|
9
|
-
xhigh: "xhigh";
|
|
10
7
|
low: "low";
|
|
11
|
-
|
|
8
|
+
max: "max";
|
|
9
|
+
medium: "medium";
|
|
12
10
|
minimal: "minimal";
|
|
11
|
+
none: "none";
|
|
12
|
+
xhigh: "xhigh";
|
|
13
13
|
}>>;
|
|
14
14
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
15
15
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
16
16
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
17
17
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
18
18
|
type: z.ZodEnum<{
|
|
19
|
-
enabled: "enabled";
|
|
20
19
|
disabled: "disabled";
|
|
20
|
+
enabled: "enabled";
|
|
21
21
|
}>;
|
|
22
22
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
23
23
|
}, z.core.$strip>>;
|
|
@@ -28,21 +28,21 @@ export declare const FallbackModelObjectArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
28
28
|
model: z.ZodString;
|
|
29
29
|
variant: z.ZodOptional<z.ZodString>;
|
|
30
30
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
31
|
-
max: "max";
|
|
32
|
-
medium: "medium";
|
|
33
31
|
high: "high";
|
|
34
|
-
xhigh: "xhigh";
|
|
35
32
|
low: "low";
|
|
36
|
-
|
|
33
|
+
max: "max";
|
|
34
|
+
medium: "medium";
|
|
37
35
|
minimal: "minimal";
|
|
36
|
+
none: "none";
|
|
37
|
+
xhigh: "xhigh";
|
|
38
38
|
}>>;
|
|
39
39
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
40
40
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
41
41
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
42
42
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
43
43
|
type: z.ZodEnum<{
|
|
44
|
-
enabled: "enabled";
|
|
45
44
|
disabled: "disabled";
|
|
45
|
+
enabled: "enabled";
|
|
46
46
|
}>;
|
|
47
47
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
48
48
|
}, z.core.$strip>>;
|
|
@@ -51,21 +51,21 @@ export declare const FallbackModelMixedArraySchema: z.ZodArray<z.ZodUnion<readon
|
|
|
51
51
|
model: z.ZodString;
|
|
52
52
|
variant: z.ZodOptional<z.ZodString>;
|
|
53
53
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
54
|
-
max: "max";
|
|
55
|
-
medium: "medium";
|
|
56
54
|
high: "high";
|
|
57
|
-
xhigh: "xhigh";
|
|
58
55
|
low: "low";
|
|
59
|
-
|
|
56
|
+
max: "max";
|
|
57
|
+
medium: "medium";
|
|
60
58
|
minimal: "minimal";
|
|
59
|
+
none: "none";
|
|
60
|
+
xhigh: "xhigh";
|
|
61
61
|
}>>;
|
|
62
62
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
63
63
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
64
64
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
65
65
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
66
66
|
type: z.ZodEnum<{
|
|
67
|
-
enabled: "enabled";
|
|
68
67
|
disabled: "disabled";
|
|
68
|
+
enabled: "enabled";
|
|
69
69
|
}>;
|
|
70
70
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
71
71
|
}, z.core.$strip>>;
|
|
@@ -74,21 +74,21 @@ export declare const FallbackModelsSchema: z.ZodUnion<readonly [z.ZodString, z.Z
|
|
|
74
74
|
model: z.ZodString;
|
|
75
75
|
variant: z.ZodOptional<z.ZodString>;
|
|
76
76
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
77
|
-
max: "max";
|
|
78
|
-
medium: "medium";
|
|
79
77
|
high: "high";
|
|
80
|
-
xhigh: "xhigh";
|
|
81
78
|
low: "low";
|
|
82
|
-
|
|
79
|
+
max: "max";
|
|
80
|
+
medium: "medium";
|
|
83
81
|
minimal: "minimal";
|
|
82
|
+
none: "none";
|
|
83
|
+
xhigh: "xhigh";
|
|
84
84
|
}>>;
|
|
85
85
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
86
86
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
87
87
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
88
88
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
89
89
|
type: z.ZodEnum<{
|
|
90
|
-
enabled: "enabled";
|
|
91
90
|
disabled: "disabled";
|
|
91
|
+
enabled: "enabled";
|
|
92
92
|
}>;
|
|
93
93
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
94
94
|
}, z.core.$strip>>;
|
|
@@ -96,21 +96,21 @@ export declare const FallbackModelsSchema: z.ZodUnion<readonly [z.ZodString, z.Z
|
|
|
96
96
|
model: z.ZodString;
|
|
97
97
|
variant: z.ZodOptional<z.ZodString>;
|
|
98
98
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
99
|
-
max: "max";
|
|
100
|
-
medium: "medium";
|
|
101
99
|
high: "high";
|
|
102
|
-
xhigh: "xhigh";
|
|
103
100
|
low: "low";
|
|
104
|
-
|
|
101
|
+
max: "max";
|
|
102
|
+
medium: "medium";
|
|
105
103
|
minimal: "minimal";
|
|
104
|
+
none: "none";
|
|
105
|
+
xhigh: "xhigh";
|
|
106
106
|
}>>;
|
|
107
107
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
108
108
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
109
109
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
110
110
|
thinking: z.ZodOptional<z.ZodObject<{
|
|
111
111
|
type: z.ZodEnum<{
|
|
112
|
-
enabled: "enabled";
|
|
113
112
|
disabled: "disabled";
|
|
113
|
+
enabled: "enabled";
|
|
114
114
|
}>;
|
|
115
115
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
116
116
|
}, z.core.$strip>>;
|
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const HookNameSchema: z.ZodEnum<{
|
|
3
|
-
|
|
4
|
-
goal: "goal";
|
|
5
|
-
"start-work": "start-work";
|
|
6
|
-
"todo-continuation-enforcer": "todo-continuation-enforcer";
|
|
7
|
-
"session-notification": "session-notification";
|
|
8
|
-
"comment-checker": "comment-checker";
|
|
9
|
-
"tool-output-truncator": "tool-output-truncator";
|
|
10
|
-
"question-label-truncator": "question-label-truncator";
|
|
11
|
-
"directory-agents-injector": "directory-agents-injector";
|
|
12
|
-
"directory-readme-injector": "directory-readme-injector";
|
|
13
|
-
"empty-task-response-detector": "empty-task-response-detector";
|
|
14
|
-
"think-mode": "think-mode";
|
|
15
|
-
"model-fallback": "model-fallback";
|
|
3
|
+
"agent-usage-reminder": "agent-usage-reminder";
|
|
16
4
|
"anthropic-context-window-limit-recovery": "anthropic-context-window-limit-recovery";
|
|
17
|
-
"preemptive-compaction": "preemptive-compaction";
|
|
18
|
-
"rules-injector": "rules-injector";
|
|
19
|
-
"background-notification": "background-notification";
|
|
20
|
-
"auto-update-checker": "auto-update-checker";
|
|
21
|
-
"codegraph-bootstrap": "codegraph-bootstrap";
|
|
22
5
|
"ast-grep-sg-provision": "ast-grep-sg-provision";
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"tool-pair-validator": "tool-pair-validator";
|
|
29
|
-
"monitor-status-injector": "monitor-status-injector";
|
|
6
|
+
atlas: "atlas";
|
|
7
|
+
"auto-slash-command": "auto-slash-command";
|
|
8
|
+
"auto-update-checker": "auto-update-checker";
|
|
9
|
+
"background-notification": "background-notification";
|
|
10
|
+
"bash-file-read-guard": "bash-file-read-guard";
|
|
30
11
|
"category-skill-reminder": "category-skill-reminder";
|
|
12
|
+
"claude-code-hooks": "claude-code-hooks";
|
|
13
|
+
"codegraph-bootstrap": "codegraph-bootstrap";
|
|
14
|
+
"comment-checker": "comment-checker";
|
|
31
15
|
"compaction-context-injector": "compaction-context-injector";
|
|
32
16
|
"compaction-todo-preserver": "compaction-todo-preserver";
|
|
33
|
-
"
|
|
34
|
-
"
|
|
17
|
+
"delegate-task-retry": "delegate-task-retry";
|
|
18
|
+
"directory-agents-injector": "directory-agents-injector";
|
|
19
|
+
"directory-readme-injector": "directory-readme-injector";
|
|
35
20
|
"edit-error-recovery": "edit-error-recovery";
|
|
21
|
+
"empty-task-response-detector": "empty-task-response-detector";
|
|
22
|
+
"fsync-skip-warning": "fsync-skip-warning";
|
|
23
|
+
goal: "goal";
|
|
24
|
+
"hashline-read-enhancer": "hashline-read-enhancer";
|
|
25
|
+
"hephaestus-agents-md-injector": "hephaestus-agents-md-injector";
|
|
26
|
+
"interactive-bash-session": "interactive-bash-session";
|
|
36
27
|
"json-error-recovery": "json-error-recovery";
|
|
37
|
-
"
|
|
28
|
+
"keyword-detector": "keyword-detector";
|
|
29
|
+
"legacy-plugin-toast": "legacy-plugin-toast";
|
|
30
|
+
"model-fallback": "model-fallback";
|
|
31
|
+
"monitor-status-injector": "monitor-status-injector";
|
|
32
|
+
"no-hephaestus-non-gpt": "no-hephaestus-non-gpt";
|
|
33
|
+
"no-sisyphus-gpt": "no-sisyphus-gpt";
|
|
34
|
+
"non-interactive-env": "non-interactive-env";
|
|
35
|
+
"notepad-write-guard": "notepad-write-guard";
|
|
36
|
+
"plan-format-validator": "plan-format-validator";
|
|
37
|
+
"preemptive-compaction": "preemptive-compaction";
|
|
38
38
|
"prometheus-md-only": "prometheus-md-only";
|
|
39
|
+
"question-label-truncator": "question-label-truncator";
|
|
40
|
+
"read-image-resizer": "read-image-resizer";
|
|
41
|
+
"rules-injector": "rules-injector";
|
|
42
|
+
"runtime-fallback": "runtime-fallback";
|
|
43
|
+
"session-notification": "session-notification";
|
|
39
44
|
"sisyphus-junior-notepad": "sisyphus-junior-notepad";
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"no-hephaestus-non-gpt": "no-hephaestus-non-gpt";
|
|
43
|
-
"hephaestus-agents-md-injector": "hephaestus-agents-md-injector";
|
|
44
|
-
"unstable-agent-babysitter": "unstable-agent-babysitter";
|
|
45
|
-
"task-resume-info": "task-resume-info";
|
|
45
|
+
"start-work": "start-work";
|
|
46
|
+
"startup-toast": "startup-toast";
|
|
46
47
|
"stop-continuation-guard": "stop-continuation-guard";
|
|
48
|
+
"task-resume-info": "task-resume-info";
|
|
47
49
|
"tasks-todowrite-disabler": "tasks-todowrite-disabler";
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"bash-file-read-guard": "bash-file-read-guard";
|
|
52
|
-
"hashline-read-enhancer": "hashline-read-enhancer";
|
|
53
|
-
"read-image-resizer": "read-image-resizer";
|
|
50
|
+
"team-tool-gating": "team-tool-gating";
|
|
51
|
+
"think-mode": "think-mode";
|
|
52
|
+
"todo-continuation-enforcer": "todo-continuation-enforcer";
|
|
54
53
|
"todo-description-override": "todo-description-override";
|
|
54
|
+
"tool-output-truncator": "tool-output-truncator";
|
|
55
|
+
"tool-pair-validator": "tool-pair-validator";
|
|
56
|
+
"unstable-agent-babysitter": "unstable-agent-babysitter";
|
|
55
57
|
"webfetch-redirect-guard": "webfetch-redirect-guard";
|
|
56
|
-
"
|
|
57
|
-
"plan-format-validator": "plan-format-validator";
|
|
58
|
-
"legacy-plugin-toast": "legacy-plugin-toast";
|
|
58
|
+
"write-existing-file-guard": "write-existing-file-guard";
|
|
59
59
|
}>;
|
|
60
60
|
export type HookName = z.infer<typeof HookNameSchema>;
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const PermissionValueSchema: z.ZodEnum<{
|
|
3
|
-
ask: "ask";
|
|
4
3
|
allow: "allow";
|
|
4
|
+
ask: "ask";
|
|
5
5
|
deny: "deny";
|
|
6
6
|
}>;
|
|
7
7
|
export type PermissionValue = z.infer<typeof PermissionValueSchema>;
|
|
8
8
|
export declare const AgentPermissionSchema: z.ZodObject<{
|
|
9
9
|
edit: z.ZodOptional<z.ZodEnum<{
|
|
10
|
-
ask: "ask";
|
|
11
10
|
allow: "allow";
|
|
11
|
+
ask: "ask";
|
|
12
12
|
deny: "deny";
|
|
13
13
|
}>>;
|
|
14
14
|
bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
15
|
-
ask: "ask";
|
|
16
15
|
allow: "allow";
|
|
16
|
+
ask: "ask";
|
|
17
17
|
deny: "deny";
|
|
18
18
|
}>, z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
19
|
-
ask: "ask";
|
|
20
19
|
allow: "allow";
|
|
20
|
+
ask: "ask";
|
|
21
21
|
deny: "deny";
|
|
22
22
|
}>>]>>;
|
|
23
23
|
webfetch: z.ZodOptional<z.ZodEnum<{
|
|
24
|
-
ask: "ask";
|
|
25
24
|
allow: "allow";
|
|
25
|
+
ask: "ask";
|
|
26
26
|
deny: "deny";
|
|
27
27
|
}>>;
|
|
28
28
|
task: z.ZodOptional<z.ZodEnum<{
|
|
29
|
-
ask: "ask";
|
|
30
29
|
allow: "allow";
|
|
30
|
+
ask: "ask";
|
|
31
31
|
deny: "deny";
|
|
32
32
|
}>>;
|
|
33
33
|
doom_loop: z.ZodOptional<z.ZodEnum<{
|
|
34
|
-
ask: "ask";
|
|
35
34
|
allow: "allow";
|
|
35
|
+
ask: "ask";
|
|
36
36
|
deny: "deny";
|
|
37
37
|
}>>;
|
|
38
38
|
external_directory: z.ZodOptional<z.ZodEnum<{
|
|
39
|
-
ask: "ask";
|
|
40
39
|
allow: "allow";
|
|
40
|
+
ask: "ask";
|
|
41
41
|
deny: "deny";
|
|
42
42
|
}>>;
|
|
43
43
|
}, z.core.$catchall<z.ZodOptional<z.ZodEnum<{
|
|
44
|
-
ask: "ask";
|
|
45
44
|
allow: "allow";
|
|
45
|
+
ask: "ask";
|
|
46
46
|
deny: "deny";
|
|
47
47
|
}>>>>;
|
|
48
48
|
export type AgentPermission = z.infer<typeof AgentPermissionSchema>;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const KeywordTypeSchema: z.ZodEnum<{
|
|
3
|
-
ultrawork: "ultrawork";
|
|
4
3
|
hyperplan: "hyperplan";
|
|
5
|
-
team: "team";
|
|
6
4
|
"hyperplan-ultrawork": "hyperplan-ultrawork";
|
|
5
|
+
team: "team";
|
|
6
|
+
ultrawork: "ultrawork";
|
|
7
7
|
}>;
|
|
8
8
|
export type KeywordType = z.infer<typeof KeywordTypeSchema>;
|
|
9
9
|
export declare const KeywordDetectorConfigSchema: z.ZodObject<{
|
|
10
10
|
enabled_expansions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
11
|
-
ultrawork: "ultrawork";
|
|
12
11
|
hyperplan: "hyperplan";
|
|
13
|
-
team: "team";
|
|
14
12
|
"hyperplan-ultrawork": "hyperplan-ultrawork";
|
|
13
|
+
team: "team";
|
|
14
|
+
ultrawork: "ultrawork";
|
|
15
15
|
}>>>;
|
|
16
16
|
disabled_keywords: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
17
|
-
ultrawork: "ultrawork";
|
|
18
17
|
hyperplan: "hyperplan";
|
|
19
|
-
team: "team";
|
|
20
18
|
"hyperplan-ultrawork": "hyperplan-ultrawork";
|
|
19
|
+
team: "team";
|
|
20
|
+
ultrawork: "ultrawork";
|
|
21
21
|
}>>>;
|
|
22
22
|
}, z.core.$strip>;
|
|
23
23
|
export type KeywordDetectorConfig = z.infer<typeof KeywordDetectorConfigSchema>;
|