youmd 0.10.1 → 0.11.0
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/brain.d.ts.map +1 -1
- package/dist/commands/brain.js +32 -10
- package/dist/commands/brain.js.map +1 -1
- package/dist/commands/doctor.d.ts +1 -0
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/doctor.js +16 -1
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/machine.d.ts +2 -0
- package/dist/commands/machine.d.ts.map +1 -1
- package/dist/commands/machine.js +24 -0
- package/dist/commands/machine.js.map +1 -1
- package/dist/commands/stack.d.ts +2 -0
- package/dist/commands/stack.d.ts.map +1 -1
- package/dist/commands/stack.js +26 -0
- package/dist/commands/stack.js.map +1 -1
- package/dist/commands/tasks.d.ts +37 -0
- package/dist/commands/tasks.d.ts.map +1 -1
- package/dist/commands/tasks.js +152 -18
- package/dist/commands/tasks.js.map +1 -1
- package/dist/generated/capability-registry.d.ts +148 -68
- package/dist/generated/capability-registry.d.ts.map +1 -1
- package/dist/generated/capability-registry.js +159 -68
- package/dist/generated/capability-registry.js.map +1 -1
- package/dist/index.js +24 -2
- package/dist/index.js.map +1 -1
- package/dist/lib/api.d.ts +54 -0
- package/dist/lib/api.d.ts.map +1 -1
- package/dist/lib/api.js +26 -0
- package/dist/lib/api.js.map +1 -1
- package/dist/lib/brain/cache.d.ts +2 -2
- package/dist/lib/brain/cache.d.ts.map +1 -1
- package/dist/lib/brain/cache.js +4 -4
- package/dist/lib/brain/cache.js.map +1 -1
- package/dist/lib/brain/content.d.ts +51 -0
- package/dist/lib/brain/content.d.ts.map +1 -0
- package/dist/lib/brain/content.js +327 -0
- package/dist/lib/brain/content.js.map +1 -0
- package/dist/lib/brain/discovery.d.ts.map +1 -1
- package/dist/lib/brain/discovery.js +28 -11
- package/dist/lib/brain/discovery.js.map +1 -1
- package/dist/lib/brain/index.d.ts +1 -0
- package/dist/lib/brain/index.d.ts.map +1 -1
- package/dist/lib/brain/index.js +1 -0
- package/dist/lib/brain/index.js.map +1 -1
- package/dist/lib/brain/proposal.d.ts.map +1 -1
- package/dist/lib/brain/proposal.js +46 -5
- package/dist/lib/brain/proposal.js.map +1 -1
- package/dist/lib/brain/safe-open.d.ts +2 -0
- package/dist/lib/brain/safe-open.d.ts.map +1 -0
- package/dist/lib/brain/safe-open.js +77 -0
- package/dist/lib/brain/safe-open.js.map +1 -0
- package/dist/lib/brain/sync.d.ts +39 -0
- package/dist/lib/brain/sync.d.ts.map +1 -0
- package/dist/lib/brain/sync.js +136 -0
- package/dist/lib/brain/sync.js.map +1 -0
- package/dist/lib/daemon.js +1 -1
- package/dist/lib/daemon.js.map +1 -1
- package/dist/lib/orchestrator/loop.d.ts +7 -0
- package/dist/lib/orchestrator/loop.d.ts.map +1 -1
- package/dist/lib/orchestrator/loop.js +48 -0
- package/dist/lib/orchestrator/loop.js.map +1 -1
- package/dist/lib/orchestrator/run-journal.d.ts +113 -0
- package/dist/lib/orchestrator/run-journal.d.ts.map +1 -0
- package/dist/lib/orchestrator/run-journal.js +558 -0
- package/dist/lib/orchestrator/run-journal.js.map +1 -0
- package/dist/lib/orchestrator/tools.d.ts +2 -0
- package/dist/lib/orchestrator/tools.d.ts.map +1 -1
- package/dist/lib/orchestrator/tools.js +141 -1
- package/dist/lib/orchestrator/tools.js.map +1 -1
- package/dist/lib/taskLedgerProposal.d.ts +102 -0
- package/dist/lib/taskLedgerProposal.d.ts.map +1 -0
- package/dist/lib/taskLedgerProposal.js +400 -0
- package/dist/lib/taskLedgerProposal.js.map +1 -0
- package/dist/lib/tasksFile.d.ts +9 -0
- package/dist/lib/tasksFile.d.ts.map +1 -1
- package/dist/lib/tasksFile.js +83 -5
- package/dist/lib/tasksFile.js.map +1 -1
- package/native/prebuilds/darwin-universal/youmd_safe_open.node +0 -0
- package/native/safe-open/youmd_safe_open.c +224 -0
- package/package.json +8 -2
- package/scripts/build-safe-open.mjs +63 -0
- package/scripts/skillstack-sync/com.you.context-sync.plist +1 -1
- package/scripts/skillstack-sync/com.you.identity-sync.plist +1 -1
- package/scripts/skillstack-sync/com.you.orchestrator-watch.plist +1 -1
- package/scripts/skillstack-sync/com.you.realtime-sync.plist +7 -1
- package/scripts/skillstack-sync/com.you.skillstack-sync.plist +1 -1
- package/scripts/skillstack-sync/context-sync.sh +19 -7
- package/scripts/skillstack-sync/install-daemons-linux.sh +6 -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-07-
|
|
22
|
+
export declare const AGENT_CAPABILITY_CONTRACT_REVISION: "you-md/capability-registry/2026-07-14.1";
|
|
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-07-
|
|
38
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
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-07-
|
|
54
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
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-07-
|
|
70
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
71
71
|
}, {
|
|
72
72
|
readonly id: "brain.cli.adopt";
|
|
73
73
|
readonly name: "brain adopt";
|
|
@@ -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: "cli/src/commands/brain.ts#brainCommand.adopt";
|
|
86
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
86
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
87
87
|
}, {
|
|
88
88
|
readonly id: "brain.cli.map";
|
|
89
89
|
readonly name: "brain map";
|
|
@@ -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.map";
|
|
102
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
102
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
103
103
|
}, {
|
|
104
104
|
readonly id: "brain.cli.propose";
|
|
105
105
|
readonly name: "brain propose";
|
|
@@ -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.propose";
|
|
118
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
118
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
119
119
|
}, {
|
|
120
120
|
readonly id: "brain.cli.scan";
|
|
121
121
|
readonly name: "brain scan";
|
|
@@ -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.scan";
|
|
134
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
134
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
135
135
|
}, {
|
|
136
136
|
readonly id: "brain.cli.show";
|
|
137
137
|
readonly name: "brain show";
|
|
@@ -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.show";
|
|
150
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
150
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
151
151
|
}, {
|
|
152
152
|
readonly id: "brain.cli.stage";
|
|
153
153
|
readonly name: "brain stage";
|
|
@@ -163,7 +163,23 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
163
163
|
readonly advertised: false;
|
|
164
164
|
readonly documented: true;
|
|
165
165
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.stage";
|
|
166
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
166
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
167
|
+
}, {
|
|
168
|
+
readonly id: "brain.cli.sync";
|
|
169
|
+
readonly name: "brain sync";
|
|
170
|
+
readonly summary: "Explicitly upload one validated Project Brain snapshot followed by bounded, redaction-gated PRD, vision, goals, and task content.";
|
|
171
|
+
readonly owner: "youmd-cli";
|
|
172
|
+
readonly transport: "cli";
|
|
173
|
+
readonly auth: {
|
|
174
|
+
readonly kind: "local-user";
|
|
175
|
+
readonly scopes: readonly ["write:brain"];
|
|
176
|
+
};
|
|
177
|
+
readonly maturity: "beta";
|
|
178
|
+
readonly implemented: true;
|
|
179
|
+
readonly advertised: true;
|
|
180
|
+
readonly documented: true;
|
|
181
|
+
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.sync";
|
|
182
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
167
183
|
}, {
|
|
168
184
|
readonly id: "brain.cli.validate";
|
|
169
185
|
readonly name: "brain validate";
|
|
@@ -179,7 +195,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
179
195
|
readonly advertised: true;
|
|
180
196
|
readonly documented: true;
|
|
181
197
|
readonly handlerRef: "cli/src/commands/brain.ts#brainCommand.validate";
|
|
182
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
198
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
183
199
|
}, {
|
|
184
200
|
readonly id: "brain.convex.project.get";
|
|
185
201
|
readonly name: "projectBrain.getProject";
|
|
@@ -195,7 +211,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
195
211
|
readonly advertised: false;
|
|
196
212
|
readonly documented: true;
|
|
197
213
|
readonly handlerRef: "convex/projectBrain.ts#getProject";
|
|
198
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
214
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
199
215
|
}, {
|
|
200
216
|
readonly id: "brain.convex.projections.backfill";
|
|
201
217
|
readonly name: "projectBrain.backfillProjectionHeads";
|
|
@@ -211,7 +227,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
211
227
|
readonly advertised: false;
|
|
212
228
|
readonly documented: true;
|
|
213
229
|
readonly handlerRef: "convex/projectBrain.ts#backfillProjectionHeads";
|
|
214
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
230
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
215
231
|
}, {
|
|
216
232
|
readonly id: "brain.convex.projections.compare";
|
|
217
233
|
readonly name: "projectBrain.comparePortfolioProjection";
|
|
@@ -227,7 +243,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
227
243
|
readonly advertised: false;
|
|
228
244
|
readonly documented: true;
|
|
229
245
|
readonly handlerRef: "convex/projectBrain.ts#comparePortfolioProjection";
|
|
230
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
246
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
231
247
|
}, {
|
|
232
248
|
readonly id: "brain.convex.projects.list";
|
|
233
249
|
readonly name: "projectBrain.listProjects";
|
|
@@ -243,7 +259,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
243
259
|
readonly advertised: false;
|
|
244
260
|
readonly documented: true;
|
|
245
261
|
readonly handlerRef: "convex/projectBrain.ts#listProjects";
|
|
246
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
262
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
247
263
|
}, {
|
|
248
264
|
readonly id: "brain.convex.snapshot.project";
|
|
249
265
|
readonly name: "projectBrain.projectSnapshot";
|
|
@@ -259,7 +275,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
259
275
|
readonly advertised: false;
|
|
260
276
|
readonly documented: true;
|
|
261
277
|
readonly handlerRef: "convex/projectBrain.ts#projectSnapshot";
|
|
262
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
278
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
263
279
|
}, {
|
|
264
280
|
readonly id: "brain.convex.snapshots.ingest";
|
|
265
281
|
readonly name: "projectBrain.ingestSnapshots";
|
|
@@ -275,7 +291,39 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
275
291
|
readonly advertised: false;
|
|
276
292
|
readonly documented: true;
|
|
277
293
|
readonly handlerRef: "convex/projectBrain.ts#ingestSnapshots";
|
|
278
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
294
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
295
|
+
}, {
|
|
296
|
+
readonly id: "brain.http.artifact-content.get";
|
|
297
|
+
readonly name: "GET /api/v1/me/brain/artifact-content";
|
|
298
|
+
readonly summary: "Read one owner-private artifact content record bound to the exact latest immutable Project Brain snapshot.";
|
|
299
|
+
readonly owner: "youmd-convex";
|
|
300
|
+
readonly transport: "http";
|
|
301
|
+
readonly auth: {
|
|
302
|
+
readonly kind: "bearer";
|
|
303
|
+
readonly scopes: readonly ["read:private"];
|
|
304
|
+
};
|
|
305
|
+
readonly maturity: "beta";
|
|
306
|
+
readonly implemented: true;
|
|
307
|
+
readonly advertised: true;
|
|
308
|
+
readonly documented: true;
|
|
309
|
+
readonly handlerRef: "convex/http.ts#GET./api/v1/me/brain/artifact-content";
|
|
310
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
311
|
+
}, {
|
|
312
|
+
readonly id: "brain.http.artifact-contents.ingest";
|
|
313
|
+
readonly name: "POST /api/v1/me/brain/artifact-contents";
|
|
314
|
+
readonly summary: "Persist bounded, redaction-gated artifact content bound to exact latest immutable Project Brain snapshot claims.";
|
|
315
|
+
readonly owner: "youmd-convex";
|
|
316
|
+
readonly transport: "http";
|
|
317
|
+
readonly auth: {
|
|
318
|
+
readonly kind: "bearer";
|
|
319
|
+
readonly scopes: readonly ["write:brain"];
|
|
320
|
+
};
|
|
321
|
+
readonly maturity: "beta";
|
|
322
|
+
readonly implemented: true;
|
|
323
|
+
readonly advertised: true;
|
|
324
|
+
readonly documented: true;
|
|
325
|
+
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/artifact-contents";
|
|
326
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
279
327
|
}, {
|
|
280
328
|
readonly id: "brain.http.projects.get";
|
|
281
329
|
readonly name: "GET /api/v1/me/brain/projects/:slug";
|
|
@@ -291,7 +339,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
291
339
|
readonly advertised: true;
|
|
292
340
|
readonly documented: true;
|
|
293
341
|
readonly handlerRef: "convex/http.ts#GET./api/v1/me/brain/projects/:slug";
|
|
294
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
342
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
295
343
|
}, {
|
|
296
344
|
readonly id: "brain.http.projects.list";
|
|
297
345
|
readonly name: "GET /api/v1/me/brain/projects";
|
|
@@ -307,7 +355,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
307
355
|
readonly advertised: true;
|
|
308
356
|
readonly documented: true;
|
|
309
357
|
readonly handlerRef: "convex/http.ts#GET./api/v1/me/brain/projects";
|
|
310
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
358
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
311
359
|
}, {
|
|
312
360
|
readonly id: "brain.http.snapshots.ingest";
|
|
313
361
|
readonly name: "POST /api/v1/me/brain/snapshots";
|
|
@@ -323,7 +371,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
323
371
|
readonly advertised: true;
|
|
324
372
|
readonly documented: true;
|
|
325
373
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/snapshots";
|
|
326
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
374
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
327
375
|
}, {
|
|
328
376
|
readonly id: "brain.proposal.http.create";
|
|
329
377
|
readonly name: "POST /api/v1/me/brain/proposals";
|
|
@@ -339,7 +387,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
339
387
|
readonly advertised: true;
|
|
340
388
|
readonly documented: true;
|
|
341
389
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/proposals";
|
|
342
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
390
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
343
391
|
}, {
|
|
344
392
|
readonly id: "brain.proposal.http.resolve";
|
|
345
393
|
readonly name: "POST /api/v1/me/brain/proposals/:id/decision";
|
|
@@ -355,7 +403,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
355
403
|
readonly advertised: true;
|
|
356
404
|
readonly documented: true;
|
|
357
405
|
readonly handlerRef: "convex/http.ts#POST./api/v1/me/brain/proposals/:id/decision";
|
|
358
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
406
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
359
407
|
}, {
|
|
360
408
|
readonly id: "brain.proposal.mcp.create";
|
|
361
409
|
readonly name: "propose_project_brain_update";
|
|
@@ -371,7 +419,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
371
419
|
readonly advertised: true;
|
|
372
420
|
readonly documented: true;
|
|
373
421
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.propose_project_brain_update";
|
|
374
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
422
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
375
423
|
}, {
|
|
376
424
|
readonly id: "brain.proposal.mcp.resolve";
|
|
377
425
|
readonly name: "resolve_project_brain_proposal";
|
|
@@ -387,7 +435,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
387
435
|
readonly advertised: true;
|
|
388
436
|
readonly documented: true;
|
|
389
437
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.resolve_project_brain_proposal";
|
|
390
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
438
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
391
439
|
}, {
|
|
392
440
|
readonly id: "brain.recover.cli.local";
|
|
393
441
|
readonly name: "brain recover";
|
|
@@ -403,7 +451,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
403
451
|
readonly advertised: false;
|
|
404
452
|
readonly documented: true;
|
|
405
453
|
readonly handlerRef: "cli/src/lib/brain/safe-file.ts#recoverProjectBrainSafeFile";
|
|
406
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
454
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
407
455
|
}, {
|
|
408
456
|
readonly id: "mcp.hosted.ask_public_profile";
|
|
409
457
|
readonly name: "ask_public_profile";
|
|
@@ -419,7 +467,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
419
467
|
readonly advertised: true;
|
|
420
468
|
readonly documented: true;
|
|
421
469
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.ask_public_profile";
|
|
422
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
470
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
423
471
|
}, {
|
|
424
472
|
readonly id: "mcp.hosted.get_agent_brief";
|
|
425
473
|
readonly name: "get_agent_brief";
|
|
@@ -435,7 +483,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
435
483
|
readonly advertised: true;
|
|
436
484
|
readonly documented: true;
|
|
437
485
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_agent_brief";
|
|
438
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
486
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
439
487
|
}, {
|
|
440
488
|
readonly id: "mcp.hosted.get_agent_stack_inventory";
|
|
441
489
|
readonly name: "get_agent_stack_inventory";
|
|
@@ -451,7 +499,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
451
499
|
readonly advertised: true;
|
|
452
500
|
readonly documented: true;
|
|
453
501
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_agent_stack_inventory";
|
|
454
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
502
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
455
503
|
}, {
|
|
456
504
|
readonly id: "mcp.hosted.get_identity";
|
|
457
505
|
readonly name: "get_identity";
|
|
@@ -467,7 +515,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
467
515
|
readonly advertised: true;
|
|
468
516
|
readonly documented: true;
|
|
469
517
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_identity";
|
|
470
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
518
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
471
519
|
}, {
|
|
472
520
|
readonly id: "mcp.hosted.get_my_identity";
|
|
473
521
|
readonly name: "get_my_identity";
|
|
@@ -483,7 +531,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
483
531
|
readonly advertised: true;
|
|
484
532
|
readonly documented: true;
|
|
485
533
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_my_identity";
|
|
486
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
534
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
487
535
|
}, {
|
|
488
536
|
readonly id: "mcp.hosted.get_my_stacks";
|
|
489
537
|
readonly name: "get_my_stacks";
|
|
@@ -499,7 +547,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
499
547
|
readonly advertised: true;
|
|
500
548
|
readonly documented: true;
|
|
501
549
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_my_stacks";
|
|
502
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
550
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
503
551
|
}, {
|
|
504
552
|
readonly id: "mcp.hosted.get_project_brain";
|
|
505
553
|
readonly name: "get_project_brain";
|
|
@@ -515,7 +563,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
515
563
|
readonly advertised: true;
|
|
516
564
|
readonly documented: true;
|
|
517
565
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_project_brain";
|
|
518
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
566
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
519
567
|
}, {
|
|
520
568
|
readonly id: "mcp.hosted.get_repo_file";
|
|
521
569
|
readonly name: "get_repo_file";
|
|
@@ -531,7 +579,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
531
579
|
readonly advertised: true;
|
|
532
580
|
readonly documented: true;
|
|
533
581
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_repo_file";
|
|
534
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
582
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
535
583
|
}, {
|
|
536
584
|
readonly id: "mcp.hosted.get_synced_brain_graph";
|
|
537
585
|
readonly name: "get_synced_brain_graph";
|
|
@@ -547,7 +595,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
547
595
|
readonly advertised: true;
|
|
548
596
|
readonly documented: true;
|
|
549
597
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.get_synced_brain_graph";
|
|
550
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
598
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
551
599
|
}, {
|
|
552
600
|
readonly id: "mcp.hosted.report_skill_outcome";
|
|
553
601
|
readonly name: "report_skill_outcome";
|
|
@@ -563,7 +611,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
563
611
|
readonly advertised: true;
|
|
564
612
|
readonly documented: true;
|
|
565
613
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.report_skill_outcome";
|
|
566
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
614
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
567
615
|
}, {
|
|
568
616
|
readonly id: "mcp.hosted.search_memories";
|
|
569
617
|
readonly name: "search_memories";
|
|
@@ -579,7 +627,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
579
627
|
readonly advertised: true;
|
|
580
628
|
readonly documented: true;
|
|
581
629
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.search_memories";
|
|
582
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
630
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
583
631
|
}, {
|
|
584
632
|
readonly id: "mcp.hosted.search_profiles";
|
|
585
633
|
readonly name: "search_profiles";
|
|
@@ -595,7 +643,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
595
643
|
readonly advertised: true;
|
|
596
644
|
readonly documented: true;
|
|
597
645
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.search_profiles";
|
|
598
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
646
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
599
647
|
}, {
|
|
600
648
|
readonly id: "mcp.hosted.whoami";
|
|
601
649
|
readonly name: "whoami";
|
|
@@ -611,7 +659,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
611
659
|
readonly advertised: true;
|
|
612
660
|
readonly documented: true;
|
|
613
661
|
readonly handlerRef: "convex/lib/mcpRegistry.ts#HOSTED_MCP_TOOLS.whoami";
|
|
614
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
662
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
615
663
|
}, {
|
|
616
664
|
readonly id: "mcp.local.add_memory";
|
|
617
665
|
readonly name: "add_memory";
|
|
@@ -627,7 +675,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
627
675
|
readonly advertised: true;
|
|
628
676
|
readonly documented: true;
|
|
629
677
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.add_memory";
|
|
630
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
678
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
631
679
|
}, {
|
|
632
680
|
readonly id: "mcp.local.add_source";
|
|
633
681
|
readonly name: "add_source";
|
|
@@ -643,7 +691,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
643
691
|
readonly advertised: true;
|
|
644
692
|
readonly documented: true;
|
|
645
693
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.add_source";
|
|
646
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
694
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
647
695
|
}, {
|
|
648
696
|
readonly id: "mcp.local.create_context_link";
|
|
649
697
|
readonly name: "create_context_link";
|
|
@@ -659,7 +707,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
659
707
|
readonly advertised: true;
|
|
660
708
|
readonly documented: true;
|
|
661
709
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.create_context_link";
|
|
662
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
710
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
663
711
|
}, {
|
|
664
712
|
readonly id: "mcp.local.get_activity_log";
|
|
665
713
|
readonly name: "get_activity_log";
|
|
@@ -675,7 +723,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
675
723
|
readonly advertised: true;
|
|
676
724
|
readonly documented: true;
|
|
677
725
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_activity_log";
|
|
678
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
726
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
679
727
|
}, {
|
|
680
728
|
readonly id: "mcp.local.get_agent_stack_inventory";
|
|
681
729
|
readonly name: "get_agent_stack_inventory";
|
|
@@ -691,7 +739,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
691
739
|
readonly advertised: true;
|
|
692
740
|
readonly documented: true;
|
|
693
741
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_agent_stack_inventory";
|
|
694
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
742
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
695
743
|
}, {
|
|
696
744
|
readonly id: "mcp.local.get_identity";
|
|
697
745
|
readonly name: "get_identity";
|
|
@@ -707,7 +755,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
707
755
|
readonly advertised: true;
|
|
708
756
|
readonly documented: true;
|
|
709
757
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_identity";
|
|
710
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
758
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
711
759
|
}, {
|
|
712
760
|
readonly id: "mcp.local.get_media";
|
|
713
761
|
readonly name: "get_media";
|
|
@@ -723,7 +771,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
723
771
|
readonly advertised: true;
|
|
724
772
|
readonly documented: true;
|
|
725
773
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_media";
|
|
726
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
774
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
727
775
|
}, {
|
|
728
776
|
readonly id: "mcp.local.get_private_context";
|
|
729
777
|
readonly name: "get_private_context";
|
|
@@ -739,7 +787,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
739
787
|
readonly advertised: true;
|
|
740
788
|
readonly documented: true;
|
|
741
789
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_private_context";
|
|
742
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
790
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
743
791
|
}, {
|
|
744
792
|
readonly id: "mcp.local.get_project_brain";
|
|
745
793
|
readonly name: "get_project_brain";
|
|
@@ -755,7 +803,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
755
803
|
readonly advertised: true;
|
|
756
804
|
readonly documented: true;
|
|
757
805
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_project_brain";
|
|
758
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
806
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
759
807
|
}, {
|
|
760
808
|
readonly id: "mcp.local.get_project_context";
|
|
761
809
|
readonly name: "get_project_context";
|
|
@@ -771,7 +819,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
771
819
|
readonly advertised: true;
|
|
772
820
|
readonly documented: true;
|
|
773
821
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_project_context";
|
|
774
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
822
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
775
823
|
}, {
|
|
776
824
|
readonly id: "mcp.local.get_remote_status";
|
|
777
825
|
readonly name: "get_remote_status";
|
|
@@ -787,7 +835,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
787
835
|
readonly advertised: true;
|
|
788
836
|
readonly documented: true;
|
|
789
837
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_remote_status";
|
|
790
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
838
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
791
839
|
}, {
|
|
792
840
|
readonly id: "mcp.local.get_section";
|
|
793
841
|
readonly name: "get_section";
|
|
@@ -803,7 +851,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
803
851
|
readonly advertised: true;
|
|
804
852
|
readonly documented: true;
|
|
805
853
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_section";
|
|
806
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
854
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
807
855
|
}, {
|
|
808
856
|
readonly id: "mcp.local.get_stack_capabilities";
|
|
809
857
|
readonly name: "get_stack_capabilities";
|
|
@@ -819,7 +867,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
819
867
|
readonly advertised: true;
|
|
820
868
|
readonly documented: true;
|
|
821
869
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_stack_capabilities";
|
|
822
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
870
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
823
871
|
}, {
|
|
824
872
|
readonly id: "mcp.local.get_stack_manifest";
|
|
825
873
|
readonly name: "get_stack_manifest";
|
|
@@ -835,7 +883,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
835
883
|
readonly advertised: true;
|
|
836
884
|
readonly documented: true;
|
|
837
885
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.get_stack_manifest";
|
|
838
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
886
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
839
887
|
}, {
|
|
840
888
|
readonly id: "mcp.local.hydrate_portfolio_graph";
|
|
841
889
|
readonly name: "hydrate_portfolio_graph";
|
|
@@ -851,7 +899,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
851
899
|
readonly advertised: true;
|
|
852
900
|
readonly documented: true;
|
|
853
901
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.hydrate_portfolio_graph";
|
|
854
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
902
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
855
903
|
}, {
|
|
856
904
|
readonly id: "mcp.local.list_projects";
|
|
857
905
|
readonly name: "list_projects";
|
|
@@ -867,7 +915,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
867
915
|
readonly advertised: true;
|
|
868
916
|
readonly documented: true;
|
|
869
917
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.list_projects";
|
|
870
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
918
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
871
919
|
}, {
|
|
872
920
|
readonly id: "mcp.local.list_skills";
|
|
873
921
|
readonly name: "list_skills";
|
|
@@ -883,7 +931,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
883
931
|
readonly advertised: true;
|
|
884
932
|
readonly documented: true;
|
|
885
933
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.list_skills";
|
|
886
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
934
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
887
935
|
}, {
|
|
888
936
|
readonly id: "mcp.local.propose_project_brain_update";
|
|
889
937
|
readonly name: "propose_project_brain_update";
|
|
@@ -899,7 +947,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
899
947
|
readonly advertised: true;
|
|
900
948
|
readonly documented: true;
|
|
901
949
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.propose_project_brain_update";
|
|
902
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
950
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
903
951
|
}, {
|
|
904
952
|
readonly id: "mcp.local.record_brain_dump";
|
|
905
953
|
readonly name: "record_brain_dump";
|
|
@@ -915,7 +963,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
915
963
|
readonly advertised: true;
|
|
916
964
|
readonly documented: true;
|
|
917
965
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.record_brain_dump";
|
|
918
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
966
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
919
967
|
}, {
|
|
920
968
|
readonly id: "mcp.local.remote_machine_run";
|
|
921
969
|
readonly name: "remote_machine_run";
|
|
@@ -931,7 +979,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
931
979
|
readonly advertised: true;
|
|
932
980
|
readonly documented: true;
|
|
933
981
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.remote_machine_run";
|
|
934
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
982
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
935
983
|
}, {
|
|
936
984
|
readonly id: "mcp.local.remote_machine_status";
|
|
937
985
|
readonly name: "remote_machine_status";
|
|
@@ -947,7 +995,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
947
995
|
readonly advertised: true;
|
|
948
996
|
readonly documented: true;
|
|
949
997
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.remote_machine_status";
|
|
950
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
998
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
951
999
|
}, {
|
|
952
1000
|
readonly id: "mcp.local.route_stack_request";
|
|
953
1001
|
readonly name: "route_stack_request";
|
|
@@ -963,7 +1011,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
963
1011
|
readonly advertised: true;
|
|
964
1012
|
readonly documented: true;
|
|
965
1013
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.route_stack_request";
|
|
966
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1014
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
967
1015
|
}, {
|
|
968
1016
|
readonly id: "mcp.local.search_memories";
|
|
969
1017
|
readonly name: "search_memories";
|
|
@@ -979,7 +1027,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
979
1027
|
readonly advertised: true;
|
|
980
1028
|
readonly documented: true;
|
|
981
1029
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.search_memories";
|
|
982
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1030
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
983
1031
|
}, {
|
|
984
1032
|
readonly id: "mcp.local.smoke_stack";
|
|
985
1033
|
readonly name: "smoke_stack";
|
|
@@ -995,7 +1043,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
995
1043
|
readonly advertised: true;
|
|
996
1044
|
readonly documented: true;
|
|
997
1045
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.smoke_stack";
|
|
998
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1046
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
999
1047
|
}, {
|
|
1000
1048
|
readonly id: "mcp.local.store_media";
|
|
1001
1049
|
readonly name: "store_media";
|
|
@@ -1011,7 +1059,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1011
1059
|
readonly advertised: true;
|
|
1012
1060
|
readonly documented: true;
|
|
1013
1061
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.store_media";
|
|
1014
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1062
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
1015
1063
|
}, {
|
|
1016
1064
|
readonly id: "mcp.local.update_portfolio_task";
|
|
1017
1065
|
readonly name: "update_portfolio_task";
|
|
@@ -1027,7 +1075,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1027
1075
|
readonly advertised: true;
|
|
1028
1076
|
readonly documented: true;
|
|
1029
1077
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.update_portfolio_task";
|
|
1030
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1078
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
1031
1079
|
}, {
|
|
1032
1080
|
readonly id: "mcp.local.upsert_portfolio_project";
|
|
1033
1081
|
readonly name: "upsert_portfolio_project";
|
|
@@ -1043,7 +1091,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1043
1091
|
readonly advertised: true;
|
|
1044
1092
|
readonly documented: true;
|
|
1045
1093
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.upsert_portfolio_project";
|
|
1046
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1094
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
1047
1095
|
}, {
|
|
1048
1096
|
readonly id: "mcp.local.upsert_portfolio_task";
|
|
1049
1097
|
readonly name: "upsert_portfolio_task";
|
|
@@ -1059,7 +1107,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1059
1107
|
readonly advertised: true;
|
|
1060
1108
|
readonly documented: true;
|
|
1061
1109
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.upsert_portfolio_task";
|
|
1062
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1110
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
1063
1111
|
}, {
|
|
1064
1112
|
readonly id: "mcp.local.use_skill";
|
|
1065
1113
|
readonly name: "use_skill";
|
|
@@ -1075,7 +1123,7 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1075
1123
|
readonly advertised: true;
|
|
1076
1124
|
readonly documented: true;
|
|
1077
1125
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.use_skill";
|
|
1078
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1126
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
1079
1127
|
}, {
|
|
1080
1128
|
readonly id: "mcp.local.whoami";
|
|
1081
1129
|
readonly name: "whoami";
|
|
@@ -1091,6 +1139,38 @@ export declare const AGENT_CAPABILITY_REGISTRY: readonly [{
|
|
|
1091
1139
|
readonly advertised: true;
|
|
1092
1140
|
readonly documented: true;
|
|
1093
1141
|
readonly handlerRef: "cli/src/mcp/registry.ts#CLI_MCP_TOOLS.whoami";
|
|
1094
|
-
readonly contractRevision: "you-md/capability-registry/2026-07-
|
|
1142
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
1143
|
+
}, {
|
|
1144
|
+
readonly id: "tasks.cli.propose-fix";
|
|
1145
|
+
readonly name: "tasks propose-fix";
|
|
1146
|
+
readonly summary: "Generate deterministic, review-only exact patches or manual-review findings for repository task ledgers without applying changes.";
|
|
1147
|
+
readonly owner: "youmd-cli";
|
|
1148
|
+
readonly transport: "cli";
|
|
1149
|
+
readonly auth: {
|
|
1150
|
+
readonly kind: "local-user";
|
|
1151
|
+
readonly scopes: readonly [];
|
|
1152
|
+
};
|
|
1153
|
+
readonly maturity: "beta";
|
|
1154
|
+
readonly implemented: true;
|
|
1155
|
+
readonly advertised: true;
|
|
1156
|
+
readonly documented: true;
|
|
1157
|
+
readonly handlerRef: "cli/src/commands/tasks.ts#tasksCommand";
|
|
1158
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
1159
|
+
}, {
|
|
1160
|
+
readonly id: "tasks.cli.validate";
|
|
1161
|
+
readonly name: "tasks validate";
|
|
1162
|
+
readonly summary: "Validate the current or discovered repository task ledgers against the canonical tasks.json and generated tasks.md contracts without writing.";
|
|
1163
|
+
readonly owner: "youmd-cli";
|
|
1164
|
+
readonly transport: "cli";
|
|
1165
|
+
readonly auth: {
|
|
1166
|
+
readonly kind: "local-user";
|
|
1167
|
+
readonly scopes: readonly [];
|
|
1168
|
+
};
|
|
1169
|
+
readonly maturity: "beta";
|
|
1170
|
+
readonly implemented: true;
|
|
1171
|
+
readonly advertised: true;
|
|
1172
|
+
readonly documented: true;
|
|
1173
|
+
readonly handlerRef: "cli/src/commands/tasks.ts#tasksCommand";
|
|
1174
|
+
readonly contractRevision: "you-md/capability-registry/2026-07-14.1";
|
|
1095
1175
|
}];
|
|
1096
1176
|
//# sourceMappingURL=capability-registry.d.ts.map
|