What problem does it solve? Running Cline CLI non-interactively through wanDB.ai's OpenAI-compatible inference endpoint requires correct provider configuration, secret handling, and verification gates; misconfigured flags silently route through the wrong provider or leak API keys into shell history. ## Core Features & Use Cases - Headless Cline dispatch: Run Cline CLI with DeepSeek-V4-Flash via wanDB.ai using verified flags (--thinking high, -P openai-compatible, -m) for read-only reviews, plan drafts, and implementation passes. - Secure credential handling: Writes the API key directly into providers.json via switch-cline-provider.sh so secrets never appear in argv, ps output, or shell history. - Mandatory quality gates: Enforces a security-reviewer gate before cloud or repo work, a harmonized TDD reference card for code-writing tasks, and a generalized self-review discipline before reporting done. - Use Case: A main agent session needs an independent second opinion on a sanitized change summary; it dispatches a read-only Cline wanDB worker in an isolated workspace and receives structured JSON review output without exposing repository secrets. ## Quick Start Ask the agent to run a read-only Cline wanDB review of a sanitized task summary using the DeepSeek-V4-Flash model with high reasoning in an isolated workspace.