Commit graph

8 commits

Author SHA1 Message Date
a41e8973a5 docs: Add formal language guidelines to AGENTS.md
- Use formal language in comments and documentation
- Avoid slang, neologisms, or informal expressions
- Maintain professional tone in code
2026-04-28 16:17:18 -03:00
cee6732d78 feat: Unified CI workflow - build botserver + botui, remove tests
Some checks failed
Botlib CI / build (push) Successful in 19s
BotServer CI / build (push) Has been cancelled
- Combined botserver and botui builds in single workflow
- Removed bottest from CI (no test execution)
- Deploy both binaries to STAGE-GBO system container via SSH
- Simplified to single workflow file
- Removed separate bottest.yaml and botui.yaml
2026-04-28 12:16:25 -03:00
d723974410 fix(drive-monitor): sync bas files when not yet indexed + INFRA.md MinIO docs
Some checks failed
Botlib CI / build (push) Failing after 1s
BotServer CI / build (push) Failing after 1s
Bottest CI / build (push) Failing after 0s
BotUI CI / build (push) Failing after 1s
- Fix DriveMonitor skipping .bas files that exist but have indexed=false
  and same ETag (needs_reindex was computed but not used for bas sync)
- Mark bas files as indexed after successful sync to work dir
- Update INFRA.md: MinIO connection setup (port 9100, creds from drive.service)
- Remove erroneously created bottemplates start.bas (bots live in MinIO)
2026-04-27 17:27:00 -03:00
2eebbe9b0d Issue #495: Add switchers to default template and fix infra paths
Some checks failed
Botlib CI / build (push) Failing after 1s
Bottest CI / build (push) Failing after 0s
BotUI CI / build (push) Failing after 1s
- Add start.bas with ADD SWITCHER keywords (tables, list, cards)
- Remove /opt/gbo/data references from AGENTS.md and INFRA.md
- Bots are stored in MinIO drive, not in /opt/gbo/data
- Update infrastructure paths documentation
2026-04-27 17:44:58 +00:00
9d82aaa804 docs: Update log locations for staging/production in AGENTS.md
Some checks failed
Botlib CI / build (push) Failing after 3s
Bottest CI / build (push) Failing after 1s
BotUI CI / build (push) Failing after 2s
- Add note to check err.log and out.log in /opt/gbo/logs/ on staging/production
- botserver.log is only for dev environment
2026-04-27 17:15:28 +00:00
6ad3ebff00 debug: Add logging for switcher prompt injection
All checks were successful
Botlib CI / build (push) Successful in 9s
Bottest CI / build (push) Successful in 34s
BotUI CI / build (push) Successful in 17s
2026-04-24 15:46:26 +00:00
af2b118f86 docs: respect STAGE-GBO using 10.0.3.x on 10.0.0.1 to test chat.stage.pragmatismo.com.br 2026-04-22 22:28:14 -03: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