Skip to content

🔧 Add AGENTS.md#251

Merged
chrisjsewell merged 1 commit intomainfrom
agents-md
Jan 15, 2026
Merged

🔧 Add AGENTS.md#251
chrisjsewell merged 1 commit intomainfrom
agents-md

Conversation

@chrisjsewell
Copy link
Member

This PR adds developer tooling and documentation for AI coding agents.

Changes

  • Add AGENTS.md: Comprehensive guide for AI agents working on this repository, including project overview, repository structure, development commands, code style guidelines, testing patterns, and architecture documentation.

  • Add tox environments for code quality:

    • tox -e mypy — Type checking
    • tox -e ruff-check — Linting (auto-fix by default)
    • tox -e ruff-fmt — Formatting
  • Add [dependency-groups] to pyproject.toml: Pinned versions for mypy and ruff matching .pre-commit-config.yaml for consistency between CI and local development.

This PR adds developer tooling and documentation for AI coding agents.

### Changes

- **Add `AGENTS.md`**: Comprehensive guide for AI agents working on this repository, including project overview, repository structure, development commands, code style guidelines, testing patterns, and architecture documentation.

- **Add tox environments for code quality**:
  - `tox -e mypy` — Type checking
  - `tox -e ruff-check` — Linting (auto-fix by default)
  - `tox -e ruff-fmt` — Formatting

- **Add `[dependency-groups]` to `pyproject.toml`**: Pinned versions for mypy and ruff matching `.pre-commit-config.yaml` for consistency between CI and local development.
@chrisjsewell chrisjsewell merged commit 5f9335a into main Jan 15, 2026
18 checks passed
@chrisjsewell chrisjsewell deleted the agents-md branch January 15, 2026 11:24
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