Skip to content

fix(ai): preserve foreground forked skills - #52

Open
stephendolan wants to merge 1 commit into
mainfrom
chore/keep-fork-skills-foreground
Open

fix(ai): preserve foreground forked skills#52
stephendolan wants to merge 1 commit into
mainfrom
chore/keep-fork-skills-foreground

Conversation

@stephendolan

Copy link
Copy Markdown
Owner

Summary

Explicitly keep the interactive and orchestration-heavy context: fork skills in the foreground. This preserves their established synchronous prompts and control flow after Claude Code 2.1.218 changed the default to background execution.

Problem

Backgrounding these workflows would detach user decisions and multi-step orchestration from their calling conversation.

Claude Code 2.1.218 backgrounds context-fork skills by default. These interactive and orchestrating workflows need synchronous control flow, so retain their established behavior explicitly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant