Files
pad/internal/collections
xarmian 619465a24b feat(onboard): suggest an independent AI code reviewer (model != implementer) (TASK-1645) (#654)
Encode the independent-reviewer principle (a reviewer model different from the
implementer catches more than self-review) as opt-in onboarding guidance — no
tool-specific operational lore (that stays ours).

- New generic library convention "Independent AI code review" (quality,
  on-pr-create, nice-to-have): states the principle; names review tools as
  examples (a review CLI, claude review, a GitHub bot) without operational depth.
- /pad onboard build (B3) + audit (A3) steps: the agent notes its own model
  (the implementer), probes for / asks about a review tool, and when a
  different-model reviewer is available, proposes activating the convention,
  naming the detected tool (e.g. codex) as the concrete suggestion. Skips when
  the only reviewer would be the same model. Never blocks.

Parent: PLAN-1628.
2026-05-29 18:38:42 -04:00
..