Complexity / points: Trivial (100 points) - maintainer label: points-100-trivial
PR must include:
Problem
The repo root README file is named Readme.md (capital R, lowercase rest). Many tools and conventions expect README.md specifically.
On case-sensitive environments (some CI systems, package managers, docs tooling), the README may not render or may be missed.
Proposed change
Rename Readme.md to README.md and verify that links inside still work.
Acceptance criteria
Dependencies
Recommended to keep this independent, but it can be coordinated with [Docs] Add missing docs/API.md... so that all README links are valid as soon as possible.
Complexity / points: Trivial (100 points) - maintainer label: points-100-trivial
PR must include:
Closes #15in the PR descriptionunwrap()in production Soroban contract paths (project convention)cargo testpasses locally; match CI (cargo fmt,cargo clippy -D warnings) when touching RustProblem
The repo root README file is named
Readme.md(capitalR, lowercase rest). Many tools and conventions expectREADME.mdspecifically.On case-sensitive environments (some CI systems, package managers, docs tooling), the README may not render or may be missed.
Proposed change
Rename
Readme.mdtoREADME.mdand verify that links inside still work.Acceptance criteria
Readme.mdrenamed toREADME.mddocs/API.mdremains correct after docs/API work is completedDependencies
Recommended to keep this independent, but it can be coordinated with
[Docs] Add missing docs/API.md...so that all README links are valid as soon as possible.