@richinfo-cr/codex-plugin
v0.1.6
Published
RichInfo Code Review plugin for Codex
Downloads
899
Readme
RichInfo Code Review Codex plugin
This plugin exposes the existing RichInfo CLI review workflow to Codex. The npm package installs the matching platform CLI through optional dependencies, while all review logic remains in the Go executable.
Published install
Install @richinfo-cr/codex-plugin from the RichInfo Codex marketplace. No separate CLI installation or server IP argument is required.
Local development
Repository-local plugin installs intentionally use richinfo-cr on PATH instead of checking binaries into Git:
cd cli
mkdir -p "$(go env GOPATH)/bin"
go build -trimpath -buildvcs=false -o "$(go env GOPATH)/bin/richinfo-cr" ./cmd/richinfo-crThe CLI module requires Go 1.26. Ensure $(go env GOPATH)/bin is on PATH before starting Codex.
Local plugin install
From the repository root:
codex plugin marketplace add .
codex plugin add richinfo-cr@personalStart a new Codex task after installation so the new skill is loaded.
