@kynver-app/runtime 0.1.106 → 0.1.112

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.
@@ -0,0 +1,2 @@
1
+ /** Instruction block appended to verify_live harness dispatch tasks. */
2
+ export declare function formatVerifyLiveCompletionContract(): string;
@@ -29,6 +29,10 @@ interface RunBoard {
29
29
  workerCount: number;
30
30
  needsAttention: string[];
31
31
  workers: RunBoardWorker[];
32
+ projection?: "compact" | "full";
33
+ activeFilters?: Record<string, string | boolean>;
34
+ resultContract?: Record<string, unknown>;
35
+ drilldownCommands?: Record<string, string>;
32
36
  summary?: Record<string, unknown>;
33
37
  controller?: Record<string, unknown>;
34
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kynver-app/runtime",
3
- "version": "0.1.106",
3
+ "version": "0.1.112",
4
4
  "description": "Kynver AgentOS local execution runtime and CLI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",