📝 Refine API doc notes and guidance

This commit is contained in:
Nanaloveyuki
2026-05-12 13:32:15 +08:00
parent 4d913aa642
commit c6c153cf53
47 changed files with 0 additions and 236 deletions
-5
View File
@@ -77,12 +77,7 @@ e.g.:
### Notes
Notes are here.
1. Use patches for transformation, not filtering decisions.
2. Prefer helper patches such as `prefix_message(...)`, `append_fields(...)`, and `redact_fields(...)` for common cases.
3. Patch composition order matters.
4. Combine with `with_filter(...)` when both selection and rewriting are required.