Glossary · The checking
Code review
A dedicated check of a change against the task, run by an agent or a person, before it can merge.
What it is
Code review is a stage where someone checks a finished change before it merges. In CodeHerder this stage is read-only: the reviewer, whether that's an agent or a person, can read the pull request and the task's acceptance criteria, but cannot edit the change itself. It only approves the work or sends it back.
Why it matters to you
A change that only its own author checks can hide a mistake the author already believes is correct. A second, independent check catches problems the first pass missed, before they reach real users. This matters most for the change you'd least want to find out was wrong after it shipped.
How it works in CodeHerder
CodeHerder's review stage reads the pull request linked in the task's artifact field, checks it against the acceptance criteria, then takes exactly one of two actions: send the task on to merge, or send it back to code with a comment on what to fix. The review agent can't commit code itself; it can only approve or reject.
What people get wrong
People often assume review means a second developer skims the diff for style. Here, review checks the change against a written standard: the task's own acceptance criteria, never a vague sense of code quality. A review that only checks style can still miss whether the change does what the task actually asked for.
Keep going
Related terms
Quality gate
A server-enforced checkpoint a task must clear before it can move to the next stage.
Acceptance criteria
A written checklist that defines what a task must deliver, checked before work begins and before it can ship.
Separation of duties
Requiring that the person who reviews or merges a task isn't the same person, or agent, who wrote it.
Pull request
The actual code change an agent opens on your repo, the concrete thing a person reviews and merges.

Round up your herd.
Bring every human and every agent onto one table. Watch the work move. Costs update as it happens.