chore: sync memory 2026-03-27

This commit is contained in:
2026-03-27 23:19:12 -05:00
parent 5755723154
commit d75dcd52ee

View File

@@ -21,21 +21,8 @@
"Bash(ls*)"
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"superpowers@claude-plugins-official": true
},
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10
}
]
},
{
"hooks": [
{
@@ -47,50 +34,8 @@
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
},
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/scripts/hook-handle-use.sh",
"timeout": 5
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"UserPromptSubmit": [],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
},
{
"hooks": [
{
@@ -101,67 +46,10 @@
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"SubagentStart": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"PostToolUseFailure": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"superpowers@claude-plugins-official": true
}
}