Crosswake.Planning.CloseoutVerifier (crosswake v0.1.2)

View Source

Deterministic closeout checks for milestone planning artifacts.

This module validates artifact presence, frontmatter shape, traceability, and release-claim boundaries. It intentionally does not judge editorial quality.

Summary

Functions

render(report)

@spec render(Crosswake.Planning.CloseoutVerifier.Report.t()) :: String.t()

run(opts \\ [])

@spec run(keyword()) :: Crosswake.Planning.CloseoutVerifier.Report.t()