Skip to content

Commit 759b1c8

Browse files
authored
Expand AGENTS instructions (#130)
1 parent 8774f3c commit 759b1c8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

AGENTS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Agent Instructions
2+
3+
This repository provides a base library for building GraphQL servers across multiple Python web frameworks.
4+
5+
## Project Structure
6+
- `src/graphql_server/` contains the library implementation.
7+
- `src/tests/` houses the unit tests.
8+
- `docs/` includes framework-specific documentation.
9+
- `pyproject.toml` defines project metadata and dependencies.
10+
- `noxfile.py` holds automation sessions for linting and testing.
11+
12+
## Running Tests
13+
Run the full test suite with:
14+
15+
```bash
16+
uv run pytest
17+
```

0 commit comments

Comments
 (0)