Commit graph

401 commits

Author SHA1 Message Date
7b2b7ab3c5 chore(docs): remove obsolete REORGANIZATION_PLAN.md
Some checks failed
GBCI / build (push) Failing after 19s
2026-03-21 18:55:39 -03:00
94ca51a670 Docs: add execution-modes.md (RUNTIME vs WORKFLOW), update HEAR and script-execution-flow 2026-03-16 23:28:12 -03:00
ae09de3dea Add THINK KB keyword to documentation overview and reference
All checks were successful
GBCI / build (push) Successful in 20s
- Add THINK KB to keywords.md overview table
- Add THINK KB to keyword-reference-complete.md
- Include THINK KB in knowledge base section with syntax
2026-03-16 08:43:43 -03:00
ea5e92eb1f Add THINK KB keyword documentation
- Add keyword-think-kb.md with comprehensive examples
- Update SUMMARY.md to include new keyword
- Document structured results and confidence scoring
2026-03-16 08:15:29 -03:00
24b77d3981 Add Vibe app docs, screen SVG, update mail/crm/campaigns docs 2026-03-15 20:30:25 -03:00
e7dab66130 docs: add testing strategy, K8s deployment, monitoring, data management docs
All checks were successful
GBCI / build (push) Successful in 17s
2026-03-15 11:39:25 -03:00
2cbe5ecc88 docs: update docs with new autonomous tasks and security 2026-03-14 16:35:40 -03:00
c312a30461 Fix Bedrock config for OpenAI GPT-OSS models
All checks were successful
GBCI / build (push) Successful in 11s
2026-03-10 12:37:35 -03:00
60fe68a693 Update WhatsApp rate limits documentation with Meta official specs
All checks were successful
GBCI / build (push) Successful in 11s
- Document 1 message per 6 seconds per recipient
- Add burst mode explanation (45 messages in 6s)
- Document error 131056 and retry strategy
- Add automatic queue management info
2026-03-09 19:17:50 -03:00
275148fbfb docs: add WhatsApp troubleshooting and LLM hallucination detection
All checks were successful
GBCI / build (push) Successful in 15s
2026-03-09 17:22:47 -03:00
66c65c6167 Update documentation and add agent workspaces guide
All checks were successful
GBCI / build (push) Successful in 31s
2026-03-03 14:53:13 -03:00
5b6e9d7208 trigger ci on main branch for alm
All checks were successful
GBCI / build (push) Successful in 9s
2026-02-20 15:27:34 -03:00
cb84ad2b56 docs: Add JWT secret rotation and security considerations
- Add JWT to available rotation components
- Document security limitations and manual steps
- Add component table with service restart requirements
- Include verification and best practices documentation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-19 19:42:15 +00:00
6d48dbba1b Update submodule changes
All checks were successful
GBCI / build (push) Successful in 12s
2026-02-13 22:31:47 +00:00
root
3e418df1a8 Update building.md with build fixes for webkit2gtk-4.1, rust-embed interpolation, and bottest dependency
Some checks are pending
GBCI / build (push) Waiting to run
- Change libwebkit2gtk-4.0-dev to libwebkit2gtk-4.1-dev (correct version for Tauri)
- Add troubleshooting section for rust-embed interpolate-folder-path feature
- Add troubleshooting section for bottest invalid botserver dependency
- Document specific error messages and solutions for each issue

