Sc Detail banner
kitepon-rgb kitepon-rgb

Sc Detail

Development community

Description

--- description: Throughline の退避済みターン(L2 本文 + L3 ツール入出力)を時刻で復元する argument-hint: <HH:MM:SS> または <HH:MM:SS>-<HH:MM:SS> --- 以下の Bash コマンドを実行し、結果を全文そのまま表示してください(要約せず、一字一句)。 ```bash throughline detail "$ARGUMENTS" ``` ## 使い方 - `/sc-detail 14:23:05` — 指定時刻のターンを復元 - `/sc-detail 14:23-14:30` — 時刻範囲のターンをまとめて復元 ## 何が返るか - **L2**: そのターンの会話本文(ユーザー発言 + Claude 返答) - **L3**: そのターンで実行されたツールの入出力 これは Throughline のセッション記憶 `~/.throughline/throughline.db` から読み出されます。

Installation

Installs to ~/.claude/commands/kitepon-rgb-throughline-sc-detail.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kitepon-rgb/Throughline/HEAD/.claude/commands/sc-detail.md -o ~/.claude/commands/kitepon-rgb-throughline-sc-detail.md

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

Full documentation available on GitHub

View Source Repository