borgmcp 5.0.0 → 5.0.3

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.
@@ -144,7 +144,7 @@ async function readHandshakeBodyWithTimeout(response: Response): Promise<string>
144
144
  * TLS, confirm the server speaks the exact protocol tag BEFORE any bearer is
145
145
  * created, sent, or a seat attached. Sends NO Authorization header, cookie,
146
146
  * query, or body; rejects redirects; and bounds the response. A tag mismatch,
147
- * an extra field, or any transport anomaly fails closed here — no keychain
147
+ * an extra field, or any transport anomaly fails closed here — no credential-store
148
148
  * write and no attach. The bearer is proven only at attach.
149
149
  */
150
150
  export async function preflightBorgServerTag(
@@ -223,7 +223,7 @@ export interface ServerAttachResult {
223
223
  * activates that pending record in place; the server never returns a bearer.
224
224
  */
225
225
  /**
226
- * The PREPARE + network half of an attach, WITHOUT the keychain pending→ACTIVE
226
+ * The PREPARE + network half of an attach, WITHOUT the file-store pending→ACTIVE
227
227
  * transition. The deferred `activate` / `scrubPending` thunks let the cube-lock-
228
228
  * owning orchestration (assimilate) FINALIZE binding-FIRST: write the cubes
229
229
  * binding referencing this exact pending record under the cube lock, THEN call
@@ -897,7 +897,7 @@ export async function associateLocalBorgServerRepositoryCube(
897
897
 
898
898
  /**
899
899
  * Create one repository cube through the narrow owner capability. The retry
900
- * key is persisted in the OS keychain before network I/O and reused exactly
900
+ * key is persisted in the private file store before network I/O and reused exactly
901
901
  * after an ambiguous transport result. Ordinary clients are denied locally
902
902
  * before any create request is sent.
903
903
  */
@@ -1077,7 +1077,7 @@ export async function connectEnrolledBorgServer(
1077
1077
  };
1078
1078
  }
1079
1079
 
1080
- /** Resolve the same-user server CA and its authority-bound keychain credential. */
1080
+ /** Resolve the same-user server CA and its authority-bound file-store credential. */
1081
1081
  export async function resolveBorgServerAuthority(
1082
1082
  origin: string,
1083
1083
  deps: {