@rudderhq/agent-runtime-gemini-local 0.7.16 → 0.7.19-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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/agent-runtime-gemini-local",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.19-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.7.
|
|
70
|
+
"@rudderhq/agent-runtime-utils": "0.7.19-canary.0",
|
|
71
71
|
"picocolors": "^1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
@@ -14,7 +14,7 @@ If this body is already present in the prompt but the current request does not n
|
|
|
14
14
|
|
|
15
15
|
Classify the Rudder question, consult the smallest authoritative source set,
|
|
16
16
|
and answer with clear provenance. Use current evidence instead of memory for
|
|
17
|
-
commands, interfaces, versioned behavior, and
|
|
17
|
+
commands, interfaces, versioned behavior, and design proposals.
|
|
18
18
|
|
|
19
19
|
This router does not make an ordinary hosted task into a Rudder workflow. It
|
|
20
20
|
does not provide a command catalog, replace runtime-owned execution rails, or
|
|
@@ -71,8 +71,8 @@ exact page. Do not crawl or load the whole site for a narrow question.
|
|
|
71
71
|
### Local Rudder Checkout
|
|
72
72
|
|
|
73
73
|
Follow the checkout's `AGENTS.md`, then use `doc/README.md` to choose the
|
|
74
|
-
documentation layer: `docs/` for public user guidance, `doc/
|
|
75
|
-
|
|
74
|
+
documentation layer: `docs/` for public user guidance, `doc/plans/` for design
|
|
75
|
+
proposals, `doc/engineering/` for contributor detail, and
|
|
76
76
|
source and tests for exact implementation. Search the owning area narrowly and
|
|
77
77
|
cite local paths and line numbers when supported.
|
|
78
78
|
|
|
@@ -92,7 +92,7 @@ limits. Missing evidence narrows the answer; it does not justify invention.
|
|
|
92
92
|
## Resolve Versions And Conflicts
|
|
93
93
|
|
|
94
94
|
Current callable or installed behavior wins for this environment.
|
|
95
|
-
|
|
95
|
+
Proposals record intended changes and rationale. Source and tests own exact implementation evidence. Public docs own published user guidance. An official
|
|
96
96
|
release or tag owns version-specific history.
|
|
97
97
|
|
|
98
98
|
Do not flatten disagreement:
|
|
@@ -101,10 +101,10 @@ Do not flatten disagreement:
|
|
|
101
101
|
documentation drift;
|
|
102
102
|
- installed help versus a bundled reference: use installed help here and label
|
|
103
103
|
the reference version-adjacent or stale;
|
|
104
|
-
- public docs versus
|
|
105
|
-
|
|
106
|
-
-
|
|
107
|
-
|
|
104
|
+
- public docs versus source or tests: report documentation drift and identify
|
|
105
|
+
both;
|
|
106
|
+
- proposal versus implementation: distinguish intended changes from shipped
|
|
107
|
+
behavior;
|
|
108
108
|
- default branch versus installed release: use the matching release tag for
|
|
109
109
|
installed behavior;
|
|
110
110
|
- verified evidence versus model memory: discard unsupported memory.
|
|
@@ -115,7 +115,7 @@ together or imply certainty that the evidence does not support.
|
|
|
115
115
|
## Evidence And Citations
|
|
116
116
|
|
|
117
117
|
- Attribute each material claim as current-environment behavior, public
|
|
118
|
-
guidance,
|
|
118
|
+
guidance, proposed design, implementation evidence, version history, or
|
|
119
119
|
inference.
|
|
120
120
|
- Cite or link the exact source near the claim when the host supports links.
|
|
121
121
|
For local files, include the path and a tight line reference when possible.
|
|
@@ -142,7 +142,7 @@ Read only the reference needed for the request:
|
|
|
142
142
|
6. [Organization skills](references/organization-skills.md) — discover,
|
|
143
143
|
import, inspect, enable, and synchronize organization or agent skills.
|
|
144
144
|
7. [Source map](references/source-map.md) — stable official documentation,
|
|
145
|
-
|
|
145
|
+
proposal, engineering, implementation, test, release, and search
|
|
146
146
|
routes.
|
|
147
147
|
|
|
148
148
|
## Security And Bounded Use
|
|
@@ -157,8 +157,8 @@ Read only the reference needed for the request:
|
|
|
157
157
|
releases and tags. Follow stricter host policy when it applies.
|
|
158
158
|
- Preserve organization and workspace boundaries. Do not use documentation
|
|
159
159
|
lookup to expose private resources or cross organization scope.
|
|
160
|
-
-
|
|
161
|
-
|
|
160
|
+
- Code and tests establish current behavior. Proposals record design decisions;
|
|
161
|
+
the retired `doc/product/` registry is historical reference, not an approval gate.
|
|
162
162
|
- A docs-only question does not authorize mutations. If the user also asks for
|
|
163
163
|
an action, apply the normal authorization and safety rules to that action.
|
|
164
164
|
|
|
@@ -7,7 +7,7 @@ directories rather than an exhaustive page list. Follow the current checkout's
|
|
|
7
7
|
## Section Map
|
|
8
8
|
|
|
9
9
|
- [Official public documentation](#official-public-documentation)
|
|
10
|
-
- [
|
|
10
|
+
- [Design proposals](#design-proposals)
|
|
11
11
|
- [Contributor and engineering documentation](#contributor-and-engineering-documentation)
|
|
12
12
|
- [Implementation and tests](#implementation-and-tests)
|
|
13
13
|
- [Official remote source and version history](#official-remote-source-and-version-history)
|
|
@@ -51,36 +51,12 @@ Other lookup pages are similarly narrow:
|
|
|
51
51
|
| Windows Desktop release signing policy | `https://docs.rudderhq.dev/reference/code-signing-policy` | `https://docs.rudderhq.dev/zh/reference/code-signing-policy` |
|
|
52
52
|
| Local data and optional service privacy | `https://docs.rudderhq.dev/reference/privacy` | `https://docs.rudderhq.dev/zh/reference/privacy` |
|
|
53
53
|
|
|
54
|
-
##
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
- Surface-to-contract maps: `doc/product/surfaces/`
|
|
61
|
-
|
|
62
|
-
Use Product Logic for intended product semantics and invariants. Start at the
|
|
63
|
-
registry entry point and select the owning domain rather than scanning all
|
|
64
|
-
contracts. Reading these guarded files does not authorize editing them.
|
|
65
|
-
|
|
66
|
-
Common domain routes include:
|
|
67
|
-
|
|
68
|
-
- agents, skills, and inbox: `doc/product/domains/agents/`
|
|
69
|
-
- issues and issue-visible state: `doc/product/domains/issues/`
|
|
70
|
-
- assignment, checkout, review routing: `doc/product/domains/work-routing/`
|
|
71
|
-
- runs, execution, transcripts, workspaces: `doc/product/domains/execution/`
|
|
72
|
-
- organizations, goals, and projects:
|
|
73
|
-
`doc/product/domains/organizations-and-goals/`
|
|
74
|
-
- Library, resources, and runtime context:
|
|
75
|
-
`doc/product/domains/library-and-context/`
|
|
76
|
-
- Chat, Messenger, comments, and integrations:
|
|
77
|
-
`doc/product/domains/collaboration/`
|
|
78
|
-
- approvals, budgets, costs, and activity:
|
|
79
|
-
`doc/product/domains/governance-and-visibility/`
|
|
80
|
-
- reviews, feedback, and learning:
|
|
81
|
-
`doc/product/domains/review-feedback-learning/`
|
|
82
|
-
- automations: `doc/product/domains/automations/`
|
|
83
|
-
- plugins: `doc/product/domains/plugins/`
|
|
54
|
+
## Design Proposals
|
|
55
|
+
|
|
56
|
+
Use `doc/plans/` for proposed designs and decision history. Verify current
|
|
57
|
+
behavior against implementation and tests; a proposal is not evidence that a
|
|
58
|
+
feature shipped. The old `doc/product/` registry, domains, workflows, and surface
|
|
59
|
+
maps are historical reference only. They require no synchronization or approval.
|
|
84
60
|
|
|
85
61
|
## Contributor And Engineering Documentation
|
|
86
62
|
|