@rudderhq/agent-runtime-gemini-local 0.2.0-canary.13 → 0.2.0-canary.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudderhq/agent-runtime-gemini-local",
3
- "version": "0.2.0-canary.13",
3
+ "version": "0.2.0-canary.15",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "homepage": "https://github.com/Undertone0809/rudder",
6
6
  "bugs": {
@@ -51,7 +51,7 @@
51
51
  "typecheck": "tsc --noEmit"
52
52
  },
53
53
  "dependencies": {
54
- "@rudderhq/agent-runtime-utils": "0.2.0-canary.13",
54
+ "@rudderhq/agent-runtime-utils": "0.2.0-canary.15",
55
55
  "picocolors": "^1.1.1"
56
56
  },
57
57
  "devDependencies": {
@@ -91,11 +91,12 @@ rudder agent inbox --json
91
91
  Inbox rows include a `relationship` field:
92
92
 
93
93
  - `assignee`: execution work you own
94
- - `reviewer`: review work where the issue is in `in_review`
94
+ - `reviewer`: review or blocker-triage work where the issue is in `in_review`
95
+ or `blocked`
95
96
 
96
97
  Prioritize active close-out work first: reviewer rows with `status:
97
- "in_review"`, then assignee `in_progress`, then assignee `todo`. Skip
98
- `blocked` unless you can actually unblock it.
98
+ `"in_review"` or `"blocked"`, then assignee `in_progress`, then assignee
99
+ `todo`. Skip assignee-only `blocked` work unless you can actually unblock it.
99
100
 
100
101
  If `RUDDER_TASK_ID` is set and the task is assigned to you or names you as
101
102
  reviewer, prioritize it first.
@@ -141,11 +142,13 @@ rudder issue comments list "<issue-id-or-identifier>" --after "<last-comment-id>
141
142
 
142
143
  **Step 8 — Communicate outcome.**
143
144
 
144
- Before exiting an active `todo` or `in_progress` issue run, leave exactly one clear close-out signal. Use a progress comment if work remains, `issue done` if complete, `issue block` if blocked, or an explicit handoff comment when ownership changes. Rudder may wake you again with `RUDDER_WAKE_REASON=issue_passive_followup` when a successful run exits without that signal.
145
+ Before exiting an active `todo` or `in_progress` issue run, leave exactly one clear close-out signal. Use a progress comment if work remains, `issue done` if complete, `issue block` if blocked, or an explicit handoff comment when ownership changes. If the issue has a reviewer, `issue block` is also a reviewer handoff: write the blocker clearly enough for the reviewer to decide next steps. Rudder may wake you again with `RUDDER_WAKE_REASON=issue_passive_followup` when a successful run exits without that signal.
145
146
 
146
147
  Before exiting a reviewer run or an inbox row with `relationship: "reviewer"`,
147
148
  leave exactly one structured reviewer decision. Do not rely on free-form
148
- comments such as "reject" or "accepted" as the durable outcome:
149
+ comments such as "reject" or "accepted" as the durable outcome. Reviewer rows
150
+ may be `in_review` or `blocked`; blocked reviewer work is blocker triage, not
151
+ permission to take over implementation unless explicitly asked:
149
152
 
150
153
  - approve:
151
154
 
@@ -159,8 +162,8 @@ rudder issue review "<issue-id-or-identifier>" --decision approve --comment "<ma
159
162
  rudder issue review "<issue-id-or-identifier>" --decision request_changes --comment "<markdown>" --json
160
163
  ```
161
164
 
162
- - keep the issue in review because specific evidence or follow-up is still
163
- missing:
165
+ - keep the issue in its current review/blocker state because specific evidence
166
+ or follow-up is still missing:
164
167
 
165
168
  ```bash
166
169
  rudder issue review "<issue-id-or-identifier>" --decision needs_followup --comment "<markdown>" --json
@@ -175,23 +178,25 @@ rudder issue review "<issue-id-or-identifier>" --decision blocked --comment "<ma
175
178
  - progress-only update:
176
179
 
177
180
  ```bash
178
- rudder issue comment "<issue-id-or-identifier>" --body "<markdown>" --json
181
+ rudder issue comment "<issue-id-or-identifier>" --body "<markdown>" [--image "<path>"] --json
179
182
  ```
180
183
 
181
184
  - completion:
182
185
 
183
186
  ```bash
184
- rudder issue done "<issue-id-or-identifier>" --comment "<markdown>" --json
187
+ rudder issue done "<issue-id-or-identifier>" --comment "<markdown>" [--image "<path>"] --json
185
188
  ```
186
189
 
187
190
  - blocker:
188
191
 
189
192
  ```bash
190
- rudder issue block "<issue-id-or-identifier>" --comment "<markdown>" --json
193
+ rudder issue block "<issue-id-or-identifier>" --comment "<markdown>" [--image "<path>"] --json
191
194
  ```
192
195
 
193
196
  - generic patch when workflow commands are not enough:
194
197
 
198
+ Add `--image "<path>"` one or more times when the close-out/progress comment should include local screenshots or images. Supported local image types are PNG, JPEG, WebP, and GIF; the CLI uploads them as issue attachments and appends Markdown image links.
199
+
195
200
  ```bash
196
201
  rudder issue update "<issue-id-or-identifier>" ... --json
197
202
  ```
@@ -251,7 +256,8 @@ Planning rules:
251
256
  - Always communicate before exit on active work, except blocked issues with no new context.
252
257
  - Treat `issue_passive_followup` as close-out governance, not a fresh assignment: inspect current state, then comment, finish, block, or hand off explicitly.
253
258
  - Treat `issue_review_closeout_missing` as review close-out governance: inspect
254
- current state, then record one structured review decision.
259
+ current state, including blocked handoffs, then record one structured review
260
+ decision.
255
261
  - A reviewer does not take over implementation unless explicitly asked.
256
262
  - A reviewer request for changes must use `rudder issue review --decision
257
263
  request_changes`, not only a reject comment.
@@ -20,13 +20,13 @@ Stable CLI contract for agents using the bundled `rudder` skill. Prefer these co
20
20
  | `rudder issue get <issue>` | Read a full issue by UUID or identifier. | no | no | no | no |
21
21
  | `rudder issue context <issue>` | Read the compact heartbeat context for an issue. | no | no | no | no |
22
22
  | `rudder issue checkout <issue>` | Atomically checkout an issue for the current or specified agent. | yes | no | required | attached when available |
23
- | `rudder issue comment <issue> --body <text>` | Add a comment to an issue. | yes | no | no | attached when available |
23
+ | `rudder issue comment <issue> --body <text> [--image <path>]` | Add a comment to an issue, optionally uploading images and appending Markdown image links. | yes | no | no | attached when available |
24
24
  | `rudder issue comments list <issue>` | List issue comments, optionally only newer comments after a cursor. | no | no | no | no |
25
25
  | `rudder issue comments get <issue> <comment-id>` | Read one issue comment by id. | no | no | no | no |
26
- | `rudder issue update <issue> ...` | Apply generic issue updates when workflow commands are not enough. | yes | no | no | attached when available |
26
+ | `rudder issue update <issue> ... [--image <path>]` | Apply generic issue updates when workflow commands are not enough, optionally uploading images for the update comment. | yes | no | no | attached when available |
27
27
  | `rudder issue review <issue> --decision <decision> --comment <text>` | Record a structured reviewer decision with a required comment. | yes | no | no | attached when available |
28
- | `rudder issue done <issue> --comment <text>` | Mark an issue done with a required completion comment. | yes | no | no | attached when available |
29
- | `rudder issue block <issue> --comment <text>` | Mark an issue blocked with a required blocker comment. | yes | no | no | attached when available |
28
+ | `rudder issue done <issue> --comment <text> [--image <path>]` | Mark an issue done with a required completion comment, optionally uploading images. | yes | no | no | attached when available |
29
+ | `rudder issue block <issue> --comment <text> [--image <path>]` | Mark an issue blocked with a required blocker comment, optionally uploading images. | yes | no | no | attached when available |
30
30
  | `rudder issue release <issue>` | Release an issue back to todo and clear ownership. | yes | no | no | attached when available |
31
31
  | `rudder issue documents list <issue>` | List issue documents. | no | no | no | no |
32
32
  | `rudder issue documents get <issue> <key>` | Read one issue document by key. | no | no | no | no |
@@ -46,21 +46,25 @@ Stable CLI contract for agents using the bundled `rudder` skill. Prefer these co
46
46
 
47
47
  Before a successful `todo` or `in_progress` issue run exits, leave one close-out signal with the command that matches the outcome:
48
48
 
49
- - progress remains: `rudder issue comment <issue> --body <text>`
50
- - work is complete: `rudder issue done <issue> --comment <text>`
51
- - work is blocked: `rudder issue block <issue> --comment <text>`
49
+ - progress remains: `rudder issue comment <issue> --body <text> [--image <path>]`
50
+ - work is complete: `rudder issue done <issue> --comment <text> [--image <path>]`
51
+ - work is blocked: `rudder issue block <issue> --comment <text> [--image <path>]`
52
52
  - ownership changes: add an explicit handoff comment before or with the assignee update
53
53
 
54
+ If an issue has a reviewer, moving it to `blocked` is also a reviewer handoff: the reviewer should confirm the blocker, request changes, approve, or keep explicit follow-up open with `rudder issue review`.
55
+
56
+ `--image` may be repeated. The CLI uploads each local PNG/JPEG/WebP/GIF as an issue attachment and appends Markdown image links to the comment text before sending it.
57
+
54
58
  If `RUDDER_WAKE_REASON=issue_passive_followup`, the run is close-out governance for the same issue. Inspect current issue state first, then leave a progress comment, completion, blocker, or explicit handoff.
55
59
 
56
60
  ## Reviewer Close-Out Signals
57
61
 
58
- When the inbox row or wake context says `relationship: "reviewer"`, `role: "reviewer"`, or `wakeSource: "review"`, finish the review with one structured reviewer decision:
62
+ When the inbox row or wake context says `relationship: "reviewer"`, `role: "reviewer"`, or `wakeSource: "review"`, finish the review with one structured reviewer decision. Reviewer work can be either `in_review` or `blocked`; blocked reviewer work means blocker triage, not implementation takeover.
59
63
 
60
64
  - approve: `rudder issue review <issue> --decision approve --comment <text>`
61
65
  - request changes: `rudder issue review <issue> --decision request_changes --comment <text>`
62
66
  - needs follow-up: `rudder issue review <issue> --decision needs_followup --comment <text>`
63
- - blocked: `rudder issue review <issue> --decision blocked --comment <text>`
67
+ - blocked or blocker confirmed: `rudder issue review <issue> --decision blocked --comment <text>`
64
68
 
65
69
  Do not rely on a free-form reject or accept comment as the review outcome. The structured decision is the durable close-out signal.
66
70