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.
Files changed (3) hide show
  1. package/README.md +6 -6
  2. package/bin/cli.js +251 -251
  3. 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
- **Explicit coordination** (user-triggered workflow):
187
+ **Complex project** (/coordinate workflow):
188
188
 
189
189
  ```
190
- /coordinate
191
- Step-by-step: PM planningagent spawning QA review
190
+ "Build a TODO app with user authentication"
191
+ /coordinate PM Agent plans agents spawned in Agent Manager
192
192
  ```
193
193
 
194
- **Complex project** (/coordinate workflow)::
194
+ **Maximum deployment** (/ultrawork workflow):
195
195
 
196
196
  ```
197
- "Build a TODO app with user authentication"
198
- → /coordinatePM Agent plans agents spawned in Agent Manager
197
+ "Refactor auth module, add API tests, and update docs"
198
+ → /ultraworkIndependent tasks execute in parallel across agents
199
199
  ```
200
200
 
201
201
  **Simple task** (single agent auto-activates):