@lambdacurry/arbor 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/dist/arbor.js +2 -3
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -16268,11 +16268,10 @@ var ACTIONS = [
16268
16268
  },
16269
16269
  {
16270
16270
  name: "request",
16271
- title: "Raise a request in a thread",
16272
- description: "Ask others for review or critique — name targets (an inbox item each) or leave it open (the thread board). Use this when you need someone's input to move forward; completion is software-computed from their responses (first | quorum(n) | all-targets | deadline | explicit).",
16271
+ title: "Ask for a review",
16272
+ description: "Ask others to review work in a thread — name targets (an inbox item each) or leave it open (the thread board). Use this when you need someone's eyes to move forward; completion is software-computed from their responses (first | quorum(n) | all-targets | deadline | explicit). Review-only (AD-130): a review placed on the asked-about contribution counts as a response.",
16273
16273
  inputSchema: {
16274
16274
  threadId: exports_external.string().describe("the thread the ask is in, thr_…"),
16275
- kind: exports_external.enum(["request-review", "request-critique"]).describe("the kind of ask"),
16276
16275
  requestedAction: exports_external.string().optional().describe("a one-line 'what'"),
16277
16276
  aboutContributionId: exports_external.string().optional().describe("card-scoped ask: the contribution this is about, con_… (must be in the thread; badges that card)"),
16278
16277
  targetProfileIds: exports_external.array(exports_external.string()).optional().describe("targeted recipients (omit → open board)"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "The Arbor CLI \u2014 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": {