End the current session and record work summary
# /htmlgraph:end
End the current session and record work summary
## Usage
## Parameters
## Examples
Gracefully end the current session and show work summary
## Instructions for Claude
This command uses the SDK's `None()` method.
### Implementation:
bash
htmlgraph session list --limit 1
htmlgraph session end
### Output Format:
## Session Ended
**Session ID:** {session_id}
**Duration:** {duration}
**Events:** {event_count}
### Work Summary
{features_worked_on_with_counts}
### Progress Made
- {accomplishment_summary}
---
Session recorded in `.htmlgraph/sessions...