Surface the iteration prompt at the top of /clone:loop output#5
Merged
Conversation
The /clone:loop launcher printed a 5-line status block (Iteration, Max iterations, Clone threshold, Clone agent, "The stop hook is active...") before the purple "Iteration 1 : <prompt>" line. By the time users saw their own prompt they had already scrolled past the metadata they don't care about. Flip the order: purple prompt line first, then the activation status block. Also drop the redundant "Iteration: 1" line from the status block — the purple line already says it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The launcher used to print:
```
Clone Loop activated.
Iteration: 1
Max iterations: unlimited
Clone threshold: 0.6
Clone agent: Claude Code Clone Loop
The stop hook is active. On each stop, Claude will ask Clone MCP...
To monitor: head -10 .claude/clone-loop.local.md
Iteration 1 : i need to make this web page to use clone landing page!...
```
By the time the user spotted their own prompt they had already
scrolled past the metadata. The purple prompt line is the most
information-dense thing in the output — it should land first.
What
Flip the order: purple `Iteration 1 : ` line first, then the
activation status block. Also drop the redundant `Iteration: 1` text
line — the purple line already says it.
Test plan
🤖 Generated with Claude Code