docs: update all documentation for agor rebrand and dual-repo structure

This commit is contained in:
Hibryda 2026-03-17 01:12:25 +01:00
parent 5fadd1c022
commit 421c38cd8c
21 changed files with 225 additions and 207 deletions

View file

@ -68,7 +68,7 @@ Agent (via btmsg CLI)
└── btmsg heartbeat → updates agent heartbeat
btmsg.db (SQLite, WAL mode, ~/.local/share/bterminal/btmsg.db)
btmsg.db (SQLite, WAL mode, ~/.local/share/agor/btmsg.db)
├── agents table — registered agents with roles
├── messages table — DMs and channel messages
@ -274,7 +274,7 @@ The pure scoring function in `wake-scorer.ts` is tested with 24 unit tests. The
3. Every 5 seconds, AgentSession polls wake events
4. If score exceeds threshold (for smart strategy), triggers wake
5. On group switch, `clearWakeScheduler()` cancels all timers
6. In test mode (`BTERMINAL_TEST=1`), wake scheduler is disabled via `disableWakeScheduler()`
6. In test mode (`AGOR_TEST=1`), wake scheduler is disabled via `disableWakeScheduler()`
---