docs/commands/recipe.md
Legacy compatibility command.
Preferred model:
flow.toml under [[tasks]]..ai/tasks/*.mbt.f <task> or f ai:<selector>.f recipe remains for older repos that still use .ai/recipes.
f recipe list # legacy listing
f recipe run <selector> # legacy execution
--scope <project|global|all>: recipe source scope (default all)--global-dir <PATH>: override global recipes directory--cwd <PATH> (run only): working directory for execution--dry-run (run only): print command without executing.ai/recipes/project (fallback .ai/recipes).~/.config/flow/recipes.Supported extensions: .md, .markdown, .mbt
MoonBit recipe metadata is optional and can be declared in top comment lines:
// title: My Fast Recipe
// description: Run a moonbit action quickly
// tags: [moonbit, fast]
# Old
f recipe run project:my-recipe
# New
f tasks init-ai
f ai:my-task