Skip to content

InstallOptions

Defined in: host-claude-code/src/install.ts:8

optional cadenceCommand?: string

Defined in: host-claude-code/src/install.ts:20

Base command the shim itself should use to invoke @thomas-powers-jr/cadence-core. If set, appended as --cadence "<cmd>" to the shim command. Default: shim’s own default (npx @thomas-powers-jr/cadence-core).


optional command?: string

Defined in: host-claude-code/src/install.ts:14

Shim command that Claude Code invokes for every hook event. The shim reads stdin, translates payloads, and spawns the core CLI. Default: npx @thomas-powers-jr/cadence-host-claude-code hook.


optional local?: boolean

Defined in: host-claude-code/src/install.ts:27

Use absolute paths to the local workspace builds instead of npx-style defaults. Intended for monorepo dogfood before the package is published.


optional settingsPath?: string

Defined in: host-claude-code/src/install.ts:22

Path to settings file relative to root. Defaults to .claude/settings.json.