AGENTS.md · git:20260915.04b384c · 2026-09-15 · sha256 8ab5789a3a4bfc14
AGENTS.md git:20260915.04b384cA
Immutable. This exact content is served forever at /api/v1/blob/8ab5789a3a4bfc14.
# Codex project guidance This repository contains a Claude Code plugin and a Codex-compatible plugin manifest. Keep the two integrations additive: Claude Code's hooks and `MessageDisplay` marker are existing behavior and must remain intact. When a claude-timestamp hook supplies a measured time, turn duration, slow-tool note, or resumption note, use that value instead of estimating. Codex receives the notes and session summary through lifecycle hooks; it cannot display the per-message visual marker because Codex has no `MessageDisplay` event. For timing reports, run the repository's CLI from the Git root: ```bash bash "$(git rev-parse --show-toplevel)/hooks/scripts/setup.sh" --session bash "$(git rev-parse --show-toplevel)/hooks/scripts/setup.sh" --stats ``` Use the `time-awareness` skill when it is available. `/timestamps` is the Claude Code command; in Codex, configure with `setup.sh` or the bundled `timestamps` skill.