dd-flow (v0.x)
dd-flow is a local flow orchestrator that helps you run an AI-KOD Mini protocol end-to-end: plan → execute → checks/verify → fix-loop → commit, with a TUI to review everything.
What you get
- Mini flow: deterministic protocol execution in a single branch/worktree.
- Context flow: “prime” an agent session from a project’s Memory Bank (read-only to the repo).
- Source of Truth: runtime state/ledger/workspace lives in
DD_FLOW_ROOT; the repo keeps human-readable history in.protocols/. - Server/client split:
dd-flow(UI client) talks todd-flow-serverover HTTP.
Next: Getting started →