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.
Files changed (282) hide show
  1. package/README.md +3 -3
  2. package/agents/explore-high.md +195 -0
  3. package/agents/qa-tester-high.md +141 -0
  4. package/agents/templates/README.md +110 -0
  5. package/agents/templates/base-agent.md +54 -0
  6. package/agents/templates/tier-instructions.md +94 -0
  7. package/commands/ecomode.md +60 -0
  8. package/commands/help.md +1 -1
  9. package/commands/mcp-setup.md +7 -6
  10. package/commands/ralplan.md +8 -1
  11. package/commands/ultrapilot.md +158 -0
  12. package/commands/ultrawork.md +1 -0
  13. package/dist/__tests__/delegation-enforcer-integration.test.d.ts +6 -0
  14. package/dist/__tests__/delegation-enforcer-integration.test.d.ts.map +1 -0
  15. package/dist/__tests__/delegation-enforcer-integration.test.js +136 -0
  16. package/dist/__tests__/delegation-enforcer-integration.test.js.map +1 -0
  17. package/dist/__tests__/delegation-enforcer.test.d.ts +5 -0
  18. package/dist/__tests__/delegation-enforcer.test.d.ts.map +1 -0
  19. package/dist/__tests__/delegation-enforcer.test.js +208 -0
  20. package/dist/__tests__/delegation-enforcer.test.js.map +1 -0
  21. package/dist/__tests__/hooks.test.js +2 -2
  22. package/dist/__tests__/hooks.test.js.map +1 -1
  23. package/dist/__tests__/installer.test.js +4 -6
  24. package/dist/__tests__/installer.test.js.map +1 -1
  25. package/dist/__tests__/ralph-prd.test.js +1 -1
  26. package/dist/__tests__/ralph-prd.test.js.map +1 -1
  27. package/dist/__tests__/ralph-progress.test.js +1 -1
  28. package/dist/__tests__/ralph-progress.test.js.map +1 -1
  29. package/dist/__tests__/skills.test.js +31 -24
  30. package/dist/__tests__/skills.test.js.map +1 -1
  31. package/dist/agents/analyst.d.ts.map +1 -1
  32. package/dist/agents/analyst.js +1 -0
  33. package/dist/agents/analyst.js.map +1 -1
  34. package/dist/agents/architect.d.ts.map +1 -1
  35. package/dist/agents/architect.js +1 -0
  36. package/dist/agents/architect.js.map +1 -1
  37. package/dist/agents/critic.d.ts.map +1 -1
  38. package/dist/agents/critic.js +1 -0
  39. package/dist/agents/critic.js.map +1 -1
  40. package/dist/agents/definitions.d.ts +5 -1
  41. package/dist/agents/definitions.d.ts.map +1 -1
  42. package/dist/agents/definitions.js +53 -155
  43. package/dist/agents/definitions.js.map +1 -1
  44. package/dist/agents/designer.d.ts.map +1 -1
  45. package/dist/agents/designer.js +1 -0
  46. package/dist/agents/designer.js.map +1 -1
  47. package/dist/agents/executor.d.ts.map +1 -1
  48. package/dist/agents/executor.js +1 -0
  49. package/dist/agents/executor.js.map +1 -1
  50. package/dist/agents/explore.d.ts.map +1 -1
  51. package/dist/agents/explore.js +1 -0
  52. package/dist/agents/explore.js.map +1 -1
  53. package/dist/agents/planner.d.ts.map +1 -1
  54. package/dist/agents/planner.js +1 -0
  55. package/dist/agents/planner.js.map +1 -1
  56. package/dist/agents/qa-tester.d.ts.map +1 -1
  57. package/dist/agents/qa-tester.js +1 -0
  58. package/dist/agents/qa-tester.js.map +1 -1
  59. package/dist/agents/researcher.d.ts.map +1 -1
  60. package/dist/agents/researcher.js +1 -0
  61. package/dist/agents/researcher.js.map +1 -1
  62. package/dist/agents/scientist.d.ts.map +1 -1
  63. package/dist/agents/scientist.js +1 -0
  64. package/dist/agents/scientist.js.map +1 -1
  65. package/dist/agents/types.d.ts +2 -0
  66. package/dist/agents/types.d.ts.map +1 -1
  67. package/dist/agents/types.js.map +1 -1
  68. package/dist/agents/vision.d.ts.map +1 -1
  69. package/dist/agents/vision.js +1 -0
  70. package/dist/agents/vision.js.map +1 -1
  71. package/dist/agents/writer.d.ts.map +1 -1
  72. package/dist/agents/writer.js +1 -0
  73. package/dist/agents/writer.js.map +1 -1
  74. package/dist/cli/index.js +0 -3
  75. package/dist/cli/index.js.map +1 -1
  76. package/dist/config/loader.d.ts.map +1 -1
  77. package/dist/config/loader.js +1 -6
  78. package/dist/config/loader.js.map +1 -1
  79. package/dist/features/delegation-enforcer.d.ts +71 -0
  80. package/dist/features/delegation-enforcer.d.ts.map +1 -0
  81. package/dist/features/delegation-enforcer.js +128 -0
  82. package/dist/features/delegation-enforcer.js.map +1 -0
  83. package/dist/features/index.d.ts +3 -0
  84. package/dist/features/index.d.ts.map +1 -1
  85. package/dist/features/index.js +18 -0
  86. package/dist/features/index.js.map +1 -1
  87. package/dist/features/state-manager/index.d.ts +100 -0
  88. package/dist/features/state-manager/index.d.ts.map +1 -0
  89. package/dist/features/state-manager/index.js +407 -0
  90. package/dist/features/state-manager/index.js.map +1 -0
  91. package/dist/features/state-manager/types.d.ts +147 -0
  92. package/dist/features/state-manager/types.d.ts.map +1 -0
  93. package/dist/features/state-manager/types.js +30 -0
  94. package/dist/features/state-manager/types.js.map +1 -0
  95. package/dist/features/task-decomposer/index.d.ts +33 -0
  96. package/dist/features/task-decomposer/index.d.ts.map +1 -0
  97. package/dist/features/task-decomposer/index.js +698 -0
  98. package/dist/features/task-decomposer/index.js.map +1 -0
  99. package/dist/features/task-decomposer/types.d.ts +133 -0
  100. package/dist/features/task-decomposer/types.d.ts.map +1 -0
  101. package/dist/features/task-decomposer/types.js +8 -0
  102. package/dist/features/task-decomposer/types.js.map +1 -0
  103. package/dist/features/verification/example.d.ts +49 -0
  104. package/dist/features/verification/example.d.ts.map +1 -0
  105. package/dist/features/verification/example.js +235 -0
  106. package/dist/features/verification/example.js.map +1 -0
  107. package/dist/features/verification/index.d.ts +97 -0
  108. package/dist/features/verification/index.d.ts.map +1 -0
  109. package/dist/features/verification/index.js +439 -0
  110. package/dist/features/verification/index.js.map +1 -0
  111. package/dist/features/verification/types.d.ts +142 -0
  112. package/dist/features/verification/types.d.ts.map +1 -0
  113. package/dist/features/verification/types.js +7 -0
  114. package/dist/features/verification/types.js.map +1 -0
  115. package/dist/hooks/agent-usage-reminder/constants.d.ts.map +1 -1
  116. package/dist/hooks/agent-usage-reminder/constants.js +0 -1
  117. package/dist/hooks/agent-usage-reminder/constants.js.map +1 -1
  118. package/dist/hooks/autopilot/__tests__/cancel.test.js +4 -4
  119. package/dist/hooks/autopilot/__tests__/cancel.test.js.map +1 -1
  120. package/dist/hooks/autopilot/__tests__/summary.test.js +1 -1
  121. package/dist/hooks/autopilot/__tests__/summary.test.js.map +1 -1
  122. package/dist/hooks/autopilot/__tests__/transition.test.js +1 -2
  123. package/dist/hooks/autopilot/__tests__/transition.test.js.map +1 -1
  124. package/dist/hooks/autopilot/cancel.js +2 -2
  125. package/dist/hooks/autopilot/cancel.js.map +1 -1
  126. package/dist/hooks/autopilot/enforcement.d.ts +16 -2
  127. package/dist/hooks/autopilot/enforcement.d.ts.map +1 -1
  128. package/dist/hooks/autopilot/enforcement.js +78 -4
  129. package/dist/hooks/autopilot/enforcement.js.map +1 -1
  130. package/dist/hooks/autopilot/index.d.ts +3 -6
  131. package/dist/hooks/autopilot/index.d.ts.map +1 -1
  132. package/dist/hooks/autopilot/index.js +6 -12
  133. package/dist/hooks/autopilot/index.js.map +1 -1
  134. package/dist/hooks/autopilot/state.d.ts +36 -2
  135. package/dist/hooks/autopilot/state.d.ts.map +1 -1
  136. package/dist/hooks/autopilot/state.js +216 -2
  137. package/dist/hooks/autopilot/state.js.map +1 -1
  138. package/dist/hooks/autopilot/validation.d.ts +23 -2
  139. package/dist/hooks/autopilot/validation.d.ts.map +1 -1
  140. package/dist/hooks/autopilot/validation.js +158 -1
  141. package/dist/hooks/autopilot/validation.js.map +1 -1
  142. package/dist/hooks/bridge.js +3 -3
  143. package/dist/hooks/bridge.js.map +1 -1
  144. package/dist/hooks/index.d.ts +5 -9
  145. package/dist/hooks/index.d.ts.map +1 -1
  146. package/dist/hooks/index.js +31 -21
  147. package/dist/hooks/index.js.map +1 -1
  148. package/dist/hooks/learner/promotion.js +1 -1
  149. package/dist/hooks/learner/promotion.js.map +1 -1
  150. package/dist/hooks/persistent-mode/index.d.ts.map +1 -1
  151. package/dist/hooks/persistent-mode/index.js +2 -3
  152. package/dist/hooks/persistent-mode/index.js.map +1 -1
  153. package/dist/hooks/ralph/index.d.ts +11 -0
  154. package/dist/hooks/ralph/index.d.ts.map +1 -0
  155. package/dist/hooks/ralph/index.js +53 -0
  156. package/dist/hooks/ralph/index.js.map +1 -0
  157. package/dist/hooks/ralph/loop.d.ts +116 -0
  158. package/dist/hooks/ralph/loop.d.ts.map +1 -0
  159. package/dist/hooks/ralph/loop.js +322 -0
  160. package/dist/hooks/ralph/loop.js.map +1 -0
  161. package/dist/hooks/ralph/prd.d.ts +130 -0
  162. package/dist/hooks/ralph/prd.d.ts.map +1 -0
  163. package/dist/hooks/ralph/prd.js +310 -0
  164. package/dist/hooks/ralph/prd.js.map +1 -0
  165. package/dist/hooks/ralph/progress.d.ts +102 -0
  166. package/dist/hooks/ralph/progress.d.ts.map +1 -0
  167. package/dist/hooks/ralph/progress.js +408 -0
  168. package/dist/hooks/ralph/progress.js.map +1 -0
  169. package/dist/hooks/ralph/verifier.d.ts +72 -0
  170. package/dist/hooks/ralph/verifier.d.ts.map +1 -0
  171. package/dist/hooks/ralph/verifier.js +223 -0
  172. package/dist/hooks/ralph/verifier.js.map +1 -0
  173. package/dist/hooks/recovery/constants.d.ts +114 -0
  174. package/dist/hooks/recovery/constants.d.ts.map +1 -0
  175. package/dist/hooks/recovery/constants.js +227 -0
  176. package/dist/hooks/recovery/constants.js.map +1 -0
  177. package/dist/hooks/recovery/context-window.d.ts +24 -0
  178. package/dist/hooks/recovery/context-window.d.ts.map +1 -0
  179. package/dist/hooks/recovery/context-window.js +321 -0
  180. package/dist/hooks/recovery/context-window.js.map +1 -0
  181. package/dist/hooks/recovery/edit-error.d.ts +24 -0
  182. package/dist/hooks/recovery/edit-error.d.ts.map +1 -0
  183. package/dist/hooks/recovery/edit-error.js +56 -0
  184. package/dist/hooks/recovery/edit-error.js.map +1 -0
  185. package/dist/hooks/recovery/index.d.ts +102 -0
  186. package/dist/hooks/recovery/index.d.ts.map +1 -0
  187. package/dist/hooks/recovery/index.js +166 -0
  188. package/dist/hooks/recovery/index.js.map +1 -0
  189. package/dist/hooks/recovery/session-recovery.d.ts +24 -0
  190. package/dist/hooks/recovery/session-recovery.d.ts.map +1 -0
  191. package/dist/hooks/recovery/session-recovery.js +281 -0
  192. package/dist/hooks/recovery/session-recovery.js.map +1 -0
  193. package/dist/hooks/recovery/storage.d.ts +75 -0
  194. package/dist/hooks/recovery/storage.d.ts.map +1 -0
  195. package/dist/hooks/recovery/storage.js +382 -0
  196. package/dist/hooks/recovery/storage.js.map +1 -0
  197. package/dist/hooks/recovery/types.d.ts +196 -0
  198. package/dist/hooks/recovery/types.d.ts.map +1 -0
  199. package/dist/hooks/recovery/types.js +32 -0
  200. package/dist/hooks/recovery/types.js.map +1 -0
  201. package/dist/hooks/ultrapilot/index.d.ts +90 -0
  202. package/dist/hooks/ultrapilot/index.d.ts.map +1 -0
  203. package/dist/hooks/ultrapilot/index.js +310 -0
  204. package/dist/hooks/ultrapilot/index.js.map +1 -0
  205. package/dist/hooks/ultrapilot/state.d.ts +72 -0
  206. package/dist/hooks/ultrapilot/state.d.ts.map +1 -0
  207. package/dist/hooks/ultrapilot/state.js +258 -0
  208. package/dist/hooks/ultrapilot/state.js.map +1 -0
  209. package/dist/hooks/ultrapilot/types.d.ts +113 -0
  210. package/dist/hooks/ultrapilot/types.d.ts.map +1 -0
  211. package/dist/hooks/ultrapilot/types.js +36 -0
  212. package/dist/hooks/ultrapilot/types.js.map +1 -0
  213. package/dist/hooks/ultraqa/index.d.ts +94 -0
  214. package/dist/hooks/ultraqa/index.d.ts.map +1 -0
  215. package/dist/hooks/ultraqa/index.js +216 -0
  216. package/dist/hooks/ultraqa/index.js.map +1 -0
  217. package/dist/hooks/ultrawork/index.d.ts +62 -0
  218. package/dist/hooks/ultrawork/index.d.ts.map +1 -0
  219. package/dist/hooks/ultrawork/index.js +208 -0
  220. package/dist/hooks/ultrawork/index.js.map +1 -0
  221. package/dist/index.d.ts.map +1 -1
  222. package/dist/index.js +1 -2
  223. package/dist/index.js.map +1 -1
  224. package/dist/installer/index.d.ts +1 -1
  225. package/dist/installer/index.d.ts.map +1 -1
  226. package/dist/installer/index.js +1 -1
  227. package/dist/installer/index.js.map +1 -1
  228. package/dist/mcp/index.d.ts +1 -1
  229. package/dist/mcp/index.d.ts.map +1 -1
  230. package/dist/mcp/index.js +1 -1
  231. package/dist/mcp/index.js.map +1 -1
  232. package/dist/mcp/servers.d.ts +2 -18
  233. package/dist/mcp/servers.d.ts.map +1 -1
  234. package/dist/mcp/servers.js +4 -36
  235. package/dist/mcp/servers.js.map +1 -1
  236. package/dist/shared/types.d.ts +1 -3
  237. package/dist/shared/types.d.ts.map +1 -1
  238. package/docs/CLAUDE.md +170 -44
  239. package/docs/DELEGATION-ENFORCER.md +282 -0
  240. package/docs/FULL-README.md +1 -1
  241. package/docs/LOCAL_PLUGIN_INSTALL.md +1 -1
  242. package/docs/MIGRATION.md +298 -104
  243. package/package.json +2 -2
  244. package/scripts/test-mutual-exclusion.ts +1 -1
  245. package/skills/analyze/SKILL.md +0 -1
  246. package/skills/autopilot/SKILL.md +0 -1
  247. package/skills/cancel/SKILL.md +580 -0
  248. package/skills/cancel-autopilot/SKILL.md +0 -1
  249. package/skills/cancel-ecomode/SKILL.md +41 -0
  250. package/skills/cancel-ralph/SKILL.md +0 -1
  251. package/skills/cancel-ultraqa/SKILL.md +0 -1
  252. package/skills/cancel-ultrawork/SKILL.md +0 -1
  253. package/skills/deepinit/SKILL.md +0 -1
  254. package/skills/deepsearch/SKILL.md +0 -1
  255. package/skills/doctor/SKILL.md +0 -1
  256. package/skills/ecomode/SKILL.md +128 -0
  257. package/skills/frontend-ui-ux/SKILL.md +0 -1
  258. package/skills/git-master/SKILL.md +0 -1
  259. package/skills/help/SKILL.md +1 -2
  260. package/skills/hud/SKILL.md +0 -1
  261. package/skills/learner/SKILL.md +0 -1
  262. package/skills/mcp-setup/SKILL.md +8 -7
  263. package/skills/note/SKILL.md +0 -1
  264. package/skills/omc-default/SKILL.md +0 -1
  265. package/skills/omc-default-global/SKILL.md +0 -1
  266. package/skills/omc-setup/SKILL.md +176 -10
  267. package/skills/orchestrate/SKILL.md +0 -1
  268. package/skills/pipeline/SKILL.md +417 -0
  269. package/skills/plan/SKILL.md +138 -21
  270. package/skills/planner/SKILL.md +0 -1
  271. package/skills/ralph/SKILL.md +65 -1
  272. package/skills/ralph-init/SKILL.md +0 -1
  273. package/skills/ralplan/SKILL.md +0 -1
  274. package/skills/release/SKILL.md +0 -1
  275. package/skills/research/SKILL.md +0 -1
  276. package/skills/review/SKILL.md +0 -1
  277. package/skills/swarm/SKILL.md +349 -0
  278. package/skills/tdd/SKILL.md +0 -1
  279. package/skills/ultrapilot/SKILL.md +563 -0
  280. package/skills/ultraqa/SKILL.md +0 -1
  281. package/skills/ultrawork/SKILL.md +0 -1
  282. package/docs/MIGRATION-v3.md +0 -186
