| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
m-standard merged the docs/integrated/ → integrated/ relocation (m-standard PR #6), so the `("", "docs")` compatibility walk in _find_m_standard() is dead code against any fresh m-standard checkout. Simplification — three lines net: - one-loop walk over repo candidates - direct `repo / "integrated"` probe - docstring trimmed of the layout-shift rationale Verified with the keyword + doctor + LSP symbol tests (46 passed).
| Back | FazBrowse Home | New Git URL |
Summary
Follow-up to m-standard PR #6 which relocated docs/integrated/ → integrated/. The ("", "docs") walk in _find_m_standard() was a compatibility shim for the layout-shift window; with that window closed, it's dead code on any fresh m-standard checkout.
Three-line simplification:
Plus docstring trimmed of the layout-shift rationale.
Test plan