dydo 1.0.22 → 1.0.24
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -261,7 +261,7 @@ Then tell your AI to read `dydo/index.md`. That's it.
|
|
|
261
261
|
### Workflow
|
|
262
262
|
| Command | Description |
|
|
263
263
|
|---------|-------------|
|
|
264
|
-
| `dydo dispatch --role <role> --task <name>` | Hand off work |
|
|
264
|
+
| `dydo dispatch --role <role> --task <name>` | Hand off work (`--tab`, `--new-window`) |
|
|
265
265
|
| `dydo inbox list` | List agents with inbox items |
|
|
266
266
|
| `dydo inbox show` | Show current agent's inbox |
|
|
267
267
|
| `dydo inbox clear` | Clear processed items |
|
|
@@ -270,7 +270,7 @@ Then tell your AI to read `dydo/index.md`. That's it.
|
|
|
270
270
|
| Command | Description |
|
|
271
271
|
|---------|-------------|
|
|
272
272
|
| `dydo task create <name>` | Create a new task |
|
|
273
|
-
| `dydo task ready-for-review <name
|
|
273
|
+
| `dydo task ready-for-review <name> --summary "..."` | Mark task ready for review |
|
|
274
274
|
| `dydo task approve <name>` | Approve task (human only) |
|
|
275
275
|
| `dydo task reject <name>` | Reject task (human only) |
|
|
276
276
|
| `dydo task list` | List tasks |
|