@rudderhq/agent-runtime-opencode-local 0.3.6-canary.24 → 0.3.6-canary.26
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/dist/server/execute.js
CHANGED
|
@@ -411,7 +411,7 @@ export async function execute(ctx) {
|
|
|
411
411
|
* "what changed?" discovery.
|
|
412
412
|
*
|
|
413
413
|
* Traceability:
|
|
414
|
-
* - doc/DEVELOPING.md
|
|
414
|
+
* - doc/engineering/DEVELOPING.md
|
|
415
415
|
*/
|
|
416
416
|
const bootstrapPromptTemplate = asString(config.bootstrapPromptTemplate, "");
|
|
417
417
|
const templateData = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/agent-runtime-opencode-local",
|
|
3
|
-
"version": "0.3.6-canary.
|
|
3
|
+
"version": "0.3.6-canary.26",
|
|
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.6-canary.
|
|
70
|
+
"@rudderhq/agent-runtime-utils": "0.3.6-canary.26",
|
|
71
71
|
"picocolors": "^1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
@@ -17,9 +17,9 @@ Use this skill when the task is to create, scaffold, or document a Rudder plugin
|
|
|
17
17
|
|
|
18
18
|
Read these first when needed:
|
|
19
19
|
|
|
20
|
-
1. `doc/
|
|
20
|
+
1. `doc/engineering/PLUGIN_AUTHORING_GUIDE.md`
|
|
21
21
|
2. `packages/plugins/sdk/README.md`
|
|
22
|
-
3. `doc/
|
|
22
|
+
3. `doc/engineering/PLUGIN_RUNTIME_CONTRACT.md` only for future-looking context
|
|
23
23
|
|
|
24
24
|
Current runtime assumptions:
|
|
25
25
|
|