@viraatdas/rudder 2.14.27 → 2.14.30

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
@@ -201,6 +201,7 @@ running, Rudder also exposes matching project skills; the orchestrator can write
201
201
  | `/model` | Pick provider, then model, then effort |
202
202
  | `/fast` | Fast mode for new agents: flagship model at low effort (Claude opus / Codex gpt-5.5); `/model` switches back |
203
203
  | `/plan <text>` | Start the orchestrator / DAG planner |
204
+ | `/gam [main] [<model>] <task>` | Generator + adversarial reviewer pair: split panes, the reviewer questions every round and only the generator edits |
204
205
  | `/run <task>` | Start one isolated mergeable worker, with no DAG |
205
206
  | `/ask <text>` | Start a one-off conversational agent in the main checkout |
206
207
  | `/share <text>` | Save gitignored shared context for all agents in `RUDDER_SHARED.md` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "2.14.27",
3
+ "version": "2.14.30",
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",