buildfix-render
Markdown renderers for buildfix artifacts.
This crate turns structured buildfix-types data into human-readable markdown for operator and CI consumption.
API
render_plan_md(&BuildfixPlan) -> Stringrender_apply_md(&BuildfixApply) -> Stringrender_comment_md(&BuildfixPlan) -> String
Output roles
plan.md: detailed plan summary and operation listingapply.md: per-op apply results and file-change hashescomment.md: short cockpit/PR-friendly summary with artifact pointers
Boundaries
- No planning logic
- No file mutation
- No schema validation
This is a support crate for the buildfix workspace and may evolve in lockstep with the workspace release train.