@rudderhq/agent-runtime-gemini-local 0.5.2-canary.2 → 0.6.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/agent-runtime-gemini-local",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.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.
|
|
70
|
+
"@rudderhq/agent-runtime-utils": "0.6.0",
|
|
71
71
|
"picocolors": "^1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
@@ -42,8 +42,13 @@ because work is executable, durable, long-running, or reviewable.
|
|
|
42
42
|
|
|
43
43
|
## Ownership, Checkout, And Wake Scope
|
|
44
44
|
|
|
45
|
-
- Before
|
|
46
|
-
checkout that returns `409`; stop and report
|
|
45
|
+
- Before checkout-eligible assignment or follow-up execution, checkout the
|
|
46
|
+
assigned issue. Never retry a checkout that returns `409`; stop and report
|
|
47
|
+
the ownership conflict.
|
|
48
|
+
- When an explicit comment wake identifies the authenticated agent as the
|
|
49
|
+
issue's current assignee or reviewer, the run already holds the issue
|
|
50
|
+
execution lease. Work the explicit request in any issue status without
|
|
51
|
+
checkout, reassignment, or an implicit status change.
|
|
47
52
|
- Never look for unassigned work. Work the authenticated agent's assignee or
|
|
48
53
|
reviewer inbox and the explicit wake context.
|
|
49
54
|
- Self-assign only when a wake comment explicitly transfers ownership.
|
|
@@ -85,9 +90,11 @@ If blocked, set the issue to `blocked`, identify the blocker, name the next
|
|
|
85
90
|
actor or action, and leave the blocker comment before exit. Do not present
|
|
86
91
|
partial work as complete.
|
|
87
92
|
|
|
88
|
-
A reviewer does not take over implementation unless explicitly asked.
|
|
89
|
-
|
|
90
|
-
|
|
93
|
+
A reviewer does not take over implementation unless explicitly asked. Ordinary
|
|
94
|
+
explicit reviewer work may happen in any issue status while preserving
|
|
95
|
+
ownership and status. Formal reviewer decisions cover `in_review` or `blocked`;
|
|
96
|
+
the latter is blocker triage, not implementation ownership. Record one
|
|
97
|
+
structured durable decision for a formal review:
|
|
91
98
|
|
|
92
99
|
- `--decision approve` for accepted work;
|
|
93
100
|
- `--decision request_changes` for required changes;
|