bd init: initialize beads issue tracking

This commit is contained in:
Edward Langley
2026-04-08 21:04:09 -07:00
parent 956cb5692c
commit f4e4b75b20
13 changed files with 498 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": ""
}
]
}
}