oh-my-claude-sisyphus 3.3.10 → 3.4.0
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/README.md +3 -3
- package/agents/explore-high.md +195 -0
- package/agents/qa-tester-high.md +141 -0
- package/agents/templates/README.md +110 -0
- package/agents/templates/base-agent.md +54 -0
- package/agents/templates/tier-instructions.md +94 -0
- package/commands/ecomode.md +60 -0
- package/commands/help.md +1 -1
- package/commands/mcp-setup.md +7 -6
- package/commands/ralplan.md +8 -1
- package/commands/ultrapilot.md +158 -0
- package/commands/ultrawork.md +1 -0
- package/dist/__tests__/delegation-enforcer-integration.test.d.ts +6 -0
- package/dist/__tests__/delegation-enforcer-integration.test.d.ts.map +1 -0
- package/dist/__tests__/delegation-enforcer-integration.test.js +136 -0
- package/dist/__tests__/delegation-enforcer-integration.test.js.map +1 -0
- package/dist/__tests__/delegation-enforcer.test.d.ts +5 -0
- package/dist/__tests__/delegation-enforcer.test.d.ts.map +1 -0
- package/dist/__tests__/delegation-enforcer.test.js +208 -0
- package/dist/__tests__/delegation-enforcer.test.js.map +1 -0
- package/dist/__tests__/hooks.test.js +2 -2
- package/dist/__tests__/hooks.test.js.map +1 -1
- package/dist/__tests__/installer.test.js +4 -6
- package/dist/__tests__/installer.test.js.map +1 -1
- package/dist/__tests__/ralph-prd.test.js +1 -1
- package/dist/__tests__/ralph-prd.test.js.map +1 -1
- package/dist/__tests__/ralph-progress.test.js +1 -1
- package/dist/__tests__/ralph-progress.test.js.map +1 -1
- package/dist/__tests__/skills.test.js +31 -24
- package/dist/__tests__/skills.test.js.map +1 -1
- package/dist/agents/analyst.d.ts.map +1 -1
- package/dist/agents/analyst.js +1 -0
- package/dist/agents/analyst.js.map +1 -1
- package/dist/agents/architect.d.ts.map +1 -1
- package/dist/agents/architect.js +1 -0
- package/dist/agents/architect.js.map +1 -1
- package/dist/agents/critic.d.ts.map +1 -1
- package/dist/agents/critic.js +1 -0
- package/dist/agents/critic.js.map +1 -1
- package/dist/agents/definitions.d.ts +5 -1
- package/dist/agents/definitions.d.ts.map +1 -1
- package/dist/agents/definitions.js +53 -155
- package/dist/agents/definitions.js.map +1 -1
- package/dist/agents/designer.d.ts.map +1 -1
- package/dist/agents/designer.js +1 -0
- package/dist/agents/designer.js.map +1 -1
- package/dist/agents/executor.d.ts.map +1 -1
- package/dist/agents/executor.js +1 -0
- package/dist/agents/executor.js.map +1 -1
- package/dist/agents/explore.d.ts.map +1 -1
- package/dist/agents/explore.js +1 -0
- package/dist/agents/explore.js.map +1 -1
- package/dist/agents/planner.d.ts.map +1 -1
- package/dist/agents/planner.js +1 -0
- package/dist/agents/planner.js.map +1 -1
- package/dist/agents/qa-tester.d.ts.map +1 -1
- package/dist/agents/qa-tester.js +1 -0
- package/dist/agents/qa-tester.js.map +1 -1
- package/dist/agents/researcher.d.ts.map +1 -1
- package/dist/agents/researcher.js +1 -0
- package/dist/agents/researcher.js.map +1 -1
- package/dist/agents/scientist.d.ts.map +1 -1
- package/dist/agents/scientist.js +1 -0
- package/dist/agents/scientist.js.map +1 -1
- package/dist/agents/types.d.ts +2 -0
- package/dist/agents/types.d.ts.map +1 -1
- package/dist/agents/types.js.map +1 -1
- package/dist/agents/vision.d.ts.map +1 -1
- package/dist/agents/vision.js +1 -0
- package/dist/agents/vision.js.map +1 -1
- package/dist/agents/writer.d.ts.map +1 -1
- package/dist/agents/writer.js +1 -0
- package/dist/agents/writer.js.map +1 -1
- package/dist/cli/index.js +0 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/config/loader.d.ts.map +1 -1
- package/dist/config/loader.js +1 -6
- package/dist/config/loader.js.map +1 -1
- package/dist/features/delegation-enforcer.d.ts +71 -0
- package/dist/features/delegation-enforcer.d.ts.map +1 -0
- package/dist/features/delegation-enforcer.js +128 -0
- package/dist/features/delegation-enforcer.js.map +1 -0
- package/dist/features/index.d.ts +3 -0
- package/dist/features/index.d.ts.map +1 -1
- package/dist/features/index.js +18 -0
- package/dist/features/index.js.map +1 -1
- package/dist/features/state-manager/index.d.ts +100 -0
- package/dist/features/state-manager/index.d.ts.map +1 -0
- package/dist/features/state-manager/index.js +407 -0
- package/dist/features/state-manager/index.js.map +1 -0
- package/dist/features/state-manager/types.d.ts +147 -0
- package/dist/features/state-manager/types.d.ts.map +1 -0
- package/dist/features/state-manager/types.js +30 -0
- package/dist/features/state-manager/types.js.map +1 -0
- package/dist/features/task-decomposer/index.d.ts +33 -0
- package/dist/features/task-decomposer/index.d.ts.map +1 -0
- package/dist/features/task-decomposer/index.js +698 -0
- package/dist/features/task-decomposer/index.js.map +1 -0
- package/dist/features/task-decomposer/types.d.ts +133 -0
- package/dist/features/task-decomposer/types.d.ts.map +1 -0
- package/dist/features/task-decomposer/types.js +8 -0
- package/dist/features/task-decomposer/types.js.map +1 -0
- package/dist/features/verification/example.d.ts +49 -0
- package/dist/features/verification/example.d.ts.map +1 -0
- package/dist/features/verification/example.js +235 -0
- package/dist/features/verification/example.js.map +1 -0
- package/dist/features/verification/index.d.ts +97 -0
- package/dist/features/verification/index.d.ts.map +1 -0
- package/dist/features/verification/index.js +439 -0
- package/dist/features/verification/index.js.map +1 -0
- package/dist/features/verification/types.d.ts +142 -0
- package/dist/features/verification/types.d.ts.map +1 -0
- package/dist/features/verification/types.js +7 -0
- package/dist/features/verification/types.js.map +1 -0
- package/dist/hooks/agent-usage-reminder/constants.d.ts.map +1 -1
- package/dist/hooks/agent-usage-reminder/constants.js +0 -1
- package/dist/hooks/agent-usage-reminder/constants.js.map +1 -1
- package/dist/hooks/autopilot/__tests__/cancel.test.js +4 -4
- package/dist/hooks/autopilot/__tests__/cancel.test.js.map +1 -1
- package/dist/hooks/autopilot/__tests__/summary.test.js +1 -1
- package/dist/hooks/autopilot/__tests__/summary.test.js.map +1 -1
- package/dist/hooks/autopilot/__tests__/transition.test.js +1 -2
- package/dist/hooks/autopilot/__tests__/transition.test.js.map +1 -1
- package/dist/hooks/autopilot/cancel.js +2 -2
- package/dist/hooks/autopilot/cancel.js.map +1 -1
- package/dist/hooks/autopilot/enforcement.d.ts +16 -2
- package/dist/hooks/autopilot/enforcement.d.ts.map +1 -1
- package/dist/hooks/autopilot/enforcement.js +78 -4
- package/dist/hooks/autopilot/enforcement.js.map +1 -1
- package/dist/hooks/autopilot/index.d.ts +3 -6
- package/dist/hooks/autopilot/index.d.ts.map +1 -1
- package/dist/hooks/autopilot/index.js +6 -12
- package/dist/hooks/autopilot/index.js.map +1 -1
- package/dist/hooks/autopilot/state.d.ts +36 -2
- package/dist/hooks/autopilot/state.d.ts.map +1 -1
- package/dist/hooks/autopilot/state.js +216 -2
- package/dist/hooks/autopilot/state.js.map +1 -1
- package/dist/hooks/autopilot/validation.d.ts +23 -2
- package/dist/hooks/autopilot/validation.d.ts.map +1 -1
- package/dist/hooks/autopilot/validation.js +158 -1
- package/dist/hooks/autopilot/validation.js.map +1 -1
- package/dist/hooks/bridge.js +3 -3
- package/dist/hooks/bridge.js.map +1 -1
- package/dist/hooks/index.d.ts +5 -9
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +31 -21
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/learner/promotion.js +1 -1
- package/dist/hooks/learner/promotion.js.map +1 -1
- package/dist/hooks/persistent-mode/index.d.ts.map +1 -1
- package/dist/hooks/persistent-mode/index.js +2 -3
- package/dist/hooks/persistent-mode/index.js.map +1 -1
- package/dist/hooks/ralph/index.d.ts +11 -0
- package/dist/hooks/ralph/index.d.ts.map +1 -0
- package/dist/hooks/ralph/index.js +53 -0
- package/dist/hooks/ralph/index.js.map +1 -0
- package/dist/hooks/ralph/loop.d.ts +116 -0
- package/dist/hooks/ralph/loop.d.ts.map +1 -0
- package/dist/hooks/ralph/loop.js +322 -0
- package/dist/hooks/ralph/loop.js.map +1 -0
- package/dist/hooks/ralph/prd.d.ts +130 -0
- package/dist/hooks/ralph/prd.d.ts.map +1 -0
- package/dist/hooks/ralph/prd.js +310 -0
- package/dist/hooks/ralph/prd.js.map +1 -0
- package/dist/hooks/ralph/progress.d.ts +102 -0
- package/dist/hooks/ralph/progress.d.ts.map +1 -0
- package/dist/hooks/ralph/progress.js +408 -0
- package/dist/hooks/ralph/progress.js.map +1 -0
- package/dist/hooks/ralph/verifier.d.ts +72 -0
- package/dist/hooks/ralph/verifier.d.ts.map +1 -0
- package/dist/hooks/ralph/verifier.js +223 -0
- package/dist/hooks/ralph/verifier.js.map +1 -0
- package/dist/hooks/recovery/constants.d.ts +114 -0
- package/dist/hooks/recovery/constants.d.ts.map +1 -0
- package/dist/hooks/recovery/constants.js +227 -0
- package/dist/hooks/recovery/constants.js.map +1 -0
- package/dist/hooks/recovery/context-window.d.ts +24 -0
- package/dist/hooks/recovery/context-window.d.ts.map +1 -0
- package/dist/hooks/recovery/context-window.js +321 -0
- package/dist/hooks/recovery/context-window.js.map +1 -0
- package/dist/hooks/recovery/edit-error.d.ts +24 -0
- package/dist/hooks/recovery/edit-error.d.ts.map +1 -0
- package/dist/hooks/recovery/edit-error.js +56 -0
- package/dist/hooks/recovery/edit-error.js.map +1 -0
- package/dist/hooks/recovery/index.d.ts +102 -0
- package/dist/hooks/recovery/index.d.ts.map +1 -0
- package/dist/hooks/recovery/index.js +166 -0
- package/dist/hooks/recovery/index.js.map +1 -0
- package/dist/hooks/recovery/session-recovery.d.ts +24 -0
- package/dist/hooks/recovery/session-recovery.d.ts.map +1 -0
- package/dist/hooks/recovery/session-recovery.js +281 -0
- package/dist/hooks/recovery/session-recovery.js.map +1 -0
- package/dist/hooks/recovery/storage.d.ts +75 -0
- package/dist/hooks/recovery/storage.d.ts.map +1 -0
- package/dist/hooks/recovery/storage.js +382 -0
- package/dist/hooks/recovery/storage.js.map +1 -0
- package/dist/hooks/recovery/types.d.ts +196 -0
- package/dist/hooks/recovery/types.d.ts.map +1 -0
- package/dist/hooks/recovery/types.js +32 -0
- package/dist/hooks/recovery/types.js.map +1 -0
- package/dist/hooks/ultrapilot/index.d.ts +90 -0
- package/dist/hooks/ultrapilot/index.d.ts.map +1 -0
- package/dist/hooks/ultrapilot/index.js +310 -0
- package/dist/hooks/ultrapilot/index.js.map +1 -0
- package/dist/hooks/ultrapilot/state.d.ts +72 -0
- package/dist/hooks/ultrapilot/state.d.ts.map +1 -0
- package/dist/hooks/ultrapilot/state.js +258 -0
- package/dist/hooks/ultrapilot/state.js.map +1 -0
- package/dist/hooks/ultrapilot/types.d.ts +113 -0
- package/dist/hooks/ultrapilot/types.d.ts.map +1 -0
- package/dist/hooks/ultrapilot/types.js +36 -0
- package/dist/hooks/ultrapilot/types.js.map +1 -0
- package/dist/hooks/ultraqa/index.d.ts +94 -0
- package/dist/hooks/ultraqa/index.d.ts.map +1 -0
- package/dist/hooks/ultraqa/index.js +216 -0
- package/dist/hooks/ultraqa/index.js.map +1 -0
- package/dist/hooks/ultrawork/index.d.ts +62 -0
- package/dist/hooks/ultrawork/index.d.ts.map +1 -0
- package/dist/hooks/ultrawork/index.js +208 -0
- package/dist/hooks/ultrawork/index.js.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/installer/index.d.ts +1 -1
- package/dist/installer/index.d.ts.map +1 -1
- package/dist/installer/index.js +1 -1
- package/dist/installer/index.js.map +1 -1
- package/dist/mcp/index.d.ts +1 -1
- package/dist/mcp/index.d.ts.map +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/servers.d.ts +2 -18
- package/dist/mcp/servers.d.ts.map +1 -1
- package/dist/mcp/servers.js +4 -36
- package/dist/mcp/servers.js.map +1 -1
- package/dist/shared/types.d.ts +1 -3
- package/dist/shared/types.d.ts.map +1 -1
- package/docs/CLAUDE.md +170 -44
- package/docs/DELEGATION-ENFORCER.md +282 -0
- package/docs/FULL-README.md +1 -1
- package/docs/LOCAL_PLUGIN_INSTALL.md +1 -1
- package/docs/MIGRATION.md +298 -104
- package/package.json +2 -2
- package/scripts/test-mutual-exclusion.ts +1 -1
- package/skills/analyze/SKILL.md +0 -1
- package/skills/autopilot/SKILL.md +0 -1
- package/skills/cancel/SKILL.md +580 -0
- package/skills/cancel-autopilot/SKILL.md +0 -1
- package/skills/cancel-ecomode/SKILL.md +41 -0
- package/skills/cancel-ralph/SKILL.md +0 -1
- package/skills/cancel-ultraqa/SKILL.md +0 -1
- package/skills/cancel-ultrawork/SKILL.md +0 -1
- package/skills/deepinit/SKILL.md +0 -1
- package/skills/deepsearch/SKILL.md +0 -1
- package/skills/doctor/SKILL.md +0 -1
- package/skills/ecomode/SKILL.md +128 -0
- package/skills/frontend-ui-ux/SKILL.md +0 -1
- package/skills/git-master/SKILL.md +0 -1
- package/skills/help/SKILL.md +1 -2
- package/skills/hud/SKILL.md +0 -1
- package/skills/learner/SKILL.md +0 -1
- package/skills/mcp-setup/SKILL.md +8 -7
- package/skills/note/SKILL.md +0 -1
- package/skills/omc-default/SKILL.md +0 -1
- package/skills/omc-default-global/SKILL.md +0 -1
- package/skills/omc-setup/SKILL.md +176 -10
- package/skills/orchestrate/SKILL.md +0 -1
- package/skills/pipeline/SKILL.md +417 -0
- package/skills/plan/SKILL.md +138 -21
- package/skills/planner/SKILL.md +0 -1
- package/skills/ralph/SKILL.md +65 -1
- package/skills/ralph-init/SKILL.md +0 -1
- package/skills/ralplan/SKILL.md +0 -1
- package/skills/release/SKILL.md +0 -1
- package/skills/research/SKILL.md +0 -1
- package/skills/review/SKILL.md +0 -1
- package/skills/swarm/SKILL.md +349 -0
- package/skills/tdd/SKILL.md +0 -1
- package/skills/ultrapilot/SKILL.md +563 -0
- package/skills/ultraqa/SKILL.md +0 -1
- package/skills/ultrawork/SKILL.md +0 -1
- package/docs/MIGRATION-v3.md +0 -186
package/docs/MIGRATION.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
|
-
# Migration Guide
|
|
1
|
+
# Migration Guide
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This guide covers all migration paths for oh-my-claudecode. Find your current version below.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Table of Contents
|
|
8
|
+
|
|
9
|
+
- [v2.x → v3.0: Package Rename & Auto-Activation](#v2x--v30-package-rename--auto-activation)
|
|
10
|
+
- [v3.0 → v3.1: Notepad Wisdom & Enhanced Features](#v30--v31-notepad-wisdom--enhanced-features)
|
|
11
|
+
- [v3.x → v4.0: Major Architecture Overhaul](#v3x--v40-major-architecture-overhaul)
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## v2.x → v3.0: Package Rename & Auto-Activation
|
|
16
|
+
|
|
17
|
+
### TL;DR
|
|
4
18
|
|
|
5
19
|
Your old commands still work! But now you don't need them.
|
|
6
20
|
|
|
@@ -8,11 +22,26 @@ Your old commands still work! But now you don't need them.
|
|
|
8
22
|
|
|
9
23
|
**After 3.0:** Just work naturally - Claude auto-activates the right behaviors. One-time setup: just say "setup omc"
|
|
10
24
|
|
|
11
|
-
|
|
25
|
+
### Package Rename
|
|
12
26
|
|
|
13
|
-
|
|
27
|
+
The package has been renamed to better reflect its purpose and improve discoverability.
|
|
14
28
|
|
|
15
|
-
|
|
29
|
+
- **Old**: `oh-my-claude-sisyphus`
|
|
30
|
+
- **New**: `oh-my-claudecode`
|
|
31
|
+
|
|
32
|
+
#### NPM Commands
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
# Old
|
|
36
|
+
npm install -g oh-my-claude-sisyphus
|
|
37
|
+
|
|
38
|
+
# New
|
|
39
|
+
npm install -g oh-my-claudecode
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### What Changed
|
|
43
|
+
|
|
44
|
+
#### Before (2.x): Explicit Commands
|
|
16
45
|
|
|
17
46
|
You had to remember and explicitly invoke specific commands for each mode:
|
|
18
47
|
|
|
@@ -27,7 +56,7 @@ You had to remember and explicitly invoke specific commands for each mode:
|
|
|
27
56
|
/oh-my-claudecode:analyze "why is this test failing?" # Deep analysis
|
|
28
57
|
```
|
|
29
58
|
|
|
30
|
-
|
|
59
|
+
#### After (3.0): Auto-Activation + Keywords
|
|
31
60
|
|
|
32
61
|
Work naturally. Claude detects intent and activates behaviors automatically:
|
|
33
62
|
|
|
@@ -41,9 +70,63 @@ Work naturally. Claude detects intent and activates behaviors automatically:
|
|
|
41
70
|
"commit these changes properly" # Auto-activates git expertise
|
|
42
71
|
```
|
|
43
72
|
|
|
44
|
-
|
|
73
|
+
### Agent Name Mapping
|
|
45
74
|
|
|
46
|
-
|
|
75
|
+
All agent names have been updated from Greek mythology references to intuitive, descriptive names:
|
|
76
|
+
|
|
77
|
+
| Old Name (Greek) | New Name (Intuitive) |
|
|
78
|
+
|------------------|----------------------|
|
|
79
|
+
| prometheus | planner |
|
|
80
|
+
| momus | critic |
|
|
81
|
+
| oracle | architect |
|
|
82
|
+
| metis | analyst |
|
|
83
|
+
| mnemosyne | learner |
|
|
84
|
+
| sisyphus-junior | executor |
|
|
85
|
+
| orchestrator-sisyphus | coordinator |
|
|
86
|
+
| librarian | researcher |
|
|
87
|
+
| frontend-engineer | designer |
|
|
88
|
+
| document-writer | writer |
|
|
89
|
+
| multimodal-looker | vision |
|
|
90
|
+
| explore | explore (unchanged) |
|
|
91
|
+
| qa-tester | qa-tester (unchanged) |
|
|
92
|
+
|
|
93
|
+
### Directory Migration
|
|
94
|
+
|
|
95
|
+
Directory structures have been renamed for consistency with the new package name:
|
|
96
|
+
|
|
97
|
+
#### Local Project Directories
|
|
98
|
+
- **Old**: `.sisyphus/`
|
|
99
|
+
- **New**: `.omc/`
|
|
100
|
+
|
|
101
|
+
#### Global Directories
|
|
102
|
+
- **Old**: `~/.sisyphus/`
|
|
103
|
+
- **New**: `~/.omc/`
|
|
104
|
+
|
|
105
|
+
#### Skills Directory
|
|
106
|
+
- **Old**: `~/.claude/skills/sisyphus-learned/`
|
|
107
|
+
- **New**: `~/.claude/skills/omc-learned/`
|
|
108
|
+
|
|
109
|
+
#### Config Files
|
|
110
|
+
- **Old**: `~/.claude/sisyphus/mnemosyne.json`
|
|
111
|
+
- **New**: `~/.claude/omc/learner.json`
|
|
112
|
+
|
|
113
|
+
### Environment Variables
|
|
114
|
+
|
|
115
|
+
All environment variables have been renamed from `SISYPHUS_*` to `OMC_*`:
|
|
116
|
+
|
|
117
|
+
| Old | New |
|
|
118
|
+
|-----|-----|
|
|
119
|
+
| SISYPHUS_USE_NODE_HOOKS | OMC_USE_NODE_HOOKS |
|
|
120
|
+
| SISYPHUS_USE_BASH_HOOKS | OMC_USE_BASH_HOOKS |
|
|
121
|
+
| SISYPHUS_PARALLEL_EXECUTION | OMC_PARALLEL_EXECUTION |
|
|
122
|
+
| SISYPHUS_LSP_TOOLS | OMC_LSP_TOOLS |
|
|
123
|
+
| SISYPHUS_MAX_BACKGROUND_TASKS | OMC_MAX_BACKGROUND_TASKS |
|
|
124
|
+
| SISYPHUS_ROUTING_ENABLED | OMC_ROUTING_ENABLED |
|
|
125
|
+
| SISYPHUS_ROUTING_DEFAULT_TIER | OMC_ROUTING_DEFAULT_TIER |
|
|
126
|
+
| SISYPHUS_ESCALATION_ENABLED | OMC_ESCALATION_ENABLED |
|
|
127
|
+
| SISYPHUS_DEBUG | OMC_DEBUG |
|
|
128
|
+
|
|
129
|
+
### Command Mapping
|
|
47
130
|
|
|
48
131
|
All 2.x commands continue to work. Here's what changed:
|
|
49
132
|
|
|
@@ -65,9 +148,7 @@ All 2.x commands continue to work. Here's what changed:
|
|
|
65
148
|
| `/oh-my-claudecode:doctor` | Invoke normally | ✅ YES (unchanged) |
|
|
66
149
|
| All other commands | Work exactly as before | ✅ YES |
|
|
67
150
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
## Magic Keywords
|
|
151
|
+
### Magic Keywords
|
|
71
152
|
|
|
72
153
|
Include these anywhere in your message to explicitly activate behaviors. Use keywords when you want explicit control (optional):
|
|
73
154
|
|
|
@@ -92,9 +173,7 @@ Persistence (won't stop) + Ultrawork (maximum parallelism)
|
|
|
92
173
|
"help me design the dashboard" # Triggers planning
|
|
93
174
|
```
|
|
94
175
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
## Natural Cancellation
|
|
176
|
+
### Natural Cancellation
|
|
98
177
|
|
|
99
178
|
Say any of these to stop:
|
|
100
179
|
- "stop"
|
|
@@ -115,59 +194,95 @@ If multiple active → Stop the most recent
|
|
|
115
194
|
|
|
116
195
|
No more `/oh-my-claudecode:cancel-ralph` - just say "cancel"!
|
|
117
196
|
|
|
118
|
-
|
|
197
|
+
### Migration Steps
|
|
119
198
|
|
|
120
|
-
|
|
199
|
+
Follow these steps to migrate your existing setup:
|
|
121
200
|
|
|
122
|
-
|
|
201
|
+
#### 1. Uninstall Old Package
|
|
123
202
|
|
|
124
|
-
|
|
203
|
+
```bash
|
|
204
|
+
npm uninstall -g oh-my-claude-sisyphus
|
|
205
|
+
```
|
|
125
206
|
|
|
126
|
-
|
|
207
|
+
#### 2. Install New Package
|
|
127
208
|
|
|
128
209
|
```bash
|
|
129
|
-
|
|
130
|
-
/oh-my-claudecode:ultrawork "refactor everything" # Still works ✅
|
|
131
|
-
/oh-my-claudecode:planner "plan the feature" # Still works ✅
|
|
132
|
-
/oh-my-claudecode:cancel-ralph # Still works ✅
|
|
210
|
+
npm install -g oh-my-claudecode
|
|
133
211
|
```
|
|
134
212
|
|
|
135
|
-
|
|
213
|
+
#### 3. Rename Local Project Directories
|
|
214
|
+
|
|
215
|
+
If you have existing projects using the old directory structure:
|
|
136
216
|
|
|
137
|
-
|
|
217
|
+
```bash
|
|
218
|
+
# In each project directory
|
|
219
|
+
mv .sisyphus .omc
|
|
220
|
+
```
|
|
138
221
|
|
|
139
|
-
|
|
222
|
+
#### 4. Rename Global Directories
|
|
140
223
|
|
|
224
|
+
```bash
|
|
225
|
+
# Global configuration directory
|
|
226
|
+
mv ~/.sisyphus ~/.omc
|
|
227
|
+
|
|
228
|
+
# Skills directory
|
|
229
|
+
mv ~/.claude/skills/sisyphus-learned ~/.claude/skills/omc-learned
|
|
230
|
+
|
|
231
|
+
# Config directory
|
|
232
|
+
mv ~/.claude/sisyphus ~/.claude/omc
|
|
141
233
|
```
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
234
|
+
|
|
235
|
+
#### 5. Update Environment Variables
|
|
236
|
+
|
|
237
|
+
Update your shell configuration files (`.bashrc`, `.zshrc`, etc.):
|
|
238
|
+
|
|
239
|
+
```bash
|
|
240
|
+
# Replace all SISYPHUS_* variables with OMC_*
|
|
241
|
+
# Example:
|
|
242
|
+
# OLD: export SISYPHUS_ROUTING_ENABLED=true
|
|
243
|
+
# NEW: export OMC_ROUTING_ENABLED=true
|
|
149
244
|
```
|
|
150
245
|
|
|
151
|
-
|
|
246
|
+
#### 6. Update Scripts and Configurations
|
|
152
247
|
|
|
153
|
-
|
|
248
|
+
Search for and update any references to:
|
|
249
|
+
- Package name: `oh-my-claude-sisyphus` → `oh-my-claudecode`
|
|
250
|
+
- Agent names: Use the mapping table above
|
|
251
|
+
- Commands: Use the new slash commands
|
|
252
|
+
- Directory paths: Update `.sisyphus` → `.omc`
|
|
154
253
|
|
|
155
|
-
|
|
254
|
+
#### 7. Run One-Time Setup
|
|
156
255
|
|
|
157
|
-
|
|
256
|
+
In Claude Code, just say "setup omc", "omc setup", or any natural language equivalent.
|
|
158
257
|
|
|
159
|
-
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
258
|
+
This:
|
|
259
|
+
- Downloads latest CLAUDE.md
|
|
260
|
+
- Configures 19 agents
|
|
261
|
+
- Enables auto-behavior detection
|
|
262
|
+
- Activates continuation enforcement
|
|
263
|
+
- Sets up skill composition
|
|
163
264
|
|
|
164
|
-
|
|
265
|
+
### Verification
|
|
165
266
|
|
|
166
|
-
|
|
267
|
+
After migration, verify your setup:
|
|
268
|
+
|
|
269
|
+
1. **Check installation**:
|
|
270
|
+
```bash
|
|
271
|
+
npm list -g oh-my-claudecode
|
|
272
|
+
```
|
|
167
273
|
|
|
168
|
-
|
|
274
|
+
2. **Verify directories exist**:
|
|
275
|
+
```bash
|
|
276
|
+
ls -la .omc/ # In project directory
|
|
277
|
+
ls -la ~/.omc/ # Global directory
|
|
278
|
+
```
|
|
169
279
|
|
|
170
|
-
|
|
280
|
+
3. **Test a simple command**:
|
|
281
|
+
Run `/oh-my-claudecode:help` in Claude Code to ensure the plugin is loaded correctly.
|
|
282
|
+
|
|
283
|
+
### New Features in 3.0
|
|
284
|
+
|
|
285
|
+
#### 1. Zero-Learning-Curve Operation
|
|
171
286
|
|
|
172
287
|
**No commands to memorize.** Work naturally:
|
|
173
288
|
|
|
@@ -178,7 +293,7 @@ After: "I'm in a hurry, go fast!"
|
|
|
178
293
|
Claude: "I'm activating ultrawork mode..."
|
|
179
294
|
```
|
|
180
295
|
|
|
181
|
-
|
|
296
|
+
#### 2. Delegate Always (Automatic)
|
|
182
297
|
|
|
183
298
|
Complex work auto-routes to specialist agents:
|
|
184
299
|
|
|
@@ -194,7 +309,7 @@ Your request Claude's action
|
|
|
194
309
|
|
|
195
310
|
You don't ask for delegation - it happens automatically.
|
|
196
311
|
|
|
197
|
-
|
|
312
|
+
#### 3. Learned Skills (`/oh-my-claudecode:learner`)
|
|
198
313
|
|
|
199
314
|
Extract reusable insights from problem-solving:
|
|
200
315
|
|
|
@@ -211,7 +326,7 @@ Storage:
|
|
|
211
326
|
- **Project-level**: `.omc/skills/` (version-controlled)
|
|
212
327
|
- **User-level**: `~/.claude/skills/omc-learned/` (portable)
|
|
213
328
|
|
|
214
|
-
|
|
329
|
+
#### 4. HUD Statusline (Real-Time Orchestration)
|
|
215
330
|
|
|
216
331
|
See what Claude is doing in the status bar:
|
|
217
332
|
|
|
@@ -221,7 +336,7 @@ See what Claude is doing in the status bar:
|
|
|
221
336
|
|
|
222
337
|
Run `/oh-my-claudecode:hud setup` to install. Presets: minimal, focused, full.
|
|
223
338
|
|
|
224
|
-
|
|
339
|
+
#### 5. Three-Tier Memory System
|
|
225
340
|
|
|
226
341
|
Critical knowledge survives context compaction:
|
|
227
342
|
|
|
@@ -239,7 +354,7 @@ Or use `/oh-my-claudecode:note` to save discoveries manually:
|
|
|
239
354
|
/oh-my-claudecode:note Project uses PostgreSQL with Prisma ORM
|
|
240
355
|
```
|
|
241
356
|
|
|
242
|
-
|
|
357
|
+
#### 6. Structured Task Tracking (PRD Support)
|
|
243
358
|
|
|
244
359
|
**Ralph Loop now uses Product Requirements Documents:**
|
|
245
360
|
|
|
@@ -253,7 +368,7 @@ Each story: description + acceptance criteria + pass/fail
|
|
|
253
368
|
Ralph loops until ALL stories pass
|
|
254
369
|
```
|
|
255
370
|
|
|
256
|
-
|
|
371
|
+
#### 7. Intelligent Continuation
|
|
257
372
|
|
|
258
373
|
**Tasks complete before Claude stops:**
|
|
259
374
|
|
|
@@ -267,71 +382,137 @@ Creates todo list, works through each item
|
|
|
267
382
|
Only stops when EVERYTHING is verified complete
|
|
268
383
|
```
|
|
269
384
|
|
|
385
|
+
### Backward Compatibility Note
|
|
386
|
+
|
|
387
|
+
**Note**: v3.0 does not maintain backward compatibility with v2.x naming. You must complete the migration steps above for the new version to work correctly.
|
|
388
|
+
|
|
270
389
|
---
|
|
271
390
|
|
|
272
|
-
##
|
|
391
|
+
## v3.0 → v3.1: Notepad Wisdom & Enhanced Features
|
|
273
392
|
|
|
274
|
-
###
|
|
393
|
+
### Overview
|
|
275
394
|
|
|
276
|
-
|
|
277
|
-
# Plugin auto-updates, but you can manually update:
|
|
278
|
-
npm update -g oh-my-claudecode
|
|
279
|
-
```
|
|
395
|
+
Version 3.1 is a minor release adding powerful new features while maintaining full backward compatibility with v3.0.
|
|
280
396
|
|
|
281
|
-
###
|
|
397
|
+
### What's New
|
|
282
398
|
|
|
283
|
-
|
|
399
|
+
#### 1. Notepad Wisdom System
|
|
284
400
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
401
|
+
Plan-scoped wisdom capture for learnings, decisions, issues, and problems.
|
|
402
|
+
|
|
403
|
+
**Location:** `.omc/notepads/{plan-name}/`
|
|
404
|
+
|
|
405
|
+
| File | Purpose |
|
|
406
|
+
|------|---------|
|
|
407
|
+
| `learnings.md` | Technical discoveries and patterns |
|
|
408
|
+
| `decisions.md` | Architectural and design decisions |
|
|
409
|
+
| `issues.md` | Known issues and workarounds |
|
|
410
|
+
| `problems.md` | Blockers and challenges |
|
|
411
|
+
|
|
412
|
+
**API:**
|
|
413
|
+
- `initPlanNotepad()` - Initialize notepad for a plan
|
|
414
|
+
- `addLearning()` - Record technical discoveries
|
|
415
|
+
- `addDecision()` - Record architectural choices
|
|
416
|
+
- `addIssue()` - Record known issues
|
|
417
|
+
- `addProblem()` - Record blockers
|
|
418
|
+
- `getWisdomSummary()` - Get summary of all wisdom
|
|
419
|
+
- `readPlanWisdom()` - Read full wisdom for context
|
|
420
|
+
|
|
421
|
+
#### 2. Delegation Categories
|
|
422
|
+
|
|
423
|
+
Semantic task categorization that auto-maps to model tier, temperature, and thinking budget.
|
|
424
|
+
|
|
425
|
+
| Category | Tier | Temperature | Thinking | Use For |
|
|
426
|
+
|----------|------|-------------|----------|---------|
|
|
427
|
+
| `visual-engineering` | HIGH | 0.7 | high | UI/UX, frontend, design systems |
|
|
428
|
+
| `ultrabrain` | HIGH | 0.3 | max | Complex reasoning, architecture, deep debugging |
|
|
429
|
+
| `artistry` | MEDIUM | 0.9 | medium | Creative solutions, brainstorming |
|
|
430
|
+
| `quick` | LOW | 0.1 | low | Simple lookups, basic operations |
|
|
431
|
+
| `writing` | MEDIUM | 0.5 | medium | Documentation, technical writing |
|
|
432
|
+
|
|
433
|
+
**Auto-detection:** Categories detect from prompt keywords automatically.
|
|
434
|
+
|
|
435
|
+
#### 3. Directory Diagnostics Tool
|
|
436
|
+
|
|
437
|
+
Project-level type checking via `lsp_diagnostics_directory` tool.
|
|
438
|
+
|
|
439
|
+
**Strategies:**
|
|
440
|
+
- `auto` (default) - Auto-selects best strategy, prefers tsc when tsconfig.json exists
|
|
441
|
+
- `tsc` - Fast, uses TypeScript compiler
|
|
442
|
+
- `lsp` - Fallback, iterates files via Language Server
|
|
443
|
+
|
|
444
|
+
**Usage:** Check entire project for errors before commits or after refactoring.
|
|
291
445
|
|
|
292
|
-
|
|
446
|
+
#### 4. Session Resume
|
|
293
447
|
|
|
294
|
-
|
|
448
|
+
Background agents can be resumed with full context via `resume-session` tool.
|
|
449
|
+
|
|
450
|
+
### Migration Steps
|
|
451
|
+
|
|
452
|
+
Version 3.1 is a drop-in upgrade. No migration required!
|
|
295
453
|
|
|
296
454
|
```bash
|
|
297
|
-
|
|
298
|
-
↓
|
|
299
|
-
Claude auto-detects: complex task, multi-file changes
|
|
300
|
-
↓
|
|
301
|
-
Activates: orchestrate + git-master skills
|
|
302
|
-
↓
|
|
303
|
-
You're done - Claude handles the rest
|
|
455
|
+
npm update -g oh-my-claudecode
|
|
304
456
|
```
|
|
305
457
|
|
|
458
|
+
All existing configurations, plans, and workflows continue working unchanged.
|
|
459
|
+
|
|
460
|
+
### New Tools Available
|
|
461
|
+
|
|
462
|
+
Once upgraded, agents automatically gain access to:
|
|
463
|
+
- Notepad wisdom APIs (read/write wisdom during execution)
|
|
464
|
+
- Delegation categories (automatic categorization)
|
|
465
|
+
- Directory diagnostics (project-level type checking)
|
|
466
|
+
- Session resume (recover background agent state)
|
|
467
|
+
|
|
306
468
|
---
|
|
307
469
|
|
|
308
|
-
##
|
|
470
|
+
## v3.x → v4.0: Major Architecture Overhaul
|
|
309
471
|
|
|
310
|
-
###
|
|
472
|
+
### Overview
|
|
311
473
|
|
|
312
|
-
|
|
474
|
+
Version 4.0 is a complete architectural redesign focusing on scalability, maintainability, and developer experience.
|
|
313
475
|
|
|
314
|
-
|
|
315
|
-
/oh-my-claudecode:omc-default
|
|
316
|
-
```
|
|
476
|
+
### What's Coming
|
|
317
477
|
|
|
318
|
-
|
|
478
|
+
⚠️ **This section is under active development as v4.0 is being built.**
|
|
319
479
|
|
|
320
|
-
|
|
480
|
+
#### Planned Changes
|
|
321
481
|
|
|
322
|
-
|
|
482
|
+
1. **Modular Architecture**
|
|
483
|
+
- Plugin system for extensibility
|
|
484
|
+
- Core/extension separation
|
|
485
|
+
- Better dependency management
|
|
323
486
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
487
|
+
2. **Enhanced Agent System**
|
|
488
|
+
- Improved agent lifecycle management
|
|
489
|
+
- Better error recovery
|
|
490
|
+
- Performance optimizations
|
|
327
491
|
|
|
328
|
-
|
|
492
|
+
3. **Improved Configuration**
|
|
493
|
+
- Unified config schema
|
|
494
|
+
- Better validation
|
|
495
|
+
- Migration tooling
|
|
329
496
|
|
|
330
|
-
**
|
|
497
|
+
4. **Breaking Changes**
|
|
498
|
+
- TBD based on development progress
|
|
499
|
+
- Full migration guide will be provided
|
|
500
|
+
|
|
501
|
+
### Migration Path (Coming Soon)
|
|
502
|
+
|
|
503
|
+
Detailed migration instructions will be provided when v4.0 reaches release candidate status.
|
|
504
|
+
|
|
505
|
+
Expected timeline: Q1 2026
|
|
506
|
+
|
|
507
|
+
### Stay Updated
|
|
508
|
+
|
|
509
|
+
- Watch the [GitHub repository](https://github.com/Yeachan-Heo/oh-my-claude-sisyphus) for announcements
|
|
510
|
+
- Check [CHANGELOG.md](../CHANGELOG.md) for detailed release notes
|
|
511
|
+
- Join discussions in GitHub Issues
|
|
331
512
|
|
|
332
513
|
---
|
|
333
514
|
|
|
334
|
-
## Common Scenarios
|
|
515
|
+
## Common Scenarios Across Versions
|
|
335
516
|
|
|
336
517
|
### Scenario 1: Quick Implementation Task
|
|
337
518
|
|
|
@@ -340,7 +521,7 @@ Creates: `~/.claude/CLAUDE.md`
|
|
|
340
521
|
/oh-my-claudecode:ultrawork "implement the todo list feature"
|
|
341
522
|
```
|
|
342
523
|
|
|
343
|
-
**3.0 Workflow:**
|
|
524
|
+
**3.0+ Workflow:**
|
|
344
525
|
```
|
|
345
526
|
"implement the todo list feature quickly"
|
|
346
527
|
↓
|
|
@@ -356,7 +537,7 @@ Claude: "I'm activating ultrawork for maximum parallelism"
|
|
|
356
537
|
/oh-my-claudecode:ralph "debug the memory leak"
|
|
357
538
|
```
|
|
358
539
|
|
|
359
|
-
**3.0 Workflow:**
|
|
540
|
+
**3.0+ Workflow:**
|
|
360
541
|
```
|
|
361
542
|
"there's a memory leak in the worker process - don't stop until we fix it"
|
|
362
543
|
↓
|
|
@@ -372,7 +553,7 @@ Claude: "I'm activating ralph-loop to ensure completion"
|
|
|
372
553
|
/oh-my-claudecode:planner "design the new authentication system"
|
|
373
554
|
```
|
|
374
555
|
|
|
375
|
-
**3.0 Workflow:**
|
|
556
|
+
**3.0+ Workflow:**
|
|
376
557
|
```
|
|
377
558
|
"plan the new authentication system"
|
|
378
559
|
↓
|
|
@@ -390,7 +571,7 @@ Interview begins automatically
|
|
|
390
571
|
/oh-my-claudecode:cancel-ralph
|
|
391
572
|
```
|
|
392
573
|
|
|
393
|
-
**3.0 Workflow:**
|
|
574
|
+
**3.0+ Workflow:**
|
|
394
575
|
```
|
|
395
576
|
"stop"
|
|
396
577
|
```
|
|
@@ -399,16 +580,29 @@ Interview begins automatically
|
|
|
399
580
|
|
|
400
581
|
---
|
|
401
582
|
|
|
402
|
-
##
|
|
583
|
+
## Configuration Options
|
|
584
|
+
|
|
585
|
+
### Project-Scoped Configuration (Recommended)
|
|
403
586
|
|
|
404
|
-
|
|
587
|
+
Apply oh-my-claudecode to current project only:
|
|
405
588
|
|
|
406
|
-
|
|
407
|
-
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
589
|
+
```
|
|
590
|
+
/oh-my-claudecode:omc-default
|
|
591
|
+
```
|
|
592
|
+
|
|
593
|
+
Creates: `./.claude/CLAUDE.md`
|
|
594
|
+
|
|
595
|
+
### Global Configuration
|
|
596
|
+
|
|
597
|
+
Apply to all Claude Code sessions:
|
|
598
|
+
|
|
599
|
+
```
|
|
600
|
+
/oh-my-claudecode:omc-default-global
|
|
601
|
+
```
|
|
602
|
+
|
|
603
|
+
Creates: `~/.claude/CLAUDE.md`
|
|
604
|
+
|
|
605
|
+
**Precedence:** Project config overrides global if both exist.
|
|
412
606
|
|
|
413
607
|
---
|
|
414
608
|
|
|
@@ -418,7 +612,7 @@ If you're upgrading from 2.x:
|
|
|
418
612
|
A: No. Keywords are optional shortcuts. Claude auto-detects intent without them.
|
|
419
613
|
|
|
420
614
|
**Q: Will my old commands break?**
|
|
421
|
-
A: No. All
|
|
615
|
+
A: No. All commands continue to work across minor versions (3.0 → 3.1). Major version changes (3.x → 4.0) will provide migration paths.
|
|
422
616
|
|
|
423
617
|
**Q: What if I like explicit commands?**
|
|
424
618
|
A: Keep using them! `/oh-my-claudecode:ralph`, `/oh-my-claudecode:ultrawork`, `/oh-my-claudecode:planner` all still work.
|
|
@@ -426,7 +620,7 @@ A: Keep using them! `/oh-my-claudecode:ralph`, `/oh-my-claudecode:ultrawork`, `/
|
|
|
426
620
|
**Q: How do I know what Claude is doing?**
|
|
427
621
|
A: Claude announces major behaviors: "I'm activating ralph-loop..." or set up `/oh-my-claudecode:hud` for real-time status.
|
|
428
622
|
|
|
429
|
-
**Q: Where's the
|
|
623
|
+
**Q: Where's the full command list?**
|
|
430
624
|
A: See [README.md](../README.md) for full command reference. All commands still work.
|
|
431
625
|
|
|
432
626
|
**Q: What's the difference between keywords and natural language?**
|
|
@@ -453,4 +647,4 @@ Now that you understand the migration:
|
|
|
453
647
|
3. **For advanced usage**: Check [docs/ARCHITECTURE.md](ARCHITECTURE.md) for deep dives
|
|
454
648
|
4. **For team onboarding**: Share this guide with teammates
|
|
455
649
|
|
|
456
|
-
Welcome to
|
|
650
|
+
Welcome to oh-my-claudecode!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-claude-sisyphus",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@eslint/js": "^9.39.2",
|
|
54
|
-
"@types/node": "^22.
|
|
54
|
+
"@types/node": "^22.19.7",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
|
56
56
|
"@typescript-eslint/parser": "^8.18.2",
|
|
57
57
|
"@vitest/ui": "^4.0.17",
|
|
@@ -6,7 +6,7 @@ import { tmpdir } from 'os';
|
|
|
6
6
|
import { mkdirSync } from 'fs';
|
|
7
7
|
|
|
8
8
|
// Import the hooks
|
|
9
|
-
import { startUltraQA, clearUltraQAState, isRalphLoopActive } from '../src/hooks/ultraqa
|
|
9
|
+
import { startUltraQA, clearUltraQAState, isRalphLoopActive } from '../src/hooks/ultraqa/index.js';
|
|
10
10
|
import { createRalphLoopHook, clearRalphState, isUltraQAActive } from '../src/hooks/ralph-loop/index.js';
|
|
11
11
|
|
|
12
12
|
// Test utilities
|
package/skills/analyze/SKILL.md
CHANGED