Copilot Review Comments
PR #6194 (docs(readme): split WSL prereqs by path, bump Go version (#6192)) was merged with 3 Copilot review comment(s) that should be addressed in a follow-up:
- README.md:78:
sudo add-apt-repository ... assumes add-apt-repository is available, but this command comes from software-properties-common. Add an explicit install step (or an alternative that doesn't require ...
- README.md:76: This section says building from source requires Go 1.25+, but earlier in the README the Linux
kc-agent build example still says Go 1.24+. Please align the minimum Go version across the README so...
- README.md:82:
go build -o bin/kc-agent ... will fail if the bin/ directory doesn't already exist (the repo doesn't include it). Add mkdir -p bin (or adjust the command to write to an existing path) so the doc...
PR: #6194
Auto-generated by copilot-comment-followup workflow
Copilot Review Comments
PR #6194 (docs(readme): split WSL prereqs by path, bump Go version (#6192)) was merged with 3 Copilot review comment(s) that should be addressed in a follow-up:
sudo add-apt-repository ...assumesadd-apt-repositoryis available, but this command comes fromsoftware-properties-common. Add an explicit install step (or an alternative that doesn't require ...kc-agentbuild example still says Go 1.24+. Please align the minimum Go version across the README so...go build -o bin/kc-agent ...will fail if thebin/directory doesn't already exist (the repo doesn't include it). Addmkdir -p bin(or adjust the command to write to an existing path) so the doc...PR: #6194
Auto-generated by copilot-comment-followup workflow