fix(wiki): exclude archived pages from render-wiki index/MOC - #697
Conversation
|
checked the surface-drift question first, since that is where this class of fix usually leaks: that said, the filter is in the wrong layer for the same reason. which is the cross-cutting note on this cluster: the test is good — asserting on both nothing blocking. |
Fixes vouchdev#695: vouch render-wiki was listing every on-disk page, so archived titles stayed in the wiki front door. filter to the live set before render_index / render_moc.
26cf20b to
4c587dc
Compare
Upstream imported coerce_numeric but still used bare int()/float(), which left an unused-import ruff F401 that failed CI on vouchdev#713.
changelog union only; no source conflict.
changelog union only; no source conflict.
|
diff coverage: n/a — this PR changes no python under |
Summary
vouch render-wikino longer lists archived pages inindex.md/MOC.md.Fixes #695
Test plan
pytest tests/test_cli.py::test_render_wiki_excludes_archived_pagesruff checkon touched filesMade with Cursor