app/src/views/InfoPane/ReadmePane.tsx:48-60 (_findRootReadme) scans the root dir's direct children for a file whose stem is readme. Pure function of the tree, no settings/interaction.
Expose a readmePath: str | None on RepoInfo (or the manifest top-level) so the client reads it instead of re-scanning. Trivial / low priority (single shallow loop).
Surfaced by the backend-calc audit in #132.
app/src/views/InfoPane/ReadmePane.tsx:48-60(_findRootReadme) scans the root dir's direct children for a file whose stem isreadme. Pure function of the tree, no settings/interaction.Expose a
readmePath: str | NoneonRepoInfo(or the manifest top-level) so the client reads it instead of re-scanning. Trivial / low priority (single shallow loop).Surfaced by the backend-calc audit in #132.