Skip to content
1 min read · 42 words

Variable: claudeCodeCliOptionsSchema

ts
const claudeCodeCliOptionsSchema: ObjectSchema<ClaudeCodeCliAdapterOptions>;

Defined in: src/batteries/llm/claude_code_cli/validation.ts:123

Validator schema for ClaudeCodeCliAdapterOptions. Used by validateOptions at construction time and again at the start of every iteration after options have been merged (stash > executor

constructor). Rejects unknown top-level keys so typos fail loud.