docs(core): align patch grammar guidance

This commit is contained in:
Aiden Cline 2026-07-29 20:59:05 +00:00
commit f641186d56
2 changed files with 10 additions and 28 deletions

View file

@ -17,7 +17,7 @@ export const name = "patch"
export const Input = Schema.Struct({
patchText: Schema.String.annotate({
description: "The full patch text describing add, update, and delete operations",
description: "The complete patch, including the `*** Begin Patch` and `*** End Patch` markers",
}),
})