Cline ACP — Summary
Cline ACP is an adapter library that exposes the Cline VS Code extension as an ACP (Agent Client Protocol) server, making Cline accessible from any ACP-compatible client such as the Zed editor. The protocol bridge translates between ACP's stdio-based ndjson stream format and Cline's internal gRPC interface, enabling features like context @-mentions, images, tool calls with permission requests, Plan/Act mode switching, and multi-model support — all from non-VS-Code editors. The repository is now archived because Cline directly supports ACP natively, making this adapter obsolete. This is a protocol bridge, not a prompting or specification framework — it has no rule files, no prompts, no workflows, and no spec primitives.
differs_from_seeds: Does not match any seed framework archetype. This is infrastructure middleware, not a development methodology or agent behavior framework. It is closest in spirit to claude-conductor (Archetype 4 — minimal, composition-focused), but even that is a stretch — claude-conductor ships template markdown, whereas cline-acp ships only protocol translation code. The only relevant comparison is that it extends Cline's reach beyond VS Code to ACP-compatible clients, which is an IDE-portability concern rather than an agent behavior concern.