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.
- Protocol
Guidance - A rendered protocol guidance output.
- Review
Ref - Review reference in protocol output.
Enums§
- Protocol
Status - 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.