Using Devflow to run Devflow itself is valuable, but it should be phased.
Benefits¶
validates real-world workflow fit continuously
catches command and profile regressions early
forces clear UX and documentation
Risks Before Stable Release¶
bootstrap fragility (tool must build before it can orchestrate)
circular breakage (
dwfregression can block all project checks)slower debugging if orchestration and product issues are mixed
Recommended Approach¶
Keep direct
cargofallback commands documented and working.Use
dwffor non-critical local checks first.Gate CI with
dwfonly after command and config contracts are stable.Maintain a minimal emergency CI path (
cargo check/test) during early releases.