From c2e47c50fb90304b2a9d9684e04e7222b8071d75 Mon Sep 17 00:00:00 2001 From: Yifan Yang Date: Tue, 23 Jun 2026 19:03:30 +0800 Subject: [PATCH] docs(readme): acknowledge community contributor @samuelgoofus-boop (#80) Add an Acknowledgements section crediting @samuelgoofus-boop for the Windows-robustness work on the Claude/Codex backends (originally #77, merged via #79). Co-authored-by: Claude --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9819151..d13968d 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,16 @@ python -m skillopt_webui.app --- +## Acknowledgements + +We thank the community contributors who help improve SkillOpt. In particular: + +- [@samuelgoofus-boop](https://github.com/samuelgoofus-boop) — Windows robustness for the Claude/Codex backends (argv-overflow / `WinError 206`, subprocess UTF-8 encoding, tolerant JSON parsing, and test-eval directory creation) in [#77](https://github.com/microsoft/SkillOpt/pull/77). + +Contributions of all sizes are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md). + +--- + ## Citation ```bibtex