Skip to content

Releases: Arch1eSUN/Arcgentic

Arcgentic v2.0.0

07 Jun 06:13

Choose a tag to compare

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.

Arcgentic v1.0.0

03 Jun 16:28

Choose a tag to compare

Arcgentic v1.0.0 stable release.\n\nHighlights:\n- Adds V1 project-level workflow closure: source intake, capability registry, spec governance, session-mode selection, agency roster, orchestrator dispatch, verdict completeness, close-round, and v1-release-readiness.\n- Incorporates live dogfood fixes from R1-R3 with external audit PASS.\n- Aligns plugin manifests, README surfaces, and Python toolkit version to 1.0.0.\n\nVerification before release:\n- pytest: 323 passed\n- mypy --strict: clean\n- ruff check: clean\n- plugin validator: passed\n- v1-release-readiness: ok true\n- state schema: valid

v0.2.2-alpha.3 — Claude Code + Codex plugin packaging

31 May 09:43

Choose a tag to compare

What changed

  • Adds Claude Code plugin manifest: .claude-plugin/plugin.json
  • Adds Claude Code marketplace manifest: .claude-plugin/marketplace.json
  • Adds Codex plugin manifest: .codex-plugin/plugin.json
  • Ships 10 skills, 9 agents, Python toolkit CLI, audit gates, reference tracking, lesson codification, and cross-session handoff
  • External audit closed PASS

Install

Claude Code:

/plugin marketplace add Arch1eSUN/Arcgentic
/plugin install arcgentic@arc-studio

Codex local plugin:

mkdir -p ~/plugins
cd ~/plugins
git clone https://github.com/Arch1eSUN/Arcgentic.git arcgentic
cd arcgentic
git checkout v0.2.2-alpha.3
python3 ~/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py ~/plugins/arcgentic

Toolkit CLI:

cd toolkit
python3 -m pip install -e .
arcgentic --help

Verification

  • claude plugin validate .claude-plugin/plugin.json: PASS
  • claude plugin validate .claude-plugin/marketplace.json: PASS
  • Codex plugin validator: PASS
  • pytest: 277 passed
  • mypy --strict: clean
  • ruff: clean
  • bash suite: 10 test files, 0 failed

Notes

This is an alpha release. OpenSpec and Superpowers Marketplace integration remain deferred to v0.3.