@rudderhq/agent-runtime-gemini-local 0.3.5-canary.3 → 0.3.5-canary.5
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 +0 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/agent-runtime-gemini-local",
|
|
3
|
-
"version": "0.3.5-canary.
|
|
3
|
+
"version": "0.3.5-canary.5",
|
|
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.5-canary.
|
|
70
|
+
"@rudderhq/agent-runtime-utils": "0.3.5-canary.5",
|
|
71
71
|
"picocolors": "^1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
package/skills/rudder/SKILL.md
CHANGED
|
@@ -86,34 +86,6 @@ should include local screenshots or images. Do not leave only a local `/tmp/...`
|
|
|
86
86
|
or workspace image path in the comment, because board users may not be able to
|
|
87
87
|
inspect it from Rudder.
|
|
88
88
|
|
|
89
|
-
## Self-Improvement And Workflow Updates
|
|
90
|
-
|
|
91
|
-
When an operator asks you to improve, optimize, or remember a workflow, treat
|
|
92
|
-
that as a request to update the durable operating surface that will affect the
|
|
93
|
-
next run. Do not stop at advice if the relevant surface is available and you
|
|
94
|
-
have authority to change it.
|
|
95
|
-
|
|
96
|
-
Use the smallest governed surface that matches the request:
|
|
97
|
-
|
|
98
|
-
- Automation behavior: inspect the current chat or automation, then use
|
|
99
|
-
`rudder automation list`, `rudder automation get`, and
|
|
100
|
-
`rudder automation update` as needed.
|
|
101
|
-
- Skill behavior: inspect real run evidence with
|
|
102
|
-
`rudder runs by-skill <skill> --org-id "$RUDDER_ORG_ID"` or
|
|
103
|
-
`rudder runs list --used-skill <skill> --org-id "$RUDDER_ORG_ID"`, then read
|
|
104
|
-
the relevant `rudder runs transcript` or `rudder runs errors` output before
|
|
105
|
-
editing.
|
|
106
|
-
- Personal operating memory: use the runtime memory skill or files required by
|
|
107
|
-
the agent operating contract.
|
|
108
|
-
- Agent-private skill changes: prefer `rudder agent skills create ... --enable`
|
|
109
|
-
or edit the agent-private skill package when that is the intended scope.
|
|
110
|
-
- Organization skill changes: follow `references/organization-skills.md`.
|
|
111
|
-
|
|
112
|
-
If the change is broad, ambiguous, destructive, or outside your authority,
|
|
113
|
-
propose the update and ask for approval. When you do make a change, report the
|
|
114
|
-
exact automation, skill, memory file, instruction file, or Library file that
|
|
115
|
-
changed.
|
|
116
|
-
|
|
117
89
|
## Authentication
|
|
118
90
|
|
|
119
91
|
Rudder injects the runtime context for you. Common env vars:
|