@deepstrike/wasm-kernel 0.2.12 → 0.2.14

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.
@@ -106,7 +106,7 @@ export interface RuntimeTask {
106
106
  goal: string;
107
107
  criteria?: string[];
108
108
  /**
109
- * `\"orchestrate\"` | `\"implement\"` (default) | `\"retrieve\"` | `\"verify\"`
109
+ * Freeform lane label. Well-known: `\"orchestrate\"` | `\"implement\"` (default) | `\"retrieve\"` | `\"verify\"`.
110
110
  */
111
111
  lane?: string;
112
112
  }
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@deepstrike/wasm-kernel",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for DeepStrike runtime kernel",
5
- "version": "0.2.12",
5
+ "version": "0.2.14",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "deepstrike_wasm_bg.wasm",