Add shared agent instructions and tmux titling hook

This commit is contained in:
2026-02-04 00:17:56 -08:00
parent 2f2bb59693
commit e3ad0d857e
5 changed files with 111 additions and 0 deletions

1
dotfiles/claude/CLAUDE.md Symbolic link
View File

@@ -0,0 +1 @@
../agents/AGENTS.md

View File

@@ -0,0 +1,18 @@
{
"enabledPlugins": {
"superpowers@superpowers-marketplace": true,
"agent-browser@agent-browser": true
},
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "~/.agents/hooks/tmux-title.sh"
}
]
}
]
}
}