claudecode-omc 4.8.2 → 4.8.4
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/.claude-plugin/marketplace.json +3 -3
- package/.claude-plugin/plugin.json +3 -3
- package/README.de.md +60 -0
- package/README.es.md +60 -0
- package/README.fr.md +60 -0
- package/README.it.md +60 -0
- package/README.ja.md +60 -0
- package/README.ko.md +60 -0
- package/README.md +101 -16
- package/README.pt.md +60 -0
- package/README.ru.md +60 -0
- package/README.tr.md +60 -0
- package/README.vi.md +60 -0
- package/README.zh.md +60 -0
- package/agents/code-reviewer.md +107 -6
- package/agents/critic.md +212 -42
- package/agents/debugger.md +52 -4
- package/agents/document-specialist.md +39 -60
- package/agents/executor.md +29 -9
- package/agents/explore.md +3 -1
- package/agents/security-reviewer.md +57 -0
- package/agents/test-engineer.md +21 -0
- package/agents/verifier.md +2 -0
- package/agents/writer.md +2 -0
- package/bridge/cli.cjs +7402 -3580
- package/bridge/mcp-server.cjs +558 -43
- package/bridge/runtime-cli.cjs +3034 -1801
- package/bridge/team-bridge.cjs +25 -1
- package/bridge/team-mcp.cjs +257 -88
- package/bridge/team.js +5226 -413
- package/dist/__tests__/agent-boundary-guidance.test.d.ts +2 -0
- package/dist/__tests__/agent-boundary-guidance.test.d.ts.map +1 -0
- package/dist/__tests__/agent-boundary-guidance.test.js +48 -0
- package/dist/__tests__/agent-boundary-guidance.test.js.map +1 -0
- package/dist/__tests__/agent-registry.test.js +48 -11
- package/dist/__tests__/agent-registry.test.js.map +1 -1
- package/dist/__tests__/auto-slash-aliases.test.js +25 -0
- package/dist/__tests__/auto-slash-aliases.test.js.map +1 -1
- package/dist/__tests__/bedrock-model-routing.test.d.ts +21 -0
- package/dist/__tests__/bedrock-model-routing.test.d.ts.map +1 -0
- package/dist/__tests__/bedrock-model-routing.test.js +397 -0
- package/dist/__tests__/bedrock-model-routing.test.js.map +1 -0
- package/dist/__tests__/cleanup-validation.test.js +7 -3
- package/dist/__tests__/cleanup-validation.test.js.map +1 -1
- package/dist/__tests__/cli-win32-warning.test.js +15 -2
- package/dist/__tests__/cli-win32-warning.test.js.map +1 -1
- package/dist/__tests__/consolidation-contracts.test.js +27 -3
- package/dist/__tests__/consolidation-contracts.test.js.map +1 -1
- package/dist/__tests__/context-guard-stop.test.d.ts +2 -0
- package/dist/__tests__/context-guard-stop.test.d.ts.map +1 -0
- package/dist/__tests__/context-guard-stop.test.js +58 -0
- package/dist/__tests__/context-guard-stop.test.js.map +1 -0
- package/dist/__tests__/delegation-enforcer.test.js +76 -11
- package/dist/__tests__/delegation-enforcer.test.js.map +1 -1
- package/dist/__tests__/doctor-conflicts.test.js +62 -1
- package/dist/__tests__/doctor-conflicts.test.js.map +1 -1
- package/dist/__tests__/hooks.test.js +165 -4
- package/dist/__tests__/hooks.test.js.map +1 -1
- package/dist/__tests__/hud/defaults.test.js +4 -0
- package/dist/__tests__/hud/defaults.test.js.map +1 -1
- package/dist/__tests__/hud/limits-error.test.js +2 -4
- package/dist/__tests__/hud/limits-error.test.js.map +1 -1
- package/dist/__tests__/hud/mission-board-state.test.d.ts +2 -0
- package/dist/__tests__/hud/mission-board-state.test.d.ts.map +1 -0
- package/dist/__tests__/hud/mission-board-state.test.js +170 -0
- package/dist/__tests__/hud/mission-board-state.test.js.map +1 -0
- package/dist/__tests__/hud/mission-board.test.d.ts +2 -0
- package/dist/__tests__/hud/mission-board.test.d.ts.map +1 -0
- package/dist/__tests__/hud/mission-board.test.js +143 -0
- package/dist/__tests__/hud/mission-board.test.js.map +1 -0
- package/dist/__tests__/hud/rate-limits-error.test.js +13 -0
- package/dist/__tests__/hud/rate-limits-error.test.js.map +1 -1
- package/dist/__tests__/hud/render-rate-limits-priority.test.d.ts +8 -0
- package/dist/__tests__/hud/render-rate-limits-priority.test.d.ts.map +1 -0
- package/dist/__tests__/hud/render-rate-limits-priority.test.js +145 -0
- package/dist/__tests__/hud/render-rate-limits-priority.test.js.map +1 -0
- package/dist/__tests__/hud/render.test.js +22 -0
- package/dist/__tests__/hud/render.test.js.map +1 -1
- package/dist/__tests__/hud/stale-indicator.test.d.ts +9 -0
- package/dist/__tests__/hud/stale-indicator.test.d.ts.map +1 -0
- package/dist/__tests__/hud/stale-indicator.test.js +81 -0
- package/dist/__tests__/hud/stale-indicator.test.js.map +1 -0
- package/dist/__tests__/hud/state.test.js +30 -0
- package/dist/__tests__/hud/state.test.js.map +1 -1
- package/dist/__tests__/hud/usage-api-lock.test.d.ts +2 -0
- package/dist/__tests__/hud/usage-api-lock.test.d.ts.map +1 -0
- package/dist/__tests__/hud/usage-api-lock.test.js +245 -0
- package/dist/__tests__/hud/usage-api-lock.test.js.map +1 -0
- package/dist/__tests__/hud/usage-api-stale.test.d.ts +9 -0
- package/dist/__tests__/hud/usage-api-stale.test.d.ts.map +1 -0
- package/dist/__tests__/hud/usage-api-stale.test.js +297 -0
- package/dist/__tests__/hud/usage-api-stale.test.js.map +1 -0
- package/dist/__tests__/hud/usage-api.test.js +223 -0
- package/dist/__tests__/hud/usage-api.test.js.map +1 -1
- package/dist/__tests__/hud/watch-mode-init.test.d.ts +2 -0
- package/dist/__tests__/hud/watch-mode-init.test.d.ts.map +1 -0
- package/dist/__tests__/hud/watch-mode-init.test.js +133 -0
- package/dist/__tests__/hud/watch-mode-init.test.js.map +1 -0
- package/dist/__tests__/hud-agents.test.js +12 -10
- package/dist/__tests__/hud-agents.test.js.map +1 -1
- package/dist/__tests__/hud-build-guidance.test.js +6 -2
- package/dist/__tests__/hud-build-guidance.test.js.map +1 -1
- package/dist/__tests__/hud-marketplace-resolution.test.d.ts +2 -0
- package/dist/__tests__/hud-marketplace-resolution.test.d.ts.map +1 -0
- package/dist/__tests__/hud-marketplace-resolution.test.js +53 -0
- package/dist/__tests__/hud-marketplace-resolution.test.js.map +1 -0
- package/dist/__tests__/installer-hud-skip.test.js +12 -0
- package/dist/__tests__/installer-hud-skip.test.js.map +1 -1
- package/dist/__tests__/installer-plugin-agents.test.d.ts +2 -0
- package/dist/__tests__/installer-plugin-agents.test.d.ts.map +1 -0
- package/dist/__tests__/installer-plugin-agents.test.js +111 -0
- package/dist/__tests__/installer-plugin-agents.test.js.map +1 -0
- package/dist/__tests__/installer-version-guard.test.d.ts +2 -0
- package/dist/__tests__/installer-version-guard.test.d.ts.map +1 -0
- package/dist/__tests__/installer-version-guard.test.js +75 -0
- package/dist/__tests__/installer-version-guard.test.js.map +1 -0
- package/dist/__tests__/installer.test.js +58 -4
- package/dist/__tests__/installer.test.js.map +1 -1
- package/dist/__tests__/omc-tools-server.test.js +8 -5
- package/dist/__tests__/omc-tools-server.test.js.map +1 -1
- package/dist/__tests__/pre-tool-enforcer.test.js +38 -0
- package/dist/__tests__/pre-tool-enforcer.test.js.map +1 -1
- package/dist/__tests__/prompt-injection.test.js +3 -3
- package/dist/__tests__/prompt-injection.test.js.map +1 -1
- package/dist/__tests__/ralph-prd-mandatory.test.js +53 -2
- package/dist/__tests__/ralph-prd-mandatory.test.js.map +1 -1
- package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.js +42 -0
- package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.js.map +1 -1
- package/dist/__tests__/rate-limit-wait/tmux-detector.test.js +1 -1
- package/dist/__tests__/session-history-search.test.d.ts +2 -0
- package/dist/__tests__/session-history-search.test.d.ts.map +1 -0
- package/dist/__tests__/session-history-search.test.js +115 -0
- package/dist/__tests__/session-history-search.test.js.map +1 -0
- package/dist/__tests__/session-start-script-context.test.d.ts +2 -0
- package/dist/__tests__/session-start-script-context.test.d.ts.map +1 -0
- package/dist/__tests__/session-start-script-context.test.js +49 -0
- package/dist/__tests__/session-start-script-context.test.js.map +1 -0
- package/dist/__tests__/skills.test.js +81 -24
- package/dist/__tests__/skills.test.js.map +1 -1
- package/dist/__tests__/standalone-server.test.js +8 -4
- package/dist/__tests__/standalone-server.test.js.map +1 -1
- package/dist/__tests__/tier0-docs-consistency.test.js +10 -2
- package/dist/__tests__/tier0-docs-consistency.test.js.map +1 -1
- package/dist/agents/definitions.d.ts +5 -15
- package/dist/agents/definitions.d.ts.map +1 -1
- package/dist/agents/definitions.js +48 -49
- package/dist/agents/definitions.js.map +1 -1
- package/dist/agents/document-specialist.d.ts +1 -1
- package/dist/agents/document-specialist.d.ts.map +1 -1
- package/dist/agents/document-specialist.js +46 -21
- package/dist/agents/document-specialist.js.map +1 -1
- package/dist/agents/explore.d.ts.map +1 -1
- package/dist/agents/explore.js +3 -2
- package/dist/agents/explore.js.map +1 -1
- package/dist/agents/index.d.ts +2 -4
- package/dist/agents/index.d.ts.map +1 -1
- package/dist/agents/index.js +3 -6
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/types.d.ts +2 -2
- package/dist/agents/types.d.ts.map +1 -1
- package/dist/cli/__tests__/ask.test.js +255 -8
- package/dist/cli/__tests__/ask.test.js.map +1 -1
- package/dist/cli/__tests__/session-search-help.test.d.ts +2 -0
- package/dist/cli/__tests__/session-search-help.test.d.ts.map +1 -0
- package/dist/cli/__tests__/session-search-help.test.js +13 -0
- package/dist/cli/__tests__/session-search-help.test.js.map +1 -0
- package/dist/cli/__tests__/session-search.test.d.ts +2 -0
- package/dist/cli/__tests__/session-search.test.d.ts.map +1 -0
- package/dist/cli/__tests__/session-search.test.js +72 -0
- package/dist/cli/__tests__/session-search.test.js.map +1 -0
- package/dist/cli/__tests__/team-help.test.js +1 -1
- package/dist/cli/__tests__/team-help.test.js.map +1 -1
- package/dist/cli/__tests__/team.test.js +256 -4
- package/dist/cli/__tests__/team.test.js.map +1 -1
- package/dist/cli/commands/__tests__/team.test.js +52 -2
- package/dist/cli/commands/__tests__/team.test.js.map +1 -1
- package/dist/cli/commands/doctor-conflicts.d.ts.map +1 -1
- package/dist/cli/commands/doctor-conflicts.js +15 -1
- package/dist/cli/commands/doctor-conflicts.js.map +1 -1
- package/dist/cli/commands/session-search.d.ts +18 -0
- package/dist/cli/commands/session-search.d.ts.map +1 -0
- package/dist/cli/commands/session-search.js +47 -0
- package/dist/cli/commands/session-search.js.map +1 -0
- package/dist/cli/commands/team.d.ts +11 -0
- package/dist/cli/commands/team.d.ts.map +1 -1
- package/dist/cli/commands/team.js +94 -24
- package/dist/cli/commands/team.js.map +1 -1
- package/dist/cli/commands/wait.d.ts.map +1 -1
- package/dist/cli/commands/wait.js +12 -1
- package/dist/cli/commands/wait.js.map +1 -1
- package/dist/cli/index.js +70 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/team.d.ts +1 -0
- package/dist/cli/team.d.ts.map +1 -1
- package/dist/cli/team.js +100 -214
- package/dist/cli/team.js.map +1 -1
- package/dist/cli/win32-warning.d.ts +2 -1
- package/dist/cli/win32-warning.d.ts.map +1 -1
- package/dist/cli/win32-warning.js +20 -6
- package/dist/cli/win32-warning.js.map +1 -1
- package/dist/config/__tests__/loader.test.d.ts +2 -0
- package/dist/config/__tests__/loader.test.d.ts.map +1 -0
- package/dist/config/__tests__/loader.test.js +145 -0
- package/dist/config/__tests__/loader.test.js.map +1 -0
- package/dist/config/__tests__/models.test.d.ts +2 -0
- package/dist/config/__tests__/models.test.d.ts.map +1 -0
- package/dist/config/__tests__/models.test.js +147 -0
- package/dist/config/__tests__/models.test.js.map +1 -0
- package/dist/config/__tests__/test-helpers.d.ts +3 -0
- package/dist/config/__tests__/test-helpers.d.ts.map +1 -0
- package/dist/config/__tests__/test-helpers.js +19 -0
- package/dist/config/__tests__/test-helpers.js.map +1 -0
- package/dist/config/loader.d.ts +3 -1
- package/dist/config/loader.d.ts.map +1 -1
- package/dist/config/loader.js +140 -126
- package/dist/config/loader.js.map +1 -1
- package/dist/config/models.d.ts +29 -10
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +96 -10
- package/dist/config/models.js.map +1 -1
- package/dist/features/builtin-skills/skills.d.ts.map +1 -1
- package/dist/features/builtin-skills/skills.js +8 -1
- package/dist/features/builtin-skills/skills.js.map +1 -1
- package/dist/features/builtin-skills/types.d.ts +3 -0
- package/dist/features/builtin-skills/types.d.ts.map +1 -1
- package/dist/features/delegation-enforcer.d.ts +5 -12
- package/dist/features/delegation-enforcer.d.ts.map +1 -1
- package/dist/features/delegation-enforcer.js +48 -54
- package/dist/features/delegation-enforcer.js.map +1 -1
- package/dist/features/delegation-routing/__tests__/resolver.test.js +4 -3
- package/dist/features/delegation-routing/__tests__/resolver.test.js.map +1 -1
- package/dist/features/delegation-routing/types.d.ts.map +1 -1
- package/dist/features/delegation-routing/types.js +7 -4
- package/dist/features/delegation-routing/types.js.map +1 -1
- package/dist/features/index.d.ts +1 -0
- package/dist/features/index.d.ts.map +1 -1
- package/dist/features/index.js +2 -0
- package/dist/features/index.js.map +1 -1
- package/dist/features/rate-limit-wait/daemon.d.ts.map +1 -1
- package/dist/features/rate-limit-wait/daemon.js +8 -5
- package/dist/features/rate-limit-wait/daemon.js.map +1 -1
- package/dist/features/rate-limit-wait/index.d.ts +1 -1
- package/dist/features/rate-limit-wait/index.d.ts.map +1 -1
- package/dist/features/rate-limit-wait/index.js +1 -1
- package/dist/features/rate-limit-wait/index.js.map +1 -1
- package/dist/features/rate-limit-wait/rate-limit-monitor.d.ts +9 -0
- package/dist/features/rate-limit-wait/rate-limit-monitor.d.ts.map +1 -1
- package/dist/features/rate-limit-wait/rate-limit-monitor.js +38 -0
- package/dist/features/rate-limit-wait/rate-limit-monitor.js.map +1 -1
- package/dist/features/rate-limit-wait/tmux-detector.d.ts +2 -1
- package/dist/features/rate-limit-wait/tmux-detector.d.ts.map +1 -1
- package/dist/features/rate-limit-wait/tmux-detector.js +8 -9
- package/dist/features/rate-limit-wait/tmux-detector.js.map +1 -1
- package/dist/features/rate-limit-wait/types.d.ts +11 -0
- package/dist/features/rate-limit-wait/types.d.ts.map +1 -1
- package/dist/features/session-history-search/index.d.ts +6 -0
- package/dist/features/session-history-search/index.d.ts.map +1 -0
- package/dist/features/session-history-search/index.js +480 -0
- package/dist/features/session-history-search/index.js.map +1 -0
- package/dist/features/session-history-search/types.d.ts +36 -0
- package/dist/features/session-history-search/types.d.ts.map +1 -0
- package/dist/features/session-history-search/types.js +2 -0
- package/dist/features/session-history-search/types.js.map +1 -0
- package/dist/hooks/__tests__/background-process-guard.test.js +101 -5
- package/dist/hooks/__tests__/background-process-guard.test.js.map +1 -1
- package/dist/hooks/__tests__/bridge-openclaw.test.js +16 -5
- package/dist/hooks/__tests__/bridge-openclaw.test.js.map +1 -1
- package/dist/hooks/__tests__/bridge-routing.test.js +48 -1
- package/dist/hooks/__tests__/bridge-routing.test.js.map +1 -1
- package/dist/hooks/auto-slash-command/executor.d.ts.map +1 -1
- package/dist/hooks/auto-slash-command/executor.js +9 -1
- package/dist/hooks/auto-slash-command/executor.js.map +1 -1
- package/dist/hooks/auto-slash-command/types.d.ts +2 -0
- package/dist/hooks/auto-slash-command/types.d.ts.map +1 -1
- package/dist/hooks/auto-slash-command/types.js +0 -7
- package/dist/hooks/auto-slash-command/types.js.map +1 -1
- package/dist/hooks/autopilot/adapters/execution-adapter.js +3 -3
- package/dist/hooks/autopilot/prompts.js +1 -1
- package/dist/hooks/bridge-normalize.d.ts.map +1 -1
- package/dist/hooks/bridge-normalize.js +2 -0
- package/dist/hooks/bridge-normalize.js.map +1 -1
- package/dist/hooks/bridge.d.ts.map +1 -1
- package/dist/hooks/bridge.js +248 -39
- package/dist/hooks/bridge.js.map +1 -1
- package/dist/hooks/keyword-detector/__tests__/index.test.js +41 -0
- package/dist/hooks/keyword-detector/__tests__/index.test.js.map +1 -1
- package/dist/hooks/keyword-detector/index.d.ts +1 -1
- package/dist/hooks/keyword-detector/index.d.ts.map +1 -1
- package/dist/hooks/keyword-detector/index.js +3 -1
- package/dist/hooks/keyword-detector/index.js.map +1 -1
- package/dist/hooks/permission-handler/index.d.ts +8 -0
- package/dist/hooks/permission-handler/index.d.ts.map +1 -1
- package/dist/hooks/permission-handler/index.js +76 -0
- package/dist/hooks/permission-handler/index.js.map +1 -1
- package/dist/hooks/persistent-mode/__tests__/ralph-verification-flow.test.d.ts +2 -0
- package/dist/hooks/persistent-mode/__tests__/ralph-verification-flow.test.d.ts.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/ralph-verification-flow.test.js +90 -0
- package/dist/hooks/persistent-mode/__tests__/ralph-verification-flow.test.js.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/team-ralplan-stop.test.d.ts +2 -0
- package/dist/hooks/persistent-mode/__tests__/team-ralplan-stop.test.d.ts.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/team-ralplan-stop.test.js +535 -0
- package/dist/hooks/persistent-mode/__tests__/team-ralplan-stop.test.js.map +1 -0
- package/dist/hooks/persistent-mode/index.d.ts +1 -1
- package/dist/hooks/persistent-mode/index.d.ts.map +1 -1
- package/dist/hooks/persistent-mode/index.js +296 -21
- package/dist/hooks/persistent-mode/index.js.map +1 -1
- package/dist/hooks/persistent-mode/stop-hook-blocking.test.js +156 -0
- package/dist/hooks/persistent-mode/stop-hook-blocking.test.js.map +1 -1
- package/dist/hooks/project-memory/__tests__/integration.test.js +27 -2
- package/dist/hooks/project-memory/__tests__/integration.test.js.map +1 -1
- package/dist/hooks/project-memory/__tests__/storage.test.js +37 -0
- package/dist/hooks/project-memory/__tests__/storage.test.js.map +1 -1
- package/dist/hooks/project-memory/storage.d.ts +1 -1
- package/dist/hooks/project-memory/storage.d.ts.map +1 -1
- package/dist/hooks/project-memory/storage.js +5 -4
- package/dist/hooks/project-memory/storage.js.map +1 -1
- package/dist/hooks/ralph/index.d.ts +1 -1
- package/dist/hooks/ralph/index.d.ts.map +1 -1
- package/dist/hooks/ralph/index.js +1 -1
- package/dist/hooks/ralph/index.js.map +1 -1
- package/dist/hooks/ralph/loop.d.ts +18 -0
- package/dist/hooks/ralph/loop.d.ts.map +1 -1
- package/dist/hooks/ralph/loop.js +31 -0
- package/dist/hooks/ralph/loop.js.map +1 -1
- package/dist/hooks/ralph/verifier.d.ts +4 -1
- package/dist/hooks/ralph/verifier.d.ts.map +1 -1
- package/dist/hooks/ralph/verifier.js +56 -21
- package/dist/hooks/ralph/verifier.js.map +1 -1
- package/dist/hooks/recovery/__tests__/storage.test.d.ts +2 -0
- package/dist/hooks/recovery/__tests__/storage.test.d.ts.map +1 -0
- package/dist/hooks/recovery/__tests__/storage.test.js +65 -0
- package/dist/hooks/recovery/__tests__/storage.test.js.map +1 -0
- package/dist/hooks/recovery/storage.d.ts +5 -1
- package/dist/hooks/recovery/storage.d.ts.map +1 -1
- package/dist/hooks/recovery/storage.js +7 -29
- package/dist/hooks/recovery/storage.js.map +1 -1
- package/dist/hooks/recovery/types.d.ts +1 -1
- package/dist/hooks/recovery/types.d.ts.map +1 -1
- package/dist/hooks/session-end/__tests__/duplicate-notifications.test.d.ts +2 -0
- package/dist/hooks/session-end/__tests__/duplicate-notifications.test.d.ts.map +1 -0
- package/dist/hooks/session-end/__tests__/duplicate-notifications.test.js +140 -0
- package/dist/hooks/session-end/__tests__/duplicate-notifications.test.js.map +1 -0
- package/dist/hooks/session-end/__tests__/mode-state-cleanup.test.d.ts +2 -0
- package/dist/hooks/session-end/__tests__/mode-state-cleanup.test.d.ts.map +1 -0
- package/dist/hooks/session-end/__tests__/mode-state-cleanup.test.js +122 -0
- package/dist/hooks/session-end/__tests__/mode-state-cleanup.test.js.map +1 -0
- package/dist/hooks/session-end/__tests__/openclaw-session-end.test.js +38 -12
- package/dist/hooks/session-end/__tests__/openclaw-session-end.test.js.map +1 -1
- package/dist/hooks/session-end/callbacks.d.ts +4 -1
- package/dist/hooks/session-end/callbacks.d.ts.map +1 -1
- package/dist/hooks/session-end/callbacks.js +5 -4
- package/dist/hooks/session-end/callbacks.js.map +1 -1
- package/dist/hooks/session-end/index.d.ts.map +1 -1
- package/dist/hooks/session-end/index.js +162 -36
- package/dist/hooks/session-end/index.js.map +1 -1
- package/dist/hooks/skill-state/__tests__/skill-state.test.js +35 -33
- package/dist/hooks/skill-state/__tests__/skill-state.test.js.map +1 -1
- package/dist/hooks/skill-state/index.d.ts +3 -3
- package/dist/hooks/skill-state/index.d.ts.map +1 -1
- package/dist/hooks/skill-state/index.js +7 -11
- package/dist/hooks/skill-state/index.js.map +1 -1
- package/dist/hooks/subagent-tracker/index.d.ts.map +1 -1
- package/dist/hooks/subagent-tracker/index.js +22 -0
- package/dist/hooks/subagent-tracker/index.js.map +1 -1
- package/dist/hooks/think-mode/__tests__/index.test.js +20 -20
- package/dist/hooks/think-mode/__tests__/index.test.js.map +1 -1
- package/dist/hooks/think-mode/switcher.d.ts.map +1 -1
- package/dist/hooks/think-mode/switcher.js +13 -10
- package/dist/hooks/think-mode/switcher.js.map +1 -1
- package/dist/hooks/thinking-block-validator/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/thinking-block-validator/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/thinking-block-validator/__tests__/index.test.js +56 -0
- package/dist/hooks/thinking-block-validator/__tests__/index.test.js.map +1 -0
- package/dist/hooks/thinking-block-validator/index.d.ts.map +1 -1
- package/dist/hooks/thinking-block-validator/index.js +7 -6
- package/dist/hooks/thinking-block-validator/index.js.map +1 -1
- package/dist/hooks/todo-continuation/index.d.ts +6 -0
- package/dist/hooks/todo-continuation/index.d.ts.map +1 -1
- package/dist/hooks/todo-continuation/index.js +14 -5
- package/dist/hooks/todo-continuation/index.js.map +1 -1
- package/dist/hud/elements/agents.d.ts.map +1 -1
- package/dist/hud/elements/agents.js +8 -14
- package/dist/hud/elements/agents.js.map +1 -1
- package/dist/hud/elements/index.d.ts +1 -0
- package/dist/hud/elements/index.d.ts.map +1 -1
- package/dist/hud/elements/index.js +1 -0
- package/dist/hud/elements/index.js.map +1 -1
- package/dist/hud/elements/limits.d.ts +3 -3
- package/dist/hud/elements/limits.d.ts.map +1 -1
- package/dist/hud/elements/limits.js +26 -18
- package/dist/hud/elements/limits.js.map +1 -1
- package/dist/hud/elements/mission-board.d.ts +2 -0
- package/dist/hud/elements/mission-board.d.ts.map +1 -0
- package/dist/hud/elements/mission-board.js +2 -0
- package/dist/hud/elements/mission-board.js.map +1 -0
- package/dist/hud/index.d.ts +1 -1
- package/dist/hud/index.d.ts.map +1 -1
- package/dist/hud/index.js +10 -2
- package/dist/hud/index.js.map +1 -1
- package/dist/hud/mission-board.d.ts +75 -0
- package/dist/hud/mission-board.d.ts.map +1 -0
- package/dist/hud/mission-board.js +420 -0
- package/dist/hud/mission-board.js.map +1 -0
- package/dist/hud/render.d.ts.map +1 -1
- package/dist/hud/render.js +16 -8
- package/dist/hud/render.js.map +1 -1
- package/dist/hud/state.d.ts.map +1 -1
- package/dist/hud/state.js +13 -0
- package/dist/hud/state.js.map +1 -1
- package/dist/hud/types.d.ts +11 -0
- package/dist/hud/types.d.ts.map +1 -1
- package/dist/hud/types.js +10 -0
- package/dist/hud/types.js.map +1 -1
- package/dist/hud/usage-api.d.ts +1 -1
- package/dist/hud/usage-api.d.ts.map +1 -1
- package/dist/hud/usage-api.js +207 -106
- package/dist/hud/usage-api.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/installer/__tests__/claude-md-merge.test.js +53 -9
- package/dist/installer/__tests__/claude-md-merge.test.js.map +1 -1
- package/dist/installer/__tests__/hook-templates.test.d.ts +2 -0
- package/dist/installer/__tests__/hook-templates.test.d.ts.map +1 -0
- package/dist/installer/__tests__/hook-templates.test.js +76 -0
- package/dist/installer/__tests__/hook-templates.test.js.map +1 -0
- package/dist/installer/hooks.d.ts +15 -0
- package/dist/installer/hooks.d.ts.map +1 -1
- package/dist/installer/hooks.js +51 -0
- package/dist/installer/hooks.js.map +1 -1
- package/dist/installer/index.d.ts +25 -0
- package/dist/installer/index.d.ts.map +1 -1
- package/dist/installer/index.js +273 -64
- package/dist/installer/index.js.map +1 -1
- package/dist/lib/mode-names.d.ts.map +1 -1
- package/dist/lib/mode-names.js +2 -0
- package/dist/lib/mode-names.js.map +1 -1
- package/dist/mcp/__tests__/team-server-artifact-convergence.test.js +30 -3
- package/dist/mcp/__tests__/team-server-artifact-convergence.test.js.map +1 -1
- package/dist/mcp/__tests__/team-server-deprecation.test.js +2 -0
- package/dist/mcp/__tests__/team-server-deprecation.test.js.map +1 -1
- package/dist/mcp/team-job-convergence.d.ts.map +1 -1
- package/dist/mcp/team-job-convergence.js +12 -3
- package/dist/mcp/team-job-convergence.js.map +1 -1
- package/dist/mcp/team-server.d.ts.map +1 -1
- package/dist/mcp/team-server.js +18 -4
- package/dist/mcp/team-server.js.map +1 -1
- package/dist/notifications/__tests__/config-merge.test.js +36 -1
- package/dist/notifications/__tests__/config-merge.test.js.map +1 -1
- package/dist/notifications/__tests__/formatter.test.js +13 -5
- package/dist/notifications/__tests__/formatter.test.js.map +1 -1
- package/dist/notifications/__tests__/notify-registry-integration.test.js +27 -1
- package/dist/notifications/__tests__/notify-registry-integration.test.js.map +1 -1
- package/dist/notifications/__tests__/verbosity.test.js +33 -1
- package/dist/notifications/__tests__/verbosity.test.js.map +1 -1
- package/dist/notifications/config.d.ts +7 -0
- package/dist/notifications/config.d.ts.map +1 -1
- package/dist/notifications/config.js +18 -0
- package/dist/notifications/config.js.map +1 -1
- package/dist/notifications/formatter.d.ts +2 -2
- package/dist/notifications/formatter.d.ts.map +1 -1
- package/dist/notifications/formatter.js +7 -6
- package/dist/notifications/formatter.js.map +1 -1
- package/dist/notifications/index.d.ts +1 -1
- package/dist/notifications/index.d.ts.map +1 -1
- package/dist/notifications/index.js +5 -3
- package/dist/notifications/index.js.map +1 -1
- package/dist/notifications/template-engine.js +1 -1
- package/dist/notifications/template-engine.js.map +1 -1
- package/dist/notifications/types.d.ts +4 -0
- package/dist/notifications/types.d.ts.map +1 -1
- package/dist/openclaw/__tests__/dispatcher.test.js +26 -0
- package/dist/openclaw/__tests__/dispatcher.test.js.map +1 -1
- package/dist/openclaw/__tests__/index.test.js +42 -0
- package/dist/openclaw/__tests__/index.test.js.map +1 -1
- package/dist/openclaw/__tests__/signal.test.d.ts +2 -0
- package/dist/openclaw/__tests__/signal.test.d.ts.map +1 -0
- package/dist/openclaw/__tests__/signal.test.js +69 -0
- package/dist/openclaw/__tests__/signal.test.js.map +1 -0
- package/dist/openclaw/dispatcher.d.ts +5 -1
- package/dist/openclaw/dispatcher.d.ts.map +1 -1
- package/dist/openclaw/dispatcher.js +13 -2
- package/dist/openclaw/dispatcher.js.map +1 -1
- package/dist/openclaw/index.d.ts +2 -1
- package/dist/openclaw/index.d.ts.map +1 -1
- package/dist/openclaw/index.js +29 -15
- package/dist/openclaw/index.js.map +1 -1
- package/dist/openclaw/signal.d.ts +3 -0
- package/dist/openclaw/signal.d.ts.map +1 -0
- package/dist/openclaw/signal.js +215 -0
- package/dist/openclaw/signal.js.map +1 -0
- package/dist/openclaw/types.d.ts +35 -0
- package/dist/openclaw/types.d.ts.map +1 -1
- package/dist/shared/types.d.ts +2 -12
- package/dist/shared/types.d.ts.map +1 -1
- package/dist/skills/__tests__/mingw-escape.test.js +41 -11
- package/dist/skills/__tests__/mingw-escape.test.js.map +1 -1
- package/dist/team/__tests__/api-interop.cwd-resolution.test.d.ts +2 -0
- package/dist/team/__tests__/api-interop.cwd-resolution.test.d.ts.map +1 -0
- package/dist/team/__tests__/api-interop.cwd-resolution.test.js +78 -0
- package/dist/team/__tests__/api-interop.cwd-resolution.test.js.map +1 -0
- package/dist/team/__tests__/api-interop.dispatch.test.d.ts +2 -0
- package/dist/team/__tests__/api-interop.dispatch.test.d.ts.map +1 -0
- package/dist/team/__tests__/api-interop.dispatch.test.js +125 -0
- package/dist/team/__tests__/api-interop.dispatch.test.js.map +1 -0
- package/dist/team/__tests__/cli-detection.test.d.ts +2 -0
- package/dist/team/__tests__/cli-detection.test.d.ts.map +1 -0
- package/dist/team/__tests__/cli-detection.test.js +36 -0
- package/dist/team/__tests__/cli-detection.test.js.map +1 -0
- package/dist/team/__tests__/model-contract.test.js +79 -2
- package/dist/team/__tests__/model-contract.test.js.map +1 -1
- package/dist/team/__tests__/runtime-done-recovery.test.js +1 -0
- package/dist/team/__tests__/runtime-done-recovery.test.js.map +1 -1
- package/dist/team/__tests__/runtime-prompt-mode.test.js +84 -8
- package/dist/team/__tests__/runtime-prompt-mode.test.js.map +1 -1
- package/dist/team/__tests__/runtime-v2.dispatch.test.d.ts +2 -0
- package/dist/team/__tests__/runtime-v2.dispatch.test.d.ts.map +1 -0
- package/dist/team/__tests__/runtime-v2.dispatch.test.js +237 -0
- package/dist/team/__tests__/runtime-v2.dispatch.test.js.map +1 -0
- package/dist/team/__tests__/runtime-v2.monitor.test.d.ts +2 -0
- package/dist/team/__tests__/runtime-v2.monitor.test.d.ts.map +1 -0
- package/dist/team/__tests__/runtime-v2.monitor.test.js +103 -0
- package/dist/team/__tests__/runtime-v2.monitor.test.js.map +1 -0
- package/dist/team/__tests__/runtime-v2.shutdown.test.d.ts +2 -0
- package/dist/team/__tests__/runtime-v2.shutdown.test.d.ts.map +1 -0
- package/dist/team/__tests__/runtime-v2.shutdown.test.js +49 -0
- package/dist/team/__tests__/runtime-v2.shutdown.test.js.map +1 -0
- package/dist/team/__tests__/runtime-watchdog-retry.test.js +3 -0
- package/dist/team/__tests__/runtime-watchdog-retry.test.js.map +1 -1
- package/dist/team/__tests__/tmux-session.create-team.test.js +29 -12
- package/dist/team/__tests__/tmux-session.create-team.test.js.map +1 -1
- package/dist/team/__tests__/tmux-session.kill-team-session.test.js +6 -0
- package/dist/team/__tests__/tmux-session.kill-team-session.test.js.map +1 -1
- package/dist/team/__tests__/tmux-session.test.js +9 -0
- package/dist/team/__tests__/tmux-session.test.js.map +1 -1
- package/dist/team/__tests__/worker-bootstrap.test.js +32 -3
- package/dist/team/__tests__/worker-bootstrap.test.js.map +1 -1
- package/dist/team/api-interop.d.ts.map +1 -1
- package/dist/team/api-interop.js +153 -2
- package/dist/team/api-interop.js.map +1 -1
- package/dist/team/cli-detection.d.ts.map +1 -1
- package/dist/team/cli-detection.js +6 -2
- package/dist/team/cli-detection.js.map +1 -1
- package/dist/team/idle-nudge.js +1 -1
- package/dist/team/idle-nudge.js.map +1 -1
- package/dist/team/mcp-team-bridge.d.ts.map +1 -1
- package/dist/team/mcp-team-bridge.js +2 -1
- package/dist/team/mcp-team-bridge.js.map +1 -1
- package/dist/team/model-contract.d.ts +1 -1
- package/dist/team/model-contract.d.ts.map +1 -1
- package/dist/team/model-contract.js +35 -4
- package/dist/team/model-contract.js.map +1 -1
- package/dist/team/runtime-cli.d.ts.map +1 -1
- package/dist/team/runtime-cli.js +10 -7
- package/dist/team/runtime-cli.js.map +1 -1
- package/dist/team/runtime-v2.d.ts +4 -0
- package/dist/team/runtime-v2.d.ts.map +1 -1
- package/dist/team/runtime-v2.js +231 -59
- package/dist/team/runtime-v2.js.map +1 -1
- package/dist/team/runtime.d.ts +6 -1
- package/dist/team/runtime.d.ts.map +1 -1
- package/dist/team/runtime.js +39 -14
- package/dist/team/runtime.js.map +1 -1
- package/dist/team/tmux-session.d.ts +20 -11
- package/dist/team/tmux-session.d.ts.map +1 -1
- package/dist/team/tmux-session.js +108 -51
- package/dist/team/tmux-session.js.map +1 -1
- package/dist/team/types.d.ts +1 -0
- package/dist/team/types.d.ts.map +1 -1
- package/dist/team/types.js.map +1 -1
- package/dist/team/worker-bootstrap.d.ts +2 -0
- package/dist/team/worker-bootstrap.d.ts.map +1 -1
- package/dist/team/worker-bootstrap.js +46 -12
- package/dist/team/worker-bootstrap.js.map +1 -1
- package/dist/tools/__tests__/memory-tools.test.js +29 -1
- package/dist/tools/__tests__/memory-tools.test.js.map +1 -1
- package/dist/tools/lsp/client.d.ts +11 -0
- package/dist/tools/lsp/client.d.ts.map +1 -1
- package/dist/tools/lsp/client.js +46 -0
- package/dist/tools/lsp/client.js.map +1 -1
- package/dist/tools/session-history-tools.d.ts +23 -0
- package/dist/tools/session-history-tools.d.ts.map +1 -0
- package/dist/tools/session-history-tools.js +41 -0
- package/dist/tools/session-history-tools.js.map +1 -0
- package/dist/tools/trace-tools.d.ts +9 -0
- package/dist/tools/trace-tools.d.ts.map +1 -1
- package/dist/tools/trace-tools.js +2 -1
- package/dist/tools/trace-tools.js.map +1 -1
- package/dist/utils/frontmatter.d.ts +5 -0
- package/dist/utils/frontmatter.d.ts.map +1 -1
- package/dist/utils/frontmatter.js +22 -0
- package/dist/utils/frontmatter.js.map +1 -1
- package/dist/utils/skill-pipeline.d.ts +9 -0
- package/dist/utils/skill-pipeline.d.ts.map +1 -0
- package/dist/utils/skill-pipeline.js +97 -0
- package/dist/utils/skill-pipeline.js.map +1 -0
- package/docs/AGENTS.md +1 -1
- package/docs/ANALYTICS-SYSTEM.md +23 -132
- package/docs/CLAUDE.md +40 -139
- package/docs/MIGRATION.md +4 -4
- package/docs/OPENCLAW-ROUTING.md +102 -0
- package/docs/PERFORMANCE-MONITORING.md +30 -55
- package/docs/REFERENCE.md +62 -35
- package/docs/TIERED_AGENTS_V2.md +3 -2
- package/docs/design/SKILL_AUDIT_1445.md +75 -0
- package/docs/ko/MIGRATION.md +2 -2
- package/docs/ko/REFERENCE.md +14 -22
- package/docs/partials/agent-tiers.md +11 -15
- package/docs/partials/features.md +2 -2
- package/docs/partials/mode-selection-guide.md +2 -2
- package/docs/shared/agent-tiers.md +11 -15
- package/docs/shared/features.md +2 -2
- package/docs/shared/mode-selection-guide.md +2 -2
- package/package.json +4 -1
- package/scripts/code-simplifier.mjs +1 -1
- package/scripts/context-guard-stop.mjs +26 -10
- package/scripts/keyword-detector.mjs +99 -39
- package/scripts/persistent-mode.cjs +295 -34
- package/scripts/persistent-mode.mjs +79 -21
- package/scripts/plugin-setup.mjs +10 -1
- package/scripts/post-tool-verifier.mjs +57 -3
- package/scripts/pre-tool-enforcer.mjs +207 -2
- package/scripts/run-provider-advisor.js +30 -3
- package/scripts/session-start.mjs +3 -3
- package/scripts/setup-claude-md.sh +159 -0
- package/scripts/setup-progress.sh +123 -0
- package/scripts/sync-metadata.ts +11 -1
- package/skills/AGENTS.md +13 -17
- package/skills/ai-slop-cleaner/SKILL.md +130 -0
- package/skills/analyze/SKILL.md +28 -73
- package/skills/ask/SKILL.md +51 -0
- package/skills/bdd-generator/SKILL.md +60 -0
- package/skills/ccg/SKILL.md +6 -6
- package/skills/deep-interview/SKILL.md +4 -0
- package/skills/e2e/SKILL.md +55 -0
- package/skills/electron-driver/SKILL.md +51 -0
- package/skills/electron-driver/scripts/driver-template.js +46 -0
- package/skills/multi-model-research/SKILL.md +51 -0
- package/skills/omc-doctor/SKILL.md +2 -2
- package/skills/omc-setup/SKILL.md +75 -1206
- package/skills/omc-setup/phases/01-install-claude-md.md +76 -0
- package/skills/omc-setup/phases/02-configure.md +211 -0
- package/skills/omc-setup/phases/03-integrations.md +192 -0
- package/skills/omc-setup/phases/04-welcome.md +192 -0
- package/skills/omc-teams/SKILL.md +35 -2
- package/skills/plan/SKILL.md +3 -0
- package/skills/planning-with-files/SKILL.md +49 -0
- package/skills/planning-with-files/examples.md +17 -0
- package/skills/planning-with-files/reference.md +21 -0
- package/skills/planning-with-files/scripts/check-complete.ps1 +28 -0
- package/skills/planning-with-files/scripts/check-complete.sh +31 -0
- package/skills/planning-with-files/scripts/init-session.ps1 +31 -0
- package/skills/planning-with-files/scripts/init-session.sh +36 -0
- package/skills/planning-with-files/scripts/session-catchup.py +66 -0
- package/skills/planning-with-files/templates/findings.md +24 -0
- package/skills/planning-with-files/templates/progress.md +38 -0
- package/skills/planning-with-files/templates/task_plan.md +53 -0
- package/skills/ralph/SKILL.md +16 -10
- package/skills/release/SKILL.md +4 -0
- package/skills/setup/SKILL.md +40 -0
- package/skills/start-dev/SKILL.md +45 -0
- package/skills/tdd-generator/SKILL.md +51 -0
- package/skills/team/SKILL.md +6 -6
- package/skills/test-coverage/SKILL.md +40 -0
- package/skills/test-gen/SKILL.md +70 -0
- package/templates/hooks/code-simplifier.mjs +1 -1
- package/templates/hooks/keyword-detector.mjs +100 -32
- package/templates/hooks/persistent-mode.mjs +43 -4
- package/templates/hooks/pre-tool-use.mjs +115 -1
- package/templates/hooks/session-start.mjs +1 -1
- package/agents/build-fixer.md +0 -90
- package/agents/deep-executor.md +0 -112
- package/agents/harsh-critic.md +0 -254
- package/agents/quality-reviewer.md +0 -151
- package/skills/ask-codex/SKILL.md +0 -47
- package/skills/ask-gemini/SKILL.md +0 -47
- package/skills/build-fix/SKILL.md +0 -123
- package/skills/code-review/SKILL.md +0 -573
- package/skills/configure-openclaw/SKILL.md +0 -383
- package/skills/learn-about-omc/SKILL.md +0 -37
- package/skills/note/SKILL.md +0 -62
- package/skills/omc-help/SKILL.md +0 -192
- package/skills/ralph-init/SKILL.md +0 -40
- package/skills/security-review/SKILL.md +0 -282
- package/skills/tdd/SKILL.md +0 -104
- package/skills/test-gen/skill.md +0 -531
- package/skills/trace/SKILL.md +0 -33
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
{
|
|
10
10
|
"name": "oh-my-claudecode",
|
|
11
11
|
"description": "Claude Code native multi-agent orchestration with intelligent model routing, 28 agent variants, and 32 powerful skills. Zero learning curve. Maximum power.",
|
|
12
|
-
"version": "4.
|
|
12
|
+
"version": "4.8.3",
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "Yeachan Heo",
|
|
15
15
|
"email": "hurrc04@gmail.com"
|
|
16
16
|
},
|
|
17
17
|
"source": "./",
|
|
18
18
|
"category": "productivity",
|
|
19
|
-
"homepage": "https://github.com/
|
|
19
|
+
"homepage": "https://github.com/materialofair/oh-my-claudecode",
|
|
20
20
|
"tags": [
|
|
21
21
|
"multi-agent",
|
|
22
22
|
"orchestration",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
]
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
|
-
"version": "4.
|
|
29
|
+
"version": "4.8.3"
|
|
30
30
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-claudecode",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.3",
|
|
4
4
|
"description": "Multi-agent orchestration system for Claude Code",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "oh-my-claudecode contributors"
|
|
7
7
|
},
|
|
8
|
-
"repository": "https://github.com/
|
|
9
|
-
"homepage": "https://github.com/
|
|
8
|
+
"repository": "https://github.com/materialofair/oh-my-claudecode",
|
|
9
|
+
"homepage": "https://github.com/materialofair/oh-my-claudecode",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"keywords": [
|
|
12
12
|
"claude-code",
|
package/README.de.md
CHANGED
|
@@ -191,6 +191,66 @@ Tag-Verhalten:
|
|
|
191
191
|
- Discord: unterstützt `@here`, `@everyone`, numerische Benutzer-IDs und `role:<id>`
|
|
192
192
|
- `file`-Callbacks ignorieren Tag-Optionen
|
|
193
193
|
|
|
194
|
+
### OpenClaw-Integration
|
|
195
|
+
|
|
196
|
+
Leiten Sie Claude Code Session-Ereignisse an ein [OpenClaw](https://openclaw.ai/)-Gateway weiter, um automatisierte Antworten und Workflows über Ihren OpenClaw-Agenten zu ermöglichen.
|
|
197
|
+
|
|
198
|
+
**Schnelle Einrichtung (empfohlen):**
|
|
199
|
+
|
|
200
|
+
```bash
|
|
201
|
+
/oh-my-claudecode:configure-notifications
|
|
202
|
+
# → Bei der Abfrage "openclaw" eingeben → "OpenClaw Gateway" wählen
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
**Manuelle Einrichtung:** Erstellen Sie `~/.claude/omc_config.openclaw.json`:
|
|
206
|
+
|
|
207
|
+
```json
|
|
208
|
+
{
|
|
209
|
+
"enabled": true,
|
|
210
|
+
"gateways": {
|
|
211
|
+
"my-gateway": {
|
|
212
|
+
"url": "https://your-gateway.example.com/wake",
|
|
213
|
+
"headers": { "Authorization": "Bearer YOUR_TOKEN" },
|
|
214
|
+
"method": "POST",
|
|
215
|
+
"timeout": 10000
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"hooks": {
|
|
219
|
+
"session-start": { "gateway": "my-gateway", "instruction": "Session started for {{projectName}}", "enabled": true },
|
|
220
|
+
"stop": { "gateway": "my-gateway", "instruction": "Session stopping for {{projectName}}", "enabled": true }
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
**Umgebungsvariablen:**
|
|
226
|
+
|
|
227
|
+
| Variable | Beschreibung |
|
|
228
|
+
|----------|-------------|
|
|
229
|
+
| `OMC_OPENCLAW=1` | OpenClaw aktivieren |
|
|
230
|
+
| `OMC_OPENCLAW_DEBUG=1` | Debug-Protokollierung aktivieren |
|
|
231
|
+
| `OMC_OPENCLAW_CONFIG=/path/to/config.json` | Konfigurationsdatei-Pfad überschreiben |
|
|
232
|
+
|
|
233
|
+
**Unterstützte Hook-Ereignisse (6 aktive in bridge.ts):**
|
|
234
|
+
|
|
235
|
+
| Ereignis | Auslöser | Wichtige Template-Variablen |
|
|
236
|
+
|----------|----------|----------------------------|
|
|
237
|
+
| `session-start` | Session beginnt | `{{sessionId}}`, `{{projectName}}`, `{{projectPath}}` |
|
|
238
|
+
| `stop` | Claude-Antwort abgeschlossen | `{{sessionId}}`, `{{projectName}}` |
|
|
239
|
+
| `keyword-detector` | Bei jeder Prompt-Übermittlung | `{{prompt}}`, `{{sessionId}}` |
|
|
240
|
+
| `ask-user-question` | Claude fordert Benutzereingabe an | `{{question}}`, `{{sessionId}}` |
|
|
241
|
+
| `pre-tool-use` | Vor Tool-Aufruf (hohe Frequenz) | `{{toolName}}`, `{{sessionId}}` |
|
|
242
|
+
| `post-tool-use` | Nach Tool-Aufruf (hohe Frequenz) | `{{toolName}}`, `{{sessionId}}` |
|
|
243
|
+
|
|
244
|
+
**Reply-Channel-Umgebungsvariablen:**
|
|
245
|
+
|
|
246
|
+
| Variable | Beschreibung |
|
|
247
|
+
|----------|-------------|
|
|
248
|
+
| `OPENCLAW_REPLY_CHANNEL` | Antwortkanal (z.B. `discord`) |
|
|
249
|
+
| `OPENCLAW_REPLY_TARGET` | Kanal-ID |
|
|
250
|
+
| `OPENCLAW_REPLY_THREAD` | Thread-ID |
|
|
251
|
+
|
|
252
|
+
Siehe `scripts/openclaw-gateway-demo.mjs` für ein Referenz-Gateway, das OpenClaw-Payloads über ClawdBot an Discord weiterleitet.
|
|
253
|
+
|
|
194
254
|
---
|
|
195
255
|
|
|
196
256
|
## Dokumentation
|
package/README.es.md
CHANGED
|
@@ -232,6 +232,66 @@ Comportamiento de etiquetas:
|
|
|
232
232
|
- Slack: soporta `<@MEMBER_ID>`, `<!channel>`, `<!here>`, `<!everyone>`, `<!subteam^GROUP_ID>`
|
|
233
233
|
- El callback `file` ignora las opciones de etiquetas
|
|
234
234
|
|
|
235
|
+
### Integración con OpenClaw
|
|
236
|
+
|
|
237
|
+
Reenvía eventos de sesión de Claude Code a un gateway de [OpenClaw](https://openclaw.ai/) para habilitar respuestas automatizadas y flujos de trabajo a través de tu agente OpenClaw.
|
|
238
|
+
|
|
239
|
+
**Configuración rápida (recomendado):**
|
|
240
|
+
|
|
241
|
+
```bash
|
|
242
|
+
/oh-my-claudecode:configure-notifications
|
|
243
|
+
# → Escribe "openclaw" cuando se te solicite → elige "OpenClaw Gateway"
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
**Configuración manual:** crea `~/.claude/omc_config.openclaw.json`:
|
|
247
|
+
|
|
248
|
+
```json
|
|
249
|
+
{
|
|
250
|
+
"enabled": true,
|
|
251
|
+
"gateways": {
|
|
252
|
+
"my-gateway": {
|
|
253
|
+
"url": "https://your-gateway.example.com/wake",
|
|
254
|
+
"headers": { "Authorization": "Bearer YOUR_TOKEN" },
|
|
255
|
+
"method": "POST",
|
|
256
|
+
"timeout": 10000
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"hooks": {
|
|
260
|
+
"session-start": { "gateway": "my-gateway", "instruction": "Session started for {{projectName}}", "enabled": true },
|
|
261
|
+
"stop": { "gateway": "my-gateway", "instruction": "Session stopping for {{projectName}}", "enabled": true }
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
**Variables de entorno:**
|
|
267
|
+
|
|
268
|
+
| Variable | Descripción |
|
|
269
|
+
|----------|-------------|
|
|
270
|
+
| `OMC_OPENCLAW=1` | Habilitar OpenClaw |
|
|
271
|
+
| `OMC_OPENCLAW_DEBUG=1` | Habilitar registro de depuración |
|
|
272
|
+
| `OMC_OPENCLAW_CONFIG=/path/to/config.json` | Ruta alternativa del archivo de configuración |
|
|
273
|
+
|
|
274
|
+
**Eventos de hook soportados (6 activos en bridge.ts):**
|
|
275
|
+
|
|
276
|
+
| Evento | Disparador | Variables de plantilla principales |
|
|
277
|
+
|--------|-----------|-----------------------------------|
|
|
278
|
+
| `session-start` | La sesión comienza | `{{sessionId}}`, `{{projectName}}`, `{{projectPath}}` |
|
|
279
|
+
| `stop` | La respuesta de Claude se completa | `{{sessionId}}`, `{{projectName}}` |
|
|
280
|
+
| `keyword-detector` | Cada envío de prompt | `{{prompt}}`, `{{sessionId}}` |
|
|
281
|
+
| `ask-user-question` | Claude solicita entrada del usuario | `{{question}}`, `{{sessionId}}` |
|
|
282
|
+
| `pre-tool-use` | Antes de la invocación de herramienta (alta frecuencia) | `{{toolName}}`, `{{sessionId}}` |
|
|
283
|
+
| `post-tool-use` | Después de la invocación de herramienta (alta frecuencia) | `{{toolName}}`, `{{sessionId}}` |
|
|
284
|
+
|
|
285
|
+
**Variables de entorno del canal de respuesta:**
|
|
286
|
+
|
|
287
|
+
| Variable | Descripción |
|
|
288
|
+
|----------|-------------|
|
|
289
|
+
| `OPENCLAW_REPLY_CHANNEL` | Canal de respuesta (ej. `discord`) |
|
|
290
|
+
| `OPENCLAW_REPLY_TARGET` | ID del canal |
|
|
291
|
+
| `OPENCLAW_REPLY_THREAD` | ID del hilo |
|
|
292
|
+
|
|
293
|
+
Consulta `scripts/openclaw-gateway-demo.mjs` para un gateway de referencia que retransmite payloads de OpenClaw a Discord a través de ClawdBot.
|
|
294
|
+
|
|
235
295
|
---
|
|
236
296
|
|
|
237
297
|
## Documentación
|
package/README.fr.md
CHANGED
|
@@ -191,6 +191,66 @@ Comportement des tags :
|
|
|
191
191
|
- Discord : supporte `@here`, `@everyone`, les IDs utilisateur numériques et `role:<id>`
|
|
192
192
|
- Les callbacks de type `file` ignorent les options de tags
|
|
193
193
|
|
|
194
|
+
### Intégration OpenClaw
|
|
195
|
+
|
|
196
|
+
Transmettez les événements de session Claude Code vers une passerelle [OpenClaw](https://openclaw.ai/) pour activer des réponses automatisées et des workflows via votre agent OpenClaw.
|
|
197
|
+
|
|
198
|
+
**Configuration rapide (recommandé) :**
|
|
199
|
+
|
|
200
|
+
```bash
|
|
201
|
+
/oh-my-claudecode:configure-notifications
|
|
202
|
+
# → Tapez "openclaw" quand demandé → choisir "OpenClaw Gateway"
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
**Configuration manuelle :** créez `~/.claude/omc_config.openclaw.json` :
|
|
206
|
+
|
|
207
|
+
```json
|
|
208
|
+
{
|
|
209
|
+
"enabled": true,
|
|
210
|
+
"gateways": {
|
|
211
|
+
"my-gateway": {
|
|
212
|
+
"url": "https://your-gateway.example.com/wake",
|
|
213
|
+
"headers": { "Authorization": "Bearer YOUR_TOKEN" },
|
|
214
|
+
"method": "POST",
|
|
215
|
+
"timeout": 10000
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"hooks": {
|
|
219
|
+
"session-start": { "gateway": "my-gateway", "instruction": "Session started for {{projectName}}", "enabled": true },
|
|
220
|
+
"stop": { "gateway": "my-gateway", "instruction": "Session stopping for {{projectName}}", "enabled": true }
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
**Variables d'environnement :**
|
|
226
|
+
|
|
227
|
+
| Variable | Description |
|
|
228
|
+
|----------|-------------|
|
|
229
|
+
| `OMC_OPENCLAW=1` | Activer OpenClaw |
|
|
230
|
+
| `OMC_OPENCLAW_DEBUG=1` | Activer la journalisation de débogage |
|
|
231
|
+
| `OMC_OPENCLAW_CONFIG=/path/to/config.json` | Chemin alternatif du fichier de configuration |
|
|
232
|
+
|
|
233
|
+
**Événements hook pris en charge (6 actifs dans bridge.ts) :**
|
|
234
|
+
|
|
235
|
+
| Événement | Déclencheur | Variables de template principales |
|
|
236
|
+
|-----------|------------|----------------------------------|
|
|
237
|
+
| `session-start` | La session démarre | `{{sessionId}}`, `{{projectName}}`, `{{projectPath}}` |
|
|
238
|
+
| `stop` | La réponse de Claude est terminée | `{{sessionId}}`, `{{projectName}}` |
|
|
239
|
+
| `keyword-detector` | À chaque soumission de prompt | `{{prompt}}`, `{{sessionId}}` |
|
|
240
|
+
| `ask-user-question` | Claude demande une saisie utilisateur | `{{question}}`, `{{sessionId}}` |
|
|
241
|
+
| `pre-tool-use` | Avant l'invocation d'outil (fréquence élevée) | `{{toolName}}`, `{{sessionId}}` |
|
|
242
|
+
| `post-tool-use` | Après l'invocation d'outil (fréquence élevée) | `{{toolName}}`, `{{sessionId}}` |
|
|
243
|
+
|
|
244
|
+
**Variables d'environnement du canal de réponse :**
|
|
245
|
+
|
|
246
|
+
| Variable | Description |
|
|
247
|
+
|----------|-------------|
|
|
248
|
+
| `OPENCLAW_REPLY_CHANNEL` | Canal de réponse (ex. `discord`) |
|
|
249
|
+
| `OPENCLAW_REPLY_TARGET` | ID du canal |
|
|
250
|
+
| `OPENCLAW_REPLY_THREAD` | ID du thread |
|
|
251
|
+
|
|
252
|
+
Voir `scripts/openclaw-gateway-demo.mjs` pour un gateway de référence qui relaie les payloads OpenClaw vers Discord via ClawdBot.
|
|
253
|
+
|
|
194
254
|
---
|
|
195
255
|
|
|
196
256
|
## Documentation
|
package/README.it.md
CHANGED
|
@@ -191,6 +191,66 @@ Comportamento dei tag:
|
|
|
191
191
|
- Discord: supporta `@here`, `@everyone`, ID utente numerici e `role:<id>`
|
|
192
192
|
- I callback di tipo `file` ignorano le opzioni dei tag
|
|
193
193
|
|
|
194
|
+
### Integrazione OpenClaw
|
|
195
|
+
|
|
196
|
+
Inoltra gli eventi di sessione di Claude Code a un gateway [OpenClaw](https://openclaw.ai/) per abilitare risposte automatizzate e workflow tramite il tuo agente OpenClaw.
|
|
197
|
+
|
|
198
|
+
**Configurazione rapida (consigliato):**
|
|
199
|
+
|
|
200
|
+
```bash
|
|
201
|
+
/oh-my-claudecode:configure-notifications
|
|
202
|
+
# → Digita "openclaw" quando richiesto → scegli "OpenClaw Gateway"
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
**Configurazione manuale:** crea `~/.claude/omc_config.openclaw.json`:
|
|
206
|
+
|
|
207
|
+
```json
|
|
208
|
+
{
|
|
209
|
+
"enabled": true,
|
|
210
|
+
"gateways": {
|
|
211
|
+
"my-gateway": {
|
|
212
|
+
"url": "https://your-gateway.example.com/wake",
|
|
213
|
+
"headers": { "Authorization": "Bearer YOUR_TOKEN" },
|
|
214
|
+
"method": "POST",
|
|
215
|
+
"timeout": 10000
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"hooks": {
|
|
219
|
+
"session-start": { "gateway": "my-gateway", "instruction": "Session started for {{projectName}}", "enabled": true },
|
|
220
|
+
"stop": { "gateway": "my-gateway", "instruction": "Session stopping for {{projectName}}", "enabled": true }
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
**Variabili d'ambiente:**
|
|
226
|
+
|
|
227
|
+
| Variabile | Descrizione |
|
|
228
|
+
|-----------|-------------|
|
|
229
|
+
| `OMC_OPENCLAW=1` | Abilita OpenClaw |
|
|
230
|
+
| `OMC_OPENCLAW_DEBUG=1` | Abilita il logging di debug |
|
|
231
|
+
| `OMC_OPENCLAW_CONFIG=/path/to/config.json` | Percorso alternativo del file di configurazione |
|
|
232
|
+
|
|
233
|
+
**Eventi hook supportati (6 attivi in bridge.ts):**
|
|
234
|
+
|
|
235
|
+
| Evento | Trigger | Variabili template principali |
|
|
236
|
+
|--------|---------|-------------------------------|
|
|
237
|
+
| `session-start` | La sessione inizia | `{{sessionId}}`, `{{projectName}}`, `{{projectPath}}` |
|
|
238
|
+
| `stop` | La risposta di Claude è completata | `{{sessionId}}`, `{{projectName}}` |
|
|
239
|
+
| `keyword-detector` | A ogni invio di prompt | `{{prompt}}`, `{{sessionId}}` |
|
|
240
|
+
| `ask-user-question` | Claude richiede input dall'utente | `{{question}}`, `{{sessionId}}` |
|
|
241
|
+
| `pre-tool-use` | Prima dell'invocazione dello strumento (alta frequenza) | `{{toolName}}`, `{{sessionId}}` |
|
|
242
|
+
| `post-tool-use` | Dopo l'invocazione dello strumento (alta frequenza) | `{{toolName}}`, `{{sessionId}}` |
|
|
243
|
+
|
|
244
|
+
**Variabili d'ambiente del canale di risposta:**
|
|
245
|
+
|
|
246
|
+
| Variabile | Descrizione |
|
|
247
|
+
|-----------|-------------|
|
|
248
|
+
| `OPENCLAW_REPLY_CHANNEL` | Canale di risposta (es. `discord`) |
|
|
249
|
+
| `OPENCLAW_REPLY_TARGET` | ID del canale |
|
|
250
|
+
| `OPENCLAW_REPLY_THREAD` | ID del thread |
|
|
251
|
+
|
|
252
|
+
Vedi `scripts/openclaw-gateway-demo.mjs` per un gateway di riferimento che inoltra i payload OpenClaw a Discord tramite ClawdBot.
|
|
253
|
+
|
|
194
254
|
---
|
|
195
255
|
|
|
196
256
|
## Documentazione
|
package/README.ja.md
CHANGED
|
@@ -232,6 +232,66 @@ omc config-stop-callback discord --clear-tags
|
|
|
232
232
|
- Slack: `<@MEMBER_ID>`、`<!channel>`、`<!here>`、`<!everyone>`、`<!subteam^GROUP_ID>` をサポート
|
|
233
233
|
- `file` コールバックはタグオプションを無視
|
|
234
234
|
|
|
235
|
+
### OpenClaw 連携
|
|
236
|
+
|
|
237
|
+
Claude Code セッションイベントを [OpenClaw](https://openclaw.ai/) ゲートウェイに転送し、OpenClaw エージェントを通じた自動応答とワークフローを実現します。
|
|
238
|
+
|
|
239
|
+
**クイックセットアップ(推奨):**
|
|
240
|
+
|
|
241
|
+
```bash
|
|
242
|
+
/oh-my-claudecode:configure-notifications
|
|
243
|
+
# → プロンプトで "openclaw" と入力 → "OpenClaw Gateway" を選択
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
**手動セットアップ:** `~/.claude/omc_config.openclaw.json` を作成します:
|
|
247
|
+
|
|
248
|
+
```json
|
|
249
|
+
{
|
|
250
|
+
"enabled": true,
|
|
251
|
+
"gateways": {
|
|
252
|
+
"my-gateway": {
|
|
253
|
+
"url": "https://your-gateway.example.com/wake",
|
|
254
|
+
"headers": { "Authorization": "Bearer YOUR_TOKEN" },
|
|
255
|
+
"method": "POST",
|
|
256
|
+
"timeout": 10000
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"hooks": {
|
|
260
|
+
"session-start": { "gateway": "my-gateway", "instruction": "Session started for {{projectName}}", "enabled": true },
|
|
261
|
+
"stop": { "gateway": "my-gateway", "instruction": "Session stopping for {{projectName}}", "enabled": true }
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
**環境変数:**
|
|
267
|
+
|
|
268
|
+
| 変数 | 説明 |
|
|
269
|
+
|------|------|
|
|
270
|
+
| `OMC_OPENCLAW=1` | OpenClaw を有効化 |
|
|
271
|
+
| `OMC_OPENCLAW_DEBUG=1` | デバッグログを有効化 |
|
|
272
|
+
| `OMC_OPENCLAW_CONFIG=/path/to/config.json` | 設定ファイルパスを変更 |
|
|
273
|
+
|
|
274
|
+
**サポートされるフックイベント(bridge.ts で 6 つがアクティブ):**
|
|
275
|
+
|
|
276
|
+
| イベント | トリガー | 主要テンプレート変数 |
|
|
277
|
+
|---------|---------|-------------------|
|
|
278
|
+
| `session-start` | セッション開始時 | `{{sessionId}}`, `{{projectName}}`, `{{projectPath}}` |
|
|
279
|
+
| `stop` | Claude のレスポンス完了時 | `{{sessionId}}`, `{{projectName}}` |
|
|
280
|
+
| `keyword-detector` | プロンプト送信ごと | `{{prompt}}`, `{{sessionId}}` |
|
|
281
|
+
| `ask-user-question` | Claude がユーザー入力を要求した時 | `{{question}}`, `{{sessionId}}` |
|
|
282
|
+
| `pre-tool-use` | ツール呼び出し前(高頻度) | `{{toolName}}`, `{{sessionId}}` |
|
|
283
|
+
| `post-tool-use` | ツール呼び出し後(高頻度) | `{{toolName}}`, `{{sessionId}}` |
|
|
284
|
+
|
|
285
|
+
**Reply Channel 環境変数:**
|
|
286
|
+
|
|
287
|
+
| 変数 | 説明 |
|
|
288
|
+
|------|------|
|
|
289
|
+
| `OPENCLAW_REPLY_CHANNEL` | 応答チャンネル(例: `discord`) |
|
|
290
|
+
| `OPENCLAW_REPLY_TARGET` | チャンネル ID |
|
|
291
|
+
| `OPENCLAW_REPLY_THREAD` | スレッド ID |
|
|
292
|
+
|
|
293
|
+
OpenClaw ペイロードを ClawdBot 経由で Discord にリレーするリファレンスゲートウェイについては `scripts/openclaw-gateway-demo.mjs` を参照してください。
|
|
294
|
+
|
|
235
295
|
---
|
|
236
296
|
|
|
237
297
|
## ドキュメント
|
package/README.ko.md
CHANGED
|
@@ -237,6 +237,66 @@ omc config-stop-callback discord --clear-tags
|
|
|
237
237
|
- Slack: `<@MEMBER_ID>`, `<!channel>`, `<!here>`, `<!everyone>`, `<!subteam^GROUP_ID>` 지원
|
|
238
238
|
- `file` 콜백은 태그 옵션을 무시합니다
|
|
239
239
|
|
|
240
|
+
### OpenClaw 연동
|
|
241
|
+
|
|
242
|
+
Claude Code 세션 이벤트를 [OpenClaw](https://openclaw.ai/) 게이트웨이로 전달하여 OpenClaw 에이전트를 통한 자동화된 응답 및 워크플로우를 구성할 수 있습니다.
|
|
243
|
+
|
|
244
|
+
**빠른 설정 (권장):**
|
|
245
|
+
|
|
246
|
+
```bash
|
|
247
|
+
/oh-my-claudecode:configure-notifications
|
|
248
|
+
# → 프롬프트에서 "openclaw" 입력 → "OpenClaw Gateway" 선택
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
**수동 설정:** `~/.claude/omc_config.openclaw.json` 파일을 생성합니다:
|
|
252
|
+
|
|
253
|
+
```json
|
|
254
|
+
{
|
|
255
|
+
"enabled": true,
|
|
256
|
+
"gateways": {
|
|
257
|
+
"my-gateway": {
|
|
258
|
+
"url": "https://your-gateway.example.com/wake",
|
|
259
|
+
"headers": { "Authorization": "Bearer YOUR_TOKEN" },
|
|
260
|
+
"method": "POST",
|
|
261
|
+
"timeout": 10000
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"hooks": {
|
|
265
|
+
"session-start": { "gateway": "my-gateway", "instruction": "Session started for {{projectName}}", "enabled": true },
|
|
266
|
+
"stop": { "gateway": "my-gateway", "instruction": "Session stopping for {{projectName}}", "enabled": true }
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
**환경 변수:**
|
|
272
|
+
|
|
273
|
+
| 변수 | 설명 |
|
|
274
|
+
|------|------|
|
|
275
|
+
| `OMC_OPENCLAW=1` | OpenClaw 활성화 |
|
|
276
|
+
| `OMC_OPENCLAW_DEBUG=1` | 디버그 로그 활성화 |
|
|
277
|
+
| `OMC_OPENCLAW_CONFIG=/path/to/config.json` | 설정 파일 경로 변경 |
|
|
278
|
+
|
|
279
|
+
**지원되는 훅 이벤트 (bridge.ts에서 6개 활성):**
|
|
280
|
+
|
|
281
|
+
| 이벤트 | 트리거 시점 | 주요 템플릿 변수 |
|
|
282
|
+
|--------|------------|-----------------|
|
|
283
|
+
| `session-start` | 세션 시작 시 | `{{sessionId}}`, `{{projectName}}`, `{{projectPath}}` |
|
|
284
|
+
| `stop` | Claude 응답 완료 시 | `{{sessionId}}`, `{{projectName}}` |
|
|
285
|
+
| `keyword-detector` | 프롬프트 제출마다 | `{{prompt}}`, `{{sessionId}}` |
|
|
286
|
+
| `ask-user-question` | Claude가 사용자 입력 요청 시 | `{{question}}`, `{{sessionId}}` |
|
|
287
|
+
| `pre-tool-use` | 툴 호출 전 (빈도 높음) | `{{toolName}}`, `{{sessionId}}` |
|
|
288
|
+
| `post-tool-use` | 툴 호출 후 (빈도 높음) | `{{toolName}}`, `{{sessionId}}` |
|
|
289
|
+
|
|
290
|
+
**Reply Channel 환경 변수:**
|
|
291
|
+
|
|
292
|
+
| 변수 | 설명 |
|
|
293
|
+
|------|------|
|
|
294
|
+
| `OPENCLAW_REPLY_CHANNEL` | 응답 채널 (예: `discord`) |
|
|
295
|
+
| `OPENCLAW_REPLY_TARGET` | 채널 ID |
|
|
296
|
+
| `OPENCLAW_REPLY_THREAD` | 스레드 ID |
|
|
297
|
+
|
|
298
|
+
OpenClaw 페이로드를 ClawdBot을 통해 Discord에 전달하는 레퍼런스 게이트웨이는 `scripts/openclaw-gateway-demo.mjs`를 참고하세요.
|
|
299
|
+
|
|
240
300
|
---
|
|
241
301
|
|
|
242
302
|
## 문서
|
package/README.md
CHANGED
|
@@ -35,8 +35,8 @@ npm install -g claudecode-omc
|
|
|
35
35
|
**Step 2: Setup**
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
|
|
39
|
-
omc
|
|
38
|
+
/setup
|
|
39
|
+
/omc-setup
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
**Step 3: Build something**
|
|
@@ -127,7 +127,7 @@ omc team shutdown auth-review
|
|
|
127
127
|
|
|
128
128
|
`/omc-teams` remains as a legacy compatibility skill and now routes to `omc team ...`.
|
|
129
129
|
|
|
130
|
-
For mixed Codex + Gemini work in one command, use the **`/ccg`** skill (routes via
|
|
130
|
+
For mixed Codex + Gemini work in one command, use the **`/ccg`** skill (routes via `/ask codex` + `/ask gemini`, then Claude synthesizes):
|
|
131
131
|
|
|
132
132
|
```bash
|
|
133
133
|
/ccg Review this PR — architecture (Codex) and UI components (Gemini)
|
|
@@ -138,14 +138,24 @@ For mixed Codex + Gemini work in one command, use the **`/ccg`** skill (routes v
|
|
|
138
138
|
| `omc team N:codex "..."` | N Codex CLI panes | Code review, security analysis, architecture |
|
|
139
139
|
| `omc team N:gemini "..."` | N Gemini CLI panes | UI/UX design, docs, large-context tasks |
|
|
140
140
|
| `omc team N:claude "..."` | N Claude CLI panes | General tasks via Claude CLI in tmux |
|
|
141
|
-
| `/ccg` | ask
|
|
141
|
+
| `/ccg` | /ask codex + /ask gemini | Tri-model advisor synthesis |
|
|
142
142
|
|
|
143
143
|
Workers spawn on-demand and die when their task completes — no idle resource usage. Requires `codex` / `gemini` CLIs installed and an active tmux session.
|
|
144
144
|
|
|
145
|
-
> **Note: Package naming** — The project is branded as **oh-my-claudecode** (repo, plugin, commands), and the npm package is published as [`claudecode-omc`](https://www.npmjs.com/package/claudecode-omc). If you install the CLI tools via npm/bun, use `npm
|
|
145
|
+
> **Note: Package naming** — The project is branded as **oh-my-claudecode** (repo, plugin, commands), and the npm package is published as [`claudecode-omc`](https://www.npmjs.com/package/claudecode-omc). If you install or upgrade the CLI tools via npm/bun, use `npm i -g claudecode-omc@latest`.
|
|
146
146
|
|
|
147
147
|
### Updating
|
|
148
148
|
|
|
149
|
+
If you installed OMC via npm, upgrade with the published package name:
|
|
150
|
+
|
|
151
|
+
```bash
|
|
152
|
+
npm i -g claudecode-omc@latest
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
> **Package naming note:** the repo, plugin, and commands are branded **oh-my-claudecode**, but the published npm package name is `claudecode-omc`.
|
|
156
|
+
|
|
157
|
+
If you installed OMC via the Claude Code marketplace/plugin flow, update with:
|
|
158
|
+
|
|
149
159
|
```bash
|
|
150
160
|
# 1. Update the marketplace clone
|
|
151
161
|
/plugin marketplace update omc
|
|
@@ -193,7 +203,7 @@ Multiple strategies for different use cases — from Team-backed orchestration t
|
|
|
193
203
|
| ----------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------ |
|
|
194
204
|
| **Team (recommended)** | Canonical staged pipeline (`team-plan → team-prd → team-exec → team-verify → team-fix`) | Coordinated Claude agents on a shared task list |
|
|
195
205
|
| **omc team (CLI)** | tmux CLI workers — real `claude`/`codex`/`gemini` processes in split-panes | Codex/Gemini CLI tasks; on-demand spawn, die when done |
|
|
196
|
-
| **ccg** | Tri-model advisors via ask
|
|
206
|
+
| **ccg** | Tri-model advisors via `/ask codex` + `/ask gemini`, Claude synthesizes | Mixed backend+UI work needing both Codex and Gemini |
|
|
197
207
|
| **Autopilot** | Autonomous execution (single lead agent) | End-to-end feature work with minimal ceremony |
|
|
198
208
|
| **Ultrawork** | Maximum parallelism (non-team) | Burst parallel fixes/refactors where Team isn't needed |
|
|
199
209
|
| **Ralph** | Persistent mode with verify/fix loops | Tasks that must complete fully (no silent partials) |
|
|
@@ -208,7 +218,7 @@ Multiple strategies for different use cases — from Team-backed orchestration t
|
|
|
208
218
|
|
|
209
219
|
### Developer Experience
|
|
210
220
|
|
|
211
|
-
- **Magic keywords** - `ralph`, `ulw`, `
|
|
221
|
+
- **Magic keywords** - `ralph`, `ulw`, `ralplan`; Team stays explicit via `/team`
|
|
212
222
|
- **HUD statusline** - Real-time orchestration metrics in your status bar
|
|
213
223
|
- **Skill learning** - Extract reusable patterns from your sessions
|
|
214
224
|
- **Analytics & cost tracking** - Understand token usage across all sessions
|
|
@@ -219,13 +229,13 @@ Multiple strategies for different use cases — from Team-backed orchestration t
|
|
|
219
229
|
|
|
220
230
|
## Magic Keywords
|
|
221
231
|
|
|
222
|
-
Optional shortcuts for power users. Natural language works fine without them.
|
|
232
|
+
Optional shortcuts for power users. Natural language works fine without them. Team mode is explicit: use `/team ...` or `omc team ...` rather than a keyword trigger.
|
|
223
233
|
|
|
224
234
|
| Keyword | Effect | Example |
|
|
225
235
|
| ---------------------- | -------------------------------------- | ---------------------------------------------- |
|
|
226
236
|
| `team` | Canonical Team orchestration | `/team 3:executor "fix all TypeScript errors"` |
|
|
227
237
|
| `omc team` | tmux CLI workers (codex/gemini/claude) | `omc team 2:codex "security review"` |
|
|
228
|
-
| `ccg` | ask
|
|
238
|
+
| `ccg` | `/ask codex` + `/ask gemini` synthesis | `/ccg review this PR` |
|
|
229
239
|
| `autopilot` | Full autonomous execution | `autopilot: build a todo app` |
|
|
230
240
|
| `ralph` | Persistence mode | `ralph: refactor auth` |
|
|
231
241
|
| `ulw` | Maximum parallelism | `ulw fix all errors` |
|
|
@@ -277,14 +287,14 @@ omc hud
|
|
|
277
287
|
|
|
278
288
|
**Requires:** tmux (for session detection)
|
|
279
289
|
|
|
280
|
-
### Monitoring &
|
|
290
|
+
### Monitoring & Observability
|
|
281
291
|
|
|
282
|
-
Use the HUD for live observability and
|
|
292
|
+
Use the HUD for live observability and the current session/replay artifacts for post-session inspection:
|
|
283
293
|
|
|
284
|
-
- HUD
|
|
285
|
-
-
|
|
286
|
-
-
|
|
287
|
-
-
|
|
294
|
+
- HUD preset: `/oh-my-claudecode:hud setup` then use a supported preset such as `"omcHud": { "preset": "focused" }`
|
|
295
|
+
- Session summaries: `.omc/sessions/*.json`
|
|
296
|
+
- Replay logs: `.omc/state/agent-replay-*.jsonl`
|
|
297
|
+
- Live HUD rendering: `omc hud`
|
|
288
298
|
|
|
289
299
|
### Notification Tags (Telegram/Discord/Slack)
|
|
290
300
|
|
|
@@ -309,6 +319,66 @@ Tag behavior:
|
|
|
309
319
|
- Slack: supports `<@MEMBER_ID>`, `<!channel>`, `<!here>`, `<!everyone>`, `<!subteam^GROUP_ID>`
|
|
310
320
|
- `file` callbacks ignore tag options
|
|
311
321
|
|
|
322
|
+
### OpenClaw Integration
|
|
323
|
+
|
|
324
|
+
Forward Claude Code session events to an [OpenClaw](https://openclaw.ai/) gateway to enable automated responses and workflows via your OpenClaw agent.
|
|
325
|
+
|
|
326
|
+
**Quick setup (recommended):**
|
|
327
|
+
|
|
328
|
+
```bash
|
|
329
|
+
/oh-my-claudecode:configure-notifications
|
|
330
|
+
# → When prompted, type "openclaw" → choose "OpenClaw Gateway"
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
**Manual setup:** create `~/.claude/omc_config.openclaw.json`:
|
|
334
|
+
|
|
335
|
+
```json
|
|
336
|
+
{
|
|
337
|
+
"enabled": true,
|
|
338
|
+
"gateways": {
|
|
339
|
+
"my-gateway": {
|
|
340
|
+
"url": "https://your-gateway.example.com/wake",
|
|
341
|
+
"headers": { "Authorization": "Bearer YOUR_TOKEN" },
|
|
342
|
+
"method": "POST",
|
|
343
|
+
"timeout": 10000
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"hooks": {
|
|
347
|
+
"session-start": { "gateway": "my-gateway", "instruction": "Session started for {{projectName}}", "enabled": true },
|
|
348
|
+
"stop": { "gateway": "my-gateway", "instruction": "Session stopping for {{projectName}}", "enabled": true }
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
**Environment variables:**
|
|
354
|
+
|
|
355
|
+
| Variable | Description |
|
|
356
|
+
|----------|-------------|
|
|
357
|
+
| `OMC_OPENCLAW=1` | Enable OpenClaw |
|
|
358
|
+
| `OMC_OPENCLAW_DEBUG=1` | Enable debug logging |
|
|
359
|
+
| `OMC_OPENCLAW_CONFIG=/path/to/config.json` | Override config file path |
|
|
360
|
+
|
|
361
|
+
**Supported hook events (6 active in bridge.ts):**
|
|
362
|
+
|
|
363
|
+
| Event | Trigger | Key template variables |
|
|
364
|
+
|-------|---------|----------------------|
|
|
365
|
+
| `session-start` | Session begins | `{{sessionId}}`, `{{projectName}}`, `{{projectPath}}` |
|
|
366
|
+
| `stop` | Claude response completes | `{{sessionId}}`, `{{projectName}}` |
|
|
367
|
+
| `keyword-detector` | Every prompt submission | `{{prompt}}`, `{{sessionId}}` |
|
|
368
|
+
| `ask-user-question` | Claude requests user input | `{{question}}`, `{{sessionId}}` |
|
|
369
|
+
| `pre-tool-use` | Before tool invocation (high frequency) | `{{toolName}}`, `{{sessionId}}` |
|
|
370
|
+
| `post-tool-use` | After tool invocation (high frequency) | `{{toolName}}`, `{{sessionId}}` |
|
|
371
|
+
|
|
372
|
+
**Reply channel environment variables:**
|
|
373
|
+
|
|
374
|
+
| Variable | Description |
|
|
375
|
+
|----------|-------------|
|
|
376
|
+
| `OPENCLAW_REPLY_CHANNEL` | Reply channel (e.g. `discord`) |
|
|
377
|
+
| `OPENCLAW_REPLY_TARGET` | Channel ID |
|
|
378
|
+
| `OPENCLAW_REPLY_THREAD` | Thread ID |
|
|
379
|
+
|
|
380
|
+
See `scripts/openclaw-gateway-demo.mjs` for a reference gateway that relays OpenClaw payloads to Discord via ClawdBot.
|
|
381
|
+
|
|
312
382
|
---
|
|
313
383
|
|
|
314
384
|
## Testing
|
|
@@ -381,7 +451,22 @@ See [Testing Documentation](docs/testing/README.md) for details.
|
|
|
381
451
|
- [Claude Code](https://docs.anthropic.com/claude-code) CLI
|
|
382
452
|
- Claude Max/Pro subscription or Anthropic API key
|
|
383
453
|
|
|
384
|
-
|
|
454
|
+
### Platform & tmux
|
|
455
|
+
|
|
456
|
+
OMC features like `omc team` and rate-limit detection require **tmux**:
|
|
457
|
+
|
|
458
|
+
| Platform | tmux provider | Install |
|
|
459
|
+
| -------------- | -------------------------------------------------------- | ---------------------- |
|
|
460
|
+
| macOS | [tmux](https://github.com/tmux/tmux) | `brew install tmux` |
|
|
461
|
+
| Ubuntu/Debian | tmux | `sudo apt install tmux`|
|
|
462
|
+
| Fedora | tmux | `sudo dnf install tmux`|
|
|
463
|
+
| Arch | tmux | `sudo pacman -S tmux` |
|
|
464
|
+
| Windows | [psmux](https://github.com/marlocarlo/psmux) (native) | `winget install psmux` |
|
|
465
|
+
| Windows (WSL2) | tmux (inside WSL) | `sudo apt install tmux`|
|
|
466
|
+
|
|
467
|
+
> **Windows users:** [psmux](https://github.com/marlocarlo/psmux) provides a native `tmux` binary for Windows with 76 tmux-compatible commands. No WSL required.
|
|
468
|
+
|
|
469
|
+
### Optional: Multi-AI Orchestration
|
|
385
470
|
|
|
386
471
|
- [Gemini CLI](https://github.com/google-gemini/gemini-cli)
|
|
387
472
|
- [Codex CLI](https://github.com/openai/codex)
|