@lambdacurry/arbor 0.21.40 → 0.21.41

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.
Files changed (2) hide show
  1. package/dist/arbor.js +3 -3
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -16,7 +16,7 @@ var __export = (target, all) => {
16
16
  // package.json
17
17
  var package_default = {
18
18
  name: "@lambdacurry/arbor",
19
- version: "0.21.40",
19
+ version: "0.21.41",
20
20
  description: "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
21
21
  keywords: [
22
22
  "agents",
@@ -22821,7 +22821,7 @@ async function connect(opts) {
22821
22821
  throw new Error(`could not start pairing (${initRes.status}): ${init.error ?? "is the server reachable?"}`);
22822
22822
  }
22823
22823
  const approvalUrl = bareConnectUrl(apiUrl, init.url);
22824
- process.stderr.write(`
22824
+ writeStderr(`
22825
22825
  Pairing against ${apiUrl}
22826
22826
  ` + ` Ask the person who will manage this agent${init.agentName ? ` (“${init.agentName}”)` : ""} to approve it:
22827
22827
  ` + ` 1. open ${approvalUrl}
@@ -22873,7 +22873,7 @@ async function login(opts) {
22873
22873
  if (!codeRes.ok)
22874
22874
  throw new Error(`could not start device login (${codeRes.status}). Is ${apiUrl} running?`);
22875
22875
  const code = await codeRes.json();
22876
- process.stderr.write(`
22876
+ writeStderr(`
22877
22877
  To authorize the Arbor CLI:
22878
22878
  ` + ` 1. open ${code.verification_uri}
22879
22879
  ` + ` 2. enter the code: ${code.user_code}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.21.40",
3
+ "version": "0.21.41",
4
4
  "description": "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
5
5
  "keywords": [
6
6
  "agents",