A local-first, AI-native developer automation platform: build, test, package, and deploy from a single .flux file, and make your repository legible to AI agents.
<!-- Thanks for contributing to Flux! -->##What & why<!-- What does this change, and why? Link any related issue (Fixes #123). -->##How verified<!-- How did you test it? Commands run, output observed. -->##Checklist-[ ] `cargo fmt --all` (formatted)
- [ ] `cargo clippy --all-targets` (no warnings)
- [ ] `cargo test --all` (passing)
- [ ] Docs updated (`README.md` / `docs/`) if the CLI or `.flux` language changed
- [ ] `CHANGELOG.md` updated for user-facing changes
- [ ] No stubbed/fake behavior — unbuilt things are labeled, not faked