Commit graph

4 commits

Author SHA1 Message Date
b2b5bf01bb Remove completed TODO and cleanup 2026-01-08 12:11:26 -03:00
79c4918df2 Update PROMPT.md with security directives for new code compliance 2025-12-28 21:26:33 -03:00
b7dc884614 Fix all clippy warnings and errors across workspace
- Fix pricing_model -> model field name in whatsapp mock
- Fix trivially_copy_pass_by_ref in BrowserType::browser_name
- Add methods to use Locator and Action enum fields (dead_code fix)
- Convert url_pattern methods to associated functions
- Replace panic! with bail! in e2e tests
- Collapse nested if statements, fix cmp_owned
- Remove redundant clones and needless borrows
- Add underscores to long numeric literals
- Replace assert!(true) with meaningful tests
- Remove unused imports, macros, and functions
- Fix async function without await
- Rename struct fields to avoid common suffix warnings

All clippy warnings and errors resolved: 0 warnings, 0 errors
2025-12-26 12:29:42 -03:00
c4544468f1 Add workspace README and configuration files 2025-12-25 11:03:05 -03:00