Commit graph

8 commits

Author SHA1 Message Date
c70fbba099 refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync
- Replace docs/sheet/slides with kb-extraction in default features (~4-6min compile time savings, ~300MB less disk)
- Add kb-extraction feature using zip+quick-xml+calamine for lightweight KB extraction
- Split document_processor.rs (829 lines) into mod.rs+types.rs+ooxml_extract.rs+rtf.rs
- Move DOCX/PPTX ZIP-based extraction to document_processor::ooxml_extract (no ooxmlsdk needed)
- Remove dead code: save_docx_preserving(), save_pptx_preserving() (zero callers)
- Fix dep: prefix for optional dependencies in feature definitions
- DriveMonitor: full S3 sync, ETag change detection, KB incremental indexing, config.csv sync
- ConfigManager: real DB reads from bot_configuration table
- 0 warnings, 0 errors on both default and full feature builds
2026-04-21 14:54:41 +00:00
e364b75e9b Cargo optimization. 2026-04-19 12:24:51 +00:00
b4241805bd Cargo optimization. 2026-04-19 12:00:01 +00:00
037db5c381 feat: Major workspace reorganization and documentation update
- Add comprehensive documentation in botbook/ with 12 chapters
- Add botapp/ Tauri desktop application
- Add botdevice/ IoT device support
- Add botlib/ shared library crate
- Add botmodels/ Python ML models service
- Add botplugin/ browser extension
- Add botserver/ reorganized server code
- Add bottemplates/ bot templates
- Add bottest/ integration tests
- Add botui/ web UI server
- Add CI/CD workflows in .forgejo/workflows/
- Add AGENTS.md and PROD.md documentation
- Add dependency management scripts (DEPENDENCIES.sh/ps1)
- Remove legacy src/ structure and migrations
- Clean up temporary and backup files
2026-04-19 08:14:25 -03:00
c30cec474d CI: Use 8 parallel jobs for faster builds (10GB RAM available)
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
2026-04-18 19:52:01 -03:00
71847f884a CI: Reduce build parallelism to avoid libgit2-sys race condition
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
2026-04-18 19:49:32 -03:00
5cedd9c379 Fix: Remove mold linker from cargo config
Some checks failed
BotServer CI / build (push) Failing after 17m29s
Mold linker is not available on the system and was causing build failures.
Removed rustflags setting to use default lld linker instead.
2026-02-05 22:43:26 -03:00
5126c648ff Auto-commit: 20260118_195334 2026-01-18 19:53:34 -03:00