package/docs/MIGRATION.md CHANGED
@@ -1,6 +1,20 @@
1
- # Migration Guide: 2.x to 3.0
1
+ # Migration Guide
2
2
 
3
- ## TL;DR
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
- ## What Changed
27
+ The package has been renamed to better reflect its purpose and improve discoverability.
14
28
 
15
- ### Before (2.x): Explicit Commands
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
- ### After (3.0): Auto-Activation + Keywords
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
- ## Command Mapping
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
- ## Backward Compatibility: All 2.x Commands Still Work
199
+ Follow these steps to migrate your existing setup:
121
200
 
122
- **Zero breaking changes.** Your existing workflows don't break.
201
+ #### 1. Uninstall Old Package
123
202
 
124
- ### Explicit Command Invocation Still Works
203
+ ```bash
204
+ npm uninstall -g oh-my-claude-sisyphus
205
+ ```
125
206
 
126
- You can still use explicit commands if you prefer:
207
+ #### 2. Install New Package
127
208
 
128
209
  ```bash
129
- /oh-my-claudecode:ralph "implement OAuth" # Still works ✅
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
- These are now **optional** - use them if you like, but you don't have to.
213
+ #### 3. Rename Local Project Directories
214
+
215
+ If you have existing projects using the old directory structure:
136
216
 
137
- ### Skill Composition
217
+ ```bash
218
+ # In each project directory
219
+ mv .sisyphus .omc
220
+ ```
138
221
 
139
- Skills now compose automatically based on context:
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
- Natural request: "Help me refactor the API quickly"
143
-
144
- Auto-detects: Need orchestration + speed
145
-
146
- Activates: orchestrate + ultrawork + git-master skills
147
-
148
- Result: Parallel agents, atomic commits, fast implementation
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
- You don't need to invoke multiple commands manually - Claude figures it out.
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
- ## Breaking Changes
254
+ #### 7. Run One-Time Setup
156
255
 
157
- **None!** Version 3.0 is purely additive:
256
+ In Claude Code, just say "setup omc", "omc setup", or any natural language equivalent.
158
257
 
159
- - All 2.x commands continue to work
160
- - All agents renamed but function identically (oracle → architect, etc.)
161
- - Directory structure changed (.sisyphus → .omc) but handled automatically
162
- - Environment variables renamed (SISYPHUS_* → OMC_*) but old ones still recognized
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
- See [MIGRATION-v3.md](MIGRATION-v3.md) for detailed 2.x → 3.0 naming changes.
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
- ## New Features in 3.0
274
+ 2. **Verify directories exist**:
275
+ ```bash
276
+ ls -la .omc/ # In project directory
277
+ ls -la ~/.omc/ # Global directory
278
+ ```
169
279
 
170
- ### 1. Zero-Learning-Curve Operation
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
- ### 2. Delegate Always (Automatic)
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
- ### 3. Learned Skills (`/oh-my-claudecode:learner`)
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
- ### 4. HUD Statusline (Real-Time Orchestration)
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
- ### 5. Three-Tier Memory System
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
- ### 6. Structured Task Tracking (PRD Support)
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
- ### 7. Intelligent Continuation
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
- ## Getting Started with 3.0
391
+ ## v3.0 v3.1: Notepad Wisdom & Enhanced Features
273
392
 
274
- ### Step 1: Update Your Plugin
393
+ ### Overview
275
394
 
276
- ```bash
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
- ### Step 2: Run One-Time Setup
397
+ ### What's New
282
398
 
