bd init: initialize beads issue tracking

This commit is contained in:
Yogthos 2026-06-04 13:46:11 -04:00
parent f271789eed
commit 1d47fc9ad2
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": ""
}
]
}
}