From 0330e1b33ebc9ad510001496255430c835d89c55 Mon Sep 17 00:00:00 2001 From: lwjef Date: Mon, 9 Mar 2026 01:35:34 +0800 Subject: [PATCH] fix(readme): Update plugin command to use codex-review-loop --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13de025..f2fee5d 100644 --- a/README.md +++ b/README.md @@ -136,14 +136,14 @@ Each agent gets file scope + project conventions + category-specific criteria. O From the CLI: ```bash -claude plugin marketplace add dkorobtsov/codex-review +claude plugin marketplace add dkorobtsov/codex-review-loop claude plugin install codex-review@dkorobtsov-review ``` Or from within a Claude Code session: ``` -/plugin marketplace add dkorobtsov/codex-review +/plugin marketplace add dkorobtsov/codex-review-loop /plugin install codex-review@dkorobtsov-review ```