InstallCommandsOptions
Defined in: host-claude-code/src/install-commands.ts:6
Properties
Section titled “Properties”cadenceCommand?
Section titled “cadenceCommand?”
optionalcadenceCommand?:string
Defined in: host-claude-code/src/install-commands.ts:8
Base CLI invocation. Default cadence.
commandsDir?
Section titled “commandsDir?”
optionalcommandsDir?:string
Defined in: host-claude-code/src/install-commands.ts:10
Override commands dir relative to root. Default .claude/commands.
local?
Section titled “local?”
optionallocal?: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”.