andrew-bulthuis/personalrule icon
public
Published on 5/14/2025
Autofill Rules

Rules
## Input Safety & Logic Rules - Always use answers from `answers.json` only if `"autofill": true` - Never guess unknown or blank fields — leave them for manual input - Skip inputs that cannot be typed into (e.g. read-only) - Prefer `.type()` with delays over `.fill()` to ensure DOM safety - Never click submit/next unless required fields are present