kui123456789/dsh-codex-workflow

kui123456789★ 2TypeScript最后同步: 2026-08-19

在 GitHub 打开

DSH plugin that coordinates Codex planning and independent review while DSH executes.

README 摘要

dsh-codex-workflow DeepSeek Harness plugin that gives Codex read-only planning/review roles while DSH remains the sole executor. Two flows share the same workflow engine: - Codex-led bridge (preferred) — the Codex task that produced the plan sends it to the exact live DSH session through a durable SQLite bridge; DSH implements it, and the plugin validates the source task read-only and starts a separately owned Reviewer task whose verdict returns to the original DSH session for repair or sign-off. - DSH-led tools (legacy, still supported) — the DSH agent drives codex workflow start / codex workflow review as before. No browser is opened or controlled anywhere in the product path; no network listener, MCP, hooks, or skills are involved. Browser clicking is a development-only workaround and is not part of the plugin. Requirements - DeepSeek Harness 0.1.0-rc.6 - Node.js ^22.19.0 or =24 - Codex CLI with a valid ChatGPT login and App Server support (verified by pnpm doctor ) Install Restart the DSH web profile after installation. For source installs during development, pass the local project directory to the same command. Build and verify Codex-led flow (preferred) From the Codex task th…

在 GitHub 查看完整 README →
工具/开发code-reviewcodexdeepseek-harnessdsh-pluginagent

分类