Imported from TeXmeijin/herdr-codex-handoff (
AGENTS.md). Install upstream withnpx skills add TeXmeijin/herdr-codex-handoff. Copyright stays with the author.
AGENTS.md
This repository contains a small Herdr plugin implemented with Bash.
Invariants
- Keep the source pane open and treat it as read-only.
- Open the replacement pane to the right in the source pane's working directory.
- Let Codex inherit the user's model, reasoning, permission, and sandbox settings.
- Keep the handoff prompt in English and independent of repository language.
- Do not add user-specific paths, model names, agent names, or private configuration.
- Do not claim that Herdr can add plugin actions to its pane context menu.
Verification
Run these checks after changing the plugin:
bash -n scripts/restart-by-codex.sh tests/restart-by-codex.sh
bash tests/restart-by-codex.sh
git diff --check
Changes to prompts/handoff.txt require independent-agent evaluation against the scenarios documented in docs/prompt-evaluation.md.