Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:19 +08:00
commit c4ecaac3b8
10 changed files with 280 additions and 0 deletions

18
commands/list.md Normal file
View File

@@ -0,0 +1,18 @@
---
description: List all development sessions
allowed-tools: Bash, Read
---
List all development sessions by:
1. Check if `.claude/sessions/` directory exists
2. List all `.md` files (excluding hidden files and `.current-session`)
3. For each session file:
- Show the filename
- Extract and show the session title
- Show the date/time
- Show first few lines of the overview if available
4. If `.claude/sessions/.current-session` exists, highlight which session is currently active
5. Sort by most recent first
Present in a clean, readable format.