---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/claude_code_cli/adapter/functions/resolveDefaultWrapperPath.md
---

# Function: resolveDefaultWrapperPath()

```ts
function resolveDefaultWrapperPath(): string;
```

Defined in: [src/batteries/llm/claude\_code\_cli/adapter.ts:92](https://github.com/NHTIO/ADK/blob/v1.20260827.0/src/src/batteries/llm/claude_code_cli/adapter.ts#L92)

Resolve the built wrapper asset's on-disk path relative to this module's own compiled location.
`adapter.ts` carries its own `@module` tag (per the per-file tagging convention every other
multi-file battery uses), so it compiles to `dist/batteries/llm/claude_code_cli/adapter.mjs` —
three directories below the package root, where the wrapper (an explicit, un-tagged
`vite.config.mts` entry key) compiles to `dist/claude-code-cli-wrapper.mjs`.

## Returns

`string`
