Skip to content

Command Reference

Manifest validation

Manifest validation is provided by se-manifest-schema.

uv run se-manifest validate-manifest --path MANIFEST.toml --strict

Contract checks

Contract checks are provided by se-contract-kit.

uv run se-contract-kit check --strict

Repository checks

Run the repository's configured pre-commit checks:

uvx pre-commit run --all-files