Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 7 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## backend
- Use `pre-commit run` to include all lint checks and auto fixes
- Automatically work to resolve failures in the pre-commit output
- Do not include excessive emoji in readme, contributing, and other documentation files
- Use pytest parametrization over subtests
- Suggest updates to pytest-ibutsu or the ibutsu-client-python when there are changes to the openAPI specification
- validate any changes to the openapi specification
- Suggest updates to backend controllers that align with modern implementation patterns
Expand Down Expand Up @@ -52,8 +48,14 @@ podman build -t ibutsu-scheduler:<branch-name> -f docker/Dockerfile.scheduler .
podman build -t ibutsu-flower:<branch-name> -f docker/Dockerfile.flower .
```

# general
# general instructions
- Do not create summary documents in markdown, add to the RST in `docs`
- For linting, use `pre-commit run` to include all lint checks and auto fixes
- Automatically work to resolve failures in the pre-commit output
- Do not include excessive emoji in readme, contributing, and other documentation files




## Database Migrations
- **Always use Alembic** for database schema changes
Expand Down
Loading