bd init: initialize beads issue tracking

This commit is contained in:
Vladimir Bryzgalov
2026-04-17 21:28:59 +05:00
parent 3a998c36d2
commit b1d8dfd044
13 changed files with 518 additions and 0 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": ""
}
]
}
}