Dev Chat banner
CannonCoPilot CannonCoPilot

Dev Chat

Communication community

Description

# /dev-chat — Browse Saved Dev Session Exports Browse and read previously exported W11:Jarvis-dev conversation transcripts. ## Instructions for Claude When the user runs `/dev-chat`: 1. **List available exports**: ```bash ls -lhS /Users/nathanielcannon/Claude/Project_Aion/.claude/exports/dev/export_dev_chat_*.txt 2>/dev/null ``` If no exports exist, tell the user: "No dev chat exports found. Use `/export-dev` to create one." 2. **Build selection menu** — use AskUserQuestion with

Installation

Installs to ~/.claude/commands/cannoncopilot-project_aion-dev-chat.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/CannonCoPilot/Project_Aion/HEAD/.claude/commands/dev-chat.md -o ~/.claude/commands/cannoncopilot-project_aion-dev-chat.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository