@deepstrike/wasm-kernel 0.1.9 → 0.1.11
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/deepstrike_wasm.d.ts +4 -0
- package/deepstrike_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/deepstrike_wasm.d.ts
CHANGED
|
@@ -114,6 +114,10 @@ export interface RuntimeSignal {
|
|
|
114
114
|
export interface RuntimeTask {
|
|
115
115
|
goal: string;
|
|
116
116
|
criteria?: string[];
|
|
117
|
+
/**
|
|
118
|
+
* `\"orchestrate\"` | `\"implement\"` (default) | `\"retrieve\"` | `\"verify\"`
|
|
119
|
+
*/
|
|
120
|
+
lane?: string;
|
|
117
121
|
}
|
|
118
122
|
|
|
119
123
|
export interface SkillCandidate {
|
package/deepstrike_wasm_bg.wasm
CHANGED
|
Binary file
|