bd init: initialize beads issue tracking

This commit is contained in:
2026-05-16 17:11:01 +00:00
parent 082e8d03ff
commit 212d072417
14 changed files with 540 additions and 61 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": ""
}
]
}
}