feat: symlink settings.json globally, update bootstrap and readme

This commit is contained in:
2026-03-26 21:24:24 -05:00
parent 02c2c2fabb
commit d93820415f
3 changed files with 164 additions and 11 deletions

View File

@@ -21,25 +21,144 @@
"Bash(ls*)"
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"superpowers@claude-plugins-official": true
},
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10
}
]
},
{
"hooks": [
{
"type": "command",
"command": "git -C /home/artanis/.cog pull --rebase --autostash 2>/dev/null || true",
"statusMessage": "Syncing memory from remote..."
"statusMessage": "Syncing Cog memory...",
"async": true
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
},
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/scripts/hook-handle-use.sh",
"timeout": 5
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
},
{
"hooks": [
{
"type": "command",
"command": "cd /home/artanis/.cog && git diff --quiet && git diff --staged --quiet || (git add -A && git commit -m \"chore: sync memory $(date +%Y-%m-%d)\" && git push origin main) 2>/dev/null || true",
"statusMessage": "Syncing memory to remote..."
"statusMessage": "Saving Cog memory...",
"async": true
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"SubagentStart": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"PostToolUseFailure": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "/home/artanis/.claude/hooks/peon-ping/peon.sh",
"timeout": 10,
"async": true
}
]
}