Enable agents to sync session state via webhooks for distributed deployments.
Architecture
- Agent watches local JSON files (as now)
- On change, POST webhook to configured remote agents
- Remote agents update their state and push to connected browsers
Config
{
"sync_to": ["http://hub-agent:3456/api/webhook"]
}
Acceptance Criteria
Parent epic: #1
Depends on: #3 (workspace field)
Migrated from beads claude-watch-j0k.
Enable agents to sync session state via webhooks for distributed deployments.
Architecture
Config
{ "sync_to": ["http://hub-agent:3456/api/webhook"] }Acceptance Criteria
Parent epic: #1
Depends on: #3 (workspace field)
Migrated from beads claude-watch-j0k.