@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 +4 -3
- package/dist/native/rudder-native +0 -0
- package/package.json +1 -1
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.**
|
|
176
|
-
|
|
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.
|
|
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