Skip to content

dogfood records how the cross-host review is run - #71

Open
mzored wants to merge 2 commits into
mainfrom
chore/dogfood-cross-host-review
Open

dogfood records how the cross-host review is run#71
mzored wants to merge 2 commits into
mainfrom
chore/dogfood-cross-host-review

Conversation

@mzored

@mzored mzored commented Aug 29, 2026

Copy link
Copy Markdown
Owner

The Codex invocation was re-derived from scratch on every release. Now recorded in the dogfood skill:

  • </dev/null is required or codex exec waits on stdin forever
  • no -m: a named model is refused on a ChatGPT account
  • timeout does not exist on this machine
  • the verdict starts at the codex marker in the log
  • give it the branch, not a pasted diff; put the qualifying and disqualifying bars from AGENTS.md in the prompt or it returns rephrasings
  • confirm each finding against the file, and use git log -S "<sentence>" to check which release a sentence entered before blaming a run that predates it

python scripts/check.py and git diff --check pass. No package change, so no version bump.

🤖 Generated with Claude Code

mzored and others added 2 commits August 29, 2026 05:42
The codex invocation was re-derived from scratch every time: the stdin
redirect it hangs without, the model flag a ChatGPT account refuses, the
timeout binary this machine does not have, and where the verdict starts
in the log. It also records the two things that make the review worth
running — the qualifying bar from AGENTS.md in the prompt, and checking
git log -S before blaming a sentence for a run that predates it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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