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.
<!-- Generated by `flux docs`. Do not edit by hand; run `flux docs` to refresh. -->

# AI agents

Flux agents are honest, offline analyzers that write structured reports to `.flux-cache/reports/`. With `ai.command` set in `flux.yaml`, each report is also expanded by an external model.

### `flux agent run planner`

Break a feature or issue into an implementation plan

### `flux agent run reviewer`

Summarise the current changes and flag review risks

### `flux agent run tester`

Find code that lacks test coverage (heuristic)

### `flux agent run documentation`

Detect documentation gaps

### `flux agent run maintenance`

Housekeeping: dependencies, TODO debt, hygiene

### `flux agent run release`

Preview release notes and versioning