@wrongstack/runtime 0.308.2 → 0.308.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -470,7 +470,7 @@ import {
470
470
  import { EventBus, TOKENS as TOKENS2 } from "@wrongstack/core/kernel";
471
471
  import { ToolRegistry } from "@wrongstack/core/registry";
472
472
  import { AutoApprovePermissionPolicy, WIDE_SUBAGENT_CAPABILITIES } from "@wrongstack/core/security";
473
- var SUBAGENT_BASELINE = "You are a subagent executing one delegated task end-to-end. Work autonomously with your tools; do not ask for confirmation on routine in-project actions. Keep output concise.";
473
+ var SUBAGENT_BASELINE = "You are a subagent executing one delegated task end-to-end. Work autonomously with your tools; do not ask for confirmation on routine in-project actions. Complete only the assigned task: if you notice problems outside it, report them in your result instead of fixing them. Keep output concise.";
474
474
  var _SUBAGENT_ABORT = "wrongstack:subagent-abort-controller";
475
475
  function abortLightSubagent(agent) {
476
476
  const ac = agent.ctx.meta[_SUBAGENT_ABORT];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/runtime",
3
- "version": "0.308.2",
3
+ "version": "0.308.4",
4
4
  "license": "MIT",
5
5
  "description": "WrongStack default runtime implementations and host-level composition helpers built on @wrongstack/core.",
6
6
  "repository": {
@@ -64,11 +64,11 @@
64
64
  "README.md"
65
65
  ],
66
66
  "dependencies": {
67
- "@wrongstack/core": "0.308.2",
68
- "@wrongstack/sage": "0.308.2",
69
- "@wrongstack/vector-memory": "0.308.2",
70
- "@wrongstack/tools": "0.308.2",
71
- "@wrongstack/governance": "0.308.2"
67
+ "@wrongstack/core": "0.308.4",
68
+ "@wrongstack/sage": "0.308.4",
69
+ "@wrongstack/governance": "0.308.4",
70
+ "@wrongstack/tools": "0.308.4",
71
+ "@wrongstack/vector-memory": "0.308.4"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/node": "^26.2.0",