Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions scripts/setup-clone-loop.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,10 @@ try {
)
} catch {}

console.log(`Clone Loop activated.
console.log(`${formatIterationPromptLine({ iteration: 1, prompt })}

Clone Loop activated.

Iteration: 1
Max iterations: ${Number(maxIterations) > 0 ? maxIterations : 'unlimited'}
Clone threshold: ${cloneThreshold}
Clone agent: ${cloneAgent}
Expand All @@ -163,5 +164,3 @@ The stop hook is active. On each stop, Claude will ask Clone MCP to predict
the next user prompt and continue only when confidence clears the threshold.

To monitor: head -10 .claude/clone-loop.local.md`)

console.log(`\n${formatIterationPromptLine({ iteration: 1, prompt })}`)
Loading