@viraatdas/rudder 1.3.4 → 1.4.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 +13 -10
- package/dist/native/rudder-native +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -168,16 +168,19 @@ reused next time. Rudder refreshes model metadata from
|
|
|
168
168
|
|
|
169
169
|
## Planning (the default)
|
|
170
170
|
|
|
171
|
-
Just type a task.
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
171
|
+
Just type a task. Rudder opens the model's **interactive plan mode** right in the pane
|
|
172
|
+
(Claude's plan mode or Codex's `/plan`): the model researches your repo read-only and
|
|
173
|
+
proposes a plan you discuss and refine in-pane, exactly like using the agent's own plan
|
|
174
|
+
mode. It will not implement anything. When you are happy with the plan, press **`Ctrl+W`
|
|
175
|
+
then `a`** to approve: Rudder captures the plan, decomposes it into a DAG of worker tasks,
|
|
176
|
+
and shows you that DAG for one more approval. Press `Enter` to launch; the scheduler then
|
|
177
|
+
drains the DAG (todo → in-progress → review → done) as dependencies merge.
|
|
178
|
+
|
|
179
|
+
After launch, typing a new task folds it into the running DAG as a new node. When a
|
|
180
|
+
worker finishes, Rudder reads back what it did and what work it found remaining (and
|
|
181
|
+
reconstructs that from the diff if the agent did not say), so the plan keeps growing on
|
|
182
|
+
its own. Type a sweeping change (\"rewrite this in Rust instead\") and the plan re-plans
|
|
183
|
+
around the work already done.
|
|
181
184
|
|
|
182
185
|
## Worktrees and merging
|
|
183
186
|
|
|
Binary file
|
package/package.json
CHANGED