setup ยท diff

git:20260819.f157e1f to git:20260821.1a05a80

3 added, 3 removed. Audit A to A.

---
name: setup
- description: Diagnose the local Claude Code and Codex bridge without paid calls by default, with an explicit opt-in live probe.
+ description: Diagnose Claude Code and Codex bridge statically by default; live probe requires explicit opt-in.
argument-hint: "[--live] [--direction codex|claude|both]"
allowed-tools: Bash
---
# Diagnose the Bridge
- First run `python --version` and report a prerequisite failure if the launcher is unavailable or older than Python 3.10. Then run `python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_diagnose.py"` with optional `--direction` and `--workspace` values parsed from `$ARGUMENTS`. The default static check verifies CLI availability and required help-surface commands and flags against the shipped baseline, then summarizes bridge health records. It does not verify provider authentication, structured-output schema compatibility, or successful inference.
+ Run `python --version` first; report prerequisite failure if unavailable or older than Python 3.10. Then run `python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_diagnose.py"` with optional `--direction` and `--workspace` parsed from `$ARGUMENTS`. Default static check verifies CLI availability plus required help-surface commands/flags against shipped baseline, then summarizes bridge health records. It does not verify provider authentication, structured-output schema compatibility, or successful inference.
- Pass `--live` only when the user explicitly requests a paid authenticated probe. State before running it that one minimal call per selected direction can use network access, credentials managed by the installed CLI, and paid inference. Treat its result as point-in-time diagnostic evidence, not a guarantee that a later task will succeed. Never attempt to repair authentication or modify CLI configuration.
+ Pass `--live` only on explicit user request for paid authenticated probe. Before execution, state: one minimal call per selected direction can use network, installed-CLI-managed credentials, and paid inference. Result is point-in-time evidence, not later-task guarantee. Never repair authentication or modify CLI configuration.