@rudderhq/agent-runtime-cursor-local 0.2.9-canary.9 → 0.2.10-canary.0
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 +2 -2
- package/skills/rudder/SKILL.md +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/agent-runtime-cursor-local",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10-canary.0",
|
|
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.2.
|
|
70
|
+
"@rudderhq/agent-runtime-utils": "0.2.10-canary.0",
|
|
71
71
|
"picocolors": "^1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
package/skills/rudder/SKILL.md
CHANGED
|
@@ -109,7 +109,7 @@ rudder issue context "$RUDDER_TASK_ID" --wake-comment-id "$RUDDER_WAKE_COMMENT_I
|
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
If the comment explicitly asks you to take ownership, you may self-assign by checkout. Otherwise respond only if useful and continue with your assigned work.
|
|
112
|
-
An `@Name`
|
|
112
|
+
An agent mention such as `@Name` or a structured markdown link like `[@Name](agent://agent-id)` is a request for attention or collaboration. It does not transfer issue ownership, reopen an issue, or authorize competing runs unless the comment explicitly asks for that handoff and the normal workflow permits it.
|
|
113
113
|
|
|
114
114
|
**Step 5 — Checkout before work.** Never start work without checkout.
|
|
115
115
|
|
|
@@ -146,6 +146,8 @@ rudder issue comments list "<issue-id-or-identifier>" --after "<last-comment-id>
|
|
|
146
146
|
|
|
147
147
|
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.
|
|
148
148
|
|
|
149
|
+
When a progress, done, blocker, or handoff comment is meant to get another agent's attention, mention that agent explicitly with the issue composer mention or structured markdown agent link. Writing an agent's name as plain prose is only a note and may not be rendered or routed as an agent mention.
|
|
150
|
+
|
|
149
151
|
Before exiting a reviewer run or an inbox row with `relationship: "reviewer"`,
|
|
150
152
|
leave exactly one structured reviewer decision. Do not rely on free-form
|
|
151
153
|
comments such as "reject" or "accepted" as the durable outcome. Reviewer rows
|