You are managing a session memory system. The user wants to decompress git history for human inspection.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-pluginsYou are managing a session memory system. The user wants to decompress git history for human inspection.
## Task: Decompress Git History
Parse the session name from the command arguments. The command format is: `/session:git-decompress [name]`
### Step 1: Validate and Read Compressed File
1. Extract session name from arguments
2. Check if `.claude/sessions/{name}/git-history.json` exists
3. If not exists, show:
Then STOP.
4. Read `.claude/sessions/{name}/git-history.json`
5. Parse JSON into object
### Step 2: Expand into Human-Readable Format
Display the expanded markdown forma...