oh-my-musacode 0.0.1
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/LICENSE.md +82 -0
- package/README.ja.md +370 -0
- package/README.md +376 -0
- package/README.zh-cn.md +380 -0
- package/bin/oh-my-musacode-dev.js +80 -0
- package/bin/oh-my-musacode.js +80 -0
- package/bin/platform.js +38 -0
- package/bin/platform.test.ts +148 -0
- package/dist/agents/atlas.d.ts +19 -0
- package/dist/agents/dynamic-agent-prompt-builder.d.ts +30 -0
- package/dist/agents/explore.d.ts +4 -0
- package/dist/agents/index.d.ts +11 -0
- package/dist/agents/librarian.d.ts +4 -0
- package/dist/agents/metis.d.ts +18 -0
- package/dist/agents/momus.d.ts +18 -0
- package/dist/agents/momus.test.d.ts +1 -0
- package/dist/agents/multimodal-looker.d.ts +4 -0
- package/dist/agents/musa-orchestrator-junior.d.ts +7 -0
- package/dist/agents/musa-orchestrator-junior.test.d.ts +1 -0
- package/dist/agents/musa-orchestrator.d.ts +3 -0
- package/dist/agents/oracle.d.ts +4 -0
- package/dist/agents/prometheus-prompt.d.ts +29 -0
- package/dist/agents/prometheus-prompt.test.d.ts +1 -0
- package/dist/agents/sisyphus-junior.d.ts +7 -0
- package/dist/agents/sisyphus-junior.test.d.ts +1 -0
- package/dist/agents/sisyphus.d.ts +3 -0
- package/dist/agents/types.d.ts +50 -0
- package/dist/agents/utils.d.ts +14 -0
- package/dist/agents/utils.test.d.ts +1 -0
- package/dist/cli/config-manager.d.ts +99 -0
- package/dist/cli/config-manager.test.d.ts +1 -0
- package/dist/cli/doctor/checks/auth.d.ts +7 -0
- package/dist/cli/doctor/checks/auth.test.d.ts +1 -0
- package/dist/cli/doctor/checks/config.d.ts +8 -0
- package/dist/cli/doctor/checks/config.test.d.ts +1 -0
- package/dist/cli/doctor/checks/dependencies.d.ts +8 -0
- package/dist/cli/doctor/checks/dependencies.test.d.ts +1 -0
- package/dist/cli/doctor/checks/gh.d.ts +13 -0
- package/dist/cli/doctor/checks/gh.test.d.ts +1 -0
- package/dist/cli/doctor/checks/index.d.ts +11 -0
- package/dist/cli/doctor/checks/lsp.d.ts +8 -0
- package/dist/cli/doctor/checks/lsp.test.d.ts +1 -0
- package/dist/cli/doctor/checks/mcp.d.ts +6 -0
- package/dist/cli/doctor/checks/mcp.test.d.ts +1 -0
- package/dist/cli/doctor/checks/musacode.d.ts +14 -0
- package/dist/cli/doctor/checks/musacode.test.d.ts +1 -0
- package/dist/cli/doctor/checks/plugin.d.ts +4 -0
- package/dist/cli/doctor/checks/plugin.test.d.ts +1 -0
- package/dist/cli/doctor/checks/version.d.ts +4 -0
- package/dist/cli/doctor/checks/version.test.d.ts +1 -0
- package/dist/cli/doctor/constants.d.ts +40 -0
- package/dist/cli/doctor/formatter.d.ts +12 -0
- package/dist/cli/doctor/formatter.test.d.ts +1 -0
- package/dist/cli/doctor/index.d.ts +5 -0
- package/dist/cli/doctor/runner.d.ts +7 -0
- package/dist/cli/doctor/runner.test.d.ts +1 -0
- package/dist/cli/doctor/types.d.ts +91 -0
- package/dist/cli/get-local-version/formatter.d.ts +3 -0
- package/dist/cli/get-local-version/index.d.ts +3 -0
- package/dist/cli/get-local-version/types.d.ts +13 -0
- package/dist/cli/index.d.ts +2 -0
- package/dist/cli/index.js +25243 -0
- package/dist/cli/install.d.ts +2 -0
- package/dist/cli/run/completion.d.ts +2 -0
- package/dist/cli/run/completion.test.d.ts +1 -0
- package/dist/cli/run/events.d.ts +12 -0
- package/dist/cli/run/events.test.d.ts +1 -0
- package/dist/cli/run/index.d.ts +2 -0
- package/dist/cli/run/runner.d.ts +2 -0
- package/dist/cli/run/types.d.ts +71 -0
- package/dist/cli/types.d.ts +27 -0
- package/dist/config/index.d.ts +2 -0
- package/dist/config/schema.d.ts +1835 -0
- package/dist/config/schema.test.d.ts +1 -0
- package/dist/features/background-agent/concurrency.d.ts +27 -0
- package/dist/features/background-agent/concurrency.test.d.ts +1 -0
- package/dist/features/background-agent/index.d.ts +3 -0
- package/dist/features/background-agent/manager.d.ts +104 -0
- package/dist/features/background-agent/manager.test.d.ts +1 -0
- package/dist/features/background-agent/types.d.ts +73 -0
- package/dist/features/boulder-state/constants.d.ts +10 -0
- package/dist/features/boulder-state/index.d.ts +3 -0
- package/dist/features/boulder-state/storage.d.ts +28 -0
- package/dist/features/boulder-state/storage.test.d.ts +1 -0
- package/dist/features/boulder-state/types.d.ts +24 -0
- package/dist/features/builtin-commands/commands.d.ts +2 -0
- package/dist/features/builtin-commands/index.d.ts +2 -0
- package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -0
- package/dist/features/builtin-commands/templates/ralph-loop.d.ts +2 -0
- package/dist/features/builtin-commands/templates/refactor.d.ts +1 -0
- package/dist/features/builtin-commands/templates/start-work.d.ts +1 -0
- package/dist/features/builtin-commands/types.d.ts +6 -0
- package/dist/features/builtin-skills/index.d.ts +2 -0
- package/dist/features/builtin-skills/skills.d.ts +2 -0
- package/dist/features/builtin-skills/types.d.ts +15 -0
- package/dist/features/claude-code-agent-loader/index.d.ts +2 -0
- package/dist/features/claude-code-agent-loader/loader.d.ts +3 -0
- package/dist/features/claude-code-agent-loader/types.d.ts +14 -0
- package/dist/features/claude-code-command-loader/index.d.ts +2 -0
- package/dist/features/claude-code-command-loader/loader.d.ts +6 -0
- package/dist/features/claude-code-command-loader/types.d.ts +42 -0
- package/dist/features/claude-code-mcp-loader/env-expander.d.ts +2 -0
- package/dist/features/claude-code-mcp-loader/index.d.ts +10 -0
- package/dist/features/claude-code-mcp-loader/loader.d.ts +4 -0
- package/dist/features/claude-code-mcp-loader/loader.test.d.ts +1 -0
- package/dist/features/claude-code-mcp-loader/transformer.d.ts +2 -0
- package/dist/features/claude-code-mcp-loader/types.d.ts +35 -0
- package/dist/features/claude-code-plugin-loader/index.d.ts +3 -0
- package/dist/features/claude-code-plugin-loader/loader.d.ts +20 -0
- package/dist/features/claude-code-plugin-loader/types.d.ts +186 -0
- package/dist/features/claude-code-session-state/index.d.ts +1 -0
- package/dist/features/claude-code-session-state/state.d.ts +9 -0
- package/dist/features/claude-code-session-state/state.test.d.ts +1 -0
- package/dist/features/context-injector/collector.d.ts +11 -0
- package/dist/features/context-injector/collector.test.d.ts +1 -0
- package/dist/features/context-injector/index.d.ts +3 -0
- package/dist/features/context-injector/injector.d.ts +39 -0
- package/dist/features/context-injector/injector.test.d.ts +1 -0
- package/dist/features/context-injector/types.d.ts +83 -0
- package/dist/features/hook-message-injector/constants.d.ts +3 -0
- package/dist/features/hook-message-injector/index.d.ts +4 -0
- package/dist/features/hook-message-injector/injector.d.ts +18 -0
- package/dist/features/hook-message-injector/types.d.ts +44 -0
- package/dist/features/musacode-skill-loader/async-loader.d.ts +6 -0
- package/dist/features/musacode-skill-loader/async-loader.test.d.ts +1 -0
- package/dist/features/musacode-skill-loader/blocking.d.ts +2 -0
- package/dist/features/musacode-skill-loader/blocking.test.d.ts +1 -0
- package/dist/features/musacode-skill-loader/discover-worker.d.ts +1 -0
- package/dist/features/musacode-skill-loader/index.d.ts +4 -0
- package/dist/features/musacode-skill-loader/loader.d.ts +16 -0
- package/dist/features/musacode-skill-loader/loader.test.d.ts +1 -0
- package/dist/features/musacode-skill-loader/merger.d.ts +7 -0
- package/dist/features/musacode-skill-loader/skill-content.d.ts +20 -0
- package/dist/features/musacode-skill-loader/skill-content.test.d.ts +1 -0
- package/dist/features/musacode-skill-loader/types.d.ts +34 -0
- package/dist/features/skill-mcp-manager/env-cleaner.d.ts +2 -0
- package/dist/features/skill-mcp-manager/env-cleaner.test.d.ts +1 -0
- package/dist/features/skill-mcp-manager/index.d.ts +2 -0
- package/dist/features/skill-mcp-manager/manager.d.ts +40 -0
- package/dist/features/skill-mcp-manager/manager.test.d.ts +1 -0
- package/dist/features/skill-mcp-manager/types.d.ts +11 -0
- package/dist/features/task-toast-manager/index.d.ts +2 -0
- package/dist/features/task-toast-manager/manager.d.ts +57 -0
- package/dist/features/task-toast-manager/manager.test.d.ts +1 -0
- package/dist/features/task-toast-manager/types.d.ts +21 -0
- package/dist/hooks/agent-usage-reminder/constants.d.ts +5 -0
- package/dist/hooks/agent-usage-reminder/index.d.ts +22 -0
- package/dist/hooks/agent-usage-reminder/storage.d.ts +4 -0
- package/dist/hooks/agent-usage-reminder/types.d.ts +6 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/executor.d.ts +4 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/executor.test.d.ts +1 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/index.d.ts +16 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/parser.d.ts +2 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-deduplication.d.ts +7 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-deduplication.test.d.ts +1 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/pruning-types.d.ts +36 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/storage.d.ts +28 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/storage.test.d.ts +1 -0
- package/dist/hooks/anthropic-context-window-limit-recovery/types.d.ts +37 -0
- package/dist/hooks/atlas/index.d.ts +35 -0
- package/dist/hooks/atlas/index.test.d.ts +1 -0
- package/dist/hooks/auto-slash-command/constants.d.ts +5 -0
- package/dist/hooks/auto-slash-command/detector.d.ts +9 -0
- package/dist/hooks/auto-slash-command/detector.test.d.ts +1 -0
- package/dist/hooks/auto-slash-command/executor.d.ts +11 -0
- package/dist/hooks/auto-slash-command/index.d.ts +12 -0
- package/dist/hooks/auto-slash-command/index.test.d.ts +1 -0
- package/dist/hooks/auto-slash-command/types.d.ts +27 -0
- package/dist/hooks/auto-update-checker/cache.d.ts +3 -0
- package/dist/hooks/auto-update-checker/checker.d.ts +20 -0
- package/dist/hooks/auto-update-checker/checker.test.d.ts +1 -0
- package/dist/hooks/auto-update-checker/constants.d.ts +13 -0
- package/dist/hooks/auto-update-checker/index.d.ts +17 -0
- package/dist/hooks/auto-update-checker/index.test.d.ts +1 -0
- package/dist/hooks/auto-update-checker/types.d.ts +25 -0
- package/dist/hooks/background-compaction/index.d.ts +19 -0
- package/dist/hooks/background-notification/index.d.ts +18 -0
- package/dist/hooks/background-notification/types.d.ts +4 -0
- package/dist/hooks/claude-code-hooks/config-loader.d.ts +13 -0
- package/dist/hooks/claude-code-hooks/config.d.ts +3 -0
- package/dist/hooks/claude-code-hooks/index.d.ts +48 -0
- package/dist/hooks/claude-code-hooks/plugin-config.d.ts +8 -0
- package/dist/hooks/claude-code-hooks/post-tool-use.d.ts +40 -0
- package/dist/hooks/claude-code-hooks/pre-compact.d.ts +16 -0
- package/dist/hooks/claude-code-hooks/pre-tool-use.d.ts +25 -0
- package/dist/hooks/claude-code-hooks/stop.d.ts +20 -0
- package/dist/hooks/claude-code-hooks/todo.d.ts +12 -0
- package/dist/hooks/claude-code-hooks/tool-input-cache.d.ts +5 -0
- package/dist/hooks/claude-code-hooks/transcript.d.ts +38 -0
- package/dist/hooks/claude-code-hooks/types.d.ts +183 -0
- package/dist/hooks/claude-code-hooks/user-prompt-submit.d.ts +22 -0
- package/dist/hooks/comment-checker/cli.d.ts +52 -0
- package/dist/hooks/comment-checker/cli.test.d.ts +1 -0
- package/dist/hooks/comment-checker/downloader.d.ts +25 -0
- package/dist/hooks/comment-checker/index.d.ts +19 -0
- package/dist/hooks/comment-checker/types.d.ts +31 -0
- package/dist/hooks/compaction-context-injector/index.d.ts +8 -0
- package/dist/hooks/context-window-monitor.d.ts +18 -0
- package/dist/hooks/delegate-task-retry/index.d.ts +24 -0
- package/dist/hooks/delegate-task-retry/index.test.d.ts +1 -0
- package/dist/hooks/directory-agents-injector/constants.d.ts +3 -0
- package/dist/hooks/directory-agents-injector/index.d.ts +26 -0
- package/dist/hooks/directory-agents-injector/storage.d.ts +3 -0
- package/dist/hooks/directory-agents-injector/types.d.ts +5 -0
- package/dist/hooks/directory-readme-injector/constants.d.ts +3 -0
- package/dist/hooks/directory-readme-injector/index.d.ts +26 -0
- package/dist/hooks/directory-readme-injector/storage.d.ts +3 -0
- package/dist/hooks/directory-readme-injector/types.d.ts +5 -0
- package/dist/hooks/edit-error-recovery/index.d.ts +31 -0
- package/dist/hooks/edit-error-recovery/index.test.d.ts +1 -0
- package/dist/hooks/empty-task-response-detector.d.ts +12 -0
- package/dist/hooks/index.d.ts +29 -0
- package/dist/hooks/interactive-bash-session/constants.d.ts +4 -0
- package/dist/hooks/interactive-bash-session/index.d.ts +23 -0
- package/dist/hooks/interactive-bash-session/storage.d.ts +4 -0
- package/dist/hooks/interactive-bash-session/types.d.ts +10 -0
- package/dist/hooks/keyword-detector/constants.d.ts +12 -0
- package/dist/hooks/keyword-detector/detector.d.ts +11 -0
- package/dist/hooks/keyword-detector/index.d.ts +23 -0
- package/dist/hooks/keyword-detector/index.test.d.ts +1 -0
- package/dist/hooks/keyword-detector/types.d.ts +4 -0
- package/dist/hooks/non-interactive-env/constants.d.ts +34 -0
- package/dist/hooks/non-interactive-env/detector.d.ts +1 -0
- package/dist/hooks/non-interactive-env/index.d.ts +14 -0
- package/dist/hooks/non-interactive-env/index.test.d.ts +1 -0
- package/dist/hooks/non-interactive-env/types.d.ts +3 -0
- package/dist/hooks/prometheus-md-only/constants.d.ts +6 -0
- package/dist/hooks/prometheus-md-only/index.d.ts +12 -0
- package/dist/hooks/prometheus-md-only/index.test.d.ts +1 -0
- package/dist/hooks/ralph-loop/constants.d.ts +5 -0
- package/dist/hooks/ralph-loop/index.d.ts +21 -0
- package/dist/hooks/ralph-loop/index.test.d.ts +1 -0
- package/dist/hooks/ralph-loop/storage.d.ts +6 -0
- package/dist/hooks/ralph-loop/types.d.ts +17 -0
- package/dist/hooks/rules-injector/constants.d.ts +8 -0
- package/dist/hooks/rules-injector/finder.d.ts +33 -0
- package/dist/hooks/rules-injector/finder.test.d.ts +1 -0
- package/dist/hooks/rules-injector/index.d.ts +26 -0
- package/dist/hooks/rules-injector/matcher.d.ts +21 -0
- package/dist/hooks/rules-injector/parser.d.ts +18 -0
- package/dist/hooks/rules-injector/parser.test.d.ts +1 -0
- package/dist/hooks/rules-injector/storage.d.ts +9 -0
- package/dist/hooks/rules-injector/types.d.ts +54 -0
- package/dist/hooks/session-notification-utils.d.ts +9 -0
- package/dist/hooks/session-notification.d.ts +20 -0
- package/dist/hooks/session-notification.test.d.ts +1 -0
- package/dist/hooks/session-recovery/constants.d.ts +6 -0
- package/dist/hooks/session-recovery/index.d.ts +22 -0
- package/dist/hooks/session-recovery/index.test.d.ts +1 -0
- package/dist/hooks/session-recovery/storage.d.ts +19 -0
- package/dist/hooks/session-recovery/types.d.ts +90 -0
- package/dist/hooks/start-work/index.d.ts +16 -0
- package/dist/hooks/start-work/index.test.d.ts +1 -0
- package/dist/hooks/task-resume-info/index.d.ts +11 -0
- package/dist/hooks/think-mode/detector.d.ts +5 -0
- package/dist/hooks/think-mode/index.d.ts +14 -0
- package/dist/hooks/think-mode/index.test.d.ts +1 -0
- package/dist/hooks/think-mode/switcher.d.ts +57 -0
- package/dist/hooks/think-mode/switcher.test.d.ts +1 -0
- package/dist/hooks/think-mode/types.d.ts +21 -0
- package/dist/hooks/thinking-block-validator/index.d.ts +30 -0
- package/dist/hooks/todo-continuation-enforcer.d.ts +17 -0
- package/dist/hooks/todo-continuation-enforcer.test.d.ts +1 -0
- package/dist/hooks/tool-output-truncator.d.ts +17 -0
- package/dist/hooks/tool-output-truncator.test.d.ts +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +67990 -0
- package/dist/mcp/context7.d.ts +6 -0
- package/dist/mcp/grep-app.d.ts +6 -0
- package/dist/mcp/index.d.ts +9 -0
- package/dist/mcp/index.test.d.ts +1 -0
- package/dist/mcp/types.d.ts +9 -0
- package/dist/mcp/websearch.d.ts +9 -0
- package/dist/plugin-config.d.ts +4 -0
- package/dist/plugin-config.test.d.ts +1 -0
- package/dist/plugin-handlers/config-handler.d.ts +12 -0
- package/dist/plugin-handlers/config-handler.test.d.ts +1 -0
- package/dist/plugin-handlers/index.d.ts +1 -0
- package/dist/plugin-state.d.ts +6 -0
- package/dist/shared/agent-tool-restrictions.d.ts +7 -0
- package/dist/shared/agent-variant.d.ts +5 -0
- package/dist/shared/agent-variant.test.d.ts +1 -0
- package/dist/shared/claude-config-dir.d.ts +1 -0
- package/dist/shared/claude-config-dir.test.d.ts +1 -0
- package/dist/shared/command-executor.d.ts +21 -0
- package/dist/shared/config-errors.d.ts +7 -0
- package/dist/shared/config-path.d.ts +17 -0
- package/dist/shared/data-path.d.ts +14 -0
- package/dist/shared/deep-merge.d.ts +13 -0
- package/dist/shared/deep-merge.test.d.ts +1 -0
- package/dist/shared/dynamic-truncator.d.ts +27 -0
- package/dist/shared/external-plugin-detector.d.ts +18 -0
- package/dist/shared/external-plugin-detector.test.d.ts +1 -0
- package/dist/shared/file-reference-resolver.d.ts +1 -0
- package/dist/shared/file-utils.d.ts +7 -0
- package/dist/shared/first-message-variant.d.ts +11 -0
- package/dist/shared/first-message-variant.test.d.ts +1 -0
- package/dist/shared/frontmatter.d.ts +7 -0
- package/dist/shared/frontmatter.test.d.ts +1 -0
- package/dist/shared/hook-disabled.d.ts +2 -0
- package/dist/shared/index.d.ts +29 -0
- package/dist/shared/jsonc-parser.d.ts +15 -0
- package/dist/shared/jsonc-parser.test.d.ts +1 -0
- package/dist/shared/logger.d.ts +2 -0
- package/dist/shared/migration.d.ts +31 -0
- package/dist/shared/migration.test.d.ts +1 -0
- package/dist/shared/model-resolver.d.ts +19 -0
- package/dist/shared/model-resolver.test.d.ts +1 -0
- package/dist/shared/model-sanitizer.d.ts +3 -0
- package/dist/shared/musacode-config-dir.d.ts +19 -0
- package/dist/shared/musacode-config-dir.test.d.ts +1 -0
- package/dist/shared/musacode-version.d.ts +13 -0
- package/dist/shared/musacode-version.test.d.ts +1 -0
- package/dist/shared/pattern-matcher.d.ts +3 -0
- package/dist/shared/permission-compat.d.ts +27 -0
- package/dist/shared/permission-compat.test.d.ts +1 -0
- package/dist/shared/session-cursor.d.ts +13 -0
- package/dist/shared/session-cursor.test.d.ts +1 -0
- package/dist/shared/shell-env.d.ts +41 -0
- package/dist/shared/shell-env.test.d.ts +1 -0
- package/dist/shared/snake-case.d.ts +4 -0
- package/dist/shared/system-directive.d.ts +31 -0
- package/dist/shared/tool-name.d.ts +1 -0
- package/dist/shared/zip-extractor.d.ts +1 -0
- package/dist/tools/ast-grep/cli.d.ts +15 -0
- package/dist/tools/ast-grep/constants.d.ts +29 -0
- package/dist/tools/ast-grep/downloader.d.ts +5 -0
- package/dist/tools/ast-grep/index.d.ts +8 -0
- package/dist/tools/ast-grep/tools.d.ts +3 -0
- package/dist/tools/ast-grep/types.d.ts +58 -0
- package/dist/tools/ast-grep/utils.d.ts +5 -0
- package/dist/tools/background-task/constants.d.ts +3 -0
- package/dist/tools/background-task/index.d.ts +3 -0
- package/dist/tools/background-task/tools.d.ts +7 -0
- package/dist/tools/background-task/types.d.ts +14 -0
- package/dist/tools/call-omo-agent/constants.d.ts +2 -0
- package/dist/tools/call-omo-agent/index.d.ts +3 -0
- package/dist/tools/call-omo-agent/tools.d.ts +3 -0
- package/dist/tools/call-omo-agent/types.d.ts +24 -0
- package/dist/tools/delegate-task/constants.d.ts +12 -0
- package/dist/tools/delegate-task/index.d.ts +3 -0
- package/dist/tools/delegate-task/tools.d.ts +27 -0
- package/dist/tools/delegate-task/tools.test.d.ts +1 -0
- package/dist/tools/delegate-task/types.d.ts +9 -0
- package/dist/tools/glob/cli.d.ts +11 -0
- package/dist/tools/glob/cli.test.d.ts +1 -0
- package/dist/tools/glob/constants.d.ts +6 -0
- package/dist/tools/glob/index.d.ts +2 -0
- package/dist/tools/glob/tools.d.ts +2 -0
- package/dist/tools/glob/types.d.ts +20 -0
- package/dist/tools/glob/utils.d.ts +2 -0
- package/dist/tools/grep/cli.d.ts +3 -0
- package/dist/tools/grep/constants.d.ts +17 -0
- package/dist/tools/grep/downloader.d.ts +3 -0
- package/dist/tools/grep/downloader.test.d.ts +1 -0
- package/dist/tools/grep/index.d.ts +2 -0
- package/dist/tools/grep/tools.d.ts +2 -0
- package/dist/tools/grep/types.d.ts +36 -0
- package/dist/tools/grep/utils.d.ts +3 -0
- package/dist/tools/index.d.ts +16 -0
- package/dist/tools/interactive-bash/constants.d.ts +3 -0
- package/dist/tools/interactive-bash/index.d.ts +3 -0
- package/dist/tools/interactive-bash/tools.d.ts +7 -0
- package/dist/tools/interactive-bash/utils.d.ts +3 -0
- package/dist/tools/look-at/constants.d.ts +2 -0
- package/dist/tools/look-at/index.d.ts +3 -0
- package/dist/tools/look-at/tools.d.ts +9 -0
- package/dist/tools/look-at/tools.test.d.ts +1 -0
- package/dist/tools/look-at/types.d.ts +4 -0
- package/dist/tools/lsp/client.d.ts +57 -0
- package/dist/tools/lsp/config.d.ts +17 -0
- package/dist/tools/lsp/config.test.d.ts +1 -0
- package/dist/tools/lsp/constants.d.ts +9 -0
- package/dist/tools/lsp/index.d.ts +6 -0
- package/dist/tools/lsp/tools.d.ts +7 -0
- package/dist/tools/lsp/types.d.ts +123 -0
- package/dist/tools/lsp/utils.d.ts +26 -0
- package/dist/tools/session-manager/constants.d.ts +12 -0
- package/dist/tools/session-manager/index.d.ts +3 -0
- package/dist/tools/session-manager/storage.d.ts +12 -0
- package/dist/tools/session-manager/storage.test.d.ts +1 -0
- package/dist/tools/session-manager/tools.d.ts +5 -0
- package/dist/tools/session-manager/tools.test.d.ts +1 -0
- package/dist/tools/session-manager/types.d.ts +89 -0
- package/dist/tools/session-manager/utils.d.ts +11 -0
- package/dist/tools/session-manager/utils.test.d.ts +1 -0
- package/dist/tools/skill/constants.d.ts +3 -0
- package/dist/tools/skill/index.d.ts +3 -0
- package/dist/tools/skill/tools.d.ts +4 -0
- package/dist/tools/skill/tools.test.d.ts +1 -0
- package/dist/tools/skill/types.d.ts +28 -0
- package/dist/tools/skill-mcp/constants.d.ts +2 -0
- package/dist/tools/skill-mcp/index.d.ts +3 -0
- package/dist/tools/skill-mcp/tools.d.ts +11 -0
- package/dist/tools/skill-mcp/tools.test.d.ts +1 -0
- package/dist/tools/skill-mcp/types.d.ts +8 -0
- package/dist/tools/slashcommand/index.d.ts +2 -0
- package/dist/tools/slashcommand/tools.d.ts +5 -0
- package/dist/tools/slashcommand/types.d.ts +24 -0
- package/package.json +89 -0
- package/postinstall.mjs +47 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# License
|
|
2
|
+
|
|
3
|
+
Portions of this software are licensed as follows:
|
|
4
|
+
|
|
5
|
+
- All third party components incorporated into the oh-my-musacode Software are licensed under the original license
|
|
6
|
+
provided by the owner of the applicable component.
|
|
7
|
+
- Content outside of the above mentioned files or restrictions is available under the "Sustainable Use
|
|
8
|
+
License" as defined below.
|
|
9
|
+
|
|
10
|
+
## Sustainable Use License
|
|
11
|
+
|
|
12
|
+
Version 1.0
|
|
13
|
+
|
|
14
|
+
### Acceptance
|
|
15
|
+
|
|
16
|
+
By using the software, you agree to all of the terms and conditions below.
|
|
17
|
+
|
|
18
|
+
### Copyright License
|
|
19
|
+
|
|
20
|
+
The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license
|
|
21
|
+
to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject
|
|
22
|
+
to the limitations below.
|
|
23
|
+
|
|
24
|
+
### Limitations
|
|
25
|
+
|
|
26
|
+
You may use or modify the software only for your own internal business purposes or for non-commercial or
|
|
27
|
+
personal use. You may distribute the software or provide it to others only if you do so free of charge for
|
|
28
|
+
non-commercial purposes. You may not alter, remove, or obscure any licensing, copyright, or other notices of
|
|
29
|
+
the licensor in the software. Any use of the licensor's trademarks is subject to applicable law.
|
|
30
|
+
|
|
31
|
+
### Patents
|
|
32
|
+
|
|
33
|
+
The licensor grants you a license, under any patent claims the licensor can license, or becomes able to
|
|
34
|
+
license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case
|
|
35
|
+
subject to the limitations and conditions in this license. This license does not cover any patent claims that
|
|
36
|
+
you cause to be infringed by modifications or additions to the software. If you or your company make any
|
|
37
|
+
written claim that the software infringes or contributes to infringement of any patent, your patent license
|
|
38
|
+
for the software granted under these terms ends immediately. If your company makes such a claim, your patent
|
|
39
|
+
license ends immediately for work on behalf of your company.
|
|
40
|
+
|
|
41
|
+
### Notices
|
|
42
|
+
|
|
43
|
+
You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these
|
|
44
|
+
terms. If you modify the software, you must include in any modified copies of the software a prominent notice
|
|
45
|
+
stating that you have modified the software.
|
|
46
|
+
|
|
47
|
+
### No Other Rights
|
|
48
|
+
|
|
49
|
+
These terms do not imply any licenses other than those expressly granted in these terms.
|
|
50
|
+
|
|
51
|
+
### Termination
|
|
52
|
+
|
|
53
|
+
If you use the software in violation of these terms, such use is not licensed, and your license will
|
|
54
|
+
automatically terminate. If the licensor provides you with a notice of your violation, and you cease all
|
|
55
|
+
violation of this license no later than 30 days after you receive that notice, your license will be reinstated
|
|
56
|
+
retroactively. However, if you violate these terms after such reinstatement, any additional violation of these
|
|
57
|
+
terms will cause your license to terminate automatically and permanently.
|
|
58
|
+
|
|
59
|
+
### No Liability
|
|
60
|
+
|
|
61
|
+
As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will
|
|
62
|
+
not be liable to you for any damages arising out of these terms or the use or nature of the software, under
|
|
63
|
+
any kind of legal claim.
|
|
64
|
+
|
|
65
|
+
### Definitions
|
|
66
|
+
|
|
67
|
+
The "licensor" is the entity offering these terms.
|
|
68
|
+
|
|
69
|
+
The "software" is the software the licensor makes available under these terms, including any portion of it.
|
|
70
|
+
|
|
71
|
+
"You" refers to the individual or entity agreeing to these terms.
|
|
72
|
+
|
|
73
|
+
"Your company" is any legal entity, sole proprietorship, or other kind of organization that you work for, plus
|
|
74
|
+
all organizations that have control over, are under the control of, or are under common control with that
|
|
75
|
+
organization. Control means ownership of substantially all the assets of an entity, or the power to direct its
|
|
76
|
+
management and policies by vote, contract, or otherwise. Control can be direct or indirect.
|
|
77
|
+
|
|
78
|
+
"Your license" is the license granted to you for the software under these terms.
|
|
79
|
+
|
|
80
|
+
"Use" means anything you do with the software requiring your license.
|
|
81
|
+
|
|
82
|
+
"Trademark" means trademarks, service marks, and similar rights.
|
package/README.ja.md
ADDED
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
> [!WARNING]
|
|
2
|
+
> **セキュリティ警告:なりすましサイト**
|
|
3
|
+
>
|
|
4
|
+
> **ohmymusacode.comは本プロジェクトとは一切関係ありません。** 当方はそのサイトを運営しておらず、推奨もしていません。
|
|
5
|
+
>
|
|
6
|
+
> OhMyMusaCodeは**無料かつオープンソース**です。「公式」を名乗るサードパーティサイトでインストーラーをダウンロードしたり、支払い情報を入力したり**しないでください**。
|
|
7
|
+
>
|
|
8
|
+
> なりすましサイトはペイウォールの裏にあるため、**何が配布されているか確認できません**。そこからのダウンロードは**潜在的に危険なもの**として扱ってください。
|
|
9
|
+
>
|
|
10
|
+
> ✅ 公式ダウンロード:https://github.com/code-yeongyu/oh-my.musacode/releases
|
|
11
|
+
|
|
12
|
+
> [!NOTE]
|
|
13
|
+
>
|
|
14
|
+
> [](https://musaOrchestratorlabs.ai)
|
|
15
|
+
> > **MusaOrchestratorの完全製品化バージョンを構築中です。フロンティアエージェントの未来を定義します。<br />[こちら](https://musaOrchestratorlabs.ai)からウェイトリストに参加してください。**
|
|
16
|
+
|
|
17
|
+
> [!TIP]
|
|
18
|
+
>
|
|
19
|
+
> [](https://github.com/code-yeongyu/oh-my.musacode/releases/tag/v3.0.0-beta.10)
|
|
20
|
+
> > **オーケストレーターがベータ版で利用可能になりました。`oh-my-musacode@3.0.0-beta.10`を使用してインストールしてください。**
|
|
21
|
+
>
|
|
22
|
+
> 一緒に歩みましょう!
|
|
23
|
+
>
|
|
24
|
+
> | [<img alt="Discord link" src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" width="156px" />](https://discord.gg/PUwSMR9XNk) | [Discordコミュニティ](https://discord.gg/PUwSMR9XNk)に参加して、コントリビューターや`oh-my-musacode`仲間とつながりましょう。 |
|
|
25
|
+
> | :-----| :----- |
|
|
26
|
+
> | [<img alt="X link" src="https://img.shields.io/badge/Follow-%40justmusaOrchestrator-00CED1?style=flat-square&logo=x&labelColor=black" width="156px" />](https://x.com/justmusaOrchestrator) | `oh-my-musacode`に関するニュースは私のXアカウントで投稿していましたが、無実の罪で凍結されたため、<br />[@justmusaOrchestrator](https://x.com/justmusaOrchestrator)が代わりに更新を投稿しています。 |
|
|
27
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/code-yeongyu?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/code-yeongyu) | GitHubで[@code-yeongyu](https://github.com/code-yeongyu)をフォローして、他のプロジェクトもチェックしてください。 |
|
|
28
|
+
|
|
29
|
+
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
30
|
+
|
|
31
|
+
<div align="center">
|
|
32
|
+
|
|
33
|
+
[](https://github.com/code-yeongyu/oh-my-musacode#oh-my-musacode)
|
|
34
|
+
|
|
35
|
+
[](https://github.com/code-yeongyu/oh-my-musacode#oh-my-musacode)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
> `oh-my-musacode` をインストールして、ドーピングしたかのようにコーディングしましょう。バックグラウンドでエージェントを走らせ、oracle、librarian、frontend engineer のような専門エージェントを呼び出してください。丹精込めて作られた LSP/AST ツール、厳選された MCP、そして完全な Claude Code 互換レイヤーを、たった一行で手に入れましょう。
|
|
41
|
+
|
|
42
|
+
# Claude OAuth アクセスに関するお知らせ
|
|
43
|
+
|
|
44
|
+
## TL;DR
|
|
45
|
+
|
|
46
|
+
> Q. oh-my-musacodeを使用できますか?
|
|
47
|
+
|
|
48
|
+
はい。
|
|
49
|
+
|
|
50
|
+
> Q. Claude Codeのサブスクリプションで使用できますか?
|
|
51
|
+
|
|
52
|
+
はい、技術的には可能です。ただし、使用を推奨することはできません。
|
|
53
|
+
|
|
54
|
+
## 詳細
|
|
55
|
+
|
|
56
|
+
> 2026年1月より、AnthropicはToS違反を理由にサードパーティのOAuthアクセスを制限しました。
|
|
57
|
+
>
|
|
58
|
+
> [**Anthropicはこのプロジェクト oh-my-musacode を、musacodeをブロックする正当化の根拠として挙げています。**](https://x.com/thdxr/status/2010149530486911014)
|
|
59
|
+
>
|
|
60
|
+
> 実際、Claude CodeのOAuthリクエストシグネチャを偽装するプラグインがコミュニティに存在します。
|
|
61
|
+
>
|
|
62
|
+
> これらのツールは技術的な検出可能性に関わらず動作する可能性がありますが、ユーザーはToSへの影響を認識すべきであり、私個人としてはそれらの使用を推奨できません。
|
|
63
|
+
>
|
|
64
|
+
> このプロジェクトは非公式ツールの使用に起因するいかなる問題についても責任を負いません。また、**私たちはそれらのOAuthシステムのカスタム実装を一切持っていません。**
|
|
65
|
+
|
|
66
|
+
<div align="center">
|
|
67
|
+
|
|
68
|
+
[](https://github.com/code-yeongyu/oh-my.musacode/releases)
|
|
69
|
+
[](https://www.npmjs.com/package/oh-my-musacode)
|
|
70
|
+
[](https://github.com/code-yeongyu/oh-my.musacode/graphs/contributors)
|
|
71
|
+
[](https://github.com/code-yeongyu/oh-my.musacode/network/members)
|
|
72
|
+
[](https://github.com/code-yeongyu/oh-my.musacode/stargazers)
|
|
73
|
+
[](https://github.com/code-yeongyu/oh-my.musacode/issues)
|
|
74
|
+
[](https://github.com/code-yeongyu/oh-my.musacode/blob/master/LICENSE.md)
|
|
75
|
+
|
|
76
|
+
[English](README.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
77
|
+
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
<!-- </CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
81
|
+
|
|
82
|
+
## ユーザーレビュー
|
|
83
|
+
|
|
84
|
+
> "Cursorのサブスクリプションを解約しました。オープンソースコミュニティで信じられないことが起きています。" - [Arthur Guiot](https://x.com/arthur_guiot/status/2008736347092382053?s=20)
|
|
85
|
+
|
|
86
|
+
> "人間が3ヶ月かかる仕事をClaude Codeが7日でやるなら、MusaOrchestratorは1時間でやります。タスクが完了するまでただ動き続ける。It is a discipline agent." — B, Quant Researcher
|
|
87
|
+
|
|
88
|
+
> "Oh My Musacodeを使って、たった1日で8000個のeslint警告を解消しました" — [Jacob Ferrari](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
89
|
+
|
|
90
|
+
> "Ohmymusacodeとralph loopを使って、一晩で45,000行のtauriアプリをSaaSウェブアプリに変換しました。インタビュープロンプトから始めて、質問に対する評価と推奨を求めました。作業する様子を見ているのは驚きでしたし、朝起きたらほぼ完成したウェブサイトがありました!" - [James Hargis](https://x.com/hargabyte/status/2007299688261882202)
|
|
91
|
+
|
|
92
|
+
> "oh-my-musacodeを使ってください、もう戻れませんよ" — [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
93
|
+
|
|
94
|
+
> "何どうすごいのかあまり言語化できてないけど、開発体験が異次元に上がった。" - [苔硯:こけすずり](https://x.com/kokesuzuri/status/2008532913961529372?s=20)
|
|
95
|
+
|
|
96
|
+
> "今週末はopen code、oh my musacode、supermemoryでマインクラフト/ソウルライクな何かを作る実験をしています。"
|
|
97
|
+
> "昼食後の散歩に行く間に、しゃがみアニメーションを追加するよう頼みました。[動画]" - [MagiMetal](https://x.com/MagiMetal/status/2005374704178373023)
|
|
98
|
+
|
|
99
|
+
> "これをコアに取り入れて彼を採用すべきです。マジで。本当に、本当に、本当に良いです" — Henning Kilset
|
|
100
|
+
|
|
101
|
+
> "@yeon_gyu_kimを説得できるなら雇うべきです。彼はmusacodeに革命を起こしました" — [mysticaltech](https://x.com/mysticaltech/status/2001858758608376079)
|
|
102
|
+
|
|
103
|
+
> "Oh My MusaCode Is Actually Insane" - [YouTube - Darren Builds AI](https://www.youtube.com/watch?v=G_Snfh2M41M)
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## 目次
|
|
108
|
+
|
|
109
|
+
- [Oh My MusaCode](#oh-my-musacode)
|
|
110
|
+
- [この Readme は読まなくていいです](#この-readme-は読まなくていいです)
|
|
111
|
+
- [エージェントの時代ですから](#エージェントの時代ですから)
|
|
112
|
+
- [🪄 魔法の言葉:`ultrawork`](#-魔法の言葉ultrawork)
|
|
113
|
+
- [読みたい方のために:シジフォスに会う](#読みたい方のためにシジフォスに会う)
|
|
114
|
+
- [インストールするだけで。](#インストールするだけで)
|
|
115
|
+
- [インストール](#インストール)
|
|
116
|
+
- [人間の方へ](#人間の方へ)
|
|
117
|
+
- [LLM エージェントの方へ](#llm-エージェントの方へ)
|
|
118
|
+
- [アンインストール](#アンインストール)
|
|
119
|
+
- [機能](#機能)
|
|
120
|
+
- [設定](#設定)
|
|
121
|
+
- [JSONC のサポート](#jsonc-のサポート)
|
|
122
|
+
- [Google Auth](#google-auth)
|
|
123
|
+
- [Agents](#agents)
|
|
124
|
+
- [Permission オプション](#permission-オプション)
|
|
125
|
+
- [MusaOrchestrator Agent](#musaOrchestrator-agent)
|
|
126
|
+
- [Background Tasks](#background-tasks)
|
|
127
|
+
- [Hooks](#hooks)
|
|
128
|
+
- [MCPs](#mcps)
|
|
129
|
+
- [LSP](#lsp)
|
|
130
|
+
- [Experimental](#experimental)
|
|
131
|
+
- [作者のノート](#作者のノート)
|
|
132
|
+
- [注意](#注意)
|
|
133
|
+
- [こちらの企業の専門家にご愛用いただいています](#こちらの企業の専門家にご愛用いただいています)
|
|
134
|
+
- [スポンサー](#スポンサー)
|
|
135
|
+
|
|
136
|
+
# Oh My MusaCode
|
|
137
|
+
|
|
138
|
+
oMoMoMoMoMo···
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
[Claude Code](https://www.claude.com/product/claude-code) は素晴らしいですよね。
|
|
142
|
+
でも、もしあなたがハッカーなら、[MusaCode](https://github.com/sst/musacode) と恋に落ちることになるでしょう。
|
|
143
|
+
**今すぐ始めましょう。ChatGPT、Claude、Gemini のサブスクリプション、MusaCode がすべてサポートしています。**
|
|
144
|
+
|
|
145
|
+
- 無限に拡張可能で、無限にカスタマイズ可能です。
|
|
146
|
+
- 画面のチラつき(フリッカー)がありません。
|
|
147
|
+
- 編集するファイルに合わせて [LSP](https://musacode.ai/docs/lsp/)、[Linter、Formatter](https://musacode.ai/docs/formatters/) が自動的に有効化され、すべて調整可能です。
|
|
148
|
+
- 複数のモデルを組み合わせて使用でき、**用途に応じてオーケストレーションできます。**
|
|
149
|
+
- 機能が豊富で、美しい。ターミナルが描画に苦しむことはありません。高パフォーマンスです。
|
|
150
|
+
|
|
151
|
+
Windows から Linux に初めて乗り換えた時のこと、自分の思い通りに設定して興奮したあの感覚を覚えていますか?
|
|
152
|
+
そんな魔法が失われたかのような今の時代に、MusaCode はその感覚を取り戻してくれます。
|
|
153
|
+
コーディングとコンピュータを愛するあなたにとって、MusaCode はまさに「Windows の後の Linux」のような瞬間になるはずです。
|
|
154
|
+
|
|
155
|
+
**しかし問題は、学ぶべきことが多すぎること、複雑であること、そしてあなたの時間は高価だということです。**
|
|
156
|
+
|
|
157
|
+
私がその問題を解決しました。
|
|
158
|
+
あなたがハッカーでなくても構いません。数分の投資で、スキルと生産性を何倍にもブーストしてください。
|
|
159
|
+
このドキュメントをエージェントに渡して、セットアップを任せましょう。
|
|
160
|
+
|
|
161
|
+
## この Readme は読まなくていいです
|
|
162
|
+
|
|
163
|
+
### エージェントの時代ですから
|
|
164
|
+
- **ただこのリンクを Claude Code / AmpCode / Factory Droid / Cursor に貼り付けて、説明を求めてください。**
|
|
165
|
+
- なぜこれが良いのか、単なるボイラープレートではないのか、具体的に何が良くなるのか聞いてみてください。
|
|
166
|
+
- もしあなたが LLM エージェントなら、このプロジェクトによって今すぐ何が可能になるのか、ユーザーに説明してください。
|
|
167
|
+
|
|
168
|
+
### 🪄 魔法の言葉:`ultrawork`
|
|
169
|
+
|
|
170
|
+
**これ全部読みたくない?プロンプトに `ultrawork`(または `ulw`)を入れるだけでOK。**
|
|
171
|
+
|
|
172
|
+
それだけです。私たちが提供するすべての機能が魔法のように動作します—並列エージェント、バックグラウンドタスク、深い探索、そして完了するまで止まらない実行。エージェントが自動的にすべてを処理します。
|
|
173
|
+
|
|
174
|
+
### 読みたい方のために:シジフォスに会う
|
|
175
|
+
|
|
176
|
+

|
|
177
|
+
|
|
178
|
+
神話の中のシジフォスは、神々を欺いた罪として、永遠に岩を転がし続けなければなりませんでした。LLMエージェントたちは特に悪いことをしたわけではありませんが、毎日その頭(思考)をフル回転させています。
|
|
179
|
+
私の人生もそうです。振り返ってみれば、私たち人間と何ら変わりありません。
|
|
180
|
+
**はい!LLMエージェントたちは私たちと変わりません。優れたツールと最高の仲間がいれば、彼らも私たちと同じくらい優れたコードを書き、立派に仕事をこなすことができます。**
|
|
181
|
+
|
|
182
|
+
私たちのメインエージェント、MusaOrchestrator(Opus 4.5 High)を紹介します。以下は、シジフォスが岩を転がすために使用するツールです。
|
|
183
|
+
|
|
184
|
+
*以下の内容はすべてカスタマイズ可能です。必要なものだけを使ってください。デフォルトではすべての機能が有効になっています。何もしなくても大丈夫です。*
|
|
185
|
+
|
|
186
|
+
- シジフォスのチームメイト (Curated Agents)
|
|
187
|
+
- Oracle: 設計、デバッグ (GPT 5.2 Medium)
|
|
188
|
+
- Frontend UI/UX Engineer: フロントエンド開発 (Gemini 3 Pro)
|
|
189
|
+
- Librarian: 公式ドキュメント、オープンソース実装、コードベース探索 (Claude Sonnet 4.5)
|
|
190
|
+
- Explore: 超高速コードベース探索 (Contextual Grep) (Grok Code)
|
|
191
|
+
- Full LSP / AstGrep Support: 決定的にリファクタリングしましょう。
|
|
192
|
+
- Todo Continuation Enforcer: 途中で諦めたら、続行を強制します。これがシジフォスに岩を転がし続けさせる秘訣です。
|
|
193
|
+
- Comment Checker: AIが過剰なコメントを付けないようにします。シジフォスが生成したコードは、人間が書いたものと区別がつかないべきです。
|
|
194
|
+
- Claude Code Compatibility: Command, Agent, Skill, MCP, Hook(PreToolUse, PostToolUse, UserPromptSubmit, Stop)
|
|
195
|
+
- Curated MCPs:
|
|
196
|
+
- Exa (Web Search)
|
|
197
|
+
- Context7 (Official Documentation)
|
|
198
|
+
- Grep.app (GitHub Code Search)
|
|
199
|
+
- Interactive Terminal Supported - Tmux Integration
|
|
200
|
+
- Async Agents
|
|
201
|
+
- ...
|
|
202
|
+
|
|
203
|
+
#### インストールするだけで。
|
|
204
|
+
|
|
205
|
+
[overview page](docs/guide/overview.md) を読めば多くのことが学べますが、以下はワークフローの例です。
|
|
206
|
+
|
|
207
|
+
インストールするだけで、エージェントは以下のようなワークフローで働けるようになります:
|
|
208
|
+
|
|
209
|
+
1. MusaOrchestratorは自分自身でファイルを探し回るような時間の無駄はしません。メインエージェントのコンテキストを軽量に保つため、より高速で安価なモデルへ並列でバックグラウンドタスクを飛ばし、自身の代わりに領域の調査を完了させます。
|
|
210
|
+
1. MusaOrchestratorはリファクタリングにLSPを活用します。その方が確実で、安全、かつ的確だからです。
|
|
211
|
+
1. UIに関わる重い作業が必要な場合、MusaOrchestratorはフロントエンドのタスクをGemini 3 Proに直接デリゲートします。
|
|
212
|
+
1. もしMusaOrchestratorがループに陥ったり壁にぶつかったりしても、無駄に悩み続けることはありません。高IQな戦略的バックアップとしてGPT 5.2を呼び出します。
|
|
213
|
+
1. 複雑なオープンソースフレームワークを扱っていますか?MusaOrchestratorはサブエージェントを生成し、生のソースコードやドキュメントをリアルタイムで消化します。彼は完全なコンテキスト認識を持って動作します。
|
|
214
|
+
1. MusaOrchestratorがコメントに触れるとき、その存在意義を証明するか、さもなくば削除します。あなたのコードベースを常にクリーンに保ちます。
|
|
215
|
+
1. MusaOrchestratorは自身のTODOリストに縛られています。もし始めたことを終わらせられなければ、システムは彼を強制的に「bouldering」モードに戻します。あなたのタスクは、何があろうと完了します。
|
|
216
|
+
1. 正直、ドキュメントなんて読む必要はありません。ただプロンプトを書いてください。「ultrawork」というキーワードを含めるだけで十分です。MusaOrchestratorが構造を分析し、コンテキストを集め、外部のソースコードまで掘り下げ、仕事が100%完了するまでboulderingを続けます。
|
|
217
|
+
1. ぶっちゃけ、「ultrawork」と打つのすら面倒ですよね。それなら「ulw」だけでOKです。ただulwと打ち、コーヒーでも飲んでいてください。仕事は終わっています。
|
|
218
|
+
|
|
219
|
+
このような機能が不要であれば、前述の通り、特定の機能だけを選んで使うことができます。
|
|
220
|
+
|
|
221
|
+
## インストール
|
|
222
|
+
|
|
223
|
+
### 人間の方へ
|
|
224
|
+
|
|
225
|
+
以下のプロンプトをコピーして、LLM エージェント(Claude Code、AmpCode、Cursor など)に貼り付けてください:
|
|
226
|
+
|
|
227
|
+
```
|
|
228
|
+
oh-my-musacode をインストールして設定してください。以下の手順に従ってください:
|
|
229
|
+
https://raw.githubusercontent.com/code-yeongyu/oh-my.musacode/refs/heads/master/docs/guide/installation.md
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
または [インストールガイド](docs/guide/installation.md) を直接読んでください。ただし、エージェントに任せることを強くお勧めします。人間はミスをしますが、エージェントはしません。
|
|
233
|
+
|
|
234
|
+
### LLM エージェントの方へ
|
|
235
|
+
|
|
236
|
+
インストールガイドを取得して、その指示に従ってください:
|
|
237
|
+
|
|
238
|
+
```bash
|
|
239
|
+
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my.musacode/refs/heads/master/docs/guide/installation.md
|
|
240
|
+
```
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
## アンインストール
|
|
244
|
+
|
|
245
|
+
oh-my-musacode を削除するには:
|
|
246
|
+
|
|
247
|
+
1. **MusaCode 設定からプラグインを削除**
|
|
248
|
+
|
|
249
|
+
`~/.config.musacode/musacode.json` (または `musacode.jsonc`) を編集し、`plugin` 配列から `"oh-my-musacode"` を削除します:
|
|
250
|
+
|
|
251
|
+
```bash
|
|
252
|
+
# jq を使用する例
|
|
253
|
+
jq '.plugin = [.plugin[] | select(. != "oh-my-musacode")]' \
|
|
254
|
+
~/.config.musacode/musacode.json > /tmp/oc.json && \
|
|
255
|
+
mv /tmp/oc.json ~/.config.musacode/musacode.json
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
2. **設定ファイルの削除 (オプション)**
|
|
259
|
+
|
|
260
|
+
```bash
|
|
261
|
+
# ユーザー設定を削除
|
|
262
|
+
rm -f ~/.config.musacode/oh-my-musacode.json
|
|
263
|
+
|
|
264
|
+
# プロジェクト設定を削除 (存在する場合)
|
|
265
|
+
rm -f .musacode/oh-my-musacode.json
|
|
266
|
+
```
|
|
267
|
+
|
|
268
|
+
3. **削除の確認**
|
|
269
|
+
|
|
270
|
+
```bash
|
|
271
|
+
musacode --version
|
|
272
|
+
# プラグインがロードされなくなっているはずです
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
## 機能
|
|
277
|
+
|
|
278
|
+
当然あるべきだと思う機能がたくさんあります。一度体験したら、もう以前には戻れません。
|
|
279
|
+
詳細は [Features Documentation](docs/features.md) を参照してください。
|
|
280
|
+
|
|
281
|
+
**概要:**
|
|
282
|
+
- **エージェント**: MusaOrchestrator(メインエージェント)、Prometheus(プランナー)、Oracle(アーキテクチャ/デバッグ)、Librarian(ドキュメント/コード検索)、Explore(高速コードベース grep)、Multimodal Looker
|
|
283
|
+
- **バックグラウンドエージェント**: 本物の開発チームのように複数エージェントを並列実行
|
|
284
|
+
- **LSP & AST ツール**: リファクタリング、リネーム、診断、AST 認識コード検索
|
|
285
|
+
- **コンテキスト注入**: AGENTS.md、README.md、条件付きルールの自動注入
|
|
286
|
+
- **Claude Code 互換性**: 完全なフックシステム、コマンド、スキル、エージェント、MCP
|
|
287
|
+
- **内蔵 MCP**: websearch (Exa)、context7 (ドキュメント)、grep_app (GitHub 検索)
|
|
288
|
+
- **セッションツール**: セッション履歴の一覧、読み取り、検索、分析
|
|
289
|
+
- **生産性機能**: Ralph Loop、Todo Enforcer、Comment Checker、Think Mode など
|
|
290
|
+
|
|
291
|
+
## 設定
|
|
292
|
+
|
|
293
|
+
こだわりが強く反映された設定ですが、好みに合わせて調整可能です。
|
|
294
|
+
詳細は [Configuration Documentation](docs/configurations.md) を参照してください。
|
|
295
|
+
|
|
296
|
+
**概要:**
|
|
297
|
+
- **設定ファイルの場所**: `.musacode/oh-my-musacode.json` (プロジェクト) または `~/.config.musacode/oh-my-musacode.json` (ユーザー)
|
|
298
|
+
- **JSONC のサポート**: コメントと末尾のカンマをサポート
|
|
299
|
+
- **エージェント**: 任意のエージェントのモデル、温度、プロンプト、権限をオーバーライド
|
|
300
|
+
- **内蔵スキル**: `playwright` (ブラウザ自動化), `git-master` (アトミックコミット)
|
|
301
|
+
- **MusaOrchestrator エージェント**: Prometheus (Planner) と Metis (Plan Consultant) を備えたメインオーケストレーター
|
|
302
|
+
- **バックグラウンドタスク**: プロバイダー/モデルごとの同時実行制限を設定
|
|
303
|
+
- **カテゴリ**: ドメイン固有のタスク委任 (`visual`, `business-logic`, カスタム)
|
|
304
|
+
- **フック**: 25以上の内蔵フック、すべて `disabled_hooks` で設定可能
|
|
305
|
+
- **MCP**: 内蔵 websearch (Exa), context7 (ドキュメント), grep_app (GitHub 検索)
|
|
306
|
+
- **LSP**: リファクタリングツール付きの完全な LSP サポート
|
|
307
|
+
- **実験的機能**: 積極的な切り詰め、自動再開など
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
## 作者のノート
|
|
311
|
+
|
|
312
|
+
**このプロジェクトの哲学についてもっと知りたいですか?** [Ultrawork Manifesto](docs/ultrawork-manifesto.md)をお読みください。
|
|
313
|
+
|
|
314
|
+
Oh My MusaCode をインストールしてください。
|
|
315
|
+
|
|
316
|
+
私はこれまで、$24,000 分のトークンを純粋に個人の開発目的で使用してきました。
|
|
317
|
+
あらゆるツールを試し、徹底的に設定しました。私の選択は MusaCode でした。
|
|
318
|
+
|
|
319
|
+
私がぶつかったすべての問題への答えを、このプラグインに詰め込みました。ただインストールして使ってください。
|
|
320
|
+
MusaCode が Debian / ArchLinux だとしたら、Oh My MusaCode は Ubuntu / [Omarchy](https://omarchy.org/) です。
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
[AmpCode](https://ampcode.com) や [Claude Code](https://code.claude.com/docs/overview) から強い影響とインスピレーションを受け、彼らの機能をそのまま、あるいはより良く、ここに移植しました。そして今も作り続けています。
|
|
324
|
+
**Open**Code ですからね。
|
|
325
|
+
|
|
326
|
+
他のエージェントハーネスが約束しておきながら提供できていない、マルチモデルオーケストレーション、安定性、豊富な機能を、ただ MusaCode で享受してください。
|
|
327
|
+
私がテストし、アップデートし続けます。私はこのプロジェクトの最も熱心なユーザーですから。
|
|
328
|
+
- 純粋な論理力が一番鋭いモデルはどれか?
|
|
329
|
+
- デバッグの神は誰か?
|
|
330
|
+
- 文章を書くのが一番うまいのは誰か?
|
|
331
|
+
- フロントエンドを支配するのは誰か?
|
|
332
|
+
- バックエンドを掌握するのは誰か?
|
|
333
|
+
- 日常使いで最速のモデルは何か?
|
|
334
|
+
- 他のハーネスが出している新機能は何か?
|
|
335
|
+
|
|
336
|
+
このプラグインは、それらの経験の結晶です。皆さんはただ最高のものを受け取ってください。もしもっと良いアイデアがあれば、PR はいつでも歓迎です。
|
|
337
|
+
|
|
338
|
+
**Agent Harness 選びで悩むのはやめましょう。**
|
|
339
|
+
**私がリサーチし、最高のものを取り入れ、ここにアップデートを出し続けます。**
|
|
340
|
+
|
|
341
|
+
もしこの文章が傲慢に聞こえ、もっと良い答えをお持ちなら、ぜひ貢献してください。歓迎します。
|
|
342
|
+
|
|
343
|
+
こここで言及されたどのプロジェクトやモデルとも、私には一切関係がありません。これは純粋に個人的な実験と好みによって作られました。
|
|
344
|
+
|
|
345
|
+
このプロジェクトの 99% は MusaCode を使って書かれました。機能を中心にテストしましたが、私は TypeScript を正しく書く方法をあまり知りません。**しかし、このドキュメントは私が直接レビューし、大部分を書き直したので、安心して読んでください。**
|
|
346
|
+
|
|
347
|
+
## 注意
|
|
348
|
+
|
|
349
|
+
- 生産性が上がりすぎる可能性があります。隣の同僚にバレないように気をつけてください。
|
|
350
|
+
- とはいえ、私が言いふらしますけどね。誰が勝つか賭けましょう。
|
|
351
|
+
- [1.0.132](https://github.com/sst.musacode/releases/tag/v1.0.132) またはそれ以下のバージョンを使用している場合、MusaCode のバグにより設定が正しく行われない可能性があります。
|
|
352
|
+
- [修正 PR](https://github.com/sst.musacode/pull/5040) は 1.0.132 以降にマージされたため、新しいバージョンを使用してください。
|
|
353
|
+
- 余談:この PR も、OhMyMusaCode の Librarian、Explore、Oracle セットアップを活用して偶然発見され、修正されました。
|
|
354
|
+
|
|
355
|
+
## こちらの企業の専門家にご愛用いただいています
|
|
356
|
+
|
|
357
|
+
- [Indent](https://indentcorp.com)
|
|
358
|
+
- Making Spray - influencer marketing solution, vovushop - crossborder commerce platform, vreview - ai commerce review marketing solution
|
|
359
|
+
- [Google](https://google.com)
|
|
360
|
+
- [Microsoft](https://microsoft.com)
|
|
361
|
+
|
|
362
|
+
## スポンサー
|
|
363
|
+
- **Numman Ali** [GitHub](https://github.com/numman-ali) [X](https://x.com/nummanali)
|
|
364
|
+
- 最初のスポンサー
|
|
365
|
+
- **Aaron Iker** [GitHub](https://github.com/aaroniker) [X](https://x.com/aaroniker)
|
|
366
|
+
- **Suyeol Jeon (devxoul)** [GitHub](https://github.com/devxoul)
|
|
367
|
+
- 私のキャリアをスタートさせてくださった方であり、優れたエージェンティックワークフローをどのように構築できるかについて多大なインスピレーションを与えてくださった方です。優れたチームを作るために優れたシステムをどう設計すべきか多くのことを学び、その学びがこのharnessを作る上で大きな助けとなりました。
|
|
368
|
+
- **Hyerin Won (devwon)** [GitHub](https://github.com/devwon)
|
|
369
|
+
|
|
370
|
+
*素晴らしいヒーロー画像を作成してくれた [@junhoyeo](https://github.com/junhoyeo) に感謝します*
|