Thanks for contributing.
- Open or reference an issue describing the change.
- Confirm the change aligns with project goals.
- For new features, discuss design first.
dotnet restore src/Repl.slnx
dotnet build src/Repl.slnx -c Release
dotnet test --solution src/Repl.slnx -c Release- Keep changes scoped and explain intent clearly.
- Add or update tests for behavior changes.
- Update docs for user-visible changes.
- Keep warnings at zero.
If behavior, API shape, or package guidance changes, update relevant pages in docs/.