A workflow family in one file
ยท 6 min read
Two features that landed recently pair better than either reads alone: named entrypoints
(flux run <file> --entry <name>, 0.38.0) let one .flux file hold a family of related workflows,
and the git family (git_branch / git_merge / git_revert, 0.37.0) lets a flow integrate work
end to end. Together they cover a real job: prepare a branch, land it with a proper merge commit, and
back it out if you were wrong โ with the flow, not the model, deciding every step.
Nothing here needs an API key or a network call. Every command and every output below was run against a throwaway git repository, and pasted verbatim.