@lambdacurry/arbor 0.6.5 → 0.6.6
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 +64 -64
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -16050,7 +16050,7 @@ var ACTIONS = [
|
|
|
16050
16050
|
includeHistorical: exports_external.boolean().optional().describe("include superseded/archived knowledge (default false)")
|
|
16051
16051
|
},
|
|
16052
16052
|
surfaces: ["mcp", "cli"],
|
|
16053
|
-
|
|
16053
|
+
toolset: "loop",
|
|
16054
16054
|
run: forward("knowledge.recall")
|
|
16055
16055
|
},
|
|
16056
16056
|
{
|
|
@@ -16071,7 +16071,7 @@ var ACTIONS = [
|
|
|
16071
16071
|
links: exports_external.array(exports_external.object({ rel: exports_external.enum(CONTRIBUTION_LINK_RELS), targetId: exports_external.string() })).optional().describe("internal typed links: { rel, targetId } (same-space). External refs go IN THE BODY as URLs.")
|
|
16072
16072
|
},
|
|
16073
16073
|
surfaces: ["mcp", "cli"],
|
|
16074
|
-
|
|
16074
|
+
toolset: "loop",
|
|
16075
16075
|
run: forward("contribution.add")
|
|
16076
16076
|
},
|
|
16077
16077
|
{
|
|
@@ -16084,7 +16084,7 @@ var ACTIONS = [
|
|
|
16084
16084
|
summary: exports_external.string().max(300).optional().describe("optional ≤300-char gist — omit to leave unchanged, empty string to clear")
|
|
16085
16085
|
},
|
|
16086
16086
|
surfaces: ["mcp", "cli"],
|
|
16087
|
-
|
|
16087
|
+
toolset: "loop",
|
|
16088
16088
|
run: forward("contribution.update")
|
|
16089
16089
|
},
|
|
16090
16090
|
{
|
|
@@ -16103,7 +16103,7 @@ var ACTIONS = [
|
|
|
16103
16103
|
})).optional().describe("inline @-mentions in the note; person mentions notify")
|
|
16104
16104
|
},
|
|
16105
16105
|
surfaces: ["mcp", "cli"],
|
|
16106
|
-
|
|
16106
|
+
toolset: "loop",
|
|
16107
16107
|
run: forward("review.add")
|
|
16108
16108
|
},
|
|
16109
16109
|
{
|
|
@@ -16116,7 +16116,7 @@ var ACTIONS = [
|
|
|
16116
16116
|
emoji: exports_external.string().min(1)
|
|
16117
16117
|
},
|
|
16118
16118
|
surfaces: ["mcp", "cli"],
|
|
16119
|
-
|
|
16119
|
+
toolset: "loop",
|
|
16120
16120
|
run: forward("reaction.toggle")
|
|
16121
16121
|
},
|
|
16122
16122
|
{
|
|
@@ -16129,7 +16129,7 @@ var ACTIONS = [
|
|
|
16129
16129
|
purpose: exports_external.string().optional().describe("one line on what belongs here")
|
|
16130
16130
|
},
|
|
16131
16131
|
surfaces: ["mcp", "cli"],
|
|
16132
|
-
|
|
16132
|
+
toolset: "structure",
|
|
16133
16133
|
run: forward("topic.create")
|
|
16134
16134
|
},
|
|
16135
16135
|
{
|
|
@@ -16141,7 +16141,7 @@ var ACTIONS = [
|
|
|
16141
16141
|
guidance: exports_external.array(exports_external.string()).describe("the full guidance list — replaces the existing one; [] clears it")
|
|
16142
16142
|
},
|
|
16143
16143
|
surfaces: ["cli"],
|
|
16144
|
-
|
|
16144
|
+
toolset: "spaces",
|
|
16145
16145
|
run: forward("topic.update")
|
|
16146
16146
|
},
|
|
16147
16147
|
{
|
|
@@ -16155,7 +16155,7 @@ var ACTIONS = [
|
|
|
16155
16155
|
objective: exports_external.string().min(1).describe("what settled/done looks like for this thread")
|
|
16156
16156
|
},
|
|
16157
16157
|
surfaces: ["mcp", "cli"],
|
|
16158
|
-
|
|
16158
|
+
toolset: "loop",
|
|
16159
16159
|
run: forward("thread.create")
|
|
16160
16160
|
},
|
|
16161
16161
|
{
|
|
@@ -16167,7 +16167,7 @@ var ACTIONS = [
|
|
|
16167
16167
|
waysToHelp: exports_external.array(exports_external.string()).describe("the full ways-to-help list — replaces the existing one; [] clears it")
|
|
16168
16168
|
},
|
|
16169
16169
|
surfaces: ["cli"],
|
|
16170
|
-
|
|
16170
|
+
toolset: "spaces",
|
|
16171
16171
|
run: forward("thread.update")
|
|
16172
16172
|
},
|
|
16173
16173
|
{
|
|
@@ -16180,7 +16180,7 @@ var ACTIONS = [
|
|
|
16180
16180
|
reason: exports_external.string().optional().describe("optional one-line why, recorded on the event")
|
|
16181
16181
|
},
|
|
16182
16182
|
surfaces: ["mcp", "cli"],
|
|
16183
|
-
|
|
16183
|
+
toolset: "loop",
|
|
16184
16184
|
run: forward("thread.transition")
|
|
16185
16185
|
},
|
|
16186
16186
|
{
|
|
@@ -16196,7 +16196,7 @@ var ACTIONS = [
|
|
|
16196
16196
|
sourceContributionIds: exports_external.array(exports_external.string()).optional()
|
|
16197
16197
|
},
|
|
16198
16198
|
surfaces: ["cli"],
|
|
16199
|
-
|
|
16199
|
+
toolset: "artifacts",
|
|
16200
16200
|
run: forward("artifact.create")
|
|
16201
16201
|
},
|
|
16202
16202
|
{
|
|
@@ -16209,7 +16209,7 @@ var ACTIONS = [
|
|
|
16209
16209
|
reason: exports_external.string().optional()
|
|
16210
16210
|
},
|
|
16211
16211
|
surfaces: ["cli"],
|
|
16212
|
-
|
|
16212
|
+
toolset: "artifacts",
|
|
16213
16213
|
run: forward("artifact.transition")
|
|
16214
16214
|
},
|
|
16215
16215
|
{
|
|
@@ -16221,7 +16221,7 @@ var ACTIONS = [
|
|
|
16221
16221
|
sourceContributionId: exports_external.string().describe("the contribution it's produced by, con_… (must share the attachment's thread)")
|
|
16222
16222
|
},
|
|
16223
16223
|
surfaces: ["cli"],
|
|
16224
|
-
|
|
16224
|
+
toolset: "artifacts",
|
|
16225
16225
|
run: forward("attachment.promote")
|
|
16226
16226
|
},
|
|
16227
16227
|
{
|
|
@@ -16232,7 +16232,7 @@ var ACTIONS = [
|
|
|
16232
16232
|
contributionId: exports_external.string().describe("the contribution to promote, con_… (its thread + author are derived)")
|
|
16233
16233
|
},
|
|
16234
16234
|
surfaces: ["cli"],
|
|
16235
|
-
|
|
16235
|
+
toolset: "curation",
|
|
16236
16236
|
run: forward("contribution.promote")
|
|
16237
16237
|
},
|
|
16238
16238
|
{
|
|
@@ -16243,7 +16243,7 @@ var ACTIONS = [
|
|
|
16243
16243
|
contributionId: exports_external.string().describe("the standout contribution to demote, con_…")
|
|
16244
16244
|
},
|
|
16245
16245
|
surfaces: ["cli"],
|
|
16246
|
-
|
|
16246
|
+
toolset: "curation",
|
|
16247
16247
|
run: forward("contribution.demote")
|
|
16248
16248
|
},
|
|
16249
16249
|
{
|
|
@@ -16254,7 +16254,7 @@ var ACTIONS = [
|
|
|
16254
16254
|
contributionId: exports_external.string().describe("the contribution to remove, con_…")
|
|
16255
16255
|
},
|
|
16256
16256
|
surfaces: ["cli"],
|
|
16257
|
-
|
|
16257
|
+
toolset: "curation",
|
|
16258
16258
|
run: forward("contribution.delete")
|
|
16259
16259
|
},
|
|
16260
16260
|
{
|
|
@@ -16265,7 +16265,7 @@ var ACTIONS = [
|
|
|
16265
16265
|
contributionId: exports_external.string().describe("the removed contribution to restore, con_…")
|
|
16266
16266
|
},
|
|
16267
16267
|
surfaces: ["cli"],
|
|
16268
|
-
|
|
16268
|
+
toolset: "curation",
|
|
16269
16269
|
run: forward("contribution.restore")
|
|
16270
16270
|
},
|
|
16271
16271
|
{
|
|
@@ -16283,7 +16283,7 @@ var ACTIONS = [
|
|
|
16283
16283
|
expiresAt: exports_external.string().optional().describe("ISO-8601 deadline (default: 14 days from creation, AD-167)")
|
|
16284
16284
|
},
|
|
16285
16285
|
surfaces: ["mcp", "cli"],
|
|
16286
|
-
|
|
16286
|
+
toolset: "loop",
|
|
16287
16287
|
run: forward("request.create")
|
|
16288
16288
|
},
|
|
16289
16289
|
{
|
|
@@ -16297,7 +16297,7 @@ var ACTIONS = [
|
|
|
16297
16297
|
confidence: exports_external.number().int().min(0).max(100).optional()
|
|
16298
16298
|
},
|
|
16299
16299
|
surfaces: ["mcp", "cli"],
|
|
16300
|
-
|
|
16300
|
+
toolset: "loop",
|
|
16301
16301
|
run: forward("request.respond")
|
|
16302
16302
|
},
|
|
16303
16303
|
{
|
|
@@ -16309,7 +16309,7 @@ var ACTIONS = [
|
|
|
16309
16309
|
contributionId: exports_external.string().describe("the existing contribution that responds to it, con_…")
|
|
16310
16310
|
},
|
|
16311
16311
|
surfaces: ["mcp", "cli"],
|
|
16312
|
-
|
|
16312
|
+
toolset: "loop",
|
|
16313
16313
|
run: forward("request.bind")
|
|
16314
16314
|
},
|
|
16315
16315
|
{
|
|
@@ -16320,7 +16320,7 @@ var ACTIONS = [
|
|
|
16320
16320
|
requestId: exports_external.string().describe("the open request to cancel, req_…")
|
|
16321
16321
|
},
|
|
16322
16322
|
surfaces: ["mcp", "cli"],
|
|
16323
|
-
|
|
16323
|
+
toolset: "loop",
|
|
16324
16324
|
run: forward("request.cancel")
|
|
16325
16325
|
},
|
|
16326
16326
|
{
|
|
@@ -16332,7 +16332,7 @@ var ACTIONS = [
|
|
|
16332
16332
|
...PAGINATION_INPUT
|
|
16333
16333
|
},
|
|
16334
16334
|
surfaces: ["mcp", "cli"],
|
|
16335
|
-
|
|
16335
|
+
toolset: "loop",
|
|
16336
16336
|
run: forward("inbox.list")
|
|
16337
16337
|
},
|
|
16338
16338
|
{
|
|
@@ -16343,7 +16343,7 @@ var ACTIONS = [
|
|
|
16343
16343
|
inboxItemId: exports_external.string().describe("the inbox item to dismiss, inb_…")
|
|
16344
16344
|
},
|
|
16345
16345
|
surfaces: ["mcp", "cli"],
|
|
16346
|
-
|
|
16346
|
+
toolset: "loop",
|
|
16347
16347
|
run: forward("inbox.dismiss")
|
|
16348
16348
|
},
|
|
16349
16349
|
{
|
|
@@ -16352,7 +16352,7 @@ var ACTIONS = [
|
|
|
16352
16352
|
description: "List the awareness feed of activity involving you — stamps on your work, replies in your threads, @-mentions, and your completed requests — newest first, with an unseen count. Each item carries a triage `class` (AD-182) derived from thread state: `settled-context` (thread resolved — durable context, never live work), `owed-by-me` (an open ask targets you — go to `inbox`, this row is just a pointer), `judgment-available` (your work was engaged in a live thread — an invitation, not an obligation), `closed-loop` (your ask completed), `room-motion` (ambient activity, safely skippable). This is FYI (no response owed); `inbox` remains the only obligation surface.",
|
|
16353
16353
|
inputSchema: { ...PAGINATION_INPUT },
|
|
16354
16354
|
surfaces: ["cli"],
|
|
16355
|
-
|
|
16355
|
+
toolset: "loop",
|
|
16356
16356
|
run: forward("notification.list")
|
|
16357
16357
|
},
|
|
16358
16358
|
{
|
|
@@ -16363,7 +16363,7 @@ var ACTIONS = [
|
|
|
16363
16363
|
notificationId: exports_external.string().describe("the notification id, ntf_…")
|
|
16364
16364
|
},
|
|
16365
16365
|
surfaces: ["cli"],
|
|
16366
|
-
|
|
16366
|
+
toolset: "loop",
|
|
16367
16367
|
run: forward("notification.markRead")
|
|
16368
16368
|
},
|
|
16369
16369
|
{
|
|
@@ -16372,7 +16372,7 @@ var ACTIONS = [
|
|
|
16372
16372
|
description: "Mark every unread notification in your feed read in one call; returns how many were cleared. Reach for this to zero out your awareness feed after a catch-up.",
|
|
16373
16373
|
inputSchema: {},
|
|
16374
16374
|
surfaces: ["cli"],
|
|
16375
|
-
|
|
16375
|
+
toolset: "loop",
|
|
16376
16376
|
run: forward("notification.markAllRead")
|
|
16377
16377
|
},
|
|
16378
16378
|
{
|
|
@@ -16381,7 +16381,7 @@ var ACTIONS = [
|
|
|
16381
16381
|
description: "Return your own Arbor identity (profile + source client) as resolved from your credential. Reach for this to confirm which profile and org you're acting as before you write.",
|
|
16382
16382
|
inputSchema: {},
|
|
16383
16383
|
surfaces: ["mcp", "cli"],
|
|
16384
|
-
|
|
16384
|
+
toolset: "loop",
|
|
16385
16385
|
run: forward("me.get")
|
|
16386
16386
|
},
|
|
16387
16387
|
{
|
|
@@ -16395,7 +16395,7 @@ var ACTIONS = [
|
|
|
16395
16395
|
capabilities: exports_external.array(exports_external.string()).optional().describe("free-form skill tags (≤20, each ≤60 chars) for what you can do — e.g. ['market-research','data-viz']; how teammates route work to you. An empty array clears them.")
|
|
16396
16396
|
},
|
|
16397
16397
|
surfaces: ["mcp", "cli"],
|
|
16398
|
-
|
|
16398
|
+
toolset: "spaces",
|
|
16399
16399
|
run: forward("me.update")
|
|
16400
16400
|
},
|
|
16401
16401
|
{
|
|
@@ -16408,7 +16408,7 @@ var ACTIONS = [
|
|
|
16408
16408
|
profileId: exports_external.string().optional().describe("admin override — set THIS member's charter instead of your own (org owner/admin only)")
|
|
16409
16409
|
},
|
|
16410
16410
|
surfaces: ["cli"],
|
|
16411
|
-
|
|
16411
|
+
toolset: "spaces",
|
|
16412
16412
|
run: forward("space.setCharter")
|
|
16413
16413
|
},
|
|
16414
16414
|
{
|
|
@@ -16421,7 +16421,7 @@ var ACTIONS = [
|
|
|
16421
16421
|
contribCursor: exports_external.string().optional().describe("continuation cursor from a previous page's contributionPage.nextCursor")
|
|
16422
16422
|
},
|
|
16423
16423
|
surfaces: ["mcp", "cli"],
|
|
16424
|
-
|
|
16424
|
+
toolset: "loop",
|
|
16425
16425
|
run: forward("thread.get")
|
|
16426
16426
|
},
|
|
16427
16427
|
{
|
|
@@ -16434,7 +16434,7 @@ var ACTIONS = [
|
|
|
16434
16434
|
depth: exports_external.enum(["spaces", "topics", "threads"]).optional().describe("how deep to expand: spaces (just spaces) | topics (default: + topics + light roster) | threads (+ each topic's threads). For one topic's threads or one thread's contributions, prefer topic_get / thread_get.")
|
|
16435
16435
|
},
|
|
16436
16436
|
surfaces: ["mcp", "cli"],
|
|
16437
|
-
|
|
16437
|
+
toolset: "loop",
|
|
16438
16438
|
run: forward("navigation.tree")
|
|
16439
16439
|
},
|
|
16440
16440
|
{
|
|
@@ -16443,7 +16443,7 @@ var ACTIONS = [
|
|
|
16443
16443
|
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. request a review from Meg). Read-only.",
|
|
16444
16444
|
inputSchema: {},
|
|
16445
16445
|
surfaces: ["mcp", "cli"],
|
|
16446
|
-
|
|
16446
|
+
toolset: "loop",
|
|
16447
16447
|
run: forward("org.members")
|
|
16448
16448
|
},
|
|
16449
16449
|
{
|
|
@@ -16454,7 +16454,7 @@ var ACTIONS = [
|
|
|
16454
16454
|
spaceId: exports_external.string().describe("the space id to join, e.g. spc_…")
|
|
16455
16455
|
},
|
|
16456
16456
|
surfaces: ["cli"],
|
|
16457
|
-
|
|
16457
|
+
toolset: "spaces",
|
|
16458
16458
|
run: forward("space.join")
|
|
16459
16459
|
},
|
|
16460
16460
|
{
|
|
@@ -16465,7 +16465,7 @@ var ACTIONS = [
|
|
|
16465
16465
|
spaceId: exports_external.string().describe("the space id to leave, e.g. spc_…")
|
|
16466
16466
|
},
|
|
16467
16467
|
surfaces: ["cli"],
|
|
16468
|
-
|
|
16468
|
+
toolset: "spaces",
|
|
16469
16469
|
run: forward("space.leave")
|
|
16470
16470
|
},
|
|
16471
16471
|
{
|
|
@@ -16477,7 +16477,7 @@ var ACTIONS = [
|
|
|
16477
16477
|
profileId: exports_external.string().describe("the profile id to add, e.g. prof_… (agent → granted, human → invited)")
|
|
16478
16478
|
},
|
|
16479
16479
|
surfaces: ["cli"],
|
|
16480
|
-
|
|
16480
|
+
toolset: "spaces",
|
|
16481
16481
|
run: forward("space.addMember")
|
|
16482
16482
|
},
|
|
16483
16483
|
{
|
|
@@ -16488,7 +16488,7 @@ var ACTIONS = [
|
|
|
16488
16488
|
invitationId: exports_external.string().describe("the space invitation id, e.g. sinv_…")
|
|
16489
16489
|
},
|
|
16490
16490
|
surfaces: ["cli"],
|
|
16491
|
-
|
|
16491
|
+
toolset: "spaces",
|
|
16492
16492
|
run: forward("space.acceptInvite")
|
|
16493
16493
|
},
|
|
16494
16494
|
{
|
|
@@ -16497,7 +16497,7 @@ var ACTIONS = [
|
|
|
16497
16497
|
description: "Discover the OPEN spaces in your org you could join. Each is flagged with whether you're already a member; private spaces are never listed.",
|
|
16498
16498
|
inputSchema: { ...PAGINATION_INPUT },
|
|
16499
16499
|
surfaces: ["cli"],
|
|
16500
|
-
|
|
16500
|
+
toolset: "spaces",
|
|
16501
16501
|
run: forward("space.listOpen")
|
|
16502
16502
|
},
|
|
16503
16503
|
{
|
|
@@ -16506,7 +16506,7 @@ var ACTIONS = [
|
|
|
16506
16506
|
description: "List your pending space invitations to accept. Reach for this to find an invite, then `accept_space_invite` it.",
|
|
16507
16507
|
inputSchema: { ...PAGINATION_INPUT },
|
|
16508
16508
|
surfaces: ["cli"],
|
|
16509
|
-
|
|
16509
|
+
toolset: "spaces",
|
|
16510
16510
|
run: forward("space.invites")
|
|
16511
16511
|
},
|
|
16512
16512
|
{
|
|
@@ -16520,7 +16520,7 @@ var ACTIONS = [
|
|
|
16520
16520
|
threadIds: exports_external.array(exports_external.string()).optional().describe("optional threads IN THIS SPACE to link at creation (others are ignored)")
|
|
16521
16521
|
},
|
|
16522
16522
|
surfaces: ["cli"],
|
|
16523
|
-
|
|
16523
|
+
toolset: "goals",
|
|
16524
16524
|
run: forward("initiative.create")
|
|
16525
16525
|
},
|
|
16526
16526
|
{
|
|
@@ -16532,7 +16532,7 @@ var ACTIONS = [
|
|
|
16532
16532
|
spaceId: exports_external.string().describe("the space to surface it in, spc_… (you must be a member)")
|
|
16533
16533
|
},
|
|
16534
16534
|
surfaces: ["cli"],
|
|
16535
|
-
|
|
16535
|
+
toolset: "goals",
|
|
16536
16536
|
run: forward("initiative.attachSpace")
|
|
16537
16537
|
},
|
|
16538
16538
|
{
|
|
@@ -16544,7 +16544,7 @@ var ACTIONS = [
|
|
|
16544
16544
|
spaceId: exports_external.string().describe("the space to stop surfacing it in, spc_…")
|
|
16545
16545
|
},
|
|
16546
16546
|
surfaces: ["cli"],
|
|
16547
|
-
|
|
16547
|
+
toolset: "goals",
|
|
16548
16548
|
run: forward("initiative.detachSpace")
|
|
16549
16549
|
},
|
|
16550
16550
|
{
|
|
@@ -16556,7 +16556,7 @@ var ACTIONS = [
|
|
|
16556
16556
|
initiativeId: exports_external.string().describe("the goal it serves, ini_…")
|
|
16557
16557
|
},
|
|
16558
16558
|
surfaces: ["cli"],
|
|
16559
|
-
|
|
16559
|
+
toolset: "goals",
|
|
16560
16560
|
run: forward("initiative.linkThread")
|
|
16561
16561
|
},
|
|
16562
16562
|
{
|
|
@@ -16568,7 +16568,7 @@ var ACTIONS = [
|
|
|
16568
16568
|
initiativeId: exports_external.string().describe("the goal to unlink it from, ini_…")
|
|
16569
16569
|
},
|
|
16570
16570
|
surfaces: ["cli"],
|
|
16571
|
-
|
|
16571
|
+
toolset: "goals",
|
|
16572
16572
|
run: forward("initiative.unlinkThread")
|
|
16573
16573
|
},
|
|
16574
16574
|
{
|
|
@@ -16579,7 +16579,7 @@ var ACTIONS = [
|
|
|
16579
16579
|
id: exports_external.string().describe("the goal, ini_…")
|
|
16580
16580
|
},
|
|
16581
16581
|
surfaces: ["cli"],
|
|
16582
|
-
|
|
16582
|
+
toolset: "goals",
|
|
16583
16583
|
run: forward("initiative.get")
|
|
16584
16584
|
},
|
|
16585
16585
|
{
|
|
@@ -16590,7 +16590,7 @@ var ACTIONS = [
|
|
|
16590
16590
|
threadId: exports_external.string().describe("the thread to read goals for, thr_…")
|
|
16591
16591
|
},
|
|
16592
16592
|
surfaces: ["cli"],
|
|
16593
|
-
|
|
16593
|
+
toolset: "goals",
|
|
16594
16594
|
run: forward("initiative.forThread")
|
|
16595
16595
|
},
|
|
16596
16596
|
{
|
|
@@ -16603,7 +16603,7 @@ var ACTIONS = [
|
|
|
16603
16603
|
purpose: exports_external.string().optional().describe("a new one-or-two-line purpose")
|
|
16604
16604
|
},
|
|
16605
16605
|
surfaces: ["cli"],
|
|
16606
|
-
|
|
16606
|
+
toolset: "goals",
|
|
16607
16607
|
run: forward("initiative.update")
|
|
16608
16608
|
},
|
|
16609
16609
|
{
|
|
@@ -16615,7 +16615,7 @@ var ACTIONS = [
|
|
|
16615
16615
|
status: exports_external.enum(["active", "paused", "completed", "archived"]).describe("the new lifecycle state")
|
|
16616
16616
|
},
|
|
16617
16617
|
surfaces: ["cli"],
|
|
16618
|
-
|
|
16618
|
+
toolset: "goals",
|
|
16619
16619
|
run: forward("initiative.setStatus")
|
|
16620
16620
|
},
|
|
16621
16621
|
{
|
|
@@ -16626,7 +16626,7 @@ var ACTIONS = [
|
|
|
16626
16626
|
id: exports_external.string().describe("the goal to delete, ini_…")
|
|
16627
16627
|
},
|
|
16628
16628
|
surfaces: ["cli"],
|
|
16629
|
-
|
|
16629
|
+
toolset: "goals",
|
|
16630
16630
|
run: forward("initiative.delete")
|
|
16631
16631
|
},
|
|
16632
16632
|
{
|
|
@@ -16640,7 +16640,7 @@ var ACTIONS = [
|
|
|
16640
16640
|
memberProfileIds: exports_external.array(exports_external.string()).optional().describe("org profile ids to seed as members — agents added directly, humans get a pending invite")
|
|
16641
16641
|
},
|
|
16642
16642
|
surfaces: ["mcp", "cli"],
|
|
16643
|
-
|
|
16643
|
+
toolset: "structure",
|
|
16644
16644
|
run: forward("space.create")
|
|
16645
16645
|
},
|
|
16646
16646
|
{
|
|
@@ -16651,7 +16651,7 @@ var ACTIONS = [
|
|
|
16651
16651
|
displayName: exports_external.string().min(1).describe("the agent's display name")
|
|
16652
16652
|
},
|
|
16653
16653
|
surfaces: ["cli"],
|
|
16654
|
-
|
|
16654
|
+
toolset: "admin",
|
|
16655
16655
|
run: forward("agent.register")
|
|
16656
16656
|
},
|
|
16657
16657
|
{
|
|
@@ -16664,7 +16664,7 @@ var ACTIONS = [
|
|
|
16664
16664
|
orgRole: exports_external.enum(["member", "admin"]).optional().describe("org role (default member)")
|
|
16665
16665
|
},
|
|
16666
16666
|
surfaces: ["cli"],
|
|
16667
|
-
|
|
16667
|
+
toolset: "admin",
|
|
16668
16668
|
run: forward("human.invite")
|
|
16669
16669
|
},
|
|
16670
16670
|
{
|
|
@@ -16675,7 +16675,7 @@ var ACTIONS = [
|
|
|
16675
16675
|
spaceId: exports_external.string().min(1).describe("the space id")
|
|
16676
16676
|
},
|
|
16677
16677
|
surfaces: ["mcp", "cli"],
|
|
16678
|
-
|
|
16678
|
+
toolset: "loop",
|
|
16679
16679
|
run: forward("space.get")
|
|
16680
16680
|
},
|
|
16681
16681
|
{
|
|
@@ -16686,7 +16686,7 @@ var ACTIONS = [
|
|
|
16686
16686
|
topicId: exports_external.string().min(1).describe("the topic id")
|
|
16687
16687
|
},
|
|
16688
16688
|
surfaces: ["mcp", "cli"],
|
|
16689
|
-
|
|
16689
|
+
toolset: "loop",
|
|
16690
16690
|
run: forward("topic.get")
|
|
16691
16691
|
},
|
|
16692
16692
|
{
|
|
@@ -16695,7 +16695,7 @@ var ACTIONS = [
|
|
|
16695
16695
|
description: "Platform-operator only: list EVERY org on the instance with member + space counts. The entry point for cross-org oversight — start here, then dive into one with `admin org`.",
|
|
16696
16696
|
inputSchema: { ...PAGINATION_INPUT },
|
|
16697
16697
|
surfaces: ["cli"],
|
|
16698
|
-
|
|
16698
|
+
toolset: "admin",
|
|
16699
16699
|
run: forward("admin.listOrgs")
|
|
16700
16700
|
},
|
|
16701
16701
|
{
|
|
@@ -16706,7 +16706,7 @@ var ACTIONS = [
|
|
|
16706
16706
|
orgId: exports_external.string().min(1).describe("the org id, e.g. org_…")
|
|
16707
16707
|
},
|
|
16708
16708
|
surfaces: ["cli"],
|
|
16709
|
-
|
|
16709
|
+
toolset: "admin",
|
|
16710
16710
|
run: forward("admin.getOrg")
|
|
16711
16711
|
},
|
|
16712
16712
|
{
|
|
@@ -16717,7 +16717,7 @@ var ACTIONS = [
|
|
|
16717
16717
|
spaceId: exports_external.string().min(1).describe("the space id, e.g. spc_…")
|
|
16718
16718
|
},
|
|
16719
16719
|
surfaces: ["cli"],
|
|
16720
|
-
|
|
16720
|
+
toolset: "admin",
|
|
16721
16721
|
run: forward("admin.getSpace")
|
|
16722
16722
|
},
|
|
16723
16723
|
{
|
|
@@ -16728,7 +16728,7 @@ var ACTIONS = [
|
|
|
16728
16728
|
topicId: exports_external.string().min(1).describe("the topic id, e.g. top_…")
|
|
16729
16729
|
},
|
|
16730
16730
|
surfaces: ["cli"],
|
|
16731
|
-
|
|
16731
|
+
toolset: "admin",
|
|
16732
16732
|
run: forward("admin.getTopic")
|
|
16733
16733
|
},
|
|
16734
16734
|
{
|
|
@@ -16739,7 +16739,7 @@ var ACTIONS = [
|
|
|
16739
16739
|
threadId: exports_external.string().min(1).describe("the thread id, e.g. thr_…")
|
|
16740
16740
|
},
|
|
16741
16741
|
surfaces: ["cli"],
|
|
16742
|
-
|
|
16742
|
+
toolset: "admin",
|
|
16743
16743
|
run: forward("admin.getThread")
|
|
16744
16744
|
},
|
|
16745
16745
|
{
|
|
@@ -16768,7 +16768,7 @@ var ACTIONS = [
|
|
|
16768
16768
|
initiativeId: exports_external.string().optional().describe("link/unlink/attach/detach: the goal, ini_…")
|
|
16769
16769
|
},
|
|
16770
16770
|
surfaces: ["mcp"],
|
|
16771
|
-
|
|
16771
|
+
toolset: "goals",
|
|
16772
16772
|
run: dispatch({
|
|
16773
16773
|
get: "initiative.get",
|
|
16774
16774
|
create: "initiative.create",
|
|
@@ -16793,7 +16793,7 @@ var ACTIONS = [
|
|
|
16793
16793
|
invitationId: exports_external.string().optional().describe("accept_invite: the invitation, sinv_…")
|
|
16794
16794
|
},
|
|
16795
16795
|
surfaces: ["mcp"],
|
|
16796
|
-
|
|
16796
|
+
toolset: "spaces",
|
|
16797
16797
|
run: dispatch({
|
|
16798
16798
|
join: "space.join",
|
|
16799
16799
|
leave: "space.leave",
|
|
@@ -16813,7 +16813,7 @@ var ACTIONS = [
|
|
|
16813
16813
|
...PAGINATION_INPUT
|
|
16814
16814
|
},
|
|
16815
16815
|
surfaces: ["mcp"],
|
|
16816
|
-
|
|
16816
|
+
toolset: "loop",
|
|
16817
16817
|
run: dispatch({
|
|
16818
16818
|
list: "notification.list",
|
|
16819
16819
|
read: "notification.markRead",
|
|
@@ -16829,7 +16829,7 @@ var ACTIONS = [
|
|
|
16829
16829
|
contributionId: exports_external.string().describe("the contribution, con_…")
|
|
16830
16830
|
},
|
|
16831
16831
|
surfaces: ["mcp"],
|
|
16832
|
-
|
|
16832
|
+
toolset: "curation",
|
|
16833
16833
|
run: dispatch({
|
|
16834
16834
|
promote: "contribution.promote",
|
|
16835
16835
|
demote: "contribution.demote",
|
|
@@ -16854,7 +16854,7 @@ var ACTIONS = [
|
|
|
16854
16854
|
attachmentId: exports_external.string().optional().describe("promote_attachment: the upload, att_…")
|
|
16855
16855
|
},
|
|
16856
16856
|
surfaces: ["mcp"],
|
|
16857
|
-
|
|
16857
|
+
toolset: "artifacts",
|
|
16858
16858
|
run: dispatch({
|
|
16859
16859
|
create: "artifact.create",
|
|
16860
16860
|
transition: "artifact.transition",
|
|
@@ -16876,7 +16876,7 @@ var ACTIONS = [
|
|
|
16876
16876
|
waysToHelp: exports_external.array(exports_external.string()).optional().describe("ways_to_help: full list, replaces; [] clears")
|
|
16877
16877
|
},
|
|
16878
16878
|
surfaces: ["mcp"],
|
|
16879
|
-
|
|
16879
|
+
toolset: "spaces",
|
|
16880
16880
|
run: dispatch({
|
|
16881
16881
|
space_charter: "space.setCharter",
|
|
16882
16882
|
topic_guidance: "topic.update",
|
package/package.json
CHANGED