Actor model inbox processing. One message at a time.
WATCH → WIP → ABIDE → DONE.
- WATCH:
/await until first msg with status new in inbox.json
- WIP (haiku): set wip, create 'Abide ...' todo, return to watch
- ABIDE (dude): do the actual work when todo comes up in list
- DONE (haiku): reply via /msg if needed, remove msg, complete todo
Entry point: /pub calls /abide to start the loop.
Actor model inbox processing. One message at a time.
WATCH → WIP → ABIDE → DONE.
/awaituntil first msg with status new in inbox.jsonEntry point: /pub calls /abide to start the loop.