Documentation
¶
Overview ¶
Package bridges hosts the bridge recipes for the `agents` category — connectors from Claude Code to other coding-agent CLIs (Codex, OpenCode, Gemini). Per ADR-014 (and ADR-007 applied recursively) we install canonical bridges via `claude plugin install` rather than re-implementing them ourselves. Each recipe shells out to the upstream's marketplace + install commands and verifies the plugin landed.
OpenCode is the exception: its `acp` mode ships in the upstream binary, so the recipe verifies the binary on PATH instead of installing a Claude Code plugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Families ¶
func Families() []string
Families returns the set of families with a registered bridge recipe. Stable across runs (sorted).
func LookupByFamily ¶
LookupByFamily returns the bridge recipe registered for the given family ("codex", "opencode", "gemini"), or nil. Driven by the CLI surface (`clawtool bridge add codex`).
Types ¶
This section is empty.