Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions devtools/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This directory hosts development-support tooling: dependency management, Conda
environment scripts, packaging utilities, and operational guidance.

- `requirements.yaml` is the single source of truth for dependencies across the
different profiles (setup, production, tests, docs, development, and
different profiles (setup, production, test, docs, development, and
conda-build).

- `broadcast_requirements.py` propagates updates from `requirements.yaml` into
Expand Down Expand Up @@ -53,8 +53,8 @@ environment scripts, packaging utilities, and operational guidance.

- Always report any change to dependencies in the relevant PR.

- Profiles names are `setup`, `production`, `tests`, `docs`, `development`, and
`conda-build`. In general, use `development` for day-to-day work, `tests`
- Profiles names are `setup`, `production`, `test`, `docs`, `development`, and
`conda-build`. In general, use `development` for day-to-day work, `test`
for CI-related tasks, and `docs` for dependencies to build documentation.

## Python Scripts in devtools
Expand Down