Arcgentic v2.0.0 turns AI coding from ad-hoc prompting into an orchestrated, gated engineering workflow.
Distribution status
- GitHub Release: published.
- PyPI: published as
arcgentic==2.0.0. - npm: published as
arcgentic@2.0.0. - Claude Code V2: complete experimental version; real-session verification still pending.
Highlights
- Codex V2 verified in a real project workflow.
- Current project conversation becomes
Orchestrator. - Orchestrator automatically creates or reuses fixed role threads/agents.
- Role prompts are dispatched automatically.
- Planner, Developer, optional Test, and Auditor actively return to Orchestrator.
- Single-session multi-agent mode and multi-session multi-thread mode are both represented in the V2 workflow.
- Claude Code V2 is included as an experimental hook-backed broker.
- README and README.zh-CN now explain the Moirai-derived origin, target users, automation behavior, and overkill boundary.
- npm package published as a release bundle and Codex local install helper.
Known limitation
- Claude Code V2 has not yet been verified in a real Claude Code session.