youmd 0.13.0 → 0.13.2
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/commands/agents.js +1 -1
- package/dist/commands/agents.js.map +1 -1
- package/dist/commands/connect.d.ts +3 -0
- package/dist/commands/connect.d.ts.map +1 -1
- package/dist/commands/connect.js +39 -0
- package/dist/commands/connect.js.map +1 -1
- package/dist/commands/mcp.d.ts +4 -1
- package/dist/commands/mcp.d.ts.map +1 -1
- package/dist/commands/mcp.js +16 -9
- package/dist/commands/mcp.js.map +1 -1
- package/dist/generated/capability-registry.d.ts +112 -96
- package/dist/generated/capability-registry.d.ts.map +1 -1
- package/dist/generated/capability-registry.js +113 -96
- package/dist/generated/capability-registry.js.map +1 -1
- package/dist/generated/native-host-integrity.d.ts +2 -0
- package/dist/generated/native-host-integrity.d.ts.map +1 -0
- package/dist/generated/native-host-integrity.js +6 -0
- package/dist/generated/native-host-integrity.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/lib/bamf-context-link.d.ts +90 -0
- package/dist/lib/bamf-context-link.d.ts.map +1 -0
- package/dist/lib/bamf-context-link.js +469 -0
- package/dist/lib/bamf-context-link.js.map +1 -0
- package/dist/lib/connected-access-native.d.ts +12 -0
- package/dist/lib/connected-access-native.d.ts.map +1 -1
- package/dist/lib/connected-access-native.js +142 -1
- package/dist/lib/connected-access-native.js.map +1 -1
- package/dist/lib/connected-context.d.ts.map +1 -1
- package/dist/lib/connected-context.js +2 -0
- package/dist/lib/connected-context.js.map +1 -1
- package/native/prebuilds/darwin-universal/youmd-native-host +0 -0
- package/native/prebuilds/darwin-universal/youmd-native-host.sha256 +1 -0
- package/native/prebuilds/darwin-universal/youmd_safe_open.node +0 -0
- package/package.json +3 -2
- package/scripts/build-native-host.mjs +51 -0
|
@@ -19,7 +19,7 @@ export interface AgentCapabilityMetadata {
|
|
|
19
19
|
handlerRef: string | null;
|
|
20
20
|
contractRevision: string;
|
|
21
21
|
}
|
|
22
|
-
export declare const AGENT_CAPABILITY_CONTRACT_REVISION: "you-md/capability-registry/2026-08-12.
|
|
22
|
+
export declare const AGENT_CAPABILITY_CONTRACT_REVISION: "you-md/capability-registry/2026-08-12.2";
|
|
23
23
|
export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
24
24
|
readonly id: "brain.apply.cli.local";
|
|
25
25
|
readonly name: "brain apply";
|
|
@@ -35,7 +35,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
35
35
|
readonly advertised: false;
|
|
36
36
|
readonly documented: true;
|
|
37
37
|
readonly handlerRef: "cli/src/lib/brain/safe-file.ts#applyProjectBrainSafeFile";
|
|
38
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
38
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
39
39
|
}, {
|
|
40
40
|
readonly id: "brain.apply.http.claim";
|
|
41
41
|
readonly name: "POST /api/v1/me/brain/apply/claim";
|
|
@@ -51,7 +51,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
51
51
|
readonly advertised: false;
|
|
52
52
|
readonly documented: true;
|
|
53
53
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/apply/claim";
|
|
54
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
54
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
55
55
|
}, {
|
|
56
56
|
readonly id: "brain.apply.http.events";
|
|
57
57
|
readonly name: "POST /api/v1/me/brain/apply/events";
|
|
@@ -67,7 +67,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
67
67
|
readonly advertised: false;
|
|
68
68
|
readonly documented: true;
|
|
69
69
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/apply/events";
|
|
70
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
70
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
71
71
|
}, {
|
|
72
72
|
readonly id: "brain.approval.http.keys";
|
|
73
73
|
readonly name: "GET /api/v1/brain/approval-keys";
|
|
@@ -83,7 +83,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
83
83
|
readonly advertised: true;
|
|
84
84
|
readonly documented: true;
|
|
85
85
|
readonly handlerRef: "convex/http.ts#GET./api/v1/brain/approval-keys";
|
|
86
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
86
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
87
87
|
}, {
|
|
88
88
|
readonly id: "brain.cli.adopt";
|
|
89
89
|
readonly name: "brain adopt";
|
|
@@ -99,7 +99,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
99
99
|
readonly advertised: true;
|
|
100
100
|
readonly documented: true;
|
|
101
101
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.adopt";
|
|
102
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
102
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
103
103
|
}, {
|
|
104
104
|
readonly id: "brain.cli.map";
|
|
105
105
|
readonly name: "brain map";
|
|
@@ -115,7 +115,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
115
115
|
readonly advertised: true;
|
|
116
116
|
readonly documented: true;
|
|
117
117
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.map";
|
|
118
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
118
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
119
119
|
}, {
|
|
120
120
|
readonly id: "brain.cli.propose";
|
|
121
121
|
readonly name: "brain propose";
|
|
@@ -131,7 +131,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
131
131
|
readonly advertised: true;
|
|
132
132
|
readonly documented: true;
|
|
133
133
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.propose";
|
|
134
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
134
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
135
135
|
}, {
|
|
136
136
|
readonly id: "brain.cli.scan";
|
|
137
137
|
readonly name: "brain scan";
|
|
@@ -147,7 +147,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
147
147
|
readonly advertised: true;
|
|
148
148
|
readonly documented: true;
|
|
149
149
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.scan";
|
|
150
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
150
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
151
151
|
}, {
|
|
152
152
|
readonly id: "brain.cli.show";
|
|
153
153
|
readonly name: "brain show";
|
|
@@ -163,7 +163,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
163
163
|
readonly advertised: true;
|
|
164
164
|
readonly documented: true;
|
|
165
165
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.show";
|
|
166
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
166
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
167
167
|
}, {
|
|
168
168
|
readonly id: "brain.cli.stage";
|
|
169
169
|
readonly name: "brain stage";
|
|
@@ -179,7 +179,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
179
179
|
readonly advertised: false;
|
|
180
180
|
readonly documented: true;
|
|
181
181
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.stage";
|
|
182
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
182
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
183
183
|
}, {
|
|
184
184
|
readonly id: "brain.cli.sync";
|
|
185
185
|
readonly name: "brain sync";
|
|
@@ -195,7 +195,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
195
195
|
readonly advertised: true;
|
|
196
196
|
readonly documented: true;
|
|
197
197
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.sync";
|
|
198
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
198
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
199
199
|
}, {
|
|
200
200
|
readonly id: "brain.cli.validate";
|
|
201
201
|
readonly name: "brain validate";
|
|
@@ -211,7 +211,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
211
211
|
readonly advertised: true;
|
|
212
212
|
readonly documented: true;
|
|
213
213
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.validate";
|
|
214
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
214
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
215
215
|
}, {
|
|
216
216
|
readonly id: "brain.cli.vision";
|
|
217
217
|
readonly name: "brain vision";
|
|
@@ -227,7 +227,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
227
227
|
readonly advertised: true;
|
|
228
228
|
readonly documented: true;
|
|
229
229
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.vision";
|
|
230
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
230
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
231
231
|
}, {
|
|
232
232
|
readonly id: "brain.convex.github-artifacts.read";
|
|
233
233
|
readonly name: "githubProjectArtifacts.readProjectContext";
|
|
@@ -243,7 +243,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
243
243
|
readonly advertised: false;
|
|
244
244
|
readonly documented: true;
|
|
245
245
|
readonly handlerRef: "convex/githubProjectArtifacts.ts#readProjectContext";
|
|
246
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
246
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
247
247
|
}, {
|
|
248
248
|
readonly id: "brain.convex.project.get";
|
|
249
249
|
readonly name: "projectBrain.getProject";
|
|
@@ -259,7 +259,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
259
259
|
readonly advertised: false;
|
|
260
260
|
readonly documented: true;
|
|
261
261
|
readonly handlerRef: "convex/projectBrain.ts#getProject";
|
|
262
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
262
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
263
263
|
}, {
|
|
264
264
|
readonly id: "brain.convex.projections.backfill";
|
|
265
265
|
readonly name: "projectBrain.backfillProjectionHeads";
|
|
@@ -275,7 +275,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
275
275
|
readonly advertised: false;
|
|
276
276
|
readonly documented: true;
|
|
277
277
|
readonly handlerRef: "convex/projectBrain.ts#backfillProjectionHeads";
|
|
278
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
278
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
279
279
|
}, {
|
|
280
280
|
readonly id: "brain.convex.projections.compare";
|
|
281
281
|
readonly name: "projectBrain.comparePortfolioProjection";
|
|
@@ -291,7 +291,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
291
291
|
readonly advertised: false;
|
|
292
292
|
readonly documented: true;
|
|
293
293
|
readonly handlerRef: "convex/projectBrain.ts#comparePortfolioProjection";
|
|
294
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
294
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
295
295
|
}, {
|
|
296
296
|
readonly id: "brain.convex.projects.list";
|
|
297
297
|
readonly name: "projectBrain.listProjects";
|
|
@@ -307,7 +307,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
307
307
|
readonly advertised: false;
|
|
308
308
|
readonly documented: true;
|
|
309
309
|
readonly handlerRef: "convex/projectBrain.ts#listProjects";
|
|
310
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
310
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
311
311
|
}, {
|
|
312
312
|
readonly id: "brain.convex.snapshot.project";
|
|
313
313
|
readonly name: "projectBrain.projectSnapshot";
|
|
@@ -323,7 +323,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
323
323
|
readonly advertised: false;
|
|
324
324
|
readonly documented: true;
|
|
325
325
|
readonly handlerRef: "convex/projectBrain.ts#projectSnapshot";
|
|
326
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
326
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
327
327
|
}, {
|
|
328
328
|
readonly id: "brain.convex.snapshots.ingest";
|
|
329
329
|
readonly name: "projectBrain.ingestSnapshots";
|
|
@@ -339,7 +339,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
339
339
|
readonly advertised: false;
|
|
340
340
|
readonly documented: true;
|
|
341
341
|
readonly handlerRef: "convex/projectBrain.ts#ingestSnapshots";
|
|
342
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
342
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
343
343
|
}, {
|
|
344
344
|
readonly id: "brain.http.artifact-content.get";
|
|
345
345
|
readonly name: "GET /api/v1/me/brain/artifact-content";
|
|
@@ -355,7 +355,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
355
355
|
readonly advertised: true;
|
|
356
356
|
readonly documented: true;
|
|
357
357
|
readonly handlerRef: "convex/http.ts#GET./api/v1/me/brain/artifact-content";
|
|
358
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
358
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
359
359
|
}, {
|
|
360
360
|
readonly id: "brain.http.artifact-contents.ingest";
|
|
361
361
|
readonly name: "POST /api/v1/me/brain/artifact-contents";
|
|
@@ -371,7 +371,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
371
371
|
readonly advertised: true;
|
|
372
372
|
readonly documented: true;
|
|
373
373
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/artifact-contents";
|
|
374
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
374
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
375
375
|
}, {
|
|
376
376
|
readonly id: "brain.http.projects.get";
|
|
377
377
|
readonly name: "GET /api/v1/me/brain/projects/:slug";
|
|
@@ -387,7 +387,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
387
387
|
readonly advertised: true;
|
|
388
388
|
readonly documented: true;
|
|
389
389
|
readonly handlerRef: "convex/http.ts#GET./api/v1/me/brain/projects/:slug";
|
|
390
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
390
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
391
391
|
}, {
|
|
392
392
|
readonly id: "brain.http.projects.list";
|
|
393
393
|
readonly name: "GET /api/v1/me/brain/projects";
|
|
@@ -403,7 +403,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
403
403
|
readonly advertised: true;
|
|
404
404
|
readonly documented: true;
|
|
405
405
|
readonly handlerRef: "convex/http.ts#GET./api/v1/me/brain/projects";
|
|
406
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
406
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
407
407
|
}, {
|
|
408
408
|
readonly id: "brain.http.projects.vision";
|
|
409
409
|
readonly name: "GET /api/v1/me/brain/projects/:slug/vision";
|
|
@@ -419,7 +419,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
419
419
|
readonly advertised: true;
|
|
420
420
|
readonly documented: true;
|
|
421
421
|
readonly handlerRef: "convex/http.ts#GET./api/v1/me/brain/projects/:slug/vision";
|
|
422
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
422
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
423
423
|
}, {
|
|
424
424
|
readonly id: "brain.http.snapshots.ingest";
|
|
425
425
|
readonly name: "POST /api/v1/me/brain/snapshots";
|
|
@@ -435,7 +435,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
435
435
|
readonly advertised: true;
|
|
436
436
|
readonly documented: true;
|
|
437
437
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/snapshots";
|
|
438
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
438
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
439
439
|
}, {
|
|
440
440
|
readonly id: "brain.proposal.http.create";
|
|
441
441
|
readonly name: "POST /api/v1/me/brain/proposals";
|
|
@@ -451,7 +451,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
451
451
|
readonly advertised: true;
|
|
452
452
|
readonly documented: true;
|
|
453
453
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/proposals";
|
|
454
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
454
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
455
455
|
}, {
|
|
456
456
|
readonly id: "brain.proposal.http.resolve";
|
|
457
457
|
readonly name: "POST /api/v1/me/brain/proposals/:id/decision";
|
|
@@ -467,7 +467,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
467
467
|
readonly advertised: true;
|
|
468
468
|
readonly documented: true;
|
|
469
469
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/proposals/:id/decision";
|
|
470
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
470
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
471
471
|
}, {
|
|
472
472
|
readonly id: "brain.proposal.mcp.create";
|
|
473
473
|
readonly name: "propose_project_brain_update";
|
|
@@ -483,7 +483,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
483
483
|
readonly advertised: true;
|
|
484
484
|
readonly documented: true;
|
|
485
485
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.propose_project_brain_update";
|
|
486
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
486
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
487
487
|
}, {
|
|
488
488
|
readonly id: "brain.proposal.mcp.resolve";
|
|
489
489
|
readonly name: "resolve_project_brain_proposal";
|
|
@@ -499,7 +499,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
499
499
|
readonly advertised: true;
|
|
500
500
|
readonly documented: true;
|
|
501
501
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.resolve_project_brain_proposal";
|
|
502
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
502
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
503
503
|
}, {
|
|
504
504
|
readonly id: "brain.recover.cli.local";
|
|
505
505
|
readonly name: "brain recover";
|
|
@@ -515,7 +515,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
515
515
|
readonly advertised: false;
|
|
516
516
|
readonly documented: true;
|
|
517
517
|
readonly handlerRef: "cli/src/lib/brain/safe-file.ts#recoverProjectBrainSafeFile";
|
|
518
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
518
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
519
519
|
}, {
|
|
520
520
|
readonly id: "chat.cli.conversations.proof";
|
|
521
521
|
readonly name: "conversations proof";
|
|
@@ -531,7 +531,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
531
531
|
readonly advertised: false;
|
|
532
532
|
readonly documented: true;
|
|
533
533
|
readonly handlerRef: "cli/src/commands/conversations.ts#conversationsCommand";
|
|
534
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
534
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
535
535
|
}, {
|
|
536
536
|
readonly id: "chat.http.conversation-proof.get";
|
|
537
537
|
readonly name: "GET /api/v1/me/chat/conversations/{sessionId}/proof";
|
|
@@ -547,7 +547,23 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
547
547
|
readonly advertised: false;
|
|
548
548
|
readonly documented: true;
|
|
549
549
|
readonly handlerRef: "convex/http.ts#GET./api/v1/me/chat/conversations/{sessionId}/proof";
|
|
550
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
550
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
551
|
+
}, {
|
|
552
|
+
readonly id: "connected-access.bamf-context.cli";
|
|
553
|
+
readonly name: "connect bamf start/status/read/revoke";
|
|
554
|
+
readonly summary: "Create, inspect, read, or revoke one local DPoP-bound BAMF portal-context grant through hosted BAMF approval, a dedicated Keychain signer, and mode-0600 local grant references; no provider credential or BAMF browser session leaves the browser.";
|
|
555
|
+
readonly owner: "youmd-cli";
|
|
556
|
+
readonly transport: "cli";
|
|
557
|
+
readonly auth: {
|
|
558
|
+
readonly kind: "local-user";
|
|
559
|
+
readonly scopes: readonly [];
|
|
560
|
+
};
|
|
561
|
+
readonly maturity: "beta";
|
|
562
|
+
readonly implemented: true;
|
|
563
|
+
readonly advertised: true;
|
|
564
|
+
readonly documented: true;
|
|
565
|
+
readonly handlerRef: "cli/src/commands/connect.ts#connectCommand";
|
|
566
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
551
567
|
}, {
|
|
552
568
|
readonly id: "connected-access.codex.cli";
|
|
553
569
|
readonly name: "connect codex status/login/audit";
|
|
@@ -563,7 +579,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
563
579
|
readonly advertised: true;
|
|
564
580
|
readonly documented: true;
|
|
565
581
|
readonly handlerRef: "cli/src/commands/connect.ts#connectCommand";
|
|
566
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
582
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
567
583
|
}, {
|
|
568
584
|
readonly id: "connected-access.context-bootstrap.cli";
|
|
569
585
|
readonly name: "connect bootstrap";
|
|
@@ -579,7 +595,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
579
595
|
readonly advertised: true;
|
|
580
596
|
readonly documented: true;
|
|
581
597
|
readonly handlerRef: "cli/src/commands/connect.ts#connectCommand";
|
|
582
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
598
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
583
599
|
}, {
|
|
584
600
|
readonly id: "mcp.hosted.ask_public_profile";
|
|
585
601
|
readonly name: "ask_public_profile";
|
|
@@ -595,7 +611,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
595
611
|
readonly advertised: true;
|
|
596
612
|
readonly documented: true;
|
|
597
613
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.ask_public_profile";
|
|
598
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
614
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
599
615
|
}, {
|
|
600
616
|
readonly id: "mcp.hosted.get_agent_access_applications";
|
|
601
617
|
readonly name: "get_agent_access_applications";
|
|
@@ -611,7 +627,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
611
627
|
readonly advertised: true;
|
|
612
628
|
readonly documented: true;
|
|
613
629
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_agent_access_applications";
|
|
614
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
630
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
615
631
|
}, {
|
|
616
632
|
readonly id: "mcp.hosted.get_agent_access_device_keys";
|
|
617
633
|
readonly name: "get_agent_access_device_keys";
|
|
@@ -627,7 +643,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
627
643
|
readonly advertised: true;
|
|
628
644
|
readonly documented: true;
|
|
629
645
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_agent_access_device_keys";
|
|
630
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
646
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
631
647
|
}, {
|
|
632
648
|
readonly id: "mcp.hosted.get_agent_access_receipts";
|
|
633
649
|
readonly name: "get_agent_access_receipts";
|
|
@@ -643,7 +659,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
643
659
|
readonly advertised: true;
|
|
644
660
|
readonly documented: true;
|
|
645
661
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_agent_access_receipts";
|
|
646
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
662
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
647
663
|
}, {
|
|
648
664
|
readonly id: "mcp.hosted.get_agent_brief";
|
|
649
665
|
readonly name: "get_agent_brief";
|
|
@@ -659,7 +675,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
659
675
|
readonly advertised: true;
|
|
660
676
|
readonly documented: true;
|
|
661
677
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_agent_brief";
|
|
662
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
678
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
663
679
|
}, {
|
|
664
680
|
readonly id: "mcp.hosted.get_agent_job_status";
|
|
665
681
|
readonly name: "get_agent_job_status";
|
|
@@ -675,7 +691,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
675
691
|
readonly advertised: true;
|
|
676
692
|
readonly documented: true;
|
|
677
693
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_agent_job_status";
|
|
678
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
694
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
679
695
|
}, {
|
|
680
696
|
readonly id: "mcp.hosted.get_agent_stack_inventory";
|
|
681
697
|
readonly name: "get_agent_stack_inventory";
|
|
@@ -691,7 +707,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
691
707
|
readonly advertised: true;
|
|
692
708
|
readonly documented: true;
|
|
693
709
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_agent_stack_inventory";
|
|
694
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
710
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
695
711
|
}, {
|
|
696
712
|
readonly id: "mcp.hosted.get_context_reconciliation_status";
|
|
697
713
|
readonly name: "get_context_reconciliation_status";
|
|
@@ -707,7 +723,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
707
723
|
readonly advertised: true;
|
|
708
724
|
readonly documented: true;
|
|
709
725
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_context_reconciliation_status";
|
|
710
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
726
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
711
727
|
}, {
|
|
712
728
|
readonly id: "mcp.hosted.get_founder_overview";
|
|
713
729
|
readonly name: "get_founder_overview";
|
|
@@ -723,7 +739,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
723
739
|
readonly advertised: true;
|
|
724
740
|
readonly documented: true;
|
|
725
741
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_founder_overview";
|
|
726
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
742
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
727
743
|
}, {
|
|
728
744
|
readonly id: "mcp.hosted.get_identity";
|
|
729
745
|
readonly name: "get_identity";
|
|
@@ -739,7 +755,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
739
755
|
readonly advertised: true;
|
|
740
756
|
readonly documented: true;
|
|
741
757
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_identity";
|
|
742
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
758
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
743
759
|
}, {
|
|
744
760
|
readonly id: "mcp.hosted.get_my_identity";
|
|
745
761
|
readonly name: "get_my_identity";
|
|
@@ -755,7 +771,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
755
771
|
readonly advertised: true;
|
|
756
772
|
readonly documented: true;
|
|
757
773
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_my_identity";
|
|
758
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
774
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
759
775
|
}, {
|
|
760
776
|
readonly id: "mcp.hosted.get_my_stacks";
|
|
761
777
|
readonly name: "get_my_stacks";
|
|
@@ -771,7 +787,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
771
787
|
readonly advertised: true;
|
|
772
788
|
readonly documented: true;
|
|
773
789
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_my_stacks";
|
|
774
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
790
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
775
791
|
}, {
|
|
776
792
|
readonly id: "mcp.hosted.get_project_brain";
|
|
777
793
|
readonly name: "get_project_brain";
|
|
@@ -787,7 +803,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
787
803
|
readonly advertised: true;
|
|
788
804
|
readonly documented: true;
|
|
789
805
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_project_brain";
|
|
790
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
806
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
791
807
|
}, {
|
|
792
808
|
readonly id: "mcp.hosted.get_project_vision";
|
|
793
809
|
readonly name: "get_project_vision";
|
|
@@ -803,7 +819,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
803
819
|
readonly advertised: true;
|
|
804
820
|
readonly documented: true;
|
|
805
821
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_project_vision";
|
|
806
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
822
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
807
823
|
}, {
|
|
808
824
|
readonly id: "mcp.hosted.get_repo_file";
|
|
809
825
|
readonly name: "get_repo_file";
|
|
@@ -819,7 +835,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
819
835
|
readonly advertised: true;
|
|
820
836
|
readonly documented: true;
|
|
821
837
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_repo_file";
|
|
822
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
838
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
823
839
|
}, {
|
|
824
840
|
readonly id: "mcp.hosted.get_synced_brain_graph";
|
|
825
841
|
readonly name: "get_synced_brain_graph";
|
|
@@ -835,7 +851,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
835
851
|
readonly advertised: true;
|
|
836
852
|
readonly documented: true;
|
|
837
853
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_synced_brain_graph";
|
|
838
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
854
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
839
855
|
}, {
|
|
840
856
|
readonly id: "mcp.hosted.report_skill_outcome";
|
|
841
857
|
readonly name: "report_skill_outcome";
|
|
@@ -851,7 +867,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
851
867
|
readonly advertised: true;
|
|
852
868
|
readonly documented: true;
|
|
853
869
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.report_skill_outcome";
|
|
854
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
870
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
855
871
|
}, {
|
|
856
872
|
readonly id: "mcp.hosted.search_memories";
|
|
857
873
|
readonly name: "search_memories";
|
|
@@ -867,7 +883,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
867
883
|
readonly advertised: true;
|
|
868
884
|
readonly documented: true;
|
|
869
885
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.search_memories";
|
|
870
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
886
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
871
887
|
}, {
|
|
872
888
|
readonly id: "mcp.hosted.search_profiles";
|
|
873
889
|
readonly name: "search_profiles";
|
|
@@ -883,7 +899,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
883
899
|
readonly advertised: true;
|
|
884
900
|
readonly documented: true;
|
|
885
901
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.search_profiles";
|
|
886
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
902
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
887
903
|
}, {
|
|
888
904
|
readonly id: "mcp.hosted.verify_agent_access_receipt";
|
|
889
905
|
readonly name: "verify_agent_access_receipt";
|
|
@@ -899,7 +915,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
899
915
|
readonly advertised: true;
|
|
900
916
|
readonly documented: true;
|
|
901
917
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.verify_agent_access_receipt";
|
|
902
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
918
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
903
919
|
}, {
|
|
904
920
|
readonly id: "mcp.hosted.whoami";
|
|
905
921
|
readonly name: "whoami";
|
|
@@ -915,7 +931,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
915
931
|
readonly advertised: true;
|
|
916
932
|
readonly documented: true;
|
|
917
933
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.whoami";
|
|
918
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
934
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
919
935
|
}, {
|
|
920
936
|
readonly id: "mcp.local.add_memory";
|
|
921
937
|
readonly name: "add_memory";
|
|
@@ -931,7 +947,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
931
947
|
readonly advertised: true;
|
|
932
948
|
readonly documented: true;
|
|
933
949
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.add_memory";
|
|
934
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
950
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
935
951
|
}, {
|
|
936
952
|
readonly id: "mcp.local.add_source";
|
|
937
953
|
readonly name: "add_source";
|
|
@@ -947,7 +963,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
947
963
|
readonly advertised: true;
|
|
948
964
|
readonly documented: true;
|
|
949
965
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.add_source";
|
|
950
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
966
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
951
967
|
}, {
|
|
952
968
|
readonly id: "mcp.local.create_context_link";
|
|
953
969
|
readonly name: "create_context_link";
|
|
@@ -963,7 +979,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
963
979
|
readonly advertised: true;
|
|
964
980
|
readonly documented: true;
|
|
965
981
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.create_context_link";
|
|
966
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
982
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
967
983
|
}, {
|
|
968
984
|
readonly id: "mcp.local.get_activity_log";
|
|
969
985
|
readonly name: "get_activity_log";
|
|
@@ -979,7 +995,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
979
995
|
readonly advertised: true;
|
|
980
996
|
readonly documented: true;
|
|
981
997
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_activity_log";
|
|
982
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
998
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
983
999
|
}, {
|
|
984
1000
|
readonly id: "mcp.local.get_agent_access_receipts";
|
|
985
1001
|
readonly name: "get_agent_access_receipts";
|
|
@@ -995,7 +1011,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
995
1011
|
readonly advertised: true;
|
|
996
1012
|
readonly documented: true;
|
|
997
1013
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_agent_access_receipts";
|
|
998
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1014
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
999
1015
|
}, {
|
|
1000
1016
|
readonly id: "mcp.local.get_agent_stack_inventory";
|
|
1001
1017
|
readonly name: "get_agent_stack_inventory";
|
|
@@ -1011,7 +1027,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1011
1027
|
readonly advertised: true;
|
|
1012
1028
|
readonly documented: true;
|
|
1013
1029
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_agent_stack_inventory";
|
|
1014
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1030
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1015
1031
|
}, {
|
|
1016
1032
|
readonly id: "mcp.local.get_context_reconciliation_status";
|
|
1017
1033
|
readonly name: "get_context_reconciliation_status";
|
|
@@ -1027,7 +1043,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1027
1043
|
readonly advertised: true;
|
|
1028
1044
|
readonly documented: true;
|
|
1029
1045
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_context_reconciliation_status";
|
|
1030
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1046
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1031
1047
|
}, {
|
|
1032
1048
|
readonly id: "mcp.local.get_founder_overview";
|
|
1033
1049
|
readonly name: "get_founder_overview";
|
|
@@ -1043,7 +1059,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1043
1059
|
readonly advertised: true;
|
|
1044
1060
|
readonly documented: true;
|
|
1045
1061
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_founder_overview";
|
|
1046
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1062
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1047
1063
|
}, {
|
|
1048
1064
|
readonly id: "mcp.local.get_identity";
|
|
1049
1065
|
readonly name: "get_identity";
|
|
@@ -1059,7 +1075,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1059
1075
|
readonly advertised: true;
|
|
1060
1076
|
readonly documented: true;
|
|
1061
1077
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_identity";
|
|
1062
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1078
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1063
1079
|
}, {
|
|
1064
1080
|
readonly id: "mcp.local.get_media";
|
|
1065
1081
|
readonly name: "get_media";
|
|
@@ -1075,7 +1091,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1075
1091
|
readonly advertised: true;
|
|
1076
1092
|
readonly documented: true;
|
|
1077
1093
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_media";
|
|
1078
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1094
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1079
1095
|
}, {
|
|
1080
1096
|
readonly id: "mcp.local.get_private_context";
|
|
1081
1097
|
readonly name: "get_private_context";
|
|
@@ -1091,7 +1107,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1091
1107
|
readonly advertised: true;
|
|
1092
1108
|
readonly documented: true;
|
|
1093
1109
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_private_context";
|
|
1094
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1110
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1095
1111
|
}, {
|
|
1096
1112
|
readonly id: "mcp.local.get_project_brain";
|
|
1097
1113
|
readonly name: "get_project_brain";
|
|
@@ -1107,7 +1123,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1107
1123
|
readonly advertised: true;
|
|
1108
1124
|
readonly documented: true;
|
|
1109
1125
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_project_brain";
|
|
1110
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1126
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1111
1127
|
}, {
|
|
1112
1128
|
readonly id: "mcp.local.get_project_context";
|
|
1113
1129
|
readonly name: "get_project_context";
|
|
@@ -1123,7 +1139,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1123
1139
|
readonly advertised: true;
|
|
1124
1140
|
readonly documented: true;
|
|
1125
1141
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_project_context";
|
|
1126
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1142
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1127
1143
|
}, {
|
|
1128
1144
|
readonly id: "mcp.local.get_project_vision";
|
|
1129
1145
|
readonly name: "get_project_vision";
|
|
@@ -1139,7 +1155,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1139
1155
|
readonly advertised: true;
|
|
1140
1156
|
readonly documented: true;
|
|
1141
1157
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_project_vision";
|
|
1142
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1158
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1143
1159
|
}, {
|
|
1144
1160
|
readonly id: "mcp.local.get_remote_status";
|
|
1145
1161
|
readonly name: "get_remote_status";
|
|
@@ -1155,7 +1171,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1155
1171
|
readonly advertised: true;
|
|
1156
1172
|
readonly documented: true;
|
|
1157
1173
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_remote_status";
|
|
1158
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1174
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1159
1175
|
}, {
|
|
1160
1176
|
readonly id: "mcp.local.get_section";
|
|
1161
1177
|
readonly name: "get_section";
|
|
@@ -1171,7 +1187,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1171
1187
|
readonly advertised: true;
|
|
1172
1188
|
readonly documented: true;
|
|
1173
1189
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_section";
|
|
1174
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1190
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1175
1191
|
}, {
|
|
1176
1192
|
readonly id: "mcp.local.get_stack_capabilities";
|
|
1177
1193
|
readonly name: "get_stack_capabilities";
|
|
@@ -1187,7 +1203,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1187
1203
|
readonly advertised: true;
|
|
1188
1204
|
readonly documented: true;
|
|
1189
1205
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_stack_capabilities";
|
|
1190
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1206
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1191
1207
|
}, {
|
|
1192
1208
|
readonly id: "mcp.local.get_stack_manifest";
|
|
1193
1209
|
readonly name: "get_stack_manifest";
|
|
@@ -1203,7 +1219,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1203
1219
|
readonly advertised: true;
|
|
1204
1220
|
readonly documented: true;
|
|
1205
1221
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_stack_manifest";
|
|
1206
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1222
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1207
1223
|
}, {
|
|
1208
1224
|
readonly id: "mcp.local.hydrate_portfolio_graph";
|
|
1209
1225
|
readonly name: "hydrate_portfolio_graph";
|
|
@@ -1219,7 +1235,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1219
1235
|
readonly advertised: true;
|
|
1220
1236
|
readonly documented: true;
|
|
1221
1237
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.hydrate_portfolio_graph";
|
|
1222
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1238
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1223
1239
|
}, {
|
|
1224
1240
|
readonly id: "mcp.local.list_projects";
|
|
1225
1241
|
readonly name: "list_projects";
|
|
@@ -1235,7 +1251,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1235
1251
|
readonly advertised: true;
|
|
1236
1252
|
readonly documented: true;
|
|
1237
1253
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.list_projects";
|
|
1238
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1254
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1239
1255
|
}, {
|
|
1240
1256
|
readonly id: "mcp.local.list_skills";
|
|
1241
1257
|
readonly name: "list_skills";
|
|
@@ -1251,7 +1267,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1251
1267
|
readonly advertised: true;
|
|
1252
1268
|
readonly documented: true;
|
|
1253
1269
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.list_skills";
|
|
1254
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1270
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1255
1271
|
}, {
|
|
1256
1272
|
readonly id: "mcp.local.propose_project_brain_update";
|
|
1257
1273
|
readonly name: "propose_project_brain_update";
|
|
@@ -1267,7 +1283,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1267
1283
|
readonly advertised: true;
|
|
1268
1284
|
readonly documented: true;
|
|
1269
1285
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.propose_project_brain_update";
|
|
1270
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1286
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1271
1287
|
}, {
|
|
1272
1288
|
readonly id: "mcp.local.record_brain_dump";
|
|
1273
1289
|
readonly name: "record_brain_dump";
|
|
@@ -1283,7 +1299,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1283
1299
|
readonly advertised: true;
|
|
1284
1300
|
readonly documented: true;
|
|
1285
1301
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.record_brain_dump";
|
|
1286
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1302
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1287
1303
|
}, {
|
|
1288
1304
|
readonly id: "mcp.local.remote_machine_run";
|
|
1289
1305
|
readonly name: "remote_machine_run";
|
|
@@ -1299,7 +1315,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1299
1315
|
readonly advertised: true;
|
|
1300
1316
|
readonly documented: true;
|
|
1301
1317
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.remote_machine_run";
|
|
1302
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1318
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1303
1319
|
}, {
|
|
1304
1320
|
readonly id: "mcp.local.remote_machine_status";
|
|
1305
1321
|
readonly name: "remote_machine_status";
|
|
@@ -1315,7 +1331,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1315
1331
|
readonly advertised: true;
|
|
1316
1332
|
readonly documented: true;
|
|
1317
1333
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.remote_machine_status";
|
|
1318
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1334
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1319
1335
|
}, {
|
|
1320
1336
|
readonly id: "mcp.local.route_stack_request";
|
|
1321
1337
|
readonly name: "route_stack_request";
|
|
@@ -1331,7 +1347,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1331
1347
|
readonly advertised: true;
|
|
1332
1348
|
readonly documented: true;
|
|
1333
1349
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.route_stack_request";
|
|
1334
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1350
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1335
1351
|
}, {
|
|
1336
1352
|
readonly id: "mcp.local.search_memories";
|
|
1337
1353
|
readonly name: "search_memories";
|
|
@@ -1347,7 +1363,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1347
1363
|
readonly advertised: true;
|
|
1348
1364
|
readonly documented: true;
|
|
1349
1365
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.search_memories";
|
|
1350
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1366
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1351
1367
|
}, {
|
|
1352
1368
|
readonly id: "mcp.local.smoke_stack";
|
|
1353
1369
|
readonly name: "smoke_stack";
|
|
@@ -1363,7 +1379,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1363
1379
|
readonly advertised: true;
|
|
1364
1380
|
readonly documented: true;
|
|
1365
1381
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.smoke_stack";
|
|
1366
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1382
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1367
1383
|
}, {
|
|
1368
1384
|
readonly id: "mcp.local.store_media";
|
|
1369
1385
|
readonly name: "store_media";
|
|
@@ -1379,7 +1395,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1379
1395
|
readonly advertised: true;
|
|
1380
1396
|
readonly documented: true;
|
|
1381
1397
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.store_media";
|
|
1382
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1398
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1383
1399
|
}, {
|
|
1384
1400
|
readonly id: "mcp.local.update_portfolio_task";
|
|
1385
1401
|
readonly name: "update_portfolio_task";
|
|
@@ -1395,7 +1411,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1395
1411
|
readonly advertised: true;
|
|
1396
1412
|
readonly documented: true;
|
|
1397
1413
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.update_portfolio_task";
|
|
1398
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1414
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1399
1415
|
}, {
|
|
1400
1416
|
readonly id: "mcp.local.upsert_portfolio_project";
|
|
1401
1417
|
readonly name: "upsert_portfolio_project";
|
|
@@ -1411,7 +1427,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1411
1427
|
readonly advertised: true;
|
|
1412
1428
|
readonly documented: true;
|
|
1413
1429
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.upsert_portfolio_project";
|
|
1414
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1430
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1415
1431
|
}, {
|
|
1416
1432
|
readonly id: "mcp.local.upsert_portfolio_task";
|
|
1417
1433
|
readonly name: "upsert_portfolio_task";
|
|
@@ -1427,7 +1443,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1427
1443
|
readonly advertised: true;
|
|
1428
1444
|
readonly documented: true;
|
|
1429
1445
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.upsert_portfolio_task";
|
|
1430
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1446
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1431
1447
|
}, {
|
|
1432
1448
|
readonly id: "mcp.local.use_skill";
|
|
1433
1449
|
readonly name: "use_skill";
|
|
@@ -1443,7 +1459,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1443
1459
|
readonly advertised: true;
|
|
1444
1460
|
readonly documented: true;
|
|
1445
1461
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.use_skill";
|
|
1446
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1462
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1447
1463
|
}, {
|
|
1448
1464
|
readonly id: "mcp.local.verify_agent_access_receipt";
|
|
1449
1465
|
readonly name: "verify_agent_access_receipt";
|
|
@@ -1459,7 +1475,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1459
1475
|
readonly advertised: true;
|
|
1460
1476
|
readonly documented: true;
|
|
1461
1477
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.verify_agent_access_receipt";
|
|
1462
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1478
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1463
1479
|
}, {
|
|
1464
1480
|
readonly id: "mcp.local.whoami";
|
|
1465
1481
|
readonly name: "whoami";
|
|
@@ -1475,7 +1491,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1475
1491
|
readonly advertised: true;
|
|
1476
1492
|
readonly documented: true;
|
|
1477
1493
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.whoami";
|
|
1478
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1494
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1479
1495
|
}, {
|
|
1480
1496
|
readonly id: "remote.events.http.publish";
|
|
1481
1497
|
readonly name: "POST /api/v1/me/remote-agent-events";
|
|
@@ -1491,7 +1507,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1491
1507
|
readonly advertised: false;
|
|
1492
1508
|
readonly documented: true;
|
|
1493
1509
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/remote-agent-events";
|
|
1494
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1510
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1495
1511
|
}, {
|
|
1496
1512
|
readonly id: "remote.events.http.read";
|
|
1497
1513
|
readonly name: "GET /api/v1/me/remote-agent-events";
|
|
@@ -1507,7 +1523,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1507
1523
|
readonly advertised: false;
|
|
1508
1524
|
readonly documented: true;
|
|
1509
1525
|
readonly handlerRef: "convex/http.ts#GET./api/v1/me/remote-agent-events";
|
|
1510
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1526
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1511
1527
|
}, {
|
|
1512
1528
|
readonly id: "tasks.cli.propose-fix";
|
|
1513
1529
|
readonly name: "tasks propose-fix";
|
|
@@ -1523,7 +1539,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1523
1539
|
readonly advertised: true;
|
|
1524
1540
|
readonly documented: true;
|
|
1525
1541
|
readonly handlerRef: "cli/src/commands/tasks.ts#tasksCommand";
|
|
1526
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1542
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1527
1543
|
}, {
|
|
1528
1544
|
readonly id: "tasks.cli.validate";
|
|
1529
1545
|
readonly name: "tasks validate";
|
|
@@ -1539,6 +1555,6 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1539
1555
|
readonly advertised: true;
|
|
1540
1556
|
readonly documented: true;
|
|
1541
1557
|
readonly handlerRef: "cli/src/commands/tasks.ts#tasksCommand";
|
|
1542
|
-
readonly contractRevision: "you-md/capability-registry/2026-08-12.
|
|
1558
|
+
readonly contractRevision: "you-md/capability-registry/2026-08-12.2";
|
|
1543
1559
|
}];
|
|
1544
1560
|
//# sourceMappingURL=capability-registry.d.ts.map
|