bridges

package
v0.22.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 5 Imported by: 0

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

func LookupByFamily(family string) setup.Recipe

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL