oh-my-claude-sisyphus 3.3.6 → 3.3.7

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.
@@ -20,11 +20,11 @@ Parse the goal from arguments. Supported formats:
20
20
 
21
21
  | Invocation | Goal Type | What to Check |
22
22
  |------------|-----------|---------------|
23
- | `/ultraqa --tests` | tests | All test suites pass |
24
- | `/ultraqa --build` | build | Build succeeds with exit 0 |
25
- | `/ultraqa --lint` | lint | No lint errors |
26
- | `/ultraqa --typecheck` | typecheck | No TypeScript errors |
27
- | `/ultraqa --custom "pattern"` | custom | Custom success pattern in output |
23
+ | `/oh-my-claudecode:ultraqa --tests` | tests | All test suites pass |
24
+ | `/oh-my-claudecode:ultraqa --build` | build | Build succeeds with exit 0 |
25
+ | `/oh-my-claudecode:ultraqa --lint` | lint | No lint errors |
26
+ | `/oh-my-claudecode:ultraqa --typecheck` | typecheck | No TypeScript errors |
27
+ | `/oh-my-claudecode:ultraqa --custom "pattern"` | custom | Custom success pattern in output |
28
28
 
29
29
  If no structured goal provided, interpret the argument as a custom goal.
30
30
 
@@ -108,7 +108,7 @@ Track state in `.omc/ultraqa-state.json`:
108
108
 
109
109
  ## Cancellation
110
110
 
111
- User can cancel with `/cancel-ultraqa` which clears the state file.
111
+ User can cancel with `/oh-my-claudecode:cancel-ultraqa` which clears the state file.
112
112
 
113
113
  ## Important Rules
114
114