Skip to content

v2026.2.0 - Universal Deploy

Choose a tag to compare

@jmagly jmagly released this 08 Feb 22:51
· 2128 commits to main since this release
v2026.2.0
e2f31be

v2026.2.0 - "Universal Deploy" Release

The largest AIWG release to date. Universal deployment ensures all 8 coding platforms receive all 4 artifact types (32 combinations). External Ralph loops enable crash-resilient multi-session task execution spanning 95 commits.

Highlights

What Changed Why You Care
Universal deployment All 8 providers now receive all 4 artifact types — 32 combinations
External Ralph loop Crash-resilient iterative task execution across sessions (6-8 hours)
Research framework 8 agents, 10 commands, 8 templates for research-backed development
Rules as artifact type Enforcement rules propagate to every platform automatically
Agent persistence Anti-laziness detection, HITL gates, cross-loop learning
Regression testing Automated regression detection integrated across SDLC
Test consolidation 31.7% test reduction (3,837 → 2,619) with zero coverage loss
Research-first rules Agents must research before decisions, parse instructions before acting

Install / Upgrade

npm install -g aiwg@2026.2.0

Deploy to Any Platform

aiwg use sdlc                          # Claude Code (default)
aiwg use sdlc --provider codex         # OpenAI/Codex
aiwg use sdlc --provider copilot       # GitHub Copilot
aiwg use sdlc --provider cursor        # Cursor
aiwg use sdlc --provider factory       # Factory AI
aiwg use sdlc --provider opencode      # OpenCode
aiwg use sdlc --provider warp          # Warp Terminal
aiwg use sdlc --provider windsurf      # Windsurf

Full Changelog

See Release Announcement for complete details.