oh-my-agent 6.2.1 → 6.3.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 +0 -2
- package/bin/cli.js +425 -425
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,8 +107,6 @@ Or use slash commands for structured workflows:
|
|
|
107
107
|
| 2 | `/architecture` | Software architecture review, tradeoffs, ADR/ATAM/CBAM-style analysis |
|
|
108
108
|
| 2 | `/design` | 7-phase design system workflow |
|
|
109
109
|
| 2 | `/plan` | PM breaks down your feature into tasks |
|
|
110
|
-
| 2 | `/exec-plan` | Track plans as first-class artifacts in `docs/exec-plans/` |
|
|
111
|
-
| 2 | `/stack-set` | Auto-detect tech stack, generate language-specific backend resources |
|
|
112
110
|
| 3 | `/work` | Step-by-step multi-agent execution |
|
|
113
111
|
| 3 | `/orchestrate` | Automated parallel agent spawning |
|
|
114
112
|
| 3 | `/ultrawork` | 5-phase quality workflow with 11 review gates |
|