Skip to main content

Module render

Module render 

Source
Expand description

Shell-safe command renderer and protocol guidance types.

Renders protocol guidance with shell-safe commands, validation, and format support.

Structs§

BoneRef
Bone reference in protocol output.
ProtocolGuidance
A rendered protocol guidance output.
ReviewRef
Review reference in protocol output.

Enums§

ProtocolStatus
Protocol status indicating readiness, blockers, or next action.

Functions§

render
Render guidance using the specified format.
render_json
Render guidance as JSON with schema version and structured data.
render_pretty
Render guidance as colored TTY output (for humans).
render_text
Render guidance as human/agent-readable text.
validate_guidance
Validate all dynamic values in a guidance before rendering.