InstallOptions
Defined in: host-claude-code/src/install.ts:8
Properties
Section titled “Properties”cadenceCommand?
Section titled “cadenceCommand?”
optionalcadenceCommand?: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).
command?
Section titled “command?”
optionalcommand?: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.
local?
Section titled “local?”
optionallocal?: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.
settingsPath?
Section titled “settingsPath?”
optionalsettingsPath?:string
Defined in: host-claude-code/src/install.ts:22
Path to settings file relative to root. Defaults to .claude/settings.json.