flux-platform 1.0.1

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.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- 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