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.md → CLAUDE.md → cursor rules.
§Errors
Returns crate::Error::Render if any template fails to render.