more agent config, mostly about beads

This commit is contained in:
Johan Lundberg 2026-06-29 09:22:50 +02:00
parent 8143db5aea
commit 850240ab97
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
6 changed files with 280 additions and 0 deletions

15
.claude/settings.json Normal file
View file

@ -0,0 +1,15 @@
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"command": "bd prime --hook-json",
"type": "command"
}
],
"matcher": ""
}
]
}
}