@wrongstack/runtime 1.0.0 → 1.0.3

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 -0
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -705,6 +705,7 @@ function makeSubagentSessionShim(parent) {
705
705
  close: async () => {
706
706
  },
707
707
  recordFileChange: (input) => parent.recordFileChange(input),
708
+ recordFileObservation: (input) => parent.recordFileObservation?.(input),
708
709
  recordSideEffect: (input) => parent.recordSideEffect(input),
709
710
  writeCheckpoint: async () => {
710
711
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/runtime",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "license": "MIT",
5
5
  "description": "WrongStack default runtime implementations and host-level composition helpers built on @wrongstack/core.",
6
6
  "repository": {
@@ -64,16 +64,16 @@
64
64
  "README.md"
65
65
  ],
66
66
  "dependencies": {
67
- "@wrongstack/core": "1.0.0",
68
- "@wrongstack/kanban": "1.0.0",
69
- "@wrongstack/governance": "1.0.0",
70
- "@wrongstack/sage": "1.0.0",
71
- "@wrongstack/tools": "1.0.0",
72
- "@wrongstack/vector-memory": "1.0.0"
67
+ "@wrongstack/core": "1.0.3",
68
+ "@wrongstack/kanban": "1.0.3",
69
+ "@wrongstack/governance": "1.0.3",
70
+ "@wrongstack/sage": "1.0.3",
71
+ "@wrongstack/tools": "1.0.3",
72
+ "@wrongstack/vector-memory": "1.0.3"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/node": "^26.2.0",
76
- "@wrongstack/wrongtrace": "1.0.0",
76
+ "@wrongstack/wrongtrace": "1.0.3",
77
77
  "typescript": "^7.0.2"
78
78
  },
79
79
  "publishConfig": {