pub fn list_docs(repo_root: &Path, gov: &GovernanceConfig) -> Vec<DocEntry>Expand description
Lists Markdown documents under the configured documentation directory.
Returns an empty list when [governance].docs is unset or the directory
is absent (graceful degradation). Each entry’s path is relative to the
configured documentation directory and sorted lexicographically.