You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--project, -p <name>`| Project name or SHA (auto-detected from git) |
219
+
185
220
## Configuration
186
221
187
222
On first run, the plugin automatically copies the bundled config to your config directory:
@@ -298,20 +333,25 @@ When enabled, logs are written to the specified file with timestamps. The log fi
298
333
-`ralph.cleanupWorktree` - Auto-remove worktree on cancel (default: `false`)
299
334
-`ralph.defaultAudit` - Run auditor after each coding iteration by default (default: `true`)
300
335
-`ralph.model` - Model override for Ralph sessions (`provider/model`), falls back to `executionModel` (default: `""`)
336
+
-`ralph.stallTimeoutMs` - Watchdog stall detection timeout in milliseconds (default: `60000`)
301
337
-`ralph.minAudits` - Minimum audit iterations required before completion (default: `1`)
302
338
339
+
#### Top-level
340
+
-`defaultKvTtlMs` - Default TTL for KV store entries in milliseconds (default: `604800000` / 7 days)
341
+
303
342
#### Auditor
304
343
-`auditorModel` - Model override for the auditor agent (`provider/model`). When set, overrides the auditor agent's default model. When not set, uses platform default (default: `""`)
305
344
306
345
## architect → code Workflow
307
346
308
347
Plan with a smart model, execute with a fast model. The architect agent researches and designs; the code agent implements.
309
348
310
-
After the architect presents a plan, the user approves via one of three execution modes:
349
+
After the architect presents a plan, the user approves via one of four execution modes:
311
350
312
-
-**Approve plan** — Creates a new Code session via `memory-plan-execute`
313
-
-**Execute with Ralph loop** — Runs the plan in an isolated worktree with iterative coding/auditing via `memory-plan-ralph`
314
-
-**Ralph in place** — Same as Ralph loop but runs in the current directory (no worktree isolation)
351
+
-**New session** — Creates a new Code session via `memory-plan-execute`
352
+
-**Execute here** — Executes the plan in the current session (code agent takes over immediately)
353
+
-**Ralph (worktree)** — Runs the plan in an isolated git worktree with iterative coding/auditing via `memory-plan-ralph`
354
+
-**Ralph (in place)** — Same as Ralph worktree but runs in the current directory (no worktree isolation)
315
355
316
356
Set `executionModel` in your config to a fast model (e.g., Haiku) and use a smart model (e.g., Opus) for the architect session.
0 commit comments