docs/ai-run-task-fast-path.md
Goal: let AI add a run task in one edit, return a runnable f ... command, and optionally push.
make public task <doc-path.md> <thing>
make internal task <doc-path.md> <thing>
<doc-path.md> is implementation context. Do not edit docs unless asked.
~/run/flow.toml~/run/i/flow.toml~/run/i/<project>/flow.toml<doc-path.md>flow.tomlflow.toml file.[[tasks]] block unless user asks for multiple.name, description, command.interactive = true only for prompts/TUI."$@" passthrough when args should flow through.Changed:
- /abs/path/to/flow.toml
Run:
f <r|ri|rip ...> <task-name> [args]
Share:
cd <repo> && git add <flow.toml> && git commit -m "add <task-name>" && git push
Shortcut map:
f r <task>f ri <task>f rip <project> <task>Include Share command only when all are true:
flow.toml changeOtherwise:
Share:
skip (manual review)