@viraatdas/rudder 2.12.24 → 2.12.26

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 CHANGED
@@ -249,7 +249,10 @@ workers, which keeps final delivery ownership unambiguous.
249
249
 
250
250
  Use `/ask <text>` for a one-off conversational agent in the main checkout, with
251
251
  no DAG and no merge step. Use `/run <task>` for exactly one isolated worker that
252
- lands in Review and merges back with `m` or `/merge-all`. Use `/plan <text>` when
252
+ lands in Review and merges back with `m` or `/merge-all`. Use `/run main <task>`
253
+ to add another agent in the main checkout itself — several may run there at once
254
+ (they edit the same tree, so they can overwrite each other; rudder says so in the
255
+ activity log rather than stopping you). Use `/plan <text>` when
253
256
  you want the orchestrator / DAG path: the read-only planner decomposes the task,
254
257
  then separate isolated workers implement its nodes.
255
258
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "2.12.24",
3
+ "version": "2.12.26",
4
4
  "description": "A Claude Code-style terminal app for running coding agents with worktree-isolated runs.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://rudder.viraat.dev",