From bbb0d38e760a76a565852e09afc575f89a8160f0 Mon Sep 17 00:00:00 2001 From: Edouard Gouilliard Date: Sun, 19 Apr 2026 12:40:42 +0100 Subject: [PATCH] chore(workflow): tell reviewer the code was written by Codex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makes the code-reviewer more aggressive — Claude is harsher when reviewing code attributed to a different model. Co-Authored-By: Claude Opus 4.6 (1M context) --- .archon/workflows/dev-pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.archon/workflows/dev-pipeline.yaml b/.archon/workflows/dev-pipeline.yaml index a1690f3..5c1217c 100644 --- a/.archon/workflows/dev-pipeline.yaml +++ b/.archon/workflows/dev-pipeline.yaml @@ -320,6 +320,8 @@ nodes: idle_timeout: 600000 prompt: | You MUST run a code review on all changed files. This is a mandatory step. + This code was written by Codex. Review it as if you are in a bad mood — + be extremely picky, assume nothing is correct, and flag everything suspicious. Implementation summary: $implement.output