[goose]

Call sites of `run_prompt_capture` in `.claude/plugins/quacker-channel/src/`:

1. **File:** `acp_dispatch.rs`  
   **Line:** 268  
   **Enclosing function:** `run_goose_once` (inside an `async move` block within `join_all` in `run_goose_batch`)

2. **File:** `acp_dispatch.rs`  
   **Line:** 317  
   **Enclosing function:** `run_goose_once`

3. **File:** `acp_dispatch.rs`  
   **Line:** 368  
   **Enclosing function:** `run_goose_watch` (inside the `run_turn` closure)

VERDICT: 3 call sites, all in `acp_dispatch.rs` at lines 268, 317, and 368, enclosed respectively by `run_goose_batch` (via async block), `run_goose_once`, and `run_goose_watch` (via closure).

_(goose: 3 tool call(s), stop: end_turn)_