Merge pull request #880 from mattpocock/fix/user-invoked-skill-invoca…

Merge pull request #880 from mattpocock/fix/user-invoked-skill-invocation Stop skills from calling other user-invoked skills

What happened

The change stops user-invoked skills from triggering additional skills that were also initiated by the user, tightening the invocation logic.

Why it matters

This adjustment enhances the control over skill executions, ensuring that users have a clearer understanding of skill interactions, which can improve the predictability and reliability of workflows in development.

Sources