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,7 +9,7 @@ Comprehensive guide to monitoring, debugging, and optimizing Claude Code and oh-
|
|
|
9
9
|
- [Overview](#overview)
|
|
10
10
|
- [Built-in Monitoring](#built-in-monitoring)
|
|
11
11
|
- [Agent Observatory](#agent-observatory)
|
|
12
|
-
- [
|
|
12
|
+
- [Session-End Summaries](#session-end-summaries)
|
|
13
13
|
- [Session Replay](#session-replay)
|
|
14
14
|
- [HUD Integration](#hud-integration)
|
|
15
15
|
- [Debugging Techniques](#debugging-techniques)
|
|
@@ -29,8 +29,7 @@ oh-my-claudecode provides comprehensive monitoring capabilities for tracking age
|
|
|
29
29
|
|--------|------|-------------|
|
|
30
30
|
| Agent lifecycle | Agent Observatory | Per-agent |
|
|
31
31
|
| Tool timing | Session Replay | Per-tool call |
|
|
32
|
-
|
|
|
33
|
-
| API costs | Analytics System | Per-session/daily/monthly |
|
|
32
|
+
| Session-end summary | Session-end hook | Per-session |
|
|
34
33
|
| File ownership | Subagent Tracker | Per-file |
|
|
35
34
|
| Parallel efficiency | Observatory | Real-time |
|
|
36
35
|
|
|
@@ -83,66 +82,42 @@ Agent Observatory (3 active, 85% efficiency)
|
|
|
83
82
|
| `files:N` | Files being modified |
|
|
84
83
|
| `bottleneck` | Slowest repeated tool operation |
|
|
85
84
|
|
|
86
|
-
###
|
|
85
|
+
### Session-End Summaries
|
|
87
86
|
|
|
88
|
-
|
|
87
|
+
The legacy analytics workflow described in older docs (`omc-analytics`, `omc cost`, `omc backfill`, and the `analytics` HUD preset) is no longer part of current `dev`.
|
|
89
88
|
|
|
90
|
-
|
|
89
|
+
The supported monitoring surfaces on current builds are:
|
|
91
90
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
omc
|
|
95
|
-
|
|
96
|
-
# View daily/weekly/monthly cost reports
|
|
97
|
-
omc cost daily
|
|
98
|
-
omc cost weekly
|
|
99
|
-
omc cost monthly
|
|
91
|
+
- **Agent Observatory** in the HUD / API
|
|
92
|
+
- **Session Replay** logs in `.omc/state/agent-replay-*.jsonl`
|
|
93
|
+
- **Session-end summaries** in `.omc/sessions/<sessionId>.json`
|
|
94
|
+
- **Session-end notifications** emitted through configured callbacks
|
|
100
95
|
|
|
101
|
-
|
|
102
|
-
omc sessions
|
|
96
|
+
#### Supported Inspection Commands
|
|
103
97
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
omc export cost csv ./costs.csv
|
|
98
|
+
```bash
|
|
99
|
+
omc hud
|
|
100
|
+
tail -20 .omc/state/agent-replay-*.jsonl
|
|
101
|
+
ls .omc/sessions/*.json
|
|
109
102
|
```
|
|
110
103
|
|
|
111
|
-
####
|
|
104
|
+
#### HUD Display
|
|
112
105
|
|
|
113
|
-
|
|
106
|
+
Use a supported preset such as `focused` or `full` for agent and context visibility:
|
|
114
107
|
|
|
115
108
|
```json
|
|
116
109
|
{
|
|
117
110
|
"omcHud": {
|
|
118
|
-
"preset": "
|
|
111
|
+
"preset": "focused"
|
|
119
112
|
}
|
|
120
113
|
}
|
|
121
114
|
```
|
|
122
115
|
|
|
123
116
|
This shows:
|
|
124
|
-
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
-
-
|
|
128
|
-
|
|
129
|
-
#### Backfill Historical Data
|
|
130
|
-
|
|
131
|
-
Analyze historical Claude Code transcripts:
|
|
132
|
-
|
|
133
|
-
```bash
|
|
134
|
-
# Preview available transcripts
|
|
135
|
-
omc backfill --dry-run
|
|
136
|
-
|
|
137
|
-
# Backfill all transcripts
|
|
138
|
-
omc backfill
|
|
139
|
-
|
|
140
|
-
# Backfill specific project
|
|
141
|
-
omc backfill --project "*my-project*"
|
|
142
|
-
|
|
143
|
-
# Backfill recent only
|
|
144
|
-
omc backfill --from "2026-01-01"
|
|
145
|
-
```
|
|
117
|
+
- Active agents and their status
|
|
118
|
+
- Todos / PRD progress
|
|
119
|
+
- Context and rate-limit state
|
|
120
|
+
- Background tasks
|
|
146
121
|
|
|
147
122
|
### Session Replay
|
|
148
123
|
|
|
@@ -355,12 +330,12 @@ Track Claude's performance across standard benchmarks:
|
|
|
355
330
|
|
|
356
331
|
## Best Practices
|
|
357
332
|
|
|
358
|
-
### 1. Monitor
|
|
333
|
+
### 1. Monitor Session Health Proactively
|
|
359
334
|
|
|
360
335
|
```bash
|
|
361
336
|
# Set up budget warnings in HUD
|
|
362
337
|
/oh-my-claudecode:hud
|
|
363
|
-
# Select "
|
|
338
|
+
# Select "focused" or "full"
|
|
364
339
|
```
|
|
365
340
|
|
|
366
341
|
### 2. Use Appropriate Model Tiers
|
|
@@ -442,15 +417,15 @@ cleanupReplayFiles(process.cwd()); // Keeps last 10 sessions
|
|
|
442
417
|
3. Review file_ownership in agent state
|
|
443
418
|
4. Use `swarm` mode with explicit task isolation
|
|
444
419
|
|
|
445
|
-
### Missing
|
|
420
|
+
### Missing Session-End Summaries
|
|
446
421
|
|
|
447
|
-
**Symptoms**:
|
|
422
|
+
**Symptoms**: No `.omc/sessions/*.json` files after a session finishes
|
|
448
423
|
|
|
449
424
|
**Solutions**:
|
|
450
|
-
1.
|
|
451
|
-
2. Verify HUD
|
|
452
|
-
3. Check `.omc/
|
|
453
|
-
4. Review
|
|
425
|
+
1. End the session normally so the `session-end` hook runs
|
|
426
|
+
2. Verify HUD / hooks are installed: `/oh-my-claudecode:hud setup`
|
|
427
|
+
3. Check the current workspace `.omc/sessions/` directory
|
|
428
|
+
4. Review `.omc/state/agent-replay-*.jsonl` if you need timing/activity evidence instead
|
|
454
429
|
|
|
455
430
|
### Stale Agent State
|
|
456
431
|
|
|
@@ -525,6 +500,6 @@ cleanupReplayFiles(directory: string): number
|
|
|
525
500
|
|
|
526
501
|
## See Also
|
|
527
502
|
|
|
528
|
-
- [Analytics System](./ANALYTICS-SYSTEM.md) -
|
|
503
|
+
- [Analytics System](./ANALYTICS-SYSTEM.md) - Historical note on the removed analytics subsystem and current replacements
|
|
529
504
|
- [Reference](./REFERENCE.md) - Complete feature reference
|
|
530
505
|
- [Architecture](./ARCHITECTURE.md) - System architecture overview
|
package/docs/REFERENCE.md
CHANGED
|
@@ -8,10 +8,10 @@ Complete reference for oh-my-claudecode. For quick start, see the main [README.m
|
|
|
8
8
|
|
|
9
9
|
- [Installation](#installation)
|
|
10
10
|
- [Configuration](#configuration)
|
|
11
|
-
- [CLI Commands: ask/team](#cli-commands-
|
|
11
|
+
- [CLI Commands: ask/team/session](#cli-commands-askteamsession)
|
|
12
12
|
- [Legacy MCP Team Runtime Tools (Deprecated)](#legacy-mcp-team-runtime-tools-deprecated)
|
|
13
13
|
- [Agents (28 Total)](#agents-28-total)
|
|
14
|
-
- [Skills (
|
|
14
|
+
- [Skills (34 Total)](#skills-34-total)
|
|
15
15
|
- [Slash Commands](#slash-commands)
|
|
16
16
|
- [Hooks System](#hooks-system)
|
|
17
17
|
- [Magic Keywords](#magic-keywords)
|
|
@@ -81,7 +81,7 @@ Configure omc for all Claude Code sessions:
|
|
|
81
81
|
| Feature | Without | With omc Config |
|
|
82
82
|
| ----------------- | ----------- | -------------------------- |
|
|
83
83
|
| Agent delegation | Manual only | Automatic based on task |
|
|
84
|
-
| Keyword detection | Disabled | ultrawork, search
|
|
84
|
+
| Keyword detection | Disabled | ultrawork, search |
|
|
85
85
|
| Todo continuation | Basic | Enforced completion |
|
|
86
86
|
| Model routing | Default | Smart tier selection |
|
|
87
87
|
| Skill composition | None | Auto-combines skills |
|
|
@@ -190,7 +190,7 @@ Tag behavior:
|
|
|
190
190
|
|
|
191
191
|
---
|
|
192
192
|
|
|
193
|
-
## CLI Commands: ask/team
|
|
193
|
+
## CLI Commands: ask/team/session
|
|
194
194
|
|
|
195
195
|
### `omc ask`
|
|
196
196
|
|
|
@@ -218,6 +218,19 @@ omc team api claim-task --input '{"team_name":"auth-review","task_id":"1","worke
|
|
|
218
218
|
|
|
219
219
|
Supported entrypoints: direct start (`omc team [N:agent] "<task>"`), `status`, `shutdown`, and `api`.
|
|
220
220
|
|
|
221
|
+
### `omc session search`
|
|
222
|
+
|
|
223
|
+
```bash
|
|
224
|
+
omc session search "team leader stale"
|
|
225
|
+
omc session search notify-hook --since 7d
|
|
226
|
+
omc session search provider-routing --project all --json
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
- Defaults to the current project/worktree scope
|
|
230
|
+
- Use `--project all` to search across all local Claude project transcripts
|
|
231
|
+
- Supports `--limit`, `--session`, `--since`, `--context`, `--case-sensitive`, and `--json`
|
|
232
|
+
- MCP/tool surface: `session_search` returns structured JSON for agents and automations
|
|
233
|
+
|
|
221
234
|
---
|
|
222
235
|
|
|
223
236
|
## Legacy MCP Team Runtime Tools (Deprecated, Opt-In Only)
|
|
@@ -279,7 +292,7 @@ Always use `oh-my-claudecode:` prefix when calling via Task tool.
|
|
|
279
292
|
| **Pre-Planning** | - | - | `analyst` |
|
|
280
293
|
| **Testing** | - | `qa-tester` | - |
|
|
281
294
|
| **Security** | `security-reviewer-low` | - | `security-reviewer` |
|
|
282
|
-
| **Build** | - | `
|
|
295
|
+
| **Build** | - | `debugger` | - |
|
|
283
296
|
| **TDD** | - | `test-engineer` | - |
|
|
284
297
|
| **Code Review** | - | - | `code-reviewer` |
|
|
285
298
|
| **Data Science** | - | `scientist` | `scientist-high` |
|
|
@@ -299,7 +312,7 @@ Always use `oh-my-claudecode:` prefix when calling via Task tool.
|
|
|
299
312
|
| UI component | `designer` | sonnet |
|
|
300
313
|
| Complex UI system | `designer-high` | opus |
|
|
301
314
|
| Write docs/comments | `writer` | haiku |
|
|
302
|
-
| Research docs/APIs | `document-specialist`
|
|
315
|
+
| Research docs/APIs | `document-specialist` (repo docs first; optional Context Hub / `chub`) | sonnet |
|
|
303
316
|
| Analyze images/diagrams | `vision` | sonnet |
|
|
304
317
|
| Strategic planning | `planner` | opus |
|
|
305
318
|
| Review/critique plan | `critic` | opus |
|
|
@@ -307,8 +320,8 @@ Always use `oh-my-claudecode:` prefix when calling via Task tool.
|
|
|
307
320
|
| Test CLI interactively | `qa-tester` | sonnet |
|
|
308
321
|
| Security review | `security-reviewer` | opus |
|
|
309
322
|
| Quick security scan | `security-reviewer-low` | haiku |
|
|
310
|
-
| Fix build errors | `
|
|
311
|
-
| Simple build fix | `
|
|
323
|
+
| Fix build errors | `debugger` | sonnet |
|
|
324
|
+
| Simple build fix | `debugger` (model=haiku) | haiku |
|
|
312
325
|
| TDD workflow | `test-engineer` | sonnet |
|
|
313
326
|
| Quick test suggestions | `test-engineer` (model=haiku) | haiku |
|
|
314
327
|
| Code review | `code-reviewer` | opus |
|
|
@@ -319,22 +332,21 @@ Always use `oh-my-claudecode:` prefix when calling via Task tool.
|
|
|
319
332
|
|
|
320
333
|
---
|
|
321
334
|
|
|
322
|
-
## Skills (
|
|
335
|
+
## Skills (34 Total)
|
|
323
336
|
|
|
324
|
-
Includes **
|
|
337
|
+
Includes **33 canonical skills + 1 deprecated alias** (`psm`).
|
|
325
338
|
|
|
326
339
|
| Skill | Description | Manual Command |
|
|
327
340
|
| ------------------------- | ---------------------------------------------------------------- | ------------------------------------------- |
|
|
328
|
-
| `analyze` | Deep analysis and investigation | `/oh-my-claudecode:analyze` |
|
|
329
341
|
| `ask-codex` | Ask Codex via `omc ask codex` and store an ask artifact | `/oh-my-claudecode:ask-codex` |
|
|
342
|
+
| `ai-slop-cleaner` | Anti-slop cleanup workflow with optional reviewer-only `--review` pass | `/oh-my-claudecode:ai-slop-cleaner` |
|
|
330
343
|
| `ask-gemini` | Ask Gemini via `omc ask gemini` and store an ask artifact | `/oh-my-claudecode:ask-gemini` |
|
|
331
344
|
| `autopilot` | Full autonomous execution from idea to working code | `/oh-my-claudecode:autopilot` |
|
|
332
|
-
| `build-fix` | Fix build and TypeScript errors | `/oh-my-claudecode:build-fix` |
|
|
333
345
|
| `cancel` | Unified cancellation for active modes | `/oh-my-claudecode:cancel` |
|
|
334
346
|
| `ccg` | Tri-model workflow via `ask-codex` + `ask-gemini`, then Claude synthesis | `/oh-my-claudecode:ccg` |
|
|
335
|
-
| `code-review` | Comprehensive code review | `/oh-my-claudecode:code-review` |
|
|
336
347
|
| `configure-notifications` | Configure notifications (Discord/Telegram/Slack/OpenClaw) | `/oh-my-claudecode:configure-notifications` |
|
|
337
|
-
| `configure-openclaw` | Configure OpenClaw
|
|
348
|
+
| `configure-openclaw` | Configure OpenClaw gateway (deprecated, use configure-notifications) | `/oh-my-claudecode:configure-openclaw` |
|
|
349
|
+
| _OpenClaw routing_ | Normalized native/HTTP routing contract for clawhip consumers | [`docs/OPENCLAW-ROUTING.md`](./OPENCLAW-ROUTING.md) |
|
|
338
350
|
| `deep-interview` | Socratic deep interview with ambiguity gating | `/oh-my-claudecode:deep-interview` |
|
|
339
351
|
| `deepinit` | Generate hierarchical AGENTS.md docs | `/oh-my-claudecode:deepinit` |
|
|
340
352
|
| `external-context` | Parallel document-specialist research | `/oh-my-claudecode:external-context` |
|
|
@@ -346,7 +358,6 @@ Includes **37 canonical skills + 1 deprecated alias** (`psm`).
|
|
|
346
358
|
| `omc-doctor` | Diagnose and fix installation issues | `/oh-my-claudecode:omc-doctor` |
|
|
347
359
|
| `omc-help` | Show OMC usage guide | `/oh-my-claudecode:omc-help` |
|
|
348
360
|
| `omc-plan` | Planning workflow (`/plan` safe alias) | `/oh-my-claudecode:omc-plan` |
|
|
349
|
-
| `omc-security-review` | Security review workflow (`/security-review` safe alias) | `/oh-my-claudecode:omc-security-review` |
|
|
350
361
|
| `omc-setup` | One-time setup wizard | `/oh-my-claudecode:omc-setup` |
|
|
351
362
|
| `omc-teams` | Legacy compatibility wrapper for `omc team` CLI | `/oh-my-claudecode:omc-teams` |
|
|
352
363
|
| `project-session-manager` | Manage isolated dev environments (git worktrees + tmux) | `/oh-my-claudecode:project-session-manager` |
|
|
@@ -355,9 +366,9 @@ Includes **37 canonical skills + 1 deprecated alias** (`psm`).
|
|
|
355
366
|
| `ralph-init` | Initialize PRD for structured ralph execution | `/oh-my-claudecode:ralph-init` |
|
|
356
367
|
| `ralplan` | Consensus planning alias for `/omc-plan --consensus` | `/oh-my-claudecode:ralplan` |
|
|
357
368
|
| `release` | Automated release workflow | `/oh-my-claudecode:release` |
|
|
369
|
+
| `setup` | Unified setup entrypoint for install, diagnostics, and MCP configuration | `/oh-my-claudecode:setup` |
|
|
358
370
|
| `sciomc` | Parallel scientist orchestration | `/oh-my-claudecode:sciomc` |
|
|
359
371
|
| `skill` | Manage local skills (list/add/remove/search/edit) | `/oh-my-claudecode:skill` |
|
|
360
|
-
| `tdd` | Test-first workflow enforcement | `/oh-my-claudecode:tdd` |
|
|
361
372
|
| `team` | Coordinated multi-agent workflow | `/oh-my-claudecode:team` |
|
|
362
373
|
| `trace` | Show orchestration trace timeline | `/oh-my-claudecode:trace` |
|
|
363
374
|
| `ultraqa` | QA cycle until goal is met | `/oh-my-claudecode:ultraqa` |
|
|
@@ -370,26 +381,26 @@ Includes **37 canonical skills + 1 deprecated alias** (`psm`).
|
|
|
370
381
|
|
|
371
382
|
## Slash Commands
|
|
372
383
|
|
|
373
|
-
All skills are available as slash commands with the prefix `/oh-my-claudecode:`.
|
|
384
|
+
All installed skills are available as slash commands with the prefix `/oh-my-claudecode:`. Compatibility keyword modes like `deep-analyze` and `tdd` are prompt-triggered behaviors, not standalone slash commands.
|
|
374
385
|
|
|
375
386
|
| Command | Description |
|
|
376
387
|
| ------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
388
|
+
| `/oh-my-claudecode:ai-slop-cleaner <target>` | Run the anti-slop cleanup workflow (`--review` for reviewer-only pass) |
|
|
377
389
|
| `/oh-my-claudecode:autopilot <task>` | Full autonomous execution |
|
|
378
390
|
| `/oh-my-claudecode:ultrawork <task>` | Maximum performance mode with parallel agents |
|
|
379
391
|
| `/oh-my-claudecode:team <N>:<agent> <task>` | Coordinated native team workflow |
|
|
380
392
|
| `/oh-my-claudecode:ralph-init <task>` | Initialize PRD for structured task tracking |
|
|
381
|
-
| `/oh-my-claudecode:ralph <task>` | Self-referential loop until task completion
|
|
393
|
+
| `/oh-my-claudecode:ralph <task>` | Self-referential loop until task completion (`--critic=architect|critic|codex`) |
|
|
382
394
|
| `/oh-my-claudecode:ultraqa <goal>` | Autonomous QA cycling workflow |
|
|
383
395
|
| `/oh-my-claudecode:omc-plan <description>` | Start planning session (supports consensus structured deliberation) |
|
|
384
396
|
| `/oh-my-claudecode:ralplan <description>` | Iterative planning with consensus structured deliberation (`--deliberate` for high-risk mode) |
|
|
385
397
|
| `/oh-my-claudecode:deep-interview <idea>` | Socratic interview with ambiguity scoring before execution |
|
|
386
398
|
| `/oh-my-claudecode:deepinit [path]` | Index codebase with hierarchical AGENTS.md files |
|
|
387
|
-
| `/oh-my-claudecode:analyze <target>` | Deep analysis and investigation |
|
|
388
399
|
| `/oh-my-claudecode:sciomc <topic>` | Parallel research orchestration |
|
|
389
|
-
| `/oh-my-claudecode:tdd <feature>` | TDD workflow enforcement |
|
|
390
400
|
| `/oh-my-claudecode:learner` | Extract reusable skill from session |
|
|
391
401
|
| `/oh-my-claudecode:note <content>` | Save notes to notepad.md |
|
|
392
402
|
| `/oh-my-claudecode:cancel` | Unified cancellation |
|
|
403
|
+
| `/oh-my-claudecode:setup` | Unified setup entrypoint (`setup`, `setup doctor`, `setup mcp`) |
|
|
393
404
|
| `/oh-my-claudecode:omc-setup` | One-time setup wizard |
|
|
394
405
|
| `/oh-my-claudecode:omc-doctor` | Diagnose and fix installation issues |
|
|
395
406
|
| `/oh-my-claudecode:omc-help` | Show OMC usage guide |
|
|
@@ -399,6 +410,19 @@ All skills are available as slash commands with the prefix `/oh-my-claudecode:`.
|
|
|
399
410
|
| `/oh-my-claudecode:trace` | Show orchestration trace timeline |
|
|
400
411
|
| `/oh-my-claudecode:psm <arguments>` | Deprecated alias for project session manager |
|
|
401
412
|
|
|
413
|
+
### Skill Pipeline Metadata (Preview)
|
|
414
|
+
|
|
415
|
+
Built-in skills and slash-loaded skills can now declare a lightweight pipeline/handoff contract in frontmatter:
|
|
416
|
+
|
|
417
|
+
```yaml
|
|
418
|
+
pipeline: [deep-interview, omc-plan, autopilot]
|
|
419
|
+
next-skill: omc-plan
|
|
420
|
+
next-skill-args: --consensus --direct
|
|
421
|
+
handoff: .omc/specs/deep-interview-{slug}.md
|
|
422
|
+
```
|
|
423
|
+
|
|
424
|
+
When present, OMC appends a standardized **Skill Pipeline** section to the rendered skill prompt so the current stage, handoff artifact, and explicit next `Skill("oh-my-claudecode:...")` invocation are carried forward consistently.
|
|
425
|
+
|
|
402
426
|
---
|
|
403
427
|
|
|
404
428
|
## Hooks System
|
|
@@ -512,8 +536,9 @@ Use these trigger phrases in natural language prompts to activate enhanced modes
|
|
|
512
536
|
| ------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
513
537
|
| `ultrawork`, `ulw` | Activates parallel agent orchestration |
|
|
514
538
|
| `autopilot`, `build me`, `I want a` | Full autonomous execution |
|
|
539
|
+
| `deslop`, `anti-slop`, cleanup/refactor + slop smells | Anti-slop cleanup workflow (`ai-slop-cleaner`) |
|
|
515
540
|
| `ralph`, `don't stop`, `must complete` | Persistence until verified complete |
|
|
516
|
-
| `
|
|
541
|
+
| `ccg`, `claude-codex-gemini` | Claude-Codex-Gemini orchestration |
|
|
517
542
|
| `ralplan` | Iterative planning consensus with structured deliberation (`--deliberate` for high-risk mode) |
|
|
518
543
|
| `deep interview`, `ouroboros` | Deep Socratic interview with mathematical clarity gating |
|
|
519
544
|
| `deepsearch`, `search the codebase`, `find in codebase` | Codebase-focused search mode |
|
|
@@ -564,8 +589,8 @@ stopomc
|
|
|
564
589
|
| Platform | Install Method | Hook Type |
|
|
565
590
|
| ----------- | --------------------------- | -------------- |
|
|
566
591
|
| **Windows** | WSL2 recommended (see note) | Node.js (.mjs) |
|
|
567
|
-
| **macOS** |
|
|
568
|
-
| **Linux** |
|
|
592
|
+
| **macOS** | Claude Code Plugin | Bash (.sh) |
|
|
593
|
+
| **Linux** | Claude Code Plugin | Bash (.sh) |
|
|
569
594
|
|
|
570
595
|
> **Note**: Bash hooks are fully portable across macOS and Linux (no GNU-specific dependencies).
|
|
571
596
|
|
|
@@ -629,28 +654,28 @@ For complete documentation, see **[Performance Monitoring Guide](./PERFORMANCE-M
|
|
|
629
654
|
| Feature | Description | Access |
|
|
630
655
|
| ----------------------- | ----------------------------------------------- | ------------------------------------ |
|
|
631
656
|
| **Agent Observatory** | Real-time agent status, efficiency, bottlenecks | HUD / API |
|
|
632
|
-
| **
|
|
657
|
+
| **Session-End Summaries** | Persisted per-session summaries and callback payloads | `.omc/sessions/*.json`, `session-end` |
|
|
633
658
|
| **Session Replay** | Event timeline for post-session analysis | `.omc/state/agent-replay-*.jsonl` |
|
|
659
|
+
| **Session Search** | Search prior local transcript/session artifacts | `omc session search`, `session_search` |
|
|
634
660
|
| **Intervention System** | Auto-detection of stale agents, cost overruns | Automatic |
|
|
635
661
|
|
|
636
662
|
### CLI Commands
|
|
637
663
|
|
|
638
664
|
```bash
|
|
639
|
-
omc
|
|
640
|
-
omc
|
|
641
|
-
|
|
642
|
-
omc
|
|
643
|
-
# Agent breakdown: use HUD observatory / replay logs
|
|
665
|
+
omc hud # Render the current HUD statusline
|
|
666
|
+
omc team status <team-name> # Inspect a running team job
|
|
667
|
+
tail -20 .omc/state/agent-replay-*.jsonl
|
|
668
|
+
ls .omc/sessions/*.json
|
|
644
669
|
```
|
|
645
670
|
|
|
646
|
-
### HUD
|
|
671
|
+
### HUD Presets
|
|
647
672
|
|
|
648
|
-
Enable
|
|
673
|
+
Enable a supported preset for agent and context visibility in your status line:
|
|
649
674
|
|
|
650
675
|
```json
|
|
651
676
|
{
|
|
652
677
|
"omcHud": {
|
|
653
|
-
"preset": "
|
|
678
|
+
"preset": "focused"
|
|
654
679
|
}
|
|
655
680
|
}
|
|
656
681
|
```
|
|
@@ -747,11 +772,13 @@ To manually update, re-run the plugin install command or use Claude Code's built
|
|
|
747
772
|
|
|
748
773
|
### Uninstall
|
|
749
774
|
|
|
750
|
-
|
|
751
|
-
|
|
775
|
+
Use Claude Code's plugin management:
|
|
776
|
+
|
|
777
|
+
```
|
|
778
|
+
/plugin uninstall oh-my-claudecode@oh-my-claudecode
|
|
752
779
|
```
|
|
753
780
|
|
|
754
|
-
Or manually:
|
|
781
|
+
Or manually remove the installed files:
|
|
755
782
|
|
|
756
783
|
```bash
|
|
757
784
|
rm ~/.claude/agents/{architect,document-specialist,explore,designer,writer,vision,critic,analyst,executor,qa-tester}.md
|
package/docs/TIERED_AGENTS_V2.md
CHANGED
|
@@ -199,8 +199,9 @@ Output escalation recommendation:
|
|
|
199
199
|
| document-specialist | Sonnet | Same | Comprehensive research |
|
|
200
200
|
|
|
201
201
|
**Shared Constraints**:
|
|
202
|
-
-
|
|
203
|
-
-
|
|
202
|
+
- Check repo docs first when the question is project-specific
|
|
203
|
+
- ALWAYS cite sources with URLs (or stable curated-doc IDs when a URL is unavailable)
|
|
204
|
+
- Prefer Context Hub / `chub` (or another curated docs backend already configured) for external API/framework correctness when available, then official docs
|
|
204
205
|
- Note version compatibility
|
|
205
206
|
- Flag outdated information
|
|
206
207
|
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# Issue #1445 Skill Audit
|
|
2
|
+
|
|
3
|
+
Date: 2026-03-08
|
|
4
|
+
|
|
5
|
+
## Goal
|
|
6
|
+
|
|
7
|
+
Audit the seven questioned-value skills called out in issue #1445 and decide whether they are ready for deprecation, should remain built-in, or need follow-up instrumentation before any removal decision.
|
|
8
|
+
|
|
9
|
+
## Skills Reviewed
|
|
10
|
+
|
|
11
|
+
| Skill | Lines | Initial concern | Audit verdict |
|
|
12
|
+
| --- | ---: | --- | --- |
|
|
13
|
+
| `configure-notifications` | 1213 | Large for a narrow task | Keep for now; too much behavior to deprecate without usage data |
|
|
14
|
+
| `sciomc` | 510 | Niche scientific workflow | Keep for now; niche is not the same as unused |
|
|
15
|
+
| `deep-interview` | 551 | Complex and unclear frequency | Keep for now; keyword-triggered planning surface still exists |
|
|
16
|
+
| `project-session-manager` | 564 | Overlaps with native worktrees | Keep for now; still provides tmux/session orchestration beyond plain git worktrees |
|
|
17
|
+
| `writer-memory` | 443 | Domain-specific | Keep for now; domain specificity alone is not sufficient removal evidence |
|
|
18
|
+
| `external-context` | 83 | Thin wrapper concern | Candidate for later consolidation, but not enough evidence for removal today |
|
|
19
|
+
| `release` | 87 | Project-specific | Keep for now; project-specific maintenance workflows are expected in this repo |
|
|
20
|
+
|
|
21
|
+
## Existing Evidence Sources
|
|
22
|
+
|
|
23
|
+
The repository already has useful observability surfaces that can support a future deprecation decision:
|
|
24
|
+
|
|
25
|
+
- `src/hooks/subagent-tracker/flow-tracer.ts`
|
|
26
|
+
- `src/hooks/subagent-tracker/session-replay.ts`
|
|
27
|
+
- `src/tools/trace-tools.ts`
|
|
28
|
+
- `docs/PERFORMANCE-MONITORING.md`
|
|
29
|
+
- `skills/learn-about-omc/SKILL.md`
|
|
30
|
+
|
|
31
|
+
These surfaces provide session-level traces, replay data, and aggregate summaries. They are enough to support a structured manual audit before adding new opt-in telemetry.
|
|
32
|
+
|
|
33
|
+
## Why This Issue Is Not Deprecation-Ready Yet
|
|
34
|
+
|
|
35
|
+
A removal/deprecation decision still lacks three things:
|
|
36
|
+
|
|
37
|
+
1. **A denominator** — whether usage should be measured against canonical skills only, canonical + deprecated aliases, or by user sessions.
|
|
38
|
+
2. **A time window** — there is no agreed threshold for "<5% usage" across days, weeks, or releases.
|
|
39
|
+
3. **A privacy posture** — adding new telemetry would require explicit opt-in scope and retention rules.
|
|
40
|
+
|
|
41
|
+
Without those, immediate removals would be arbitrary and hard to defend.
|
|
42
|
+
|
|
43
|
+
## Recommended Evaluation Rubric
|
|
44
|
+
|
|
45
|
+
Before any future deprecation PR, require all of the following:
|
|
46
|
+
|
|
47
|
+
1. At least one release cycle of trace-derived usage data or a clearly documented manual sampling method.
|
|
48
|
+
2. A written threshold for low usage, including the population being measured.
|
|
49
|
+
3. A migration path for any command that remains user-facing.
|
|
50
|
+
4. A replacement surface, if the skill is removed because native tools or other skills already cover the use case.
|
|
51
|
+
|
|
52
|
+
## Recommended Next Steps
|
|
53
|
+
|
|
54
|
+
### Keep as-is for now
|
|
55
|
+
|
|
56
|
+
- `configure-notifications`
|
|
57
|
+
- `sciomc`
|
|
58
|
+
- `deep-interview`
|
|
59
|
+
- `project-session-manager`
|
|
60
|
+
- `writer-memory`
|
|
61
|
+
- `release`
|
|
62
|
+
|
|
63
|
+
### Revisit later with stronger evidence
|
|
64
|
+
|
|
65
|
+
- `external-context`
|
|
66
|
+
|
|
67
|
+
### Follow-up work if maintainers want harder data
|
|
68
|
+
|
|
69
|
+
1. Document a trace-based audit workflow using existing `trace_summary` and replay data.
|
|
70
|
+
2. Decide whether `learn-about-omc` should surface that audit view directly.
|
|
71
|
+
3. Only then consider new opt-in telemetry if the trace workflow proves insufficient.
|
|
72
|
+
|
|
73
|
+
## Conclusion
|
|
74
|
+
|
|
75
|
+
Issue #1445 is valid as an audit request, but it does **not** currently justify removing any of the reviewed skills. The correct outcome today is an audit record plus a clearer decision framework, not a deprecation batch.
|
package/docs/ko/MIGRATION.md
CHANGED
|
@@ -242,7 +242,7 @@ npm install -g claudecode-omc
|
|
|
242
242
|
| `/oh-my-claudecode:plan "description"` | 자연스럽게 플래닝 시작 | ✅ 예 |
|
|
243
243
|
| `/oh-my-claudecode:review [path]` | 기존과 동일하게 호출 | ✅ 예 (변경 없음) |
|
|
244
244
|
| `/oh-my-claudecode:deepsearch "query"` | "find" 또는 "search"라고 말하기 | ✅ 예 (자동 감지) |
|
|
245
|
-
| `/oh-my-claudecode:analyze "target"` | "analyze"
|
|
245
|
+
| `/oh-my-claudecode:analyze "target"` | "analyze"라고 말하기 — debugger/architect 에이전트로 라우팅 | ✅ 예 (키워드 라우트) |
|
|
246
246
|
| `/oh-my-claudecode:deepinit [path]` | 기존과 동일하게 호출 | ✅ 예 (변경 없음) |
|
|
247
247
|
| `/oh-my-claudecode:git-master` | "git", "commit", "atomic commit"이라고 말하기 | ✅ 예 (자동 감지) |
|
|
248
248
|
| `/oh-my-claudecode:frontend-ui-ux` | "UI", "styling", "component", "design"이라고 말하기 | ✅ 예 (자동 감지) |
|
|
@@ -637,7 +637,7 @@ npm update -g claudecode-omc
|
|
|
637
637
|
|
|
638
638
|
- `review` - explore → architect → critic → executor
|
|
639
639
|
- `implement` - planner → executor → tdd-guide
|
|
640
|
-
- `debug` - explore → architect →
|
|
640
|
+
- `debug` - explore → architect → debugger
|
|
641
641
|
- `research` - parallel(document-specialist, explore) → architect → writer
|
|
642
642
|
- `refactor` - explore → architect-medium → executor-high → qa-tester
|
|
643
643
|
- `security` - explore → security-reviewer → executor → security-reviewer-low
|
package/docs/ko/REFERENCE.md
CHANGED
|
@@ -9,7 +9,7 @@ oh-my-claudecode의 전체 레퍼런스입니다. 빠른 시작은 메인 [READM
|
|
|
9
9
|
- [설치](#설치)
|
|
10
10
|
- [설정](#설정)
|
|
11
11
|
- [에이전트 (28개)](#에이전트-28개)
|
|
12
|
-
- [스킬 (
|
|
12
|
+
- [스킬 (33개)](#스킬-33개)
|
|
13
13
|
- [슬래시 명령어](#슬래시-명령어)
|
|
14
14
|
- [훅 시스템](#훅-시스템)
|
|
15
15
|
- [매직 키워드](#매직-키워드)
|
|
@@ -80,7 +80,7 @@ oh-my-claudecode의 전체 레퍼런스입니다. 빠른 시작은 메인 [READM
|
|
|
80
80
|
| 기능 | 미설정 시 | omc 설정 시 |
|
|
81
81
|
| --------------- | ----------- | -------------------------- |
|
|
82
82
|
| 에이전트 위임 | 수동만 가능 | 작업에 따라 자동 |
|
|
83
|
-
| 키워드 감지 | 비활성화 | ultrawork, search
|
|
83
|
+
| 키워드 감지 | 비활성화 | ultrawork, search |
|
|
84
84
|
| 할 일 연속 실행 | 기본 | 완료 강제 |
|
|
85
85
|
| 모델 라우팅 | 기본값 | 스마트 티어 선택 |
|
|
86
86
|
| 스킬 조합 | 없음 | 자동 스킬 결합 |
|
|
@@ -183,7 +183,7 @@ Task 도구를 통해 호출할 때는 항상 `oh-my-claudecode:` 접두사를
|
|
|
183
183
|
| **사전 플래닝** | - | - | `analyst` |
|
|
184
184
|
| **테스트** | - | `qa-tester` | - |
|
|
185
185
|
| **보안** | `security-reviewer-low` | - | `security-reviewer` |
|
|
186
|
-
| **빌드** | - | `
|
|
186
|
+
| **빌드** | - | `debugger` | - |
|
|
187
187
|
| **TDD** | `tdd-guide-low` | `tdd-guide` | - |
|
|
188
188
|
| **코드 리뷰** | - | - | `code-reviewer` |
|
|
189
189
|
| **데이터 사이언스** | - | `scientist` | `scientist-high` |
|
|
@@ -211,8 +211,8 @@ Task 도구를 통해 호출할 때는 항상 `oh-my-claudecode:` 접두사를
|
|
|
211
211
|
| CLI 대화형 테스트 | `qa-tester` | sonnet |
|
|
212
212
|
| 보안 리뷰 | `security-reviewer` | opus |
|
|
213
213
|
| 빠른 보안 스캔 | `security-reviewer-low` | haiku |
|
|
214
|
-
| 빌드 오류 수정 | `
|
|
215
|
-
| 간단한 빌드 수정 | `
|
|
214
|
+
| 빌드 오류 수정 | `debugger` | sonnet |
|
|
215
|
+
| 간단한 빌드 수정 | `debugger` (model=haiku) | haiku |
|
|
216
216
|
| TDD 워크플로우 | `tdd-guide` | sonnet |
|
|
217
217
|
| 빠른 테스트 제안 | `tdd-guide-low` | haiku |
|
|
218
218
|
| 코드 리뷰 | `code-reviewer` | opus |
|
|
@@ -223,7 +223,7 @@ Task 도구를 통해 호출할 때는 항상 `oh-my-claudecode:` 접두사를
|
|
|
223
223
|
|
|
224
224
|
---
|
|
225
225
|
|
|
226
|
-
## 스킬 (
|
|
226
|
+
## 스킬 (33개)
|
|
227
227
|
|
|
228
228
|
### 코어 스킬
|
|
229
229
|
|
|
@@ -249,15 +249,10 @@ Task 도구를 통해 호출할 때는 항상 `oh-my-claudecode:` 접두사를
|
|
|
249
249
|
| ----------------- | ----------------------------------------- | ----------------------------------- |
|
|
250
250
|
| `deepinit` | 계층적 AGENTS.md 코드베이스 문서화 | `/oh-my-claudecode:deepinit` |
|
|
251
251
|
| `deepsearch` | 다중 전략 코드베이스 검색 | `/oh-my-claudecode:deepsearch` |
|
|
252
|
-
| `analyze` | 심층 분석 및 조사 | `/oh-my-claudecode:analyze` |
|
|
253
252
|
| `sciomc` | 병렬 scientist 오케스트레이션 | `/oh-my-claudecode:sciomc` |
|
|
254
253
|
| `frontend-ui-ux` | 디자이너 출신 개발자의 UI/UX 전문성 | (자동 활성화) |
|
|
255
254
|
| `git-master` | 원자적 커밋 및 히스토리를 위한 Git 전문가 | (자동 활성화) |
|
|
256
|
-
| `tdd` | TDD 강제: 테스트 우선 개발 | `/oh-my-claudecode:tdd` |
|
|
257
255
|
| `learner` | 세션에서 재사용 가능한 스킬 추출 | `/oh-my-claudecode:learner` |
|
|
258
|
-
| `build-fix` | 빌드 및 TypeScript 오류 수정 | `/oh-my-claudecode:build-fix` |
|
|
259
|
-
| `code-review` | 종합 코드 리뷰 | `/oh-my-claudecode:code-review` |
|
|
260
|
-
| `security-review` | 보안 취약점 탐지 | `/oh-my-claudecode:security-review` |
|
|
261
256
|
|
|
262
257
|
### 유틸리티 스킬
|
|
263
258
|
|
|
@@ -298,9 +293,7 @@ Task 도구를 통해 호출할 때는 항상 `oh-my-claudecode:` 접두사를
|
|
|
298
293
|
| `/oh-my-claudecode:review [plan-path]` | critic을 통한 플랜 리뷰 |
|
|
299
294
|
| `/oh-my-claudecode:deepsearch <query>` | 다중 전략 코드베이스 검색 |
|
|
300
295
|
| `/oh-my-claudecode:deepinit [path]` | 계층적 AGENTS.md 파일로 코드베이스 인덱싱 |
|
|
301
|
-
| `/oh-my-claudecode:analyze <target>` | 심층 분석 및 조사 |
|
|
302
296
|
| `/oh-my-claudecode:sciomc <topic>` | 병렬 리서치 오케스트레이션 |
|
|
303
|
-
| `/oh-my-claudecode:tdd <feature>` | TDD 워크플로우 강제 |
|
|
304
297
|
| `/oh-my-claudecode:learner` | 세션에서 재사용 가능한 스킬 추출 |
|
|
305
298
|
| `/oh-my-claudecode:note <content>` | notepad.md에 메모 저장 |
|
|
306
299
|
| `/oh-my-claudecode:cancel` | 통합 취소 |
|
|
@@ -606,28 +599,27 @@ oh-my-claudecode에는 에이전트 성능, 토큰 사용량 및 병렬 워크
|
|
|
606
599
|
| 기능 | 설명 | 접근 방법 |
|
|
607
600
|
| ----------------------- | --------------------------------------- | --------------------------------- |
|
|
608
601
|
| **Agent Observatory** | 실시간 에이전트 상태, 효율성, 병목 현상 | HUD / API |
|
|
609
|
-
| **
|
|
602
|
+
| **Session-End Summaries** | 세션 종료 시 기록되는 요약 및 콜백 페이로드 | `.omc/sessions/*.json`, `session-end` |
|
|
610
603
|
| **Session Replay** | 세션 후 분석을 위한 이벤트 타임라인 | `.omc/state/agent-replay-*.jsonl` |
|
|
611
604
|
| **Intervention System** | 정체된 에이전트, 비용 초과 자동 감지 | 자동 |
|
|
612
605
|
|
|
613
606
|
### CLI 명령어
|
|
614
607
|
|
|
615
608
|
```bash
|
|
616
|
-
omc
|
|
617
|
-
omc
|
|
618
|
-
|
|
619
|
-
omc
|
|
620
|
-
# 에이전트 분석: HUD observatory / replay 로그 사용
|
|
609
|
+
omc hud # 현재 HUD 상태줄 렌더링
|
|
610
|
+
omc team status <team-name> # 실행 중인 팀 작업 확인
|
|
611
|
+
tail -20 .omc/state/agent-replay-*.jsonl
|
|
612
|
+
ls .omc/sessions/*.json
|
|
621
613
|
```
|
|
622
614
|
|
|
623
|
-
### HUD
|
|
615
|
+
### HUD 프리셋
|
|
624
616
|
|
|
625
|
-
상태 표시줄에서
|
|
617
|
+
상태 표시줄에서 에이전트/컨텍스트 가시성을 높이려면 지원되는 프리셋을 사용하세요:
|
|
626
618
|
|
|
627
619
|
```json
|
|
628
620
|
{
|
|
629
621
|
"omcHud": {
|
|
630
|
-
"preset": "
|
|
622
|
+
"preset": "focused"
|
|
631
623
|
}
|
|
632
624
|
}
|
|
633
625
|
```
|