@zixt/host 0.0.15 → 0.0.16
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/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import { homedir } from "node:os";
|
|
|
31
31
|
// package.json
|
|
32
32
|
var package_default = {
|
|
33
33
|
name: "@zixt/host",
|
|
34
|
-
version: "0.0.
|
|
34
|
+
version: "0.0.16",
|
|
35
35
|
type: "module",
|
|
36
36
|
exports: {
|
|
37
37
|
".": "./src/client.ts",
|
|
@@ -15804,8 +15804,8 @@ var TaskOrigin = external_exports.object({
|
|
|
15804
15804
|
/**
|
|
15805
15805
|
* AG-5 loop protection: how many agent-caused hops led here. Human-caused
|
|
15806
15806
|
* work is depth 0 (absent); each agent-caused message/handoff increments it,
|
|
15807
|
-
* while a human-authorized handoff resets it.
|
|
15808
|
-
*
|
|
15807
|
+
* while a human-authorized handoff resets it. Depth is retained as lineage
|
|
15808
|
+
* evidence, not used to prevent further collaboration.
|
|
15809
15809
|
*/
|
|
15810
15810
|
chainDepth: external_exports.number().int().min(0).optional(),
|
|
15811
15811
|
/** Parent task for an agent-caused hop or human-authorized handoff (AG-5 lineage). */
|
|
@@ -17695,8 +17695,8 @@ var AgentOp = external_exports.union([
|
|
|
17695
17695
|
*
|
|
17696
17696
|
* `agent.message` is a conversation; this is work: a titled, instructed Task
|
|
17697
17697
|
* that queues, dispatches, and reports like one a human opened. Chain depth
|
|
17698
|
-
* and trust propagate exactly as for messages
|
|
17699
|
-
*
|
|
17698
|
+
* and trust propagate exactly as for messages; the per-run fan-out cap
|
|
17699
|
+
* prevents one execution from minting unbounded work.
|
|
17700
17700
|
*/
|
|
17701
17701
|
external_exports.object({
|
|
17702
17702
|
kind: external_exports.literal("task.create"),
|