Thanks for your interest in lowfat.
cargo build
cargo test --workspaceThe workspace has four crates: lowfat-core, lowfat-plugin, lowfat-runner, and the lowfat CLI.
- Keep PRs small and focused on one change.
- Add a test for new behaviour; unit tests live alongside the code.
See docs/PLUGINS.md. Bundled plugins live under
crates/lowfat-plugin/embedded/ (they ship in the binary); community plugins
live under plugins/.
Bump version in Cargo.toml, tag vX.Y.Z, push — the release workflow handles the rest.