bd init: initialize beads issue tracking

This commit is contained in:
dirtydishes 2026-05-24 04:33:39 -04:00
parent 3cacdf38cd
commit e8993ee7d1
14 changed files with 530 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": ""
}
]
}
}