Files
affaan-m--everything-claude…/docs/ja-JP/commands/loop-status.md
T
wehub-resource-sync d48cda4081
CI / Test (ubuntu-latest, Node 18.x, bun) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, npm) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, pnpm) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, yarn) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 20.x, bun) (push) Failing after 17m13s
CI / Test (ubuntu-latest, Node 20.x, npm) (push) Failing after 18m42s
CI / Test (ubuntu-latest, Node 20.x, pnpm) (push) Failing after 15m0s
CI / Test (ubuntu-latest, Node 20.x, yarn) (push) Failing after 49m44s
CI / Test (ubuntu-latest, Node 22.x, bun) (push) Failing after 51m55s
CI / Test (ubuntu-latest, Node 22.x, pnpm) (push) Failing after 21m57s
CI / Test (ubuntu-latest, Node 22.x, npm) (push) Failing after 37m39s
CI / Test (ubuntu-latest, Node 22.x, yarn) (push) Failing after 34m7s
CI / Validate Components (push) Failing after 37m15s
CI / Python Tests (push) Failing after 10m1s
CI / Security Scan (push) Failing after 10m1s
CI / Lint (push) Failing after 17m12s
CI / Coverage (push) Failing after 20m19s
CI / Test (macos-latest, Node 18.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, yarn) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 11:55:55 +08:00

3.6 KiB
Raw Blame History

description
description
アクティブなループの状態、進捗、障害シグナル、推奨される介入を検査します。

ループステータスコマンド

アクティブなループの状態、進捗、障害シグナルを検査します。

このスラッシュコマンドは、現在のセッションがデキューした後にのみ実行できます。ウェッジしたセッションやシブリングセッションを検査する必要がある場合は、別のターミナルからパッケージ化されたCLIを実行してください:

npx --package ecc-universal ecc loop-status --json

CLIは~/.claude/projects/**配下のローカルClaudeトランスクリプトJSONLファイルをスキャンし、古いScheduleWakeupコールやマッチするtool_resultがないBashツールコールを報告します。

使い方

/loop-status [--watch]

報告内容

  • アクティブなループパターン
  • 現在のフェーズと最後の成功チェックポイント
  • 失敗しているチェック(ある場合)
  • 推定時間/コストのドリフト
  • 推奨される介入(continue/pause/stop

クロスセッションCLI

  • ecc loop-status --json 最近のローカルClaudeトランスクリプトの機械読み取り可能なステータスを出力。
  • ecc loop-status --home <dir> 別のホームディレクトリをスキャン(別のローカルプロファイルやマウントされたワークスペースの検査時)。
  • ecc loop-status --transcript <session.jsonl> 1つのトランスクリプトを直接検査。
  • ecc loop-status --bash-timeout-seconds 1800 古いBashの閾値を調整。
  • ecc loop-status --exit-code 古いループやツールシグナルが検出された場合に2で終了、トランスクリプトがスキャンできない場合は1で終了。
  • --exit-code--watchを併用する場合は--watch-countが必要(ウォッチドッグスクリプトがプロセス終了を永遠に待たないように)。
  • ecc loop-status --watch 中断されるまでステータスを更新。
  • ecc loop-status --watch --watch-count 3 --exit-code 限定回数更新し、確認された最高ステータスで終了。
  • ecc loop-status --watch --watch-count 3 スクリプトやハンドオフ用の限定ウォッチストリームを出力。
  • ecc loop-status --watch --write-dir ~/.claude/loops シブリングターミナルやウォッチドッグスクリプト用にindex.jsonとセッションごとのJSONスナップショットを維持。

ウォッチモード

--watchが指定されている場合、定期的にステータスを更新します。--json併用時は、各更新が1行あたり1つのJSONオブジェクトとして出力され、別のターミナルやスクリプトがストリームを消費できます。

スナップショットファイル

別のプロセスが現在のClaudeセッションの/loop-statusデキューを待たずにループ状態を検査する必要がある場合は、--write-dir <dir>を使用します。CLIは以下を書き込みます:

  • 検査されたセッションごとに1行のindex.json
  • そのセッションの完全なステータスペイロードを含む<session-id>.json

これらのファイルはローカルトランスクリプト分析のスナップショットです。Claude Codeランタイムのツールコールを制御したりタイムアウトさせたりするものではありません。

引数

$ARGUMENTS:

  • --watch オプション