refactor(core): keep mcp command metadata minimal

This commit is contained in:
Aiden Cline 2026-06-29 19:00:12 -05:00
commit 9b7ad8f97e
4 changed files with 0 additions and 4 deletions

View file

@ -11,6 +11,5 @@ export const Info = Schema.Struct({
description: Schema.String.pipe(optional),
agent: Schema.String.pipe(optional),
model: Model.Ref.pipe(optional),
source: Schema.Literals(["command", "mcp", "skill"]).pipe(optional),
subtask: Schema.Boolean.pipe(optional),
}).annotate({ identifier: "CommandV2.Info" })