refactor(core): rename system context to instructions (#35583)

This commit is contained in:
Kit Langton
2026-07-06 14:29:29 -04:00
committed by GitHub
parent 1a52e1118e
commit 91f1815732
62 changed files with 1547 additions and 1070 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
"./effect/layer-node": "./src/effect/layer-node.ts",
"./effect/app-node": "./src/effect/app-node.ts",
"./session/runner": "./src/session/runner/index.ts",
"./system-context": "./src/system-context/index.ts",
"./instructions": "./src/instructions/index.ts",
"./*": "./src/*.ts"
},
"imports": {