Skip to main content

render_all

Function render_all 

Source
pub fn render_all(policy: &Policy) -> Result<Vec<RenderedOutput>>
Expand description

Render all outputs enabled by the policy.

Returns a list of outputs in a deterministic order: AGENTS.mdCLAUDE.md → cursor rules → GEMINI.md → copilot instructions.

§Errors

Returns crate::Error::Render if any template fails to render.