doctor before relying
on a particular OpenCode, Claude Code, or Codex integration.12345git clone https://github.com/bas3line/Context-Bridge.git cd /path/to/context-bridge cargo install --path crates/cb-cli --locked cb --version cb doctor --verbose
doctor reports executable discovery, agent versions, and the guarded
compatibility profile. Do not bypass an unverified profile by changing a
vendor command or pointing the tool at private vendor storage.cb run keeps the interactive terminal attached to the chosen agent. It
records observable project state and reconciles the repository after the agent
exits; it does not parse terminal escape sequences or impersonate an agent UI.12cd /path/to/project cb run opencode
cb sessions to
list canonical bridge sessions and cb show <bridge-session-id> to inspect one.cb config path to see
the active configuration and CB_DATA_DIR when a machine needs a dedicated
private storage location.123cb config path CB_DATA_DIR="$HOME/.local/share/context-bridge" cb sessions cb config set security.redaction strict
.context-bridge.toml files are deliberately restricted by
default. Review one before using --trust-project-config, because that switch
allows privileged settings such as storage, redaction policy, and executables.cb doctor --verbose after every agent upgrade. A new CLI version can
intentionally lose structured-import support until its documented interface is
verified by Context Bridge.