docs(slash): split /hew:auto (in-conversation) from /hew:loop (subprocess) (hew-6n0v)#56
Merged
Merged
Conversation
/hew:auto is the in-conversation, epic-scoped driver — walks the children of one active epic via /hew:next per task, one continuous transcript, mid-loop steering. /hew:loop remains the subprocess driver (`hew loop run`) for cache-warm, on-disk-logged iters. Updates auto.md (rewrite), CLAUDE.md, docs/COMMANDS.md, docs/LOOP.md, and skills/core/hew-execute.md Step 10 cross-ref. The .claude/ install snapshot will refresh at next release per CLAUDE.md step 3. 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.
Closes
hew-6n0v— split/hew:autofrom/hew:loopsemantics.Background
Prior to this PR,
/hew:autoshelledhew loop run --until-empty— same body as/hew:loop, just a different slash. That collapsed two distinct UX intents:/hew:auto— the in-conversation driver. One Claude session, full mid-loop steering, transcript continuous./hew:loop— the subprocess driver. Freshclaude -pper iter, prompt cache hits, per-iter logs on disk.The current code only carried one of them.
Change
Rewrites
commands/auto.mdas the in-conversation, epic-scoped driver:hew epic list/hew epic tree <id>); ask once if multiple are open./hew:nextper task.bd readyset; that's/hew:loop's job.Cross-references updated in:
CLAUDE.md— agent guidance for which slash to reach for.docs/COMMANDS.md— slash reference.docs/LOOP.md— distinguishes the two drivers.skills/core/hew-execute.mdStep 10 — pointer to the right surface.Install snapshot
The
.claude/snapshot will refresh at the next release perCLAUDE.mdstep 3. End users get the new body viahew update --localafter the next tag.Smoke (hew-diyp)
commands/auto.mddescribes the in-conversation epic-scoped walk.hew loop runreference inauto.mdis the deliberate cross-link to/hew:loopfor the subprocess case.🤖 Generated with Claude Code