@rudderhq/agent-runtime-codex-local 0.3.6-canary.25 → 0.3.6-canary.27
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
|
@@ -429,7 +429,7 @@ export async function execute(ctx) {
|
|
|
429
429
|
* "what changed?" discovery.
|
|
430
430
|
*
|
|
431
431
|
* Traceability:
|
|
432
|
-
* - doc/DEVELOPING.md
|
|
432
|
+
* - doc/engineering/DEVELOPING.md
|
|
433
433
|
*/
|
|
434
434
|
const bootstrapPromptTemplate = asString(config.bootstrapPromptTemplate, "");
|
|
435
435
|
const templateData = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/agent-runtime-codex-local",
|
|
3
|
-
"version": "0.3.6-canary.
|
|
3
|
+
"version": "0.3.6-canary.27",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"homepage": "https://github.com/Undertone0809/rudder",
|
|
6
6
|
"bugs": {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"probe:quota": "pnpm exec tsx src/cli/quota-probe.ts --json"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@rudderhq/agent-runtime-utils": "0.3.6-canary.
|
|
71
|
+
"@rudderhq/agent-runtime-utils": "0.3.6-canary.27",
|
|
72
72
|
"picocolors": "^1.1.1"
|
|
73
73
|
},
|
|
74
74
|
"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
|
|