Check current loop iteration, max limit, and completion promise
Displays current Lisa loop iteration, limit, and completion promise status.
/plugin marketplace add Arakiss/lisa/plugin install lisa@lisa-marketplaceCheck the current state of a Lisa loop.
To check Lisa loop status:
Check if .claude/lisa-loop.local.md exists using Bash: test -f .claude/lisa-loop.local.md && echo "ACTIVE" || echo "NO_LOOP"
If NO_LOOP: Say "No active Lisa loop."
If ACTIVE:
.claude/lisa-loop.local.md to get the full stateiteration: current iteration numbermax_iterations: limit (0 = unlimited)completion_promise: the promise text (or null)started_at: when the loop started🔄 Lisa Loop Status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Iteration: {iteration}
Max: {max_iterations or "unlimited"}
Promise: {completion_promise or "none"}
Started: {started_at}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Prompt:
{prompt content after the YAML frontmatter}
If user asks for more detail, also show the raw file content.