generalbots/src/core/kb
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
..
document_processor.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
embedding_generator.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
kb_indexer.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
mod.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
permissions.rs Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
web_crawler.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
website_crawler_service.rs fix: update work directory paths to use botserver-stack/data/system/work 2026-02-22 16:20:07 -03:00