These fixes resolve all build errors and warnings, achieving 0 errors/0 warnings.
2026-02-06 22:07:37 +00:00
827e011ac0 Add libsoup-3.0 installation instructions to build documentation
All checks were successful
GBCI / build (push) Successful in 15s
- Added libsoup-3.0-dev to Ubuntu/Debian desktop GUI dependencies
- Added libsoup3-devel to Fedora/RHEL desktop GUI dependencies
- Added new troubleshooting section for libsoup-3.0 dependency warning
- Documented that this is only needed for desktop/Tauri builds
- Noted that server-only builds can safely ignore the warning
2026-02-05 22:28:02 -03:00
9c9b3b6d1f Add missing javascriptcoregtk-4.1-dev to build dependencies
All checks were successful
GBCI / build (push) Successful in 12s
- Added libjavascriptcoregtk-4.1-dev for Ubuntu/Debian
- Added javascriptcore-gtk-devel for Fedora/RHEL
- Fixes build error: javascriptcore-rs-sys v1.1.1 requires javascriptcoregtk-4.1.pc
- This completes the Tauri/webkit dependencies for desktop builds
2026-02-05 22:18:05 -03:00
57a04a46db Update building.md with correct GTK dependencies
All checks were successful
GBCI / build (push) Successful in 9s
- Fixed libglib2.0-dev, libgtk-3-dev, libwebkit2gtk-4.0-dev
- Added libayatana-appindicator3-dev, librsvg2-dev
- Removed incorrect XCB individual libraries
- Updated Fedora/RHEL sections with correct package names
2026-02-05 22:14:05 -03:00
a3a11ffdca docs: add Quick Start section to avoid GTK confusion for server builds
All checks were successful
GBCI / build (push) Successful in 14s
2026-02-05 21:51:12 -03:00
9895e67fe7 docs: emphasize minimal build to avoid GTK dependencies for server deployments
All checks were successful
GBCI / build (push) Successful in 9s
2026-02-05 21:47:12 -03:00
6f7044d97d docs: condense sccache section to reduce verbosity
All checks were successful
GBCI / build (push) Successful in 12s
2026-02-05 21:45:50 -03:00
f68ad31168 docs: add GTK libraries as normal prerequisite for desktop builds
All checks were successful
GBCI / build (push) Successful in 9s
2026-02-05 21:39:37 -03:00
8cfb624f2e docs: update building.md with sccache, clang linker fix, remove chocolatey
All checks were successful
GBCI / build (push) Successful in 11s
2026-02-05 21:36:49 -03:00
85696bb907 Update: README and template files 2026-02-04 13:54:26 -03:00
6df9f7dce5 Add WhatsApp Business API integration with Twilio documentation
- Add comprehensive guide for integrating WhatsApp Business API using Twilio phone numbers
- Include complete workflow: from number purchase to Meta configuration
- Add 5 detailed guides: quick-start, webhooks, examples, troubleshooting, quick-reference
- Cover phone number verification via voice call (Twilio requirement)
- Document all Meta credentials: Access Token, Phone Number ID, WABA ID, Verify Token, Application ID
- Provide code examples in BASIC, Node.js, and Python
- Integrate into Appendix B: External Services (no new chapter)
- All example values randomized for security
2026-01-30 10:14:35 -03:00
c8d39c0e62 Refactor: Consolidate LXC migration docs and update brother mode instructions
All checks were successful
GBCI / build (push) Successful in 11s
2026-01-26 16:58:58 -03:00
96624a15d3 docs(containers): add brother mode configuration and lxd-sock proxy details
All checks were successful
GBCI / build (push) Successful in 3m8s
2026-01-26 11:44:38 -03:00
fc31150198 Sync with workspace: hardware docs fixes, dependency scripts, deployment guide 2026-01-25 16:23:11 -03:00
0be2019117 docs: remove Brazil-specific focus while keeping BRL pricing, add GGUF links 2026-01-25 16:11:30 -03:00
6180898e72 docs: update hardware guide with Claude Opus 4.5, GLM-4.7, and MoE focus, add System RAM column 2026-01-25 16:01:01 -03:00
caa928655c docs: restructure hardware guide comparisons, prioritize MoE/DeepSeek/GLM, update cloud benchmarks 2026-01-25 15:57:30 -03:00
0678658ef0 docs: update 120B model hardware requirements to support single RTX via MoE 2026-01-25 15:54:09 -03:00
d58b4a00ca fix: remove chown and set permissions to 777 2026-01-25 15:46:13 -03:00
7b9e625575 fix: change ownership to gbuser:gbuser 2026-01-25 15:44:54 -03:00
14d8a6bb97 fix: change ownership to caddy and set permissions to 755 2026-01-25 15:44:07 -03:00
0a328ff649 chore: remove empty line in workflow 2026-01-25 15:42:35 -03:00
5de0bfd21f fix: update deployment path to /opt/gbo/bin/proxy/docs.pragmatismo.com.br 2026-01-25 15:39:44 -03:00
ee309543fd fix: update deployment path to /opt/gbo/bin/proxy 2026-01-25 15:37:22 -03:00
2caf2d0494 docs: update PROMPT.md with mandatory git workflow rule 2026-01-25 15:22:02 -03:00
77ca8739ce fix: clear deployment directory before copying files 2026-01-25 15:21:08 -03:00
d9477295b6 fix: resolve mdbook build errors in book.toml and tasks.md 2026-01-25 15:15:51 -03:00
8b1c2cc9cd refactor(docs): rename devices chapter to hardware & devices and add desktop hardware 2026-01-25 15:09:46 -03:00
e40c45202c fix(ci): ensure deploy directory exists 2026-01-25 14:54:50 -03:00
23a6b7874d fix(docs): remove deprecated multilingual option from mdbook config 2026-01-25 14:52:14 -03:00
4739b739f4 fix(ci): install rust before installing mdbook 2026-01-25 14:45:15 -03:00
24724bd32e chore(workflow): update botbook ci triggers 2026-01-25 14:31:43 -03:00
dfe8910a11 Update botbook module 2026-01-25 13:25:39 -03:00
f6d1964d3f Update documentation 2026-01-24 22:06:16 -03:00
74d14bdf27 Update submodule 2026-01-22 20:52:09 -03:00
4afb770f4f Update PROMPT.md and content 2026-01-22 20:24:01 -03:00