claude-logs-cli
v1.0.2
Published
Save claude's logs for every user command
Downloads
25
Readme
Installing Claude-Code hooks
{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{ "type": "command", "command": "node_modules/claude-logs/dist/user-prompt-submit.js" }
]
}
],
"SubagentStop": [
{
"hooks": [
{ "type": "command", "command": "node_modules/claude-logs/dist/subagent-stop.js" },
]
}
],
"PostToolUse": [
{
"hooks": [
{ "type": "command", "command": "node_modules/claude-logs/dist/post-tool-use.js" },
]
}
],
"Stop": [
{
"hooks": [
{ "type": "command", "command": "node_modules/claude-logs/dist/append-on-stop.js" },
]
}
]
}
}gg
