Commit graph

5 commits

Author SHA1 Message Date
3a2510c22b docs: update PROMPT.md with weekly maintenance checklist 2025-12-18 16:18:19 -03:00
d573eb4256 Lowercase botserver/botbook references 2025-12-12 23:20:08 -03:00
5a20b23c00 Update PROMPT.md 2025-12-12 16:39:43 -03:00
d612ca0e9c Add rclone sync for desktop, rename docs chapters, clarify admin/user views
Desktop Sync (botapp):
- Add src/desktop/sync.rs with rclone-based file synchronization
- Support Push, Pull, and Bisync modes
- Commands: get_sync_status, start_sync, stop_sync, configure_remote
- Check rclone installation, list remotes, manage sync folder
- Register all sync commands in Tauri invoke handler

Server (botserver):
- Update /files/sync/* endpoints to indicate desktop-only feature
- Add is_desktop and message fields to SyncStatus struct
- Web users see clear message that sync requires desktop app

Documentation (botbook):
- Rename chapter-09-api -> chapter-09-tools (LLM Tools)
- Rename chapter-10-api -> chapter-10-rest (REST Endpoints)
- Add admin-user-views.md explaining User vs Admin interfaces
- Document all /api/user/* and /api/admin/* endpoint patterns
- Update Drive docs with sync feature and requirements
- Fix all cross-references to renamed chapters

Deferred: Billing APIs (Dec 1, 2024 placeholder remains)
2025-12-05 06:50:32 -03:00
7f37f71157 Add PROMPT.md 2025-12-04 12:30:05 -03:00