@lambdacurry/arbor 0.16.3 → 0.16.4

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 +4 -4
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -17733,16 +17733,16 @@ var ACTION_DEFINITIONS = [
17733
17733
  {
17734
17734
  name: "github_repositories",
17735
17735
  title: "List installed GitHub repositories",
17736
- description: "READ ONLY: List repositories projected from this organization's verified Arbor Computer GitHub App installation. This returns repository ids and metadata, never credentials; use the id with github_connect_repository.",
17736
+ description: "READ ONLY: List the repositories this organization's verified Arbor Computer GitHub App installation makes connectable — any collaborator in the org may read it. This returns repository ids and metadata, never credentials, and it lists only repositories the installation currently covers; use the id with github_connect_repository. Listing is not authority: connecting still requires your own permission over the target scope.",
17737
17737
  inputSchema: { ...PAGINATION_INPUT },
17738
17738
  surfaces: ["mcp", "cli"],
17739
- toolset: "admin",
17739
+ toolset: "projects",
17740
17740
  run: forward("github.repositories")
17741
17741
  },
17742
17742
  {
17743
17743
  name: "github_connect_repository",
17744
17744
  title: "Connect a GitHub repository",
17745
- description: "Connect or disconnect one installed GitHub repository at an Arbor organization, Space, Topic, or Thread. This explicit, recoverable connection is required before Arbor may use private repository context there; it does not grant an agent a Git credential. THE SCOPE IS THE DECISION: a Computer recipe only NAMES repositories, and a Thread materializes one only when a connection at its own scope or an ANCESTOR authorizes it — so connect at the Topic that owns the project and every Thread opened under it inherits the environment, while connecting at a single Thread authorizes that Thread alone and no sibling. Read get_computer's repositoryAuthorization to see which scope currently grants each configured repository. Owner/admin only.",
17745
+ description: "Connect or disconnect one installed GitHub repository at an Arbor organization, Space, Topic, or Thread. This explicit, recoverable connection is required before Arbor may use private repository context there; it does not grant an agent a Git credential. THE SCOPE IS THE DECISION: a Computer recipe only NAMES repositories, and a Thread materializes one only when a connection at its own scope or an ANCESTOR authorizes it — so connect at the Topic that owns the project and every Thread opened under it inherits the environment, while connecting at a single Thread authorizes that Thread alone and no sibling. Read get_computer's repositoryAuthorization to see which scope currently grants each configured repository. YOU MAY CONNECT AT ANY SCOPE YOU ALREADY MANAGE: a Thread or Topic takes the same permission that configures its Computer, so if you can set the Topic's recipe you can authorize its repositories; a Space takes Space admin, and the organization stays owner/admin. Disconnecting takes the same permission as connecting. Nobody can authorize a repository further than they can manage, and GitHub's own installation coverage remains a separate hard gate.",
17746
17746
  inputSchema: {
17747
17747
  repositoryId: exports_external.string().describe("installed repository id from github_repositories, ghr_…"),
17748
17748
  scope: exports_external.enum(["organization", "space", "topic", "thread"]).describe("the Arbor scope that may use this repository's context; topic is the durable choice for a project every Thread under it develops"),
@@ -17750,7 +17750,7 @@ var ACTION_DEFINITIONS = [
17750
17750
  connected: exports_external.boolean().describe("true to connect; false to disconnect recoverably")
17751
17751
  },
17752
17752
  surfaces: ["mcp", "cli"],
17753
- toolset: "admin",
17753
+ toolset: "projects",
17754
17754
  run: forward("github.set_repository_connection")
17755
17755
  },
17756
17756
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
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",