Contributing
This project follows a 100% Vibe Coding policy. All changes are generated by AI agents.
Workflow
- Open an issue describing the feature or bug.
- An agent will pick up the task and implement it.
- No manual PRs are accepted.
Development
- Linting:
make lint - Testing:
make test - Docs:
make docs
Releasing
To release a new version:
- Update
CHANGELOG.md. - Bump version in
pyproject.toml. - Tag the release:
- Build and sign artifacts: