LoopFlow
Tutorial Workshop Keywords ๐ŸŽฎ LoopFlow Lab
Keywords / target

target

Where the runner operates. Ops & reuse

Syntax

target: <dir>

What it does

The working directory / scope the runner operates in โ€” useful with a method or a scheduled run to point the loop at a specific codebase or subtree.

Example

use the BMAD method
target: ./src
scope to a subtree

Related