The README covers building, testing, and troubleshooting but does not mention the tools and versions required to build and run ec-cli. A new contributor reading the README has no indication that they need Go (currently 1.25.8+), Make, Podman or Docker, or Node.js (for tekton-lint). The required tools are currently only listed in AGENTS.md (lines 138-143), which is intended for AI coding assistants, not human readers.
Add a "Prerequisites" or "Development Requirements" section to README.md that lists the required toolchain, minimum versions, and any platform-specific notes (e.g., Podman user-service configuration on Fedora/RHEL). Consider also creating a CONTRIBUTING.md with contribution guidelines.
The README covers building, testing, and troubleshooting but does not mention the tools and versions required to build and run ec-cli. A new contributor reading the README has no indication that they need Go (currently 1.25.8+), Make, Podman or Docker, or Node.js (for tekton-lint). The required tools are currently only listed in AGENTS.md (lines 138-143), which is intended for AI coding assistants, not human readers.
Add a "Prerequisites" or "Development Requirements" section to README.md that lists the required toolchain, minimum versions, and any platform-specific notes (e.g., Podman user-service configuration on Fedora/RHEL). Consider also creating a CONTRIBUTING.md with contribution guidelines.