command-execution
Installation
SKILL.md
Command execution procedures
This skill provides procedural how-to for the invariants defined
in the command-execution rule module. The rule module states
what must hold; this skill states how to comply.
Federated identity flow handoff
When an automation-launched browser context is blocked or degraded during a federated identity flow (Google, Apple, Microsoft, GitHub):
- Stop the automation at the moment the IdP redirect URL is reached. Do not attempt to fill the IdP form from automation.
- Hand off the IdP step to a real browser session via Chrome DevTools Protocol attach, or by asking the user to complete the sign-in step interactively.
- Wait for the post-IdP redirect back to the application's callback URL.