@reinamaccredy/oh-my-opencode 3.0.1-beta.1 → 3.0.1-beta.3
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/dist/cli/index.js +44 -23
- package/dist/index.js +19100 -28924
- package/package.json +3 -2
- package/dist/agents/build-prompt.d.ts +0 -31
- package/dist/agents/document-writer.d.ts +0 -5
- package/dist/agents/explore.d.ts +0 -5
- package/dist/agents/frontend-ui-ux-engineer.d.ts +0 -5
- package/dist/agents/index.d.ts +0 -5
- package/dist/agents/librarian.d.ts +0 -5
- package/dist/agents/metis.d.ts +0 -19
- package/dist/agents/momus.d.ts +0 -6
- package/dist/agents/multimodal-looker.d.ts +0 -5
- package/dist/agents/oracle.d.ts +0 -5
- package/dist/agents/orchestrator-sisyphus.d.ts +0 -20
- package/dist/agents/plan-prompt.d.ts +0 -64
- package/dist/agents/prometheus-prompt.d.ts +0 -27
- package/dist/agents/sisyphus-junior.d.ts +0 -3
- package/dist/agents/sisyphus-prompt-builder.d.ts +0 -26
- package/dist/agents/sisyphus.d.ts +0 -4
- package/dist/agents/types.d.ts +0 -51
- package/dist/agents/utils.d.ts +0 -13
- package/dist/agents/utils.test.d.ts +0 -1
- package/dist/cli/config-manager.d.ts +0 -77
- package/dist/cli/doctor/checks/auth.d.ts +0 -7
- package/dist/cli/doctor/checks/auth.test.d.ts +0 -1
- package/dist/cli/doctor/checks/config.d.ts +0 -8
- package/dist/cli/doctor/checks/config.test.d.ts +0 -1
- package/dist/cli/doctor/checks/dependencies.d.ts +0 -8
- package/dist/cli/doctor/checks/dependencies.test.d.ts +0 -1
- package/dist/cli/doctor/checks/gh.d.ts +0 -13
- package/dist/cli/doctor/checks/gh.test.d.ts +0 -1
- package/dist/cli/doctor/checks/index.d.ts +0 -11
- package/dist/cli/doctor/checks/lsp.d.ts +0 -8
- package/dist/cli/doctor/checks/lsp.test.d.ts +0 -1
- package/dist/cli/doctor/checks/mcp.d.ts +0 -6
- package/dist/cli/doctor/checks/mcp.test.d.ts +0 -1
- package/dist/cli/doctor/checks/opencode.d.ts +0 -10
- package/dist/cli/doctor/checks/opencode.test.d.ts +0 -1
- package/dist/cli/doctor/checks/plugin.d.ts +0 -4
- package/dist/cli/doctor/checks/plugin.test.d.ts +0 -1
- package/dist/cli/doctor/checks/version.d.ts +0 -4
- package/dist/cli/doctor/checks/version.test.d.ts +0 -1
- package/dist/cli/doctor/constants.d.ts +0 -40
- package/dist/cli/doctor/formatter.d.ts +0 -12
- package/dist/cli/doctor/formatter.test.d.ts +0 -1
- package/dist/cli/doctor/index.d.ts +0 -5
- package/dist/cli/doctor/runner.d.ts +0 -7
- package/dist/cli/doctor/runner.test.d.ts +0 -1
- package/dist/cli/doctor/types.d.ts +0 -91
- package/dist/cli/get-local-version/formatter.d.ts +0 -3
- package/dist/cli/get-local-version/index.d.ts +0 -3
- package/dist/cli/get-local-version/types.d.ts +0 -13
- package/dist/cli/index.d.ts +0 -2
- package/dist/cli/install.d.ts +0 -2
- package/dist/cli/run/completion.d.ts +0 -2
- package/dist/cli/run/completion.test.d.ts +0 -1
- package/dist/cli/run/events.d.ts +0 -11
- package/dist/cli/run/events.test.d.ts +0 -1
- package/dist/cli/run/index.d.ts +0 -2
- package/dist/cli/run/runner.d.ts +0 -2
- package/dist/cli/run/types.d.ts +0 -71
- package/dist/cli/types.d.ts +0 -29
- package/dist/config/index.d.ts +0 -2
- package/dist/config/schema.d.ts +0 -1948
- package/dist/config/schema.test.d.ts +0 -1
- package/dist/features/background-agent/concurrency.d.ts +0 -10
- package/dist/features/background-agent/concurrency.test.d.ts +0 -1
- package/dist/features/background-agent/index.d.ts +0 -3
- package/dist/features/background-agent/manager.d.ts +0 -66
- package/dist/features/background-agent/manager.test.d.ts +0 -1
- package/dist/features/background-agent/types.d.ts +0 -68
- package/dist/features/boulder-state/constants.d.ts +0 -10
- package/dist/features/boulder-state/index.d.ts +0 -4
- package/dist/features/boulder-state/storage.d.ts +0 -28
- package/dist/features/boulder-state/storage.test.d.ts +0 -1
- package/dist/features/boulder-state/types.d.ts +0 -24
- package/dist/features/boulder-state/unified-state.d.ts +0 -86
- package/dist/features/builtin-commands/commands.d.ts +0 -2
- package/dist/features/builtin-commands/index.d.ts +0 -2
- package/dist/features/builtin-commands/templates/init-deep.d.ts +0 -1
- package/dist/features/builtin-commands/templates/ralph-loop.d.ts +0 -2
- package/dist/features/builtin-commands/templates/refactor.d.ts +0 -1
- package/dist/features/builtin-commands/templates/start-work.d.ts +0 -1
- package/dist/features/builtin-commands/types.d.ts +0 -6
- package/dist/features/builtin-skills/index.d.ts +0 -2
- package/dist/features/builtin-skills/skills.d.ts +0 -2
- package/dist/features/builtin-skills/types.d.ts +0 -15
- package/dist/features/claude-code-agent-loader/index.d.ts +0 -2
- package/dist/features/claude-code-agent-loader/loader.d.ts +0 -3
- package/dist/features/claude-code-agent-loader/types.d.ts +0 -14
- package/dist/features/claude-code-command-loader/index.d.ts +0 -2
- package/dist/features/claude-code-command-loader/loader.d.ts +0 -6
- package/dist/features/claude-code-command-loader/types.d.ts +0 -42
- package/dist/features/claude-code-mcp-loader/env-expander.d.ts +0 -2
- package/dist/features/claude-code-mcp-loader/index.d.ts +0 -10
- package/dist/features/claude-code-mcp-loader/loader.d.ts +0 -4
- package/dist/features/claude-code-mcp-loader/loader.test.d.ts +0 -1
- package/dist/features/claude-code-mcp-loader/transformer.d.ts +0 -2
- package/dist/features/claude-code-mcp-loader/types.d.ts +0 -35
- package/dist/features/claude-code-plugin-loader/index.d.ts +0 -3
- package/dist/features/claude-code-plugin-loader/loader.d.ts +0 -20
- package/dist/features/claude-code-plugin-loader/types.d.ts +0 -186
- package/dist/features/claude-code-session-state/index.d.ts +0 -1
- package/dist/features/claude-code-session-state/state.d.ts +0 -4
- package/dist/features/context-injector/collector.d.ts +0 -11
- package/dist/features/context-injector/collector.test.d.ts +0 -1
- package/dist/features/context-injector/index.d.ts +0 -3
- package/dist/features/context-injector/injector.d.ts +0 -39
- package/dist/features/context-injector/injector.test.d.ts +0 -1
- package/dist/features/context-injector/types.d.ts +0 -83
- package/dist/features/hook-message-injector/constants.d.ts +0 -3
- package/dist/features/hook-message-injector/index.d.ts +0 -4
- package/dist/features/hook-message-injector/injector.d.ts +0 -11
- package/dist/features/hook-message-injector/types.d.ts +0 -44
- package/dist/features/maestro/hooks/index.d.ts +0 -16
- package/dist/features/maestro/index.d.ts +0 -4
- package/dist/features/maestro/skills/index.d.ts +0 -4
- package/dist/features/maestro/types.d.ts +0 -42
- package/dist/features/maestro/utils/index.d.ts +0 -4
- package/dist/features/opencode-skill-loader/async-loader.d.ts +0 -6
- package/dist/features/opencode-skill-loader/async-loader.test.d.ts +0 -1
- package/dist/features/opencode-skill-loader/blocking.d.ts +0 -2
- package/dist/features/opencode-skill-loader/blocking.test.d.ts +0 -1
- package/dist/features/opencode-skill-loader/discover-worker.d.ts +0 -1
- package/dist/features/opencode-skill-loader/index.d.ts +0 -4
- package/dist/features/opencode-skill-loader/loader.d.ts +0 -16
- package/dist/features/opencode-skill-loader/loader.test.d.ts +0 -1
- package/dist/features/opencode-skill-loader/merger.d.ts +0 -7
- package/dist/features/opencode-skill-loader/skill-content.d.ts +0 -5
- package/dist/features/opencode-skill-loader/skill-content.test.d.ts +0 -1
- package/dist/features/opencode-skill-loader/types.d.ts +0 -34
- package/dist/features/skill-mcp-manager/env-cleaner.d.ts +0 -2
- package/dist/features/skill-mcp-manager/env-cleaner.test.d.ts +0 -1
- package/dist/features/skill-mcp-manager/index.d.ts +0 -2
- package/dist/features/skill-mcp-manager/manager.d.ts +0 -29
- package/dist/features/skill-mcp-manager/manager.test.d.ts +0 -1
- package/dist/features/skill-mcp-manager/types.d.ts +0 -11
- package/dist/features/task-toast-manager/index.d.ts +0 -2
- package/dist/features/task-toast-manager/manager.d.ts +0 -56
- package/dist/features/task-toast-manager/manager.test.d.ts +0 -1
- package/dist/features/task-toast-manager/types.d.ts +0 -16
- package/dist/features/workflow-engine/adapters/index.d.ts +0 -2
- package/dist/features/workflow-engine/adapters/maestro/index.d.ts +0 -43
- package/dist/features/workflow-engine/adapters/sisyphus/index.d.ts +0 -30
- package/dist/features/workflow-engine/contracts/v1/contract.test.d.ts +0 -1
- package/dist/features/workflow-engine/contracts/v1/engine.contract.d.ts +0 -27
- package/dist/features/workflow-engine/contracts/v1/index.d.ts +0 -2
- package/dist/features/workflow-engine/contracts/v1/types.d.ts +0 -346
- package/dist/features/workflow-engine/engines/index.d.ts +0 -1
- package/dist/features/workflow-engine/engines/maestro-engine.d.ts +0 -40
- package/dist/features/workflow-engine/index.d.ts +0 -4
- package/dist/features/workflow-engine/service.d.ts +0 -6
- package/dist/hooks/agent-usage-reminder/constants.d.ts +0 -5
- package/dist/hooks/agent-usage-reminder/index.d.ts +0 -22
- package/dist/hooks/agent-usage-reminder/storage.d.ts +0 -4
- package/dist/hooks/agent-usage-reminder/types.d.ts +0 -6
- package/dist/hooks/anthropic-context-window-limit-recovery/executor.d.ts +0 -4
- package/dist/hooks/anthropic-context-window-limit-recovery/executor.test.d.ts +0 -1
- package/dist/hooks/anthropic-context-window-limit-recovery/index.d.ts +0 -17
- package/dist/hooks/anthropic-context-window-limit-recovery/parser.d.ts +0 -2
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-deduplication.d.ts +0 -7
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-deduplication.test.d.ts +0 -1
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-executor.d.ts +0 -3
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-purge-errors.d.ts +0 -7
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-storage.d.ts +0 -2
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-supersede.d.ts +0 -6
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-types.d.ts +0 -36
- package/dist/hooks/anthropic-context-window-limit-recovery/storage.d.ts +0 -28
- package/dist/hooks/anthropic-context-window-limit-recovery/storage.test.d.ts +0 -1
- package/dist/hooks/anthropic-context-window-limit-recovery/types.d.ts +0 -42
- package/dist/hooks/auto-slash-command/constants.d.ts +0 -5
- package/dist/hooks/auto-slash-command/detector.d.ts +0 -9
- package/dist/hooks/auto-slash-command/detector.test.d.ts +0 -1
- package/dist/hooks/auto-slash-command/executor.d.ts +0 -11
- package/dist/hooks/auto-slash-command/index.d.ts +0 -12
- package/dist/hooks/auto-slash-command/index.test.d.ts +0 -1
- package/dist/hooks/auto-slash-command/types.d.ts +0 -27
- package/dist/hooks/auto-update-checker/cache.d.ts +0 -3
- package/dist/hooks/auto-update-checker/checker.d.ts +0 -20
- package/dist/hooks/auto-update-checker/constants.d.ts +0 -13
- package/dist/hooks/auto-update-checker/index.d.ts +0 -16
- package/dist/hooks/auto-update-checker/index.test.d.ts +0 -1
- package/dist/hooks/auto-update-checker/types.d.ts +0 -25
- package/dist/hooks/background-notification/index.d.ts +0 -22
- package/dist/hooks/background-notification/types.d.ts +0 -4
- package/dist/hooks/claude-code-hooks/config-loader.d.ts +0 -13
- package/dist/hooks/claude-code-hooks/config.d.ts +0 -3
- package/dist/hooks/claude-code-hooks/index.d.ts +0 -48
- package/dist/hooks/claude-code-hooks/plugin-config.d.ts +0 -8
- package/dist/hooks/claude-code-hooks/post-tool-use.d.ts +0 -40
- package/dist/hooks/claude-code-hooks/pre-compact.d.ts +0 -16
- package/dist/hooks/claude-code-hooks/pre-tool-use.d.ts +0 -25
- package/dist/hooks/claude-code-hooks/stop.d.ts +0 -20
- package/dist/hooks/claude-code-hooks/todo.d.ts +0 -12
- package/dist/hooks/claude-code-hooks/tool-input-cache.d.ts +0 -5
- package/dist/hooks/claude-code-hooks/transcript.d.ts +0 -38
- package/dist/hooks/claude-code-hooks/types.d.ts +0 -183
- package/dist/hooks/claude-code-hooks/user-prompt-submit.d.ts +0 -22
- package/dist/hooks/comment-checker/cli.d.ts +0 -53
- package/dist/hooks/comment-checker/constants.d.ts +0 -3
- package/dist/hooks/comment-checker/downloader.d.ts +0 -25
- package/dist/hooks/comment-checker/filters/bdd.d.ts +0 -2
- package/dist/hooks/comment-checker/filters/directive.d.ts +0 -2
- package/dist/hooks/comment-checker/filters/docstring.d.ts +0 -2
- package/dist/hooks/comment-checker/filters/index.d.ts +0 -7
- package/dist/hooks/comment-checker/filters/shebang.d.ts +0 -2
- package/dist/hooks/comment-checker/index.d.ts +0 -19
- package/dist/hooks/comment-checker/output/formatter.d.ts +0 -2
- package/dist/hooks/comment-checker/output/index.d.ts +0 -2
- package/dist/hooks/comment-checker/output/xml-builder.d.ts +0 -2
- package/dist/hooks/comment-checker/types.d.ts +0 -31
- package/dist/hooks/compaction-context-injector/index.d.ts +0 -2
- package/dist/hooks/context-window-monitor.d.ts +0 -18
- package/dist/hooks/directory-agents-injector/constants.d.ts +0 -3
- package/dist/hooks/directory-agents-injector/index.d.ts +0 -26
- package/dist/hooks/directory-agents-injector/storage.d.ts +0 -3
- package/dist/hooks/directory-agents-injector/types.d.ts +0 -5
- package/dist/hooks/directory-readme-injector/constants.d.ts +0 -3
- package/dist/hooks/directory-readme-injector/index.d.ts +0 -26
- package/dist/hooks/directory-readme-injector/storage.d.ts +0 -3
- package/dist/hooks/directory-readme-injector/types.d.ts +0 -5
- package/dist/hooks/edit-error-recovery/index.d.ts +0 -31
- package/dist/hooks/edit-error-recovery/index.test.d.ts +0 -1
- package/dist/hooks/empty-message-sanitizer/index.d.ts +0 -12
- package/dist/hooks/empty-task-response-detector.d.ts +0 -12
- package/dist/hooks/index.d.ts +0 -33
- package/dist/hooks/interactive-bash-session/constants.d.ts +0 -4
- package/dist/hooks/interactive-bash-session/index.d.ts +0 -23
- package/dist/hooks/interactive-bash-session/storage.d.ts +0 -4
- package/dist/hooks/interactive-bash-session/types.d.ts +0 -10
- package/dist/hooks/keyword-detector/constants.d.ts +0 -12
- package/dist/hooks/keyword-detector/detector.d.ts +0 -11
- package/dist/hooks/keyword-detector/index.d.ts +0 -22
- package/dist/hooks/keyword-detector/index.test.d.ts +0 -1
- package/dist/hooks/keyword-detector/types.d.ts +0 -4
- package/dist/hooks/maestro-sisyphus-bridge/constants.d.ts +0 -9
- package/dist/hooks/maestro-sisyphus-bridge/index.d.ts +0 -53
- package/dist/hooks/non-interactive-env/constants.d.ts +0 -34
- package/dist/hooks/non-interactive-env/detector.d.ts +0 -1
- package/dist/hooks/non-interactive-env/index.d.ts +0 -14
- package/dist/hooks/non-interactive-env/index.test.d.ts +0 -1
- package/dist/hooks/non-interactive-env/types.d.ts +0 -3
- package/dist/hooks/preemptive-compaction/constants.d.ts +0 -3
- package/dist/hooks/preemptive-compaction/index.d.ts +0 -24
- package/dist/hooks/preemptive-compaction/types.d.ts +0 -17
- package/dist/hooks/prometheus-md-only/constants.d.ts +0 -6
- package/dist/hooks/prometheus-md-only/index.d.ts +0 -12
- package/dist/hooks/prometheus-md-only/index.test.d.ts +0 -1
- package/dist/hooks/ralph-loop/constants.d.ts +0 -5
- package/dist/hooks/ralph-loop/index.d.ts +0 -20
- package/dist/hooks/ralph-loop/index.test.d.ts +0 -1
- package/dist/hooks/ralph-loop/storage.d.ts +0 -6
- package/dist/hooks/ralph-loop/types.d.ts +0 -16
- package/dist/hooks/rules-injector/constants.d.ts +0 -8
- package/dist/hooks/rules-injector/finder.d.ts +0 -33
- package/dist/hooks/rules-injector/finder.test.d.ts +0 -1
- package/dist/hooks/rules-injector/index.d.ts +0 -26
- package/dist/hooks/rules-injector/matcher.d.ts +0 -21
- package/dist/hooks/rules-injector/parser.d.ts +0 -18
- package/dist/hooks/rules-injector/parser.test.d.ts +0 -1
- package/dist/hooks/rules-injector/storage.d.ts +0 -9
- package/dist/hooks/rules-injector/types.d.ts +0 -54
- package/dist/hooks/session-notification-utils.d.ts +0 -9
- package/dist/hooks/session-notification.d.ts +0 -20
- package/dist/hooks/session-notification.test.d.ts +0 -1
- package/dist/hooks/session-recovery/constants.d.ts +0 -6
- package/dist/hooks/session-recovery/index.d.ts +0 -22
- package/dist/hooks/session-recovery/index.test.d.ts +0 -1
- package/dist/hooks/session-recovery/storage.d.ts +0 -19
- package/dist/hooks/session-recovery/types.d.ts +0 -90
- package/dist/hooks/sisyphus-orchestrator/index.d.ts +0 -35
- package/dist/hooks/sisyphus-orchestrator/index.test.d.ts +0 -1
- package/dist/hooks/start-work/index.d.ts +0 -16
- package/dist/hooks/start-work/index.test.d.ts +0 -1
- package/dist/hooks/task-resume-info/index.d.ts +0 -11
- package/dist/hooks/tdd-enforcement/constants.d.ts +0 -16
- package/dist/hooks/tdd-enforcement/index.d.ts +0 -54
- package/dist/hooks/think-mode/detector.d.ts +0 -5
- package/dist/hooks/think-mode/index.d.ts +0 -14
- package/dist/hooks/think-mode/index.test.d.ts +0 -1
- package/dist/hooks/think-mode/switcher.d.ts +0 -57
- package/dist/hooks/think-mode/switcher.test.d.ts +0 -1
- package/dist/hooks/think-mode/types.d.ts +0 -21
- package/dist/hooks/thinking-block-validator/index.d.ts +0 -30
- package/dist/hooks/todo-continuation-enforcer.d.ts +0 -17
- package/dist/hooks/todo-continuation-enforcer.test.d.ts +0 -1
- package/dist/hooks/tool-output-truncator.d.ts +0 -17
- package/dist/hooks/tool-output-truncator.test.d.ts +0 -1
- package/dist/index.d.ts +0 -5
- package/dist/mcp/context7.d.ts +0 -5
- package/dist/mcp/grep-app.d.ts +0 -5
- package/dist/mcp/index.d.ts +0 -8
- package/dist/mcp/index.test.d.ts +0 -1
- package/dist/mcp/types.d.ts +0 -9
- package/dist/mcp/websearch.d.ts +0 -8
- package/dist/plugin-config.d.ts +0 -4
- package/dist/plugin-handlers/config-handler.d.ts +0 -10
- package/dist/plugin-handlers/index.d.ts +0 -1
- package/dist/plugin-state.d.ts +0 -6
- package/dist/shared/claude-config-dir.d.ts +0 -1
- package/dist/shared/claude-config-dir.test.d.ts +0 -1
- package/dist/shared/command-executor.d.ts +0 -21
- package/dist/shared/config-errors.d.ts +0 -7
- package/dist/shared/config-path.d.ts +0 -17
- package/dist/shared/data-path.d.ts +0 -14
- package/dist/shared/deep-merge.d.ts +0 -13
- package/dist/shared/dynamic-truncator.d.ts +0 -27
- package/dist/shared/external-plugin-detector.d.ts +0 -18
- package/dist/shared/external-plugin-detector.test.d.ts +0 -1
- package/dist/shared/file-reference-resolver.d.ts +0 -1
- package/dist/shared/file-utils.d.ts +0 -7
- package/dist/shared/frontmatter.d.ts +0 -7
- package/dist/shared/frontmatter.test.d.ts +0 -1
- package/dist/shared/hook-disabled.d.ts +0 -2
- package/dist/shared/index.d.ts +0 -22
- package/dist/shared/jsonc-parser.d.ts +0 -15
- package/dist/shared/jsonc-parser.test.d.ts +0 -1
- package/dist/shared/logger.d.ts +0 -2
- package/dist/shared/migration.d.ts +0 -30
- package/dist/shared/migration.test.d.ts +0 -1
- package/dist/shared/model-sanitizer.d.ts +0 -3
- package/dist/shared/opencode-config-dir.d.ts +0 -19
- package/dist/shared/opencode-config-dir.test.d.ts +0 -1
- package/dist/shared/opencode-version.d.ts +0 -10
- package/dist/shared/opencode-version.test.d.ts +0 -1
- package/dist/shared/pattern-matcher.d.ts +0 -3
- package/dist/shared/permission-compat.d.ts +0 -12
- package/dist/shared/permission-compat.test.d.ts +0 -1
- package/dist/shared/snake-case.d.ts +0 -4
- package/dist/shared/tool-name.d.ts +0 -1
- package/dist/tools/ast-grep/cli.d.ts +0 -15
- package/dist/tools/ast-grep/constants.d.ts +0 -29
- package/dist/tools/ast-grep/downloader.d.ts +0 -5
- package/dist/tools/ast-grep/index.d.ts +0 -8
- package/dist/tools/ast-grep/napi.d.ts +0 -13
- package/dist/tools/ast-grep/tools.d.ts +0 -3
- package/dist/tools/ast-grep/types.d.ts +0 -58
- package/dist/tools/ast-grep/utils.d.ts +0 -5
- package/dist/tools/background-task/constants.d.ts +0 -3
- package/dist/tools/background-task/index.d.ts +0 -3
- package/dist/tools/background-task/tools.d.ts +0 -7
- package/dist/tools/background-task/types.d.ts +0 -14
- package/dist/tools/call-omo-agent/constants.d.ts +0 -2
- package/dist/tools/call-omo-agent/index.d.ts +0 -3
- package/dist/tools/call-omo-agent/tools.d.ts +0 -3
- package/dist/tools/call-omo-agent/types.d.ts +0 -24
- package/dist/tools/glob/cli.d.ts +0 -7
- package/dist/tools/glob/constants.d.ts +0 -6
- package/dist/tools/glob/index.d.ts +0 -2
- package/dist/tools/glob/tools.d.ts +0 -2
- package/dist/tools/glob/types.d.ts +0 -19
- package/dist/tools/glob/utils.d.ts +0 -2
- package/dist/tools/grep/cli.d.ts +0 -3
- package/dist/tools/grep/constants.d.ts +0 -17
- package/dist/tools/grep/downloader.d.ts +0 -3
- package/dist/tools/grep/downloader.test.d.ts +0 -1
- package/dist/tools/grep/index.d.ts +0 -2
- package/dist/tools/grep/tools.d.ts +0 -2
- package/dist/tools/grep/types.d.ts +0 -36
- package/dist/tools/grep/utils.d.ts +0 -3
- package/dist/tools/index.d.ts +0 -14
- package/dist/tools/interactive-bash/constants.d.ts +0 -3
- package/dist/tools/interactive-bash/index.d.ts +0 -3
- package/dist/tools/interactive-bash/tools.d.ts +0 -7
- package/dist/tools/interactive-bash/types.d.ts +0 -3
- package/dist/tools/interactive-bash/utils.d.ts +0 -3
- package/dist/tools/look-at/constants.d.ts +0 -2
- package/dist/tools/look-at/index.d.ts +0 -3
- package/dist/tools/look-at/tools.d.ts +0 -2
- package/dist/tools/look-at/types.d.ts +0 -4
- package/dist/tools/lsp/client.d.ts +0 -59
- package/dist/tools/lsp/config.d.ts +0 -17
- package/dist/tools/lsp/constants.d.ts +0 -9
- package/dist/tools/lsp/index.d.ts +0 -6
- package/dist/tools/lsp/tools.d.ts +0 -12
- package/dist/tools/lsp/types.d.ts +0 -156
- package/dist/tools/lsp/utils.d.ts +0 -29
- package/dist/tools/session-manager/constants.d.ts +0 -12
- package/dist/tools/session-manager/index.d.ts +0 -3
- package/dist/tools/session-manager/storage.d.ts +0 -12
- package/dist/tools/session-manager/storage.test.d.ts +0 -1
- package/dist/tools/session-manager/tools.d.ts +0 -5
- package/dist/tools/session-manager/tools.test.d.ts +0 -1
- package/dist/tools/session-manager/types.d.ts +0 -89
- package/dist/tools/session-manager/utils.d.ts +0 -11
- package/dist/tools/session-manager/utils.test.d.ts +0 -1
- package/dist/tools/sisyphus-task/constants.d.ts +0 -12
- package/dist/tools/sisyphus-task/index.d.ts +0 -3
- package/dist/tools/sisyphus-task/tools.d.ts +0 -16
- package/dist/tools/sisyphus-task/tools.test.d.ts +0 -1
- package/dist/tools/sisyphus-task/types.d.ts +0 -9
- package/dist/tools/skill/constants.d.ts +0 -3
- package/dist/tools/skill/index.d.ts +0 -3
- package/dist/tools/skill/tools.d.ts +0 -4
- package/dist/tools/skill/tools.test.d.ts +0 -1
- package/dist/tools/skill/types.d.ts +0 -25
- package/dist/tools/skill-mcp/constants.d.ts +0 -2
- package/dist/tools/skill-mcp/index.d.ts +0 -3
- package/dist/tools/skill-mcp/tools.d.ts +0 -11
- package/dist/tools/skill-mcp/tools.test.d.ts +0 -1
- package/dist/tools/skill-mcp/types.d.ts +0 -8
- package/dist/tools/slashcommand/index.d.ts +0 -2
- package/dist/tools/slashcommand/tools.d.ts +0 -5
- package/dist/tools/slashcommand/types.d.ts +0 -24
package/dist/cli/index.js
CHANGED
|
@@ -2253,7 +2253,7 @@ var require_picocolors = __commonJS((exports, module) => {
|
|
|
2253
2253
|
var require_package = __commonJS((exports, module) => {
|
|
2254
2254
|
module.exports = {
|
|
2255
2255
|
name: "@reinamaccredy/oh-my-opencode",
|
|
2256
|
-
version: "3.0.1-beta.
|
|
2256
|
+
version: "3.0.1-beta.3",
|
|
2257
2257
|
description: "Fork of oh-my-opencode with Maestro workflow integration - Multi-Model Orchestration, Parallel Background Agents, Design Phases, and TDD Methodology",
|
|
2258
2258
|
main: "dist/index.js",
|
|
2259
2259
|
types: "dist/index.d.ts",
|
|
@@ -2273,7 +2273,8 @@ var require_package = __commonJS((exports, module) => {
|
|
|
2273
2273
|
"./schema.json": "./dist/oh-my-opencode.schema.json"
|
|
2274
2274
|
},
|
|
2275
2275
|
scripts: {
|
|
2276
|
-
build: "bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi &&
|
|
2276
|
+
build: "bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi && bun build src/cli/index.ts --outdir dist/cli --target bun --format esm --external @ast-grep/napi && bun run build:schema",
|
|
2277
|
+
"build:with-types": "bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi && tsc --emitDeclarationOnly && bun build src/cli/index.ts --outdir dist/cli --target bun --format esm --external @ast-grep/napi && bun run build:schema",
|
|
2277
2278
|
"build:schema": "bun run script/build-schema.ts",
|
|
2278
2279
|
clean: "rm -rf dist",
|
|
2279
2280
|
prepublishOnly: "bun run clean && bun run build",
|
|
@@ -9757,6 +9758,7 @@ var CHECK_IDS = {
|
|
|
9757
9758
|
LSP_SERVERS: "lsp-servers",
|
|
9758
9759
|
MCP_BUILTIN: "mcp-builtin",
|
|
9759
9760
|
MCP_USER: "mcp-user",
|
|
9761
|
+
MCP_CLI: "mcp-cli",
|
|
9760
9762
|
VERSION_STATUS: "version-status"
|
|
9761
9763
|
};
|
|
9762
9764
|
var CHECK_NAMES = {
|
|
@@ -9773,6 +9775,7 @@ var CHECK_NAMES = {
|
|
|
9773
9775
|
[CHECK_IDS.LSP_SERVERS]: "LSP Servers",
|
|
9774
9776
|
[CHECK_IDS.MCP_BUILTIN]: "Built-in MCP Servers",
|
|
9775
9777
|
[CHECK_IDS.MCP_USER]: "User MCP Configuration",
|
|
9778
|
+
[CHECK_IDS.MCP_CLI]: "MCP CLI",
|
|
9776
9779
|
[CHECK_IDS.VERSION_STATUS]: "Version Status"
|
|
9777
9780
|
};
|
|
9778
9781
|
var CATEGORY_NAMES = {
|
|
@@ -22324,11 +22327,9 @@ function date4(params) {
|
|
|
22324
22327
|
|
|
22325
22328
|
// node_modules/zod/v4/classic/external.js
|
|
22326
22329
|
config(en_default());
|
|
22327
|
-
// src/mcp/types.ts
|
|
22328
|
-
var McpNameSchema = exports_external.enum(["websearch", "context7", "grep_app"]);
|
|
22329
|
-
var AnyMcpNameSchema = exports_external.string().min(1);
|
|
22330
|
-
|
|
22331
22330
|
// src/config/schema.ts
|
|
22331
|
+
var McpNameSchema = exports_external.enum(["context7", "grep_app", "websearch"]);
|
|
22332
|
+
var AnyMcpNameSchema = exports_external.union([McpNameSchema, exports_external.string()]);
|
|
22332
22333
|
var PermissionValue = exports_external.enum(["ask", "allow", "deny"]);
|
|
22333
22334
|
var BashPermission = exports_external.union([
|
|
22334
22335
|
PermissionValue,
|
|
@@ -22405,9 +22406,7 @@ var HookNameSchema = exports_external.enum([
|
|
|
22405
22406
|
"edit-error-recovery",
|
|
22406
22407
|
"prometheus-md-only",
|
|
22407
22408
|
"start-work",
|
|
22408
|
-
"sisyphus-orchestrator"
|
|
22409
|
-
"maestro-sisyphus-bridge",
|
|
22410
|
-
"tdd-enforcement"
|
|
22409
|
+
"sisyphus-orchestrator"
|
|
22411
22410
|
]);
|
|
22412
22411
|
var BuiltinCommandNameSchema = exports_external.enum([
|
|
22413
22412
|
"init-deep",
|
|
@@ -22577,18 +22576,6 @@ var GitMasterConfigSchema = exports_external.object({
|
|
|
22577
22576
|
commit_footer: exports_external.boolean().default(true),
|
|
22578
22577
|
include_co_authored_by: exports_external.boolean().default(true)
|
|
22579
22578
|
});
|
|
22580
|
-
var MaestroConfigSchema = exports_external.object({
|
|
22581
|
-
autoExecute: exports_external.boolean().default(false),
|
|
22582
|
-
useDesignPhases: exports_external.boolean().default(true),
|
|
22583
|
-
useTracking: exports_external.boolean().default(true),
|
|
22584
|
-
preferredExecutionMode: exports_external.enum(["maestro", "sisyphus"]).default("maestro"),
|
|
22585
|
-
enforceTdd: exports_external.boolean().default(false),
|
|
22586
|
-
tddGates: exports_external.object({
|
|
22587
|
-
requireFailingTest: exports_external.boolean().default(true),
|
|
22588
|
-
requirePassingTest: exports_external.boolean().default(true),
|
|
22589
|
-
runFullSuiteAfterRefactor: exports_external.boolean().default(true)
|
|
22590
|
-
}).optional()
|
|
22591
|
-
});
|
|
22592
22579
|
var OhMyOpenCodeConfigSchema = exports_external.object({
|
|
22593
22580
|
$schema: exports_external.string().optional(),
|
|
22594
22581
|
disabled_mcps: exports_external.array(AnyMcpNameSchema).optional(),
|
|
@@ -22599,6 +22586,7 @@ var OhMyOpenCodeConfigSchema = exports_external.object({
|
|
|
22599
22586
|
agents: AgentOverridesSchema.optional(),
|
|
22600
22587
|
categories: CategoriesConfigSchema.optional(),
|
|
22601
22588
|
claude_code: ClaudeCodeConfigSchema.optional(),
|
|
22589
|
+
google_auth: exports_external.boolean().optional(),
|
|
22602
22590
|
sisyphus_agent: SisyphusAgentConfigSchema.optional(),
|
|
22603
22591
|
comment_checker: CommentCheckerConfigSchema.optional(),
|
|
22604
22592
|
experimental: ExperimentalConfigSchema.optional(),
|
|
@@ -22607,8 +22595,7 @@ var OhMyOpenCodeConfigSchema = exports_external.object({
|
|
|
22607
22595
|
ralph_loop: RalphLoopConfigSchema.optional(),
|
|
22608
22596
|
background_task: BackgroundTaskConfigSchema.optional(),
|
|
22609
22597
|
notification: NotificationConfigSchema.optional(),
|
|
22610
|
-
git_master: GitMasterConfigSchema.optional()
|
|
22611
|
-
maestro: MaestroConfigSchema.optional()
|
|
22598
|
+
git_master: GitMasterConfigSchema.optional()
|
|
22612
22599
|
});
|
|
22613
22600
|
// src/cli/doctor/checks/config.ts
|
|
22614
22601
|
var USER_CONFIG_DIR2 = join5(homedir4(), ".config", "opencode");
|
|
@@ -23259,6 +23246,39 @@ function getMcpCheckDefinitions() {
|
|
|
23259
23246
|
];
|
|
23260
23247
|
}
|
|
23261
23248
|
|
|
23249
|
+
// src/cli/doctor/checks/mcp-cli.ts
|
|
23250
|
+
async function checkMcpCli() {
|
|
23251
|
+
const mcpCliPath = Bun.which("mcp-cli");
|
|
23252
|
+
if (!mcpCliPath) {
|
|
23253
|
+
return {
|
|
23254
|
+
name: CHECK_NAMES[CHECK_IDS.MCP_CLI],
|
|
23255
|
+
status: "fail",
|
|
23256
|
+
message: "mcp-cli not found",
|
|
23257
|
+
details: [
|
|
23258
|
+
"Install mcp-cli to use CLI-based MCP server management:",
|
|
23259
|
+
" bun install -g @philschmid/mcp-cli",
|
|
23260
|
+
"",
|
|
23261
|
+
"For more information:",
|
|
23262
|
+
" https://github.com/philschmid/mcp-cli"
|
|
23263
|
+
]
|
|
23264
|
+
};
|
|
23265
|
+
}
|
|
23266
|
+
return {
|
|
23267
|
+
name: CHECK_NAMES[CHECK_IDS.MCP_CLI],
|
|
23268
|
+
status: "pass",
|
|
23269
|
+
message: `mcp-cli installed at ${mcpCliPath}`
|
|
23270
|
+
};
|
|
23271
|
+
}
|
|
23272
|
+
function getMcpCliCheckDefinition() {
|
|
23273
|
+
return {
|
|
23274
|
+
id: CHECK_IDS.MCP_CLI,
|
|
23275
|
+
name: CHECK_NAMES[CHECK_IDS.MCP_CLI],
|
|
23276
|
+
category: "tools",
|
|
23277
|
+
check: checkMcpCli,
|
|
23278
|
+
critical: false
|
|
23279
|
+
};
|
|
23280
|
+
}
|
|
23281
|
+
|
|
23262
23282
|
// src/cli/doctor/checks/version.ts
|
|
23263
23283
|
function compareVersions2(current, latest) {
|
|
23264
23284
|
const parseVersion = (v) => {
|
|
@@ -23379,6 +23399,7 @@ function getAllCheckDefinitions() {
|
|
|
23379
23399
|
getGhCliCheckDefinition(),
|
|
23380
23400
|
getLspCheckDefinition(),
|
|
23381
23401
|
...getMcpCheckDefinitions(),
|
|
23402
|
+
getMcpCliCheckDefinition(),
|
|
23382
23403
|
getVersionCheckDefinition()
|
|
23383
23404
|
];
|
|
23384
23405
|
}
|