afc3fc6f16
Streamlines the org WebUI now that the profile and wiki share the same .mokogit / .mokogit-private repos: - Org Overview renders the internal wiki's landing page (resolution order home -> index -> readme -> profile) from the .mokogit (public) / .mokogit-private (members-only) repo wiki, respecting the existing public/members view split. Safe fallback: if the wiki or a landing page is absent or errors, it falls back to the legacy root README.md (never 500s). - Hide the per-repo Wiki tab for .mokogit / .mokogit-private, since their wiki is now surfaced as the org Overview. - Relabel the existing org-settings "Internal wiki" control from .profile -> .mokogit / .mokogit-private (backed by the existing WikiMode field/handler). go build ./... green.