oh-my-agent 2.6.0 → 2.7.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 +6 -6
- package/bin/cli.js +251 -251
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -184,18 +184,18 @@ You'll also need at least one CLI tool:
|
|
|
184
184
|
|
|
185
185
|
### 2. Chat
|
|
186
186
|
|
|
187
|
-
**
|
|
187
|
+
**Complex project** (/coordinate workflow):
|
|
188
188
|
|
|
189
189
|
```
|
|
190
|
-
|
|
191
|
-
→
|
|
190
|
+
"Build a TODO app with user authentication"
|
|
191
|
+
→ /coordinate → PM Agent plans → agents spawned in Agent Manager
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
**
|
|
194
|
+
**Maximum deployment** (/ultrawork workflow):
|
|
195
195
|
|
|
196
196
|
```
|
|
197
|
-
"
|
|
198
|
-
→ /
|
|
197
|
+
"Refactor auth module, add API tests, and update docs"
|
|
198
|
+
→ /ultrawork → Independent tasks execute in parallel across agents
|
|
199
199
|
```
|
|
200
200
|
|
|
201
201
|
**Simple task** (single agent auto-activates):
|