@rudderhq/cli 0.2.10-canary.30 → 0.2.10-canary.31
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/index.js +1 -0
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11623,6 +11623,7 @@ var RUDDER_AGENT_OPERATING_CONTRACT = [
|
|
|
11623
11623
|
'- Library-backed project resources use `sourceType: "library"`; their `locator` points into `library:projects/<project-name>/`.',
|
|
11624
11624
|
"- Project Context is explicit operator-curated context, not the whole knowledge boundary. When it is insufficient, inspect broader Library and org workspace know-how before concluding context is missing.",
|
|
11625
11625
|
"- Durable generated project work files should be written under `library:projects/<project-name>/`.",
|
|
11626
|
+
"- When you create or update a durable Library file, always include a user-visible Markdown link to that file in your final chat reply or issue comment. Use `library-file://file?p=<url-encoded-relative-path>&t=<url-encoded-title>` for Library file links.",
|
|
11626
11627
|
"- Use `/tmp` only for transient scratch files and temporary verification files; do not put durable work product there.",
|
|
11627
11628
|
"- Local trusted runtimes may expose the host operator home as `$RUDDER_OPERATOR_HOME`; use it only when a local skill or script intentionally needs operator-owned desktop app or CLI state. Do not replace `$HOME` with it.",
|
|
11628
11629
|
"",
|