bd init: initialize beads issue tracking

This commit is contained in:
2026-05-10 22:28:02 +03:00
parent c35e6bff5d
commit 7581781b3b
13 changed files with 482 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": ""
}
]
}
}