283
- In Claude Code, just say "setup omc", "omc setup", or any natural language equivalent.
399
+ #### 1. Notepad Wisdom System
284
400
 
285
- This:
286
- - Downloads latest CLAUDE.md
287
- - Configures 19 agents
288
- - Enables auto-behavior detection
289
- - Activates continuation enforcement
290
- - Sets up skill composition
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
- ### Step 3: Use Naturally
446
+ #### 4. Session Resume
293
447
 
294
- **Just work.** Everything is automatic.
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
- "refactor the authentication system"
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
- ## Configuration Options
470
+ ## v3.x → v4.0: Major Architecture Overhaul
309
471
 
310
- ### Project-Scoped Configuration (Recommended)
472
+ ### Overview
311
473
 
312
- Apply oh-my-claudecode to current project only:
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
- Creates: `./.claude/CLAUDE.md`
478
+ ⚠️ **This section is under active development as v4.0 is being built.**
319
479
 
320
- ### Global Configuration
480
+ #### Planned Changes
321
481
 
322
- Apply to all Claude Code sessions:
482
+ 1. **Modular Architecture**
483
+ - Plugin system for extensibility
484
+ - Core/extension separation
485
+ - Better dependency management
323
486
 
324
- ```
325
- /oh-my-claudecode:omc-default-global
326
- ```
487
+ 2. **Enhanced Agent System**
488
+ - Improved agent lifecycle management
489
+ - Better error recovery
490
+ - Performance optimizations
327
491
 
