Skip to content

CommandGuidance

Defined in: types/src/guidance.ts:14

Canonical CADENCE command guidance — shared data (phase 77).

Pure data, no logic / no I/O / no MCP SDK. The single source of truth for the prose that drives both surfaces:

  • cadence-host-claude-code renders it into .claude/commands/cadence-*.md
  • the core MCP server exposes it as Prompts (prompts/get)

Lives in cadence-types (not core) because host-claude-code already depends on this package’s value exports and none of core’s — keeping the shared text at the lowest common dependency without a host→core engine coupling.

description: string

Defined in: types/src/guidance.ts:16

One-line command description (slash-command frontmatter description).


trailing: string

Defined in: types/src/guidance.ts:18

Trailing next-step guidance rendered after the command body; ‘’ = none.