Skip to content

Development

Maintainer workflow for hacking on powernse. Clients should use Install — this page is for contributors.

uv sync
make check    # ShipGate
make format
make test
make build

Local docs site: uv run --with mkdocs-material mkdocs serve.

Quality gates: ShipGate (suite: standard). Release steps: Publish.

Download CLI defaults to soft-fail (prints failed=N, exit 0). Cron, CI, and .github/workflows/refresh-nse-data.yml must pass --strict so a failed series fails the job.