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
project:
  name: flux
pipeline:
  autoDetect: true
agents:
  enabled: true
ai:
  provider: none
  command: ""
github:
  enabled: true
deployment:
  enabled: false
integrations:
  github: true