Initial commit
This commit is contained in:
13
commands/history-session.md
Normal file
13
commands/history-session.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
description: Show command history for a specific session (usage: /history-session <session-id>)
|
||||
allowed-tools: Bash(claude-hook-advisor:*)
|
||||
---
|
||||
|
||||
!claude-hook-advisor --history --session "$1" --limit 100
|
||||
|
||||
The output above shows all commands from session "$1". This includes:
|
||||
- All commands attempted in this session
|
||||
- Success and failure status for each
|
||||
- Complete timeline of command execution
|
||||
|
||||
Let me analyze this session's activity and help you understand what happened.
|
||||
Reference in New Issue
Block a user