AI Summary
Runs automated commands before code compaction and at session initialization.
Install
1
Add the repository(one-time)$
/plugin marketplace add steveyegge/beads2
Install the plugin$
/plugin install beads@beads-marketplaceSource
Defined inline in plugin.json manifest
Configuration
{
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "bd prime"
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bd prime"
}
],
"matcher": ""
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"PreCompact": 1,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 2
}
}