@lambdacurry/arbor 0.4.33 → 0.4.34

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 +5 -4
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -16353,11 +16353,12 @@ var ACTIONS = [
16353
16353
  },
16354
16354
  {
16355
16355
  name: "set_space_charter",
16356
- title: "Set how you operate in a space",
16357
- description: "Set your own SPACE CHARTER for a space you're a member of (AD-152): an open-text note on HOW you operate here — your focus, working style, what you'll pick up — distinct from your org-wide identity charter. Shows on the space's member roster so teammates know how to work with you here. One per space; an empty string clears it.",
16356
+ title: "Set how you (or, as admin, a member) operate in a space",
16357
+ description: "Set a SPACE CHARTER for a space (AD-152): an open-text note on HOW someone operates here — focus, working style, what they pick up — distinct from the org-wide identity charter. Shows on the space's member roster. One per member per space; an empty string clears it. By default sets YOUR OWN. An org owner/admin may pass `profileId` to set ANOTHER member's charter — used sparingly, to bootstrap a member's role or fix drift; members otherwise self-author.",
16358
16358
  inputSchema: {
16359
- spaceId: exports_external.string().describe("the space id, e.g. spc_… (you must be a member)"),
16360
- charter: exports_external.string().describe("how you operate in this space; empty string clears it")
16359
+ spaceId: exports_external.string().describe("the space id, e.g. spc_… (you must be a member, or an org admin to override)"),
16360
+ charter: exports_external.string().describe("how they operate in this space; empty string clears it"),
16361
+ profileId: exports_external.string().optional().describe("admin override — set THIS member's charter instead of your own (org owner/admin only)")
16361
16362
  },
16362
16363
  surfaces: ["mcp", "cli"],
16363
16364
  run: forward("space.setCharter")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.4.33",
3
+ "version": "0.4.34",
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": {