generalbots/src
Rodrigo Rodriguez (Pragmatismo) 764f058653
All checks were successful
BotServer CI / build (push) Successful in 7m4s
fix: update work directory paths to use botserver-stack/data/system/work
Updated all hardcoded work/ directory references to use the correct
relative path from the current working directory:
- botserver-stack/data/system/work

This ensures consistent file location resolution regardless of where
botserver is run from (/home/rodriguez/src/gb/ or /opt/gbo/bin/).

Changes:
- local_file_monitor.rs: Use std::env::current_dir() for work_root
- drive_monitor/mod.rs: Use work_root PathBuf for tool compilation
- website_crawler_service.rs: Use std::env::current_dir() for work_path

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-22 16:20:07 -03:00
..
analytics feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
attendance feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
attendant Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
auto_task chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
basic chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
billing Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
botmodels Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
calendar Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
canvas Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
channels feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
compliance Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
console Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
contacts feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
core fix: update work directory paths to use botserver-stack/data/system/work 2026-02-22 16:20:07 -03:00
dashboards Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
designer feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
directory feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
docs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
drive fix: update work directory paths to use botserver-stack/data/system/work 2026-02-22 16:20:07 -03:00
email fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
instagram Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
learn Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
legal Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
llm chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
main_module chore: Fix warnings and clean TODO refs 2026-02-19 12:18:39 +00:00
maintenance Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
meet feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
monitoring Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
msteams Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
multimodal Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
nvidia Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
paper Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
people Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
player Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
products Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
project Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
research Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
search Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
security feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
settings Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
sheet Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
slides Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
social Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
sources feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
tasks chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
telegram Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
tickets Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
timeseries Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
vector-db Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
video Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
weba Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
whatsapp Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
workspaces Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
embedded_ui.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
main.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00