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
@@ -58,7 +58,7 @@ export const Config: z<Config> = z.object({
fetchMaxOutputChars: z.number().default(DEFAULT_FETCH_MAX_OUTPUT_CHARS),
})
/** The shape after schemastery applies its defaults to every field. */
/** Complete config after schemastery applies every field default. */
type ResolvedConfig = Required<Config>
/** Configured count, timeout, and character caps must be positive integers. */