> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# agent-cards engineer connect

> Run the daemon: bridge proposals from the AgentCard engineer into your coding

Run the daemon: bridge proposals from the AgentCard engineer into your coding

```bash theme={null}
agent-cards engineer connect --help
```

```text theme={null}
Usage: agent-cards engineer connect [options]

Run the daemon: bridge proposals from the AgentCard engineer into your coding
agent

Options:
  --repo <path>             Repo root (default: current directory)
  --adapter <adapter>       claude-code | codex | paste (default: auto-detect)
  --permission-mode <mode>  acceptEdits (default) | bypassPermissions
  --accept-version          Re-pin the stored version to the running CLI
                            version
  --background, --detach    Start the daemon detached, confirm the link, and
                            return (for coding agents — one shell)
  --stop                    Stop a background daemon started with --background
  -h, --help                display help for command
```
