bd init: initialize beads issue tracking

This commit is contained in:
2026-06-11 12:26:23 +01:00
commit d0d4d433d8
13 changed files with 519 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": ""
}
]
}
}