Workflows
Flux supports short questions and longer SDLC work from the same terminal interface.
- Files and context: attach code, documents, images, and pasted content.
- Sessions and memory: resume sessions, fork conversations with
/branch, compact context, export chats, and preserve project knowledge. - Planning and steering: structure multi-step work and redirect an active task.
- Automation: loop prompts, schedule tasks, and watch files.
- Non-interactive and CI: run one-shot prompts with controlled stdout and permissions.
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"