{
"hooks": {
"BeforeAgent": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${extensionPath}/plugins/worktrunk/hooks/wt.sh\" config state marker set 🤖 || true"
}
]
}
],
"AfterAgent": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${extensionPath}/plugins/worktrunk/hooks/wt.sh\" config state marker set 💬 || true"
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${extensionPath}/plugins/worktrunk/hooks/wt.sh\" config state marker clear || true"
}
]
}
]
}
}