Thank you for contributing to this greenfield platform. All code must be original; do not import proprietary ASF or third-party firewall implementations.
- Install Rust, Node.js 20+, pnpm 9+, and Python 3.11+.
- Clone and enter the repo.
- Run services per README Quick start sections.
- Dataplane changes →
crates/flux-core - ML scoring →
services/flux-ml - Control API →
services/flux-api - UI →
apps/flux-console
- Keep diffs focused on one plane when possible.
- Update
contracts/when public APIs change. - Add tests for intelligence and control plane logic; Rust tests for policy mesh edge cases are encouraged.