Description
PR #835 (feat(cmd): add no-review cmd) added a --no-filter flag to ocr review that skips the REVIEW_FILTER_TASK post-processing phase. The code change has been merged, but the documentation site was not updated to reflect this new flag.
Currently missing from:
- CLI reference pages — the
ocr review flags table does not list --no-filter
- i18n strings — the
scanToggles key mentions --no-plan, --no-dedup, --no-summary but there is no equivalent entry for ocr review's --no-filter
For reference, the flag is defined in cmd/opencodereview/shared_flags.go and its help text reads:
The existing ocr scan stage toggles (--no-plan, --no-dedup, --no-summary) are documented — --no-filter for ocr review should follow the same pattern.
Scope
- File(s):
pages/src/content/docs/en/cli-reference.md
pages/src/content/docs/zh/cli-reference.md
pages/src/content/docs/ja/cli-reference.md
pages/src/content/docs/ru/cli-reference.md
pages/src/i18n/en.ts
pages/src/i18n/zh.ts
pages/src/i18n/ja.ts
pages/src/i18n/ru.ts
- Area: documentation site, CLI reference section
Acceptance Criteria
Context
Discovered while reviewing #835 post-merge. The PR checklist noted "I have updated the documentation accordingly (if applicable)" as unchecked. Related PR: #835
Description
PR #835 (
feat(cmd): add no-review cmd) added a--no-filterflag toocr reviewthat skips theREVIEW_FILTER_TASKpost-processing phase. The code change has been merged, but the documentation site was not updated to reflect this new flag.Currently missing from:
ocr reviewflags table does not list--no-filterscanToggleskey mentions--no-plan, --no-dedup, --no-summarybut there is no equivalent entry forocr review's--no-filterFor reference, the flag is defined in
cmd/opencodereview/shared_flags.goand its help text reads:// from shared_flags.goThe existing
ocr scanstage toggles (--no-plan,--no-dedup,--no-summary) are documented —--no-filterforocr reviewshould follow the same pattern.Scope
pages/src/content/docs/en/cli-reference.mdpages/src/content/docs/zh/cli-reference.mdpages/src/content/docs/ja/cli-reference.mdpages/src/content/docs/ru/cli-reference.mdpages/src/i18n/en.tspages/src/i18n/zh.tspages/src/i18n/ja.tspages/src/i18n/ru.tsAcceptance Criteria
--no-filteris listed in theocr reviewflags table in all 4 locale CLI reference pages (en, zh, ja, ru)scanTogglespattern is extended)cd pages && npm run build)Context
Discovered while reviewing #835 post-merge. The PR checklist noted "I have updated the documentation accordingly (if applicable)" as unchecked. Related PR: #835