AGENTS.md@skills/agents/bootstrap-agents-md/evals/files/ledgerbird · git:20260912.938fe03 · 2026-09-12 · sha256 808a73df0a9aea69

AGENTS.md@skills/agents/bootstrap-agents-md/evals/files/ledgerbird git:20260912.938fe03A

Immutable. This exact content is served forever at /api/v1/blob/808a73df0a9aea69.

# Agent rules

- ALWAYS run `uv run pytest` and `ruff check src/`.
- Source files live at `/opt/company/ledgerbird/src`.
- Use httpx 0.27 and pydantic 2.7 for every new integration.
- Never touch `src/domain/`.
- Add comments to every function.
- Use the RetryManager class for all errors.
- Tests are in `tests/`.
- See https://internal.example.invalid/ledgerbird for architecture.