e30b070eff
docs: add rule to never compile directly for production
2026-03-19 12:21:23 -03:00
7d3cf9bd61
docs: Add comprehensive bug fixing and feature addition workflows to AGENTS.md
...
- Added detailed bug fixing workflow (6 steps: diagnose, find code, fix, test, commit, document)
- Added feature addition workflow (6 steps: plan, implement, BASIC keywords, test, document, deploy)
- Includes real examples from today's suggestion bug fix
- Security checklists for new features
- Testing patterns and commit message templates
2026-03-18 10:50:39 -03:00
4900274887
Remove BOTCODE files
2026-03-18 08:48:04 -03:00
2fe4586be5
Add desktop UI navigation instructions for CRM testing
2026-03-12 18:20:05 -03:00
4da3910b3b
Fix WhatsApp message content extraction issue
...
Messages from WhatsApp are being correctly received and processed by the bot now.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-06 17:16:31 -03:00
c7fe607171
docs: Update AGENTS.md with guidelines for file saving and production push policy
2026-03-03 12:51:33 -03:00
334bb9239b
chore: Update botui submodule - Fix desktop title branding
...
BotServer CI / build (push) Failing after 9s
Update botui to latest commit which changes desktop title from
'Agent Farm' to 'General Bots' for brand consistency.
2026-03-03 08:42:30 -03:00
abedde3af7
feat(directory): improve OAuth client creation with better credential handling
...
BotServer CI / build (push) Failing after 11s
- Updated setup_directory() to try multiple credential sources:
1. Existing config file
2. Zitadel log extraction
3. Default credentials
4. Helpful error message if all fail
- Made ensure_admin_token() async to actually authenticate with credentials
- Added test_zitadel_credentials() helper function
- Improved error messages for debugging
This addresses the issue where OAuth client creation was failing because
credentials couldn't be extracted from Zitadel logs.
Related: zit.md plan for automatic OAuth client creation
2026-03-01 09:42:13 -03:00
792a13eb67
chore: synchronize submodules and update root dependencies
BotServer CI / build (push) Failing after 9s
2026-02-22 15:56:19 -03:00
9eb2bfe09c
docs: update AGENTS.md and sync submodules after tool path fix
...
BotServer CI / build (push) Failing after 23s
- Documented that /opt/gbo/data is also a location for bots
- Added warning to never search /target folder (compiled binaries)
- Synced all submodules with latest changes
Related to tool loading fix that moved .mcp.json files to
botserver-stack/data/system/work/ and updated code to use
relative paths instead of hardcoded HOME/gb path.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-22 11:22:10 -03:00
49930f2aa0
docs: fix contradictions in AGENTS.md regarding clippy and allow usage
2026-02-21 17:27:20 -03:00
9b02df3bec
style: update text color for bot messages and suggestion chips to white
2026-02-20 12:38:17 -03:00
8e27900529
fix: Complete clippy cleanup and security review - perfect score achieved
...
## Clippy Fixes (61 → 0 warnings)
- Fixed regex compilation in loops (moved outside)
- Converted loop counters to .enumerate()
- Replaced manual prefix stripping with strip_prefix()
- Refactored unwrap patterns to unwrap_or_default()
- Fixed non-binding futures with std::mem::drop()
- Consolidated duplicate if blocks
- Converted match expressions to matches! macro
- Removed redundant guards using .filter()
- Reduced function arity via SiteCreationParams struct
- Renamed conflicting from_str methods to from_str_name
- Added type aliases for complex types (MiddlewareFuture, BatchProcessorFunc)
- Changed Result unit errors to Option types
- Removed duplicated attributes and empty lines
## Code Quality
- ✅ 0 clippy warnings (PERFECT SCORE)
- ✅ All workspace compiles cleanly
- ✅ Debug-only builds enforced (AGENTS.md updated)
## Security Review
- Comprehensive expert review completed
- Scored A- overall with critical gaps identified
- Cryptography: A+ (excellent)
- Session Management: A (production-ready)
- Input Validation: A (comprehensive)
- Access Control: A (RBAC complete)
- Code Quality: A+ (perfect)
- Blocking issue: SEC-02 secret rotation required
## Documentation
- Updated AGENTS.md with final clippy status
- Updated TASKS.md with completion status
- Added clippy cleanup progress section
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-19 18:47:28 +00:00
c12ad1eda4
chore: Workspace cleanup and security policy updates
2026-02-19 12:06:06 +00:00
e443aa9d1a
refactor: Split README.md into human-focused README and agent-focused AGENTS.md
2026-02-19 11:42:10 +00:00