Commit graph

9 commits

Author SHA1 Message Date
03a03c3a3f Fix rust-embed: enable interpolate-folder-path in workspace
Some checks failed
BotServer CI / build (push) Failing after 11s
- Enable interpolate-folder-path in workspace rust-embed dependency
- Required for RustEmbed to expand $CARGO_MANIFEST_DIR variable
2026-02-06 11:36:31 -03:00
cf7d1f9992 chore: Apply binary size optimizations, update PROMPT standards and fix clippy warnings 2026-01-25 08:36:36 -03:00
4c8f828d41 Update submodules and Cargo.toml 2026-01-24 22:07:02 -03:00
ef6022abad Refactor: Implement workspace dependencies across all projects 2026-01-23 09:38:00 -03:00
994adbb0ad Update submodule reference and cargo config 2026-01-22 19:45:29 -03:00
14f58f9975 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