Documentation
README
Implementation Plan Creation
Create an implementation plan in docs/plans/YYYYMMDD-<task-name>.md with interactive context gathering.
Prerequisites: Verify CLI Installation
Check if ralphex CLI is installed (needed to execute the plan after creation):
which ralphex
If not found, inform user they'll need it to execute the plan:
- macOS (Homebrew):
brew install umputun/apps/ralphex - Linux (Debian/Ubuntu): download
.debfrom https://github.com/umputun/ralphex/releases - Linux (RHEL/Fedora): download
.rpmfrom https://github.com/umputun/ralphex/releases - Any platform with Go:
go install github.com/umputun/ralphex/cmd/ralphex@latest
Proceed with plan creation regardless, but remind user to install before execution.
This is the opening of the README. Read the full README on GitHub.