Contributing
Contributing
Work on Quirl with the same safety, performance, and quality boundaries as the project.
Quirl prioritizes safety, performance, and developer experience—in that order. Changes should preserve user data, terminal state, process lifecycle, capability boundaries, and deterministic resource limits before adding surface area.
Before opening a change
cargo xtask checkUse the focused tasks while iterating:
cargo xtask fmt
cargo xtask lint
cargo xtask test