@wayai/cli 0.3.161 → 0.3.162

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 CHANGED
@@ -9642,7 +9642,7 @@ var init_api_client = __esm({
9642
9642
  * `toDataProxyPath` knows how WayAI mounts that surface. Identity is the
9643
9643
  * caller's ordinary WayAI session — there is one keyring login, and the
9644
9644
  * backend attests the org over its service binding rather than forwarding a
9645
- * credential (docs/reference/rekor-platform-contracts.md §1).
9645
+ * credential.
9646
9646
  *
9647
9647
  * Returns the surface's `{ data, meta }` envelope rather than unwrapping, so
9648
9648
  * cursor-paginated lists can follow `meta.has_more`. A failure throws the same
@@ -9740,11 +9740,11 @@ var init_api_client = __esm({
9740
9740
  // unlabelled body should fall back rather than announce nothing.
9741
9741
  "Content-Type": body instanceof Uint8Array ? contentType || "application/octet-stream" : "application/json",
9742
9742
  // Names the calling surface for the Data Worker's audit rows, which
9743
- // record `cli` vs `api` vs `mcp` (contracts §1.4). A HINT, not an
9743
+ // record `cli` vs `api` vs `mcp`. A HINT, not an
9744
9744
  // authorization input: any client can send it, so the backend must
9745
9745
  // normalize it against what it knows about its own ingress rather than
9746
9746
  // trust it. Nothing is granted or denied on its value; the Data Worker's
9747
- // audit rows are its consumer (contracts §1.4).
9747
+ // audit rows are its consumer.
9748
9748
  "X-WayAI-Client": "cli"
9749
9749
  },
9750
9750
  // Bytes go on the wire verbatim (file content, attachments); everything
@@ -15775,7 +15775,7 @@ var init_registry = __esm({
15775
15775
  // The organization vault this word named is retired: nothing resolves a value stored
15776
15776
  // there any more, so the surviving surface is `bases credentials` below — per-base
15777
15777
  // rows, which is what a `credential:<name>` reference actually reads. The row stays
15778
- // (this table records how every original word was dispositioned, and §3.2's semantic
15778
+ // (this table records how every original word was dispositioned, and the semantic
15779
15779
  // collision list is checked independently of it) with `shipped: false`, which
15780
15780
  // `registry.test.ts` enforces by asserting the invocation is NOT reachable.
15781
15781
  original: "secrets",
@@ -26948,8 +26948,7 @@ Sources:
26948
26948
  is NULL). Each row is resolved to a real user and granted both halves of
26949
26949
  access, or dropped when no account matches. A repaired row is a REAL grant
26950
26950
  to a real person and sends no email, so read --dry-run output as the list of
26951
- people about to get access. Idempotent. See
26952
- docs/runbooks/legacy-org-grant-repair.md.
26951
+ people about to get access. Idempotent.
26953
26952
 
26954
26953
  sandbox Run arbitrary code in a fresh E2B sandbox (harness-agents isolation surface).
26955
26954
  \`exec\` provisions a sandbox from a named Sandbox connection, runs one
@@ -26963,7 +26962,7 @@ Sources:
26963
26962
  turn aborts on its next invocation. \`mass-destroy\` reaps every harness
26964
26963
  sandbox/token/slot that is live NOW (scope: --hub < --org < --all, prefer
26965
26964
  the narrowest). Run \`mass-destroy --dry-run\` first to see the blast
26966
- radius. See docs/runbooks/harness-incident-response.md.
26965
+ radius.
26967
26966
 
26968
26967
  Types (do): ${VALID_TYPES.join(" | ")}
26969
26968
  Tables (analytics): ${VALID_ANALYTICS_TABLES.join(" | ")}