mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +00:00
- Three event types: immediate, one-shot, periodic (cron) - Events are JSON files in workspace/events/ - EventsWatcher with fs.watch, 100ms debounce - Queue integration via SlackBot.enqueueEvent() (max 5) - Fix setTyping race condition causing duplicate messages - System prompt documents events for mom - Design doc in docs/events.md - Add croner dependency for cron scheduling
12 lines
No EOL
115 B
Text
12 lines
No EOL
115 B
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "pi-mono",
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../../moms"
|
|
}
|
|
],
|
|
"settings": {}
|
|
} |