Cherry.Skill (cherry v0.6.0)

Copy Markdown View Source

Renders the generated half of the agent skill (skills/cherry/): a complete per-verb command reference sourced from the CLI registry and each command's single-sourced doc text, so the skill can never drift from the real verb surface.

mix ci gates the committed file against this renderer (see Cherry.SkillTest); regenerate with mix run scripts/regen_skill.exs.

Summary

Functions

The full generated command reference, one section per verb.

Repo-relative path of the generated command reference.

Functions

commands_reference()

@spec commands_reference() :: String.t()

The full generated command reference, one section per verb.

reference_path()

@spec reference_path() :: Path.t()

Repo-relative path of the generated command reference.