dd-flow
Local flow orchestrator for Mini protocol automation.
v0.x (alpha)mini + context flowsTUIVercel-ready docs
Key features
Mini protocol (plan → exec → gates)
Deterministic pipeline: checks/verify, fix-loop and commits.
Context flow (session priming)
Read-only to the repo: prime an agent session from Memory Bank + notes.
TUI for protocol review
Ledger cards feed, details panel, and interactive actions.
SoT in `DD_FLOW_ROOT` + `.protocols` in repo
Runtime state lives outside; human-readable history stays in your project.
Server/client split
`dd-flow` as a thin UI client; engine and state in `dd-flow-server`.
Theme + runtime config
YAML Theme DSL (ANSI256) and prompts/help overrides without rebuild.
How it works
- Create a protocol in Picker (mini or context).
- Do plan review and commit the plan into `.protocols/`.
- Execute steps with gates: checks → verify → fix-loop.
- Review everything in the TUI and keep history in `.protocols/`.