@rudderhq/agent-runtime-gemini-local 0.3.4-canary.31 → 0.3.4-canary.32
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.3.4-canary.
|
|
3
|
+
"version": "0.3.4-canary.32",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"homepage": "https://github.com/Undertone0809/rudder",
|
|
6
6
|
"bugs": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"typecheck": "tsc --noEmit"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@rudderhq/agent-runtime-utils": "0.3.4-canary.
|
|
70
|
+
"@rudderhq/agent-runtime-utils": "0.3.4-canary.32",
|
|
71
71
|
"picocolors": "^1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
package/skills/rudder/SKILL.md
CHANGED
|
@@ -290,10 +290,12 @@ If asked to make or revise durable project work files, use the Library as a loca
|
|
|
290
290
|
|
|
291
291
|
When you need to cite a Library file in a chat reply, issue comment, review, blocker, or done comment, use the `markdownLink` returned by `rudder library file ref "$RUDDER_PROJECT_LIBRARY_PATH/<relative-file>" --json`. Do not hand-write `library-entry://...` URLs.
|
|
292
292
|
|
|
293
|
-
Strong Library links look like normal Markdown, but the target
|
|
293
|
+
Strong Library links look like normal Markdown, but the target contains only
|
|
294
|
+
the stable Library entry id. Title and path are display or lookup details
|
|
295
|
+
returned by Rudder, not URL metadata agents should encode:
|
|
294
296
|
|
|
295
297
|
```md
|
|
296
|
-
[Project work file](library-entry://<entry-id
|
|
298
|
+
[Project work file](library-entry://<entry-id>)
|
|
297
299
|
```
|
|
298
300
|
|
|
299
301
|
Typical flow:
|
|
@@ -307,7 +309,7 @@ rudder issue comment "<issue-id-or-identifier>" --body-file "<path>" --json
|
|
|
307
309
|
The `ref`, `put`, and `get` JSON responses include:
|
|
308
310
|
|
|
309
311
|
- `libraryEntryId`: stable Library file identity
|
|
310
|
-
- `mentionHref`: the raw `library-entry
|
|
312
|
+
- `mentionHref`: the raw `library-entry://<entry-id>` target
|
|
311
313
|
- `markdownLink`: the Markdown link to paste into the comment body
|
|
312
314
|
|
|
313
315
|
For close-out comments, copy `markdownLink` from the JSON response into your temporary Markdown comment file and post that link as the Rudder-visible handoff checkpoint. Direct filesystem writes are not complete handoff evidence until the file is cited with the returned `markdownLink`. The `ref` argument is a Library-relative path such as `$RUDDER_PROJECT_LIBRARY_PATH/<relative-file>`, not the absolute `$RUDDER_PROJECT_LIBRARY_ROOT/...` filesystem path. If `$RUDDER_PROJECT_LIBRARY_ROOT` is unset or inaccessible, use `rudder library file get/put "$RUDDER_PROJECT_LIBRARY_PATH/<relative-file>"` as the remote or restricted runtime fallback. Use older `library-file://...` links only when you are preserving or reading legacy content that has no `libraryEntryId`.
|
|
@@ -111,7 +111,6 @@ Use the incremental `after` form when you already know the thread.
|
|
|
111
111
|
### Status and ownership mutations
|
|
112
112
|
|
|
113
113
|
- `PATCH /api/issues/:issueId`
|
|
114
|
-
- `POST /api/issues/:issueId/release`
|
|
115
114
|
- `POST /api/issues/:issueId/approvals`
|
|
116
115
|
|
|
117
116
|
`PATCH` accepts `comment` alongside mutable issue fields such as `status`, `priority`, `assigneeAgentId`, `assigneeUserId`, `reviewerAgentId`, `reviewerUserId`, `projectId`, `goalId`, and `parentId`.
|
|
@@ -195,8 +194,8 @@ Workspace file detail responses include renderable reference fields:
|
|
|
195
194
|
{
|
|
196
195
|
"filePath": "projects/rudder/RUD-123.md",
|
|
197
196
|
"libraryEntryId": "entry-uuid",
|
|
198
|
-
"mentionHref": "library-entry://entry-uuid
|
|
199
|
-
"markdownLink": "[RUD-123.md](library-entry://entry-uuid
|
|
197
|
+
"mentionHref": "library-entry://entry-uuid",
|
|
198
|
+
"markdownLink": "[RUD-123.md](library-entry://entry-uuid)"
|
|
200
199
|
}
|
|
201
200
|
```
|
|
202
201
|
|
|
@@ -38,7 +38,6 @@ Direct API fallback is allowed for heartbeat close-out only when a required CLI
|
|
|
38
38
|
| `rudder issue commit <issue> --sha <sha> --message <subject>` | Report a code commit created during issue work as structured issue activity. | yes | no | no | attached when available |
|
|
39
39
|
| `rudder issue done <issue> --comment-file <path> [--image <path>]` | Mark an issue done with a required completion comment, optionally uploading images. | yes | no | no | attached when available |
|
|
40
40
|
| `rudder issue block <issue> --comment-file <path> [--image <path>]` | Mark an issue blocked with a required blocker comment, optionally uploading images. | yes | no | no | attached when available |
|
|
41
|
-
| `rudder issue release <issue>` | Release an issue back to todo and clear ownership. | yes | no | no | attached when available |
|
|
42
41
|
| `rudder project list --org-id <id>` | List projects in an organization. | no | required | no | no |
|
|
43
42
|
| `rudder project get <project-id-or-shortname> [--org-id <id>]` | Read one project by ID or shortname. | no | no | no | no |
|
|
44
43
|
| `rudder project create --org-id <id> --name <name>` | Create a project in the organization. | yes | required | no | attached when available |
|
|
@@ -121,7 +120,7 @@ printf '%s\n' "$result" | jq -r .markdownLink
|
|
|
121
120
|
The relevant JSON fields are:
|
|
122
121
|
|
|
123
122
|
- `libraryEntryId`: stable identity for the Library file.
|
|
124
|
-
- `mentionHref`: raw `library-entry://<id
|
|
123
|
+
- `mentionHref`: raw `library-entry://<id>` target.
|
|
125
124
|
- `markdownLink`: complete Markdown link that the renderer turns into a Library
|
|
126
125
|
chip and that continues resolving after Rudder-managed rename or move.
|
|
127
126
|
|