328
- Creates: `~/.claude/CLAUDE.md`
492
+ 3. **Improved Configuration**
493
+ - Unified config schema
494
+ - Better validation
495
+ - Migration tooling
329
496
 
330
- **Precedence:** Project config overrides global if both exist.
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: 2.x vs 3.0
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
- ## Migration Checklist
583
+ ## Configuration Options
584
+
585
+ ### Project-Scoped Configuration (Recommended)
403
586
 
404
- If you're upgrading from 2.x:
587
+ Apply oh-my-claudecode to current project only:
405
588
 
406
- - [ ] Install/Update plugin: `claude plugin install oh-my-claude-sisyphus`
407
- - [ ] Run setup: say "setup omc"
408
- - [ ] Test natural language: Say "don't stop until done" (should activate ralph)
409
- - [ ] Test keyword: Use `ralph` keyword in a request (should activate ralph-loop)
410
- - [ ] Test cancellation: Say "stop" (should cancel active operation)
411
- - [ ] Review existing scripts: Update references to old command names (optional - old commands still work)
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 2.x commands continue to work exactly as before.
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 old command list?**
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 3.0!
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.10",
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.10.2",
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-loop/index.js';
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
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: analyze
3
3
  description: Deep analysis and investigation
4
- user-invocable: true
5
4
  ---
6
5
 
7
6
  # Deep Analysis Mode
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: autopilot
3
3
  description: Full autonomous execution from idea to working code
4
- user-invocable: true
5
4
  ---
6
5
 
7
6
  # Autopilot Skill