devflow 1.4.0

DevFlow CLI — agent-agnostic development workflow automation
Agent-agnostic, GSD-native development workflow automation

Usage: devflow <COMMAND>

Commands:
  start         Begin the workflow for a phase: Define → Plan → Code → Validate → Ship
  resume        Resume a phase from its saved stage after a rate limit or infrastructure pause
  gate          Inspect and answer human gates (the pause points where the workflow waits for approval)
  logs          Print or follow an agent's captured output for a phase
  history       Show a phase's chronological events and retained attempt evidence
  parallel      Run multiple phases concurrently, each in its own worktree + monitor
  sequentagent  Run two agents sequentially on one phase, each in its own worktree
  reference     Create or refresh a static reference worktree at `.worktrees/reference/`
  cleanup       Remove phase worktrees and their feature branches
  status        Show current workflow state
  list          List all feature branches with divergence from develop
  recover       Recover or inspect stale/abandoned workflow state
  test          Run local quality checks: cargo test, clippy, and fmt --check
  doctor        Audit the environment and report what's installed, missing, or broken
  help          Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version