bd init: initialize beads issue tracking

This commit is contained in:
2026-05-07 17:35:05 +02:00
parent 1a8310fc9a
commit 39b6e6e2c4
7 changed files with 105 additions and 10 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"hooks": {
"PreCompact": [
{
"hooks": [
{
"command": "bd prime",
"type": "command"
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"command": "bd prime",
"type": "command"
}
],
"matcher": ""
}
]
}
}