Show status of the current fork and conversation state
Check which fork you're currently in and view its git status, worktree info, and metadata. Use when you need to verify your current fork context or see uncommitted changes.
/plugin marketplace add mcfearsome/fork-yeah/plugin install fork-yeah@mcfearsome cc-marketplaceShows the current fork's status including git status, worktree information, and fork metadata. Helps you understand which fork you're currently working in.
/fork status
To execute this command, run:
bash src/fork_status.sh
When in a fork:
=========================================
Fork Status
=========================================
Current Fork: fork-1730678901-abc123-2
Details:
Parent Fork: fork-1730678901-abc123
Created: 2025-11-05T10:30:00-05:00
Status: active
Branch #: 2
Worktree: /home/user/.claude-code/forks/fork-1730678901-abc123-2/worktree
Git Status:
## fork-1730678901-abc123-2
M README.md
M src/main.py
Worktree Info:
/home/user/.claude-code/forks/fork-1730678901-abc123-2/worktree abc123de [fork-1730678901-abc123-2]
=========================================
Total forks: 3
=========================================
Commands:
/fork list - List all forks
/fork tree - View fork hierarchy
/fork switch - Switch to another fork
When not in a fork:
=========================================
Fork Status
=========================================
Not in a fork worktree
Current directory: /home/user/project
=========================================
Total forks: 3
=========================================
Commands:
/fork list - List all forks
/fork tree - View fork hierarchy
/fork switch - Switch to another fork
The status shows:
Use /fork status when: