bd init: initialize beads issue tracking

This commit is contained in:
Viktor Barzin 2026-04-09 23:20:55 +00:00
parent 0c64cb05e6
commit 473f11a766
13 changed files with 517 additions and 0 deletions

26
.claude/settings.json Normal file
View file

@ -0,0 +1,26 @@
{
"hooks": {
"PreCompact": [
{
"hooks": [
{
"command": "bd prime",
"type": "command"
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"command": "bd prime",
"type": "command"
}
],
"matcher": ""
}
]
}
}