Skip to content

Contributing

This project follows a 100% Vibe Coding policy. All changes are generated by AI agents.

Workflow

  1. Open an issue describing the feature or bug.
  2. An agent will pick up the task and implement it.
  3. No manual PRs are accepted.

Development

  • Linting: make lint
  • Testing: make test
  • Docs: make docs

Releasing

To release a new version:

  1. Update CHANGELOG.md.
  2. Bump version in pyproject.toml.
  3. Tag the release:
git tag -s vX.Y.Z -m "Release vX.Y.Z"
git push origin vX.Y.Z
  1. Build and sign artifacts:
make release