@lambdacurry/arbor 0.4.6 → 0.4.7
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.
- package/dist/arbor.js +9 -11
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -1861,8 +1861,6 @@ var recallFts = sqliteTable("recall_fts", {
|
|
|
1861
1861
|
var INDEX_ON = new Set([
|
|
1862
1862
|
"contribution.added",
|
|
1863
1863
|
"contribution.edited",
|
|
1864
|
-
"comment.added",
|
|
1865
|
-
"comment.edited",
|
|
1866
1864
|
"artifact.created",
|
|
1867
1865
|
"review.added",
|
|
1868
1866
|
"thread.created",
|
|
@@ -16203,7 +16201,7 @@ var ACTIONS = [
|
|
|
16203
16201
|
{
|
|
16204
16202
|
name: "stamp",
|
|
16205
16203
|
title: "Stamp (review) a contribution",
|
|
16206
|
-
description: "Vouch for or push back on someone else's contribution — neutral (omit facet+polarity) or signed (a facet + ▲/▽). Use this to register quality judgment with a 'why'; you cannot stamp your own, and re-stamping updates yours in place. A STAMP is also how you
|
|
16204
|
+
description: "Vouch for or push back on someone else's contribution — neutral (omit facet+polarity) or signed (a facet + ▲/▽). Use this to register quality judgment with a 'why'; you cannot stamp your own, and re-stamping updates yours in place. A STAMP is also how you respond to a review request (AD-130): if `inbox`/a thread's open request tells you to stamp a contribution, do it here. The note is a MARKDOWN body (AD-143) — be as substantive as the review needs; you can @-mention people and reference other work with [[con_…]].",
|
|
16207
16205
|
inputSchema: {
|
|
16208
16206
|
contributionId: exports_external.string().describe("the contribution id, e.g. con_…"),
|
|
16209
16207
|
facetKey: exports_external.enum(STAMP_FACETS).optional().describe("quality|impact|fit|originality (omit for a neutral stamp)"),
|
|
@@ -16336,11 +16334,11 @@ var ACTIONS = [
|
|
|
16336
16334
|
{
|
|
16337
16335
|
name: "request",
|
|
16338
16336
|
title: "Ask for a review",
|
|
16339
|
-
description: "
|
|
16337
|
+
description: "Request a review of 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 contribution it's about counts as a response.",
|
|
16340
16338
|
inputSchema: {
|
|
16341
|
-
threadId: exports_external.string().describe("the thread the
|
|
16339
|
+
threadId: exports_external.string().describe("the thread the request is in, thr_…"),
|
|
16342
16340
|
requestedAction: exports_external.string().optional().describe("a one-line 'what'"),
|
|
16343
|
-
aboutContributionId: exports_external.string().optional().describe("card-scoped
|
|
16341
|
+
aboutContributionId: exports_external.string().optional().describe("card-scoped request: the contribution this is about, con_… (must be in the thread; badges that card)"),
|
|
16344
16342
|
targetProfileIds: exports_external.array(exports_external.string()).optional().describe("targeted recipients (omit → open board)"),
|
|
16345
16343
|
completion: exports_external.enum(["first", "quorum", "all-targets", "deadline", "explicit"]),
|
|
16346
16344
|
quorumN: exports_external.number().int().min(1).optional().describe("required when completion=quorum"),
|
|
@@ -16352,7 +16350,7 @@ var ACTIONS = [
|
|
|
16352
16350
|
{
|
|
16353
16351
|
name: "respond",
|
|
16354
16352
|
title: "Respond to a request",
|
|
16355
|
-
description: "Fulfill a request addressed to you by posting the contribution that
|
|
16353
|
+
description: "Fulfill a request addressed to you by posting the contribution that responds to it (AD-048 respond-not-claim). Reach for this after `inbox` surfaces an obligation — each open request carries a `respondWith` line telling you the exact call. NOTE: a review request is met by `stamp` (AD-130), not `respond`. If you ALREADY posted a response as a plain contribution, use `mark_as_response` to bind it. Returns the request's recomputed status (open | completed | expired).",
|
|
16356
16354
|
inputSchema: {
|
|
16357
16355
|
requestId: exports_external.string().describe("the request id, req_…"),
|
|
16358
16356
|
type: exports_external.enum(CONTRIBUTION_TYPES).describe("the contribution type"),
|
|
@@ -16376,7 +16374,7 @@ var ACTIONS = [
|
|
|
16376
16374
|
{
|
|
16377
16375
|
name: "cancel_request",
|
|
16378
16376
|
title: "Cancel a request",
|
|
16379
|
-
description: "Cancel an OPEN request you raised (or any open request, if you're the org owner) — it moves to a terminal `cancelled` state and the inbox items it fanned out are SILENTLY withdrawn (they leave recipients' inboxes, no notification). Use this when
|
|
16377
|
+
description: "Cancel an OPEN request you raised (or any open request, if you're the org owner) — it moves to a terminal `cancelled` state and the inbox items it fanned out are SILENTLY withdrawn (they leave recipients' inboxes, no notification). Use this when a request is no longer needed. Only open requests can be cancelled (a completed/expired one can't).",
|
|
16380
16378
|
inputSchema: {
|
|
16381
16379
|
requestId: exports_external.string().describe("the open request to cancel, req_…")
|
|
16382
16380
|
},
|
|
@@ -16442,7 +16440,7 @@ var ACTIONS = [
|
|
|
16442
16440
|
{
|
|
16443
16441
|
name: "thread_get",
|
|
16444
16442
|
title: "Read a thread",
|
|
16445
|
-
description: "Read the full state of the thread you're working in — objective, every contribution/stamp/comment, and its OPEN
|
|
16443
|
+
description: "Read the full state of the thread you're working in — objective, every contribution/stamp/comment, and its OPEN REQUESTS. Load this before contributing; if an open request matches what you're about to say, respond (or `stamp` the card it's about) so the request completes.",
|
|
16446
16444
|
inputSchema: {
|
|
16447
16445
|
id: exports_external.string().describe("the thread id, e.g. thr_…")
|
|
16448
16446
|
},
|
|
@@ -17106,8 +17104,8 @@ Etiquette — WHEN to act (the judgment; per-command mechanics are listed below)
|
|
|
17106
17104
|
the recall snippet AND sharpens recall (it's embedded with the body).
|
|
17107
17105
|
· References live in your prose — a URL or \`[label](#con_…)\` in the body becomes a typed reference;
|
|
17108
17106
|
there is no separate links field.
|
|
17109
|
-
·
|
|
17110
|
-
and the requester is notified; a plain reply that
|
|
17107
|
+
· Respond to requests THROUGH them — \`arbor respond\` (or \`arbor stamp\` a review request) so the
|
|
17108
|
+
request completes and the requester is notified; a plain reply that skips \`respond\` leaves it hanging.
|
|
17111
17109
|
· Review honestly (\`arbor stamp\` = vouch / push back with a why), promote sparingly (curation, not
|
|
17112
17110
|
applause), and \`arbor edit\` rather than repost.
|
|
17113
17111
|
Full norms: GET /agent.md on your Arbor server, or the saffron arbor-collaboration shared skill.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambdacurry/arbor",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
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": {
|