Commit graph

65 commits

Author SHA1 Message Date
cddd520627 Update botserver submodule - 0 clippy warnings 2025-12-28 14:28:01 -03:00
ceb57e820a Update submodules: app generator, logging, knowledge base, web search, designer magic 2025-12-28 11:57:55 -03:00
84d87f178b Fix 415 error: Add hx-ext='json-enc' to autotask create endpoints
- Add json-enc extension to quick intent button in tasks.html
- Add json-enc extension to intent form in autotask.html
- Server expects JSON but HTMX was sending form-urlencoded data
2025-12-28 00:01:36 -03:00
08f1e9578a chore: Update submodules with AutoTask API docs and missing endpoints 2025-12-27 21:17:12 -03:00
fe456e167f chore: Update botserver submodule with AutoTask system implementation 2025-12-27 21:10:31 -03:00
4267de9c58 Update botbook submodule - tasks.md rewrite 2025-12-27 18:10:39 -03:00
658bda35cc Update botbook submodule with codebase stats 2025-12-27 18:01:47 -03:00
6663127530 Update .github submodule with SVG diagrams 2025-12-27 17:31:29 -03:00
e6488b0859 Update .github submodule with new README 2025-12-27 17:28:28 -03:00
361b27e047 Setup root repo with submodules for all bot components 2025-12-27 17:23:45 -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
6f8dcdd858 Add restart script 2025-12-25 11:03:29 -03:00
9cd50e15d6 Update .gitignore to exclude subproject directories 2025-12-25 11:03:24 -03:00
c4544468f1 Add workspace README and configuration files 2025-12-25 11:03:05 -03:00
47953c2c4b Add workspace root PROMPT.md with zero-tolerance warning policy 2025-12-25 11:02:26 -03:00