docs(diffs): clarify file size limitations

This commit is contained in:
Gustavo Madeira Santana
2026-03-02 11:34:06 -05:00
parent 8828418111
commit be65dc8acc

View File

@@ -105,6 +105,11 @@ Validation and limits:
- `title` max 1024 bytes.
- Patch complexity cap: max 128 files and 120000 total lines.
- `patch` and `before` or `after` together are rejected.
- Rendered file safety limits (apply to PNG and PDF):
- `fileQuality: "standard"`: max 8 MP (8,000,000 rendered pixels).
- `fileQuality: "hq"`: max 14 MP (14,000,000 rendered pixels).
- `fileQuality: "print"`: max 24 MP (24,000,000 rendered pixels).
- PDF also has a max of 50 pages.
## Output details contract