Dev Flow Project Status

September 3, 2026 · View on GitHub

中文 | English

Last reviewed: September 1, 2026.

Dev Flow remains an early open-source project. This page separates stable releases, beta or source capabilities, unverified claims, and product gaps. A buildable source tree or passing tests do not expand stable support automatically.

Stable releases

npm @latest currently selects these stable packages:

ProductVerified environment
dev-flow-codexmacOS arm64, Node.js >=24, Codex >=0.147.0
dev-flow-deepseekmacOS arm64, Node.js >=24, DSH >=0.1.0-rc.6
@imotong/dev-flowmacOS arm64, Node.js >=20

Stable lifecycle records cover registry-package installation, Host/Core readiness, removal, uninstallation, and an unchanged target repository. The DeepSeek stable journey also covers explicit activation, restart recovery, DONE, and reopen with retained data. See the Support Matrix for exact Releases and artifacts.

Current source and preview capability

The following capabilities exist on current main; some may be beta-only or source-only:

User-visible capabilityCurrent content
Durable TaskLocally retain request, scope, current stage, verification budget, records, blockers, and outcome
Continue after interruptionCodex and DeepSeek resume the current stage and next step from the same Task
Scope and verification limitsExplicit Repository Scope, verification budget, and record invalidation
Automatic verification brakeRetain the three most recent test attempts and pause after the third exact repetition of the same failure, same result, or same changed-path and failure loop
Uncertain Action recoveryRead-before-retry, Recovery assessment, Blocker, and resume
Pre-delivery comprehensionComprehension follows testing; repository changes require testing again
Local view and diagnosticsShared loopback WebUI through `dev-flow webui start
Current-source platformsExact darwin-arm64 and win32-x64 runtimes; Windows scope is Windows 10/11 desktop x64
Advanced repository capabilityOne primary plus up to seven explicit additional repositories; Codex may dispatch isolated worktree Tasks when the Host supports it
Host lifecycleUnified dev-flow entry for Codex and DeepSeek installation, diagnosis, maintenance, and removal

Multi-repository and worktree behavior is advanced capability, not the primary user scenario. Source presence also does not imply a corresponding stable final-artifact journey.

Not yet verified

  • Windows 10/11 x64 has native Core/WebUI/MCP, Adapter-contract, and local-package evidence, but not yet a stable @latest final-artifact Host journey;
  • Linux, Windows Server, 32-bit and ARM64 Windows, Intel Mac, Rosetta, and remote MCP have no stable support claim;
  • Codex explicit parallel batches and worktree dispatch after ACTIVE_TASK_CONFLICT do not yet have a final-artifact journey;
  • external usage has not established that the verification budget reduces unnecessary testing;
  • no real-Host journey or external usage data has established the automatic brake's false-block rate;
  • long-term project data has not established that the comprehension gate reduces maintenance cost or defects;
  • external adoption, repeated long-term use, and dependent projects remain limited.

Current record map

Entry pointQuestion it can answer
PR #8Did a real Codex graph journey cover refactoring, retesting, comprehension, and delivery?
Support MatrixWhich public stable packages and Host environments completed final-artifact validation?
Release directoryHow do maintainers build, read back, and publish artifacts?

These records cover independent scopes. They must not be combined into a claim that one run proved the entire product.

External adoption status

Public Issues, external pull requests, dependent projects, and long-term repeat-use records remain scarce. npm downloads, repository test counts, and maintainer-owned journeys do not by themselves show sustained external use or outcomes. Current material establishes package availability and the specific Host journeys listed above, not defect-rate, verification-cost, or long-term-maintenance results.

Current product gaps

  • Internal state still needs a shorter, more direct user summary;
  • Recovery needs a more direct public fault-injection demonstration;
  • external usage has not established that the verification budget reduces unnecessary testing;
  • recovery time, automatic-brake false-block rate, and repeat-use rate have not been measured;
  • verification-budget consumption and the reason for expansion are not yet clear enough;
  • multi-repository and worktree behavior is advanced capability, not the primary user scenario;
  • external Issues, pull requests, dependent projects, and long-term adoption remain limited.

These are evaluation directions, not delivered capabilities. See the Roadmap for priority.

Current limitations

  • Core is not a Host sandbox and does not intercept every file operation or shell command;
  • Core observes Git read-only and does not commit, push, merge, rebase, tag, or publish;
  • there is no telemetry or user-defined graph;
  • the WebUI is local loopback only, with no remote access or multi-user permissions;
  • stable support is only what the Support Matrix lists.

How to evaluate the project

  1. Read the root README and Product Definition to decide whether your task needs explicit change scope and verification limits.
  2. Read the interruption demo when continuation across sessions matters to your work.
  3. Read the Support Matrix to separate stable support from source capability, then open the real journeys above when you need the exact scope of a record.
  4. Read the Security Policy and Threat Model for residual risk.