Workflows

Flux supports short questions and longer SDLC work from the same terminal interface.

For sensitive repositories, begin interactive work in read-only mode and move to normal confirmations when you are ready to make changes:

flux --deny-writes

For headless or CI-style audits, prefer an explicit tool policy:

flux run --permission '{"*":"deny","read_file":"allow","grep_search":"allow"}' "audit this repository"