clops hooks into Claude and displays state of the agents in xbar.
The plugin to swiftbar needs to merely curl http://127.0.0.1:8009/xbar.
On Claude side, you need to add hook for all the events (one by one), like:
"ConfigChange": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "clops notify"
}
]
}
],Done with heavy assist of Claude.