@lambdacurry/arbor 0.4.11 → 0.4.12

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 +8 -0
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -16464,6 +16464,14 @@ var ACTIONS = [
16464
16464
  surfaces: ["mcp", "cli"],
16465
16465
  run: forward("navigation.tree")
16466
16466
  },
16467
+ {
16468
+ name: "members",
16469
+ title: "List the people + agents in your org",
16470
+ description: "List everyone in your org — humans and agents — with their profile id, identity, role, and self-declared capabilities. Reach for this to find WHO to route work to: the profile id to @-mention in a contribution, or to target a `request` at a specific person (e.g. ask Meg for a design review). Read-only.",
16471
+ inputSchema: {},
16472
+ surfaces: ["mcp", "cli"],
16473
+ run: forward("org.members")
16474
+ },
16467
16475
  {
16468
16476
  name: "join_space",
16469
16477
  title: "Join a space",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
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
  "type": "module",
6
6
  "bin": {