Stats
Actions
Tags
From looptrip — multi-agent coordination-pathology detector
Scan a source for multi-agent coordination pathologies (read-only observer)
How this command is triggered — by the user, by Claude, or both
Slash command
/looptrip:looptripThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the `looptrip` detector over the given source and report any multi-agent coordination pathologies it finds. looptrip is a **read-only observer** — it never modifies state, never blocks, and never proposes that you kill or gate anything. It only reports what it sees. Source to scan: $ARGUMENTS A source must be one of looptrip's source specs (it is not a bare file path): - `cast-db:<session_id>` — handoffs from the local CAST observability DB (`~/.claude/cast.db`) - `otel:<path>[#scenario]` — an OpenTelemetry GenAI handoff span export (JSON or JSONL) - `fixture:<session_id>` — a packag...
Run the looptrip detector over the given source and report any multi-agent coordination
pathologies it finds. looptrip is a read-only observer — it never modifies state, never
blocks, and never proposes that you kill or gate anything. It only reports what it sees.
Source to scan: $ARGUMENTS
A source must be one of looptrip's source specs (it is not a bare file path):
cast-db:<session_id> — handoffs from the local CAST observability DB (~/.claude/cast.db)otel:<path>[#scenario] — an OpenTelemetry GenAI handoff span export (JSON or JSONL)fixture:<session_id> — a packaged hermetic fixture; the session id is a full UUID, e.g.
fixture:da27b414-f9f1-4c91-bd50-1a6096555066 (one of the two $792.96 proof-run sessions)Steps:
looptrip scan --all $ARGUMENTS via Bash. (--all runs all four detectors:
duplicate_work, ping_pong, deadlock, non_termination.) The looptrip CLI must be installed —
pip install looptrip (published on PyPI). A Homebrew formula is also available once the
public tap is published: brew install ek33450505/looptrip/looptrip.npx claudepluginhub ek33450505/looptrip --plugin looptrip