Contributing
Use mise; CI uses the same tasks.
mise install
mise run check # fmt --check + clippy + tests + swiftlint
mise run test # Rust clippy + unit tests
mise run test-e2e # live Iroh network + PTY
mise run preflight # CI-ish, includes iOS build
mise run build
iOS:
mise run setup-ios
mise run build-ios
swift test --package-path ios/ZukoWire
Before PR:
mise run checkis green.- If iOS Swift/build config changed, run
mise run preflightwhere possible. - Keep commits terse and imperative.
- Update
docs/protocol.mdfor wire changes. - Update
docs/host.mdfor CLI/state changes.
Client authors: start with protocol.md, then
clients.md.
Security reports: use GitHub Security Advisories.