docs: make technical prose concrete

This commit is contained in:
Turtle
2026-08-09 15:27:21 +08:00
parent 673e7cddc5
commit a27efdef36
459 changed files with 1342 additions and 1329 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ interface EditInput {
}
/**
* The `edit` tool's validated argument shape: the base parameters plus the two
* The `edit` tool's validated arguments: the base parameters plus the two
* escalation fields, advertised only under a confining `ctx.fs` (absent from
* the schema otherwise, so the validator rejects them before `execute`).
*/
+1 -1
View File
@@ -43,7 +43,7 @@ ${verb} file
}
/**
* The `write` tool's validated argument shape: the base parameters plus the
* The `write` tool's validated arguments: the base parameters plus the
* two escalation fields, advertised only under a confining `ctx.fs` (absent
* from the schema otherwise, so the validator rejects them before `execute`).
*/