Community & contributing§

Wiggle is Apache-2.0 licensed and developed in the open. Contributions — issues, docs, patterns, storage backends, client features — are welcome.

Where things live§

Engine, server, Java client github.com/hadielmougy/wiggle
Go client github.com/hadielmougy/wiggle-go
Python client github.com/hadielmougy/wiggle-python
Maven Central io.github.hadielmougy
Issues & roadmap GitHub issues

Good first contributions§

The roadmap keeps an honest list — highlights that make good entry points:

Building from source§

JDK 21+, wrapper included:

git clone https://github.com/hadielmougy/wiggle && cd wiggle
./gradlew build          # full build + tests
./gradlew :example:run   # see it work

The engine is small enough to read in an afternoon — server/ is the state machine, client/ the DSL and worker, coordinator/ the cellular control plane.

Ground rules§

Be kind, be concrete, and bring a failing test when you can. Design discussions happen in issues; significant changes should start with one so the approach is agreed before the diff exists.