AGENTS.md@tests/fixtures/codex/config-hooks-clean · git:20260904.867f8b2 · 2026-09-04 · sha256 d37218c9ee399164
AGENTS.md@tests/fixtures/codex/config-hooks-clean git:20260904.867f8b2A
Immutable. This exact content is served forever at /api/v1/blob/d37218c9ee399164.
# Ledger reconciliation service The nightly reconciliation job and its fixtures live here. Run `make test` before opening a pull request; it seeds a throwaway Postgres and replays a day of postings, which is the only place a rounding drift shows up. ## Hooks This project keeps its Codex hooks in `.codex/config.toml` rather than a separate `hooks.json`, so the whole project layer is one file. Both hooks shell out to scripts under `scripts/`, which run before the agent has installed anything — keep them executable and dependency-free. ## MCP servers The same file declares the two MCP servers the job needs: the local `postings` process and the internal rates service. Codex reads a project layer only once the developer's user config trusts this directory.