Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 439 Bytes

File metadata and controls

27 lines (19 loc) · 439 Bytes

Contributing to GovernsAI Precheck

Setup

python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]

Development

uvicorn app.main:app --reload --host 0.0.0.0 --port 8080

Validation

pytest

Pull Request Checklist

  • Add or update tests for policy behavior changes.
  • Keep API responses backward compatible unless versioned.
  • Document new environment variables and defaults.