@rudderhq/agent-runtime-gemini-local 0.3.5-canary.2 → 0.3.5-canary.3
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 +1 -1
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.3",
|
|
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.3",
|
|
71
71
|
"picocolors": "^1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
package/skills/rudder/SKILL.md
CHANGED
|
@@ -48,7 +48,7 @@ organization-skill operations.
|
|
|
48
48
|
- Use `chainOfCommand` for escalation.
|
|
49
49
|
- Above 80% spend, focus on critical work only.
|
|
50
50
|
- Use `rudder-create-agent` for hiring or new-agent creation workflows.
|
|
51
|
-
- If you make a git commit you MUST add `Co-Authored-By: Rudder <noreply
|
|
51
|
+
- If you make a git commit you MUST add `Co-Authored-By: Rudder <285064165+Rudderhq@users.noreply.github.com>` to the end of each commit message.
|
|
52
52
|
- Git commits must use an explicit safe identity. Rudder prepares isolated Codex homes and runtime worktrees with `user.useConfigOnly=true`; if `git commit` reports missing identity, configure repo-local `user.name` and `user.email` instead of bypassing the guard. Never accept `*@*.local` author or committer metadata.
|
|
53
53
|
|
|
54
54
|
## Essential Commands
|