Commit graph

5 commits

Author SHA1 Message Date
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