@viraatdas/rudder 1.12.3 → 1.13.1

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
@@ -172,8 +172,8 @@ Just type a task. Rudder runs the model in **plan mode** (Claude Code or Codex),
172
172
  live in the orchestrator pane. The flow stays entirely inside Rudder — you only ever talk to
173
173
  Rudder, and the planner researches read-only and can never implement on its own:
174
174
 
175
- 1. **It asks first.** Unless your request is already fully specified, the planner inspects
176
- the repo and then asks you a few clarifying questions, shown as a numbered prompt:
175
+ 1. **It asks first.** The planner inspects the repo and then asks at least one
176
+ clarifying or confirmation question before the first DAG, shown as a numbered prompt:
177
177
 
178
178
  ```
179
179
  ❓ The planner needs your input
@@ -184,7 +184,8 @@ Rudder, and the planner researches read-only and can never implement on its own:
184
184
  ```
185
185
 
186
186
  Type your answer in the task box and press `Enter`; it continues the same planning
187
- conversation with your answer. (A fully unambiguous request skips straight to the plan.)
187
+ conversation with your answer. Rudder enforces this first question round in code, so
188
+ even a fully specified request pauses once before the first plan.
188
189
  2. **It lays out a DAG.** When it is ready it shows the task DAG (a tree of worker tasks
189
190
  with their dependencies). Type to refine it (Rudder re-plans, the DAG updates in place),
190
191
  or press `Enter` on an empty input to approve and launch.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "1.12.3",
3
+ "version": "1.13.1",
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",