You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix connector-loading e2e: hoist resolver flags to all CLI commands
Two bugs:
1. `--no-connectors-from-path` only worked on `serve`, not on one-shot
commands like `check`. Fix: pre-parse connector flags from process.argv
before building the resolver, and declare them as rootArgs so all
subcommands accept them.
2. Test helpers passed `--stripe-api-key`/`--postgres-url` which aren't
real flags on the generated `check` command (they were silently ignored).
Fix: pass `--x-sync-params` with the full JSON blob instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
0 commit comments