bd init: initialize beads issue tracking

This commit is contained in:
Ole-Morten Duesund 2026-04-24 16:34:50 +02:00
commit 021bf0502d
15 changed files with 542 additions and 1 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": ""
}
]
}
}