@rudderhq/agent-runtime-cursor-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.
@@ -418,7 +418,7 @@ export async function execute(ctx) {
418
418
  * "what changed?" discovery.
419
419
  *
420
420
  * Traceability:
421
- * - doc/DEVELOPING.md
421
+ * - doc/engineering/DEVELOPING.md
422
422
  */
423
423
  const bootstrapPromptTemplate = asString(config.bootstrapPromptTemplate, "");
424
424
  const templateData = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudderhq/agent-runtime-cursor-local",
3
- "version": "0.3.6-canary.24",
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.24",
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/plugins/PLUGIN_AUTHORING_GUIDE.md`
20
+ 1. `doc/engineering/PLUGIN_AUTHORING_GUIDE.md`
21
21
  2. `packages/plugins/sdk/README.md`
22
- 3. `doc/plugins/PLUGIN_SPEC.md` only for future-looking context
22
+ 3. `doc/engineering/PLUGIN_RUNTIME_CONTRACT.md` only for future-looking context
23
23
 
24
24
  Current runtime assumptions:
25
25