Skip to content

Require --author-backend for reviewer and verifier - #9

Merged
tomastaker merged 2 commits into
mainfrom
fix/review-author
Sep 1, 2026
Merged

Require --author-backend for reviewer and verifier#9
tomastaker merged 2 commits into
mainfrom
fix/review-author

Conversation

@tomastaker

Copy link
Copy Markdown
Owner

Replaces #6, which GitHub closed when its stacked base branch was deleted after #5 merged. Same commits.

Problem

resolveRoute defaulted the author of a diff to the preset's implementer. A diff the coordinator wrote itself on Claude under auto was therefore attributed to codex, routed to a claude reviewer, and marked independent: true — a same-family review reported as independent. Reproduced with route --role reviewer --parent claude and no flag. SKILL.md §6 showed --author-backend self in square brackets, so the coordinator had no reason to pass it.

Change

  • route and run refuse --role reviewer|verifier without --author-backend claude|codex|self; an explicit --backend on run needs no author, since the family is already named and independence is not computed there.
  • SKILL.md §6, README, roles.md, review.md: the flag is part of the command, self when the coordinator wrote the diff.
  • tests/route.sh: 5 refusal/pass-through checks (48 total).

Checks

route.sh 48/48, caps.sh 43/43, delivery.sh 25/25, node --check, SKILL.md 7977 bytes.

🤖 Generated with Claude Code

tomastaker and others added 2 commits September 2, 2026 01:15
Автор молча подставлялся из implementer'а пресета. Diff, написанный самим
координатором на Claude под auto, получал автора codex, ревьюера claude и
пометку independent: true — ревью того же семейства выдавалось за независимое
(воспроизведено через route --role reviewer --parent claude без флага).

Теперь route и run для reviewer и verifier требуют --author-backend
claude|codex|self; при явном --backend на run автор не нужен. SKILL.md §6,
README, roles.md, review.md — команда без квадратных скобок. Тесты: 5 проверок.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…ует автора

По ревью PR #6 (Codex P1 ×2): исключение для явного --backend действовало и
на route, где по автору считается independent — теперь только для run;
resume ревьюера/верификатора падал на проверке автора — семейство берётся
из meta прогона. Тесты: 3 проверки, включая resume через заглушку CLI.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 30422237-bea9-4946-84bb-e9e17a4f1b8c


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@tomastaker
tomastaker merged commit 6b86a8c into main Sep 1, 2026
6 checks passed
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T22:30:30.200957Z 27d518c PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@tomastaker
tomastaker deleted the fix/review-author branch September 1, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant