Skip to content

InstallCommandsOptions

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

optional cadenceCommand?: string

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

Base CLI invocation. Default cadence.


optional commandsDir?: string

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

Override commands dir relative to root. Default .claude/commands.


optional local?: boolean

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

Use the absolute path to the local workspace core CLI instead of the cadence shorthand. Intended for monorepo dogfood before publishing.

WARNING: the resulting .claude/commands/cadence-*.md files embed a MACHINE-ABSOLUTE path and must NOT be committed — they break on every other clone/machine. The committed form must be the portable default (cadence …, written when local is omitted). The CLI emits a stderr warning naming this surface; see docs/claude-code.md § “The –local warning”.