Version history for AIWG framework.
AIWG Changelog
+ ```bash
+ npm install -g [email protected]
+ ```
+ Also available from Gitea registry:
+ ```bash
+ npm install -g [email protected] --registry=https://git.integrolabs.net/api/packages/roctinam/npm/
+ ```
+ Gitea release is auto-created on tag push. GitHub releases are managed manually.
+ ```bash
+ npm install -g [email protected]
+ ```
+ Also available from Gitea registry:
+ ```bash
+ npm install -g [email protected] --registry=https://git.integrolabs.net/api/packages/roctinam/npm/
+ ```
+ Gitea release is auto-created on tag push. GitHub releases are managed manually.
+ ```bash
+ npm install -g [email protected]
+ ```
+ Also available from Gitea registry:
+ ```bash
+ npm install -g [email protected] --registry=https://git.integrolabs.net/api/packages/roctinam/npm/
+ ```
+ Gitea release is auto-created on tag push. GitHub releases are managed manually.
+ ```bash
+ npm install -g [email protected]
+ ```
+ Also available from Gitea registry:
+ ```bash
+ npm install -g [email protected] --registry=https://git.integrolabs.net/api/packages/roctinam/npm/
+ ```
+ Gitea release is auto-created on tag push. GitHub releases are managed manually.
+ ```bash
+ npm install -g [email protected]
+ ```
+ Also available from Gitea registry:
+ ```bash
+ npm install -g [email protected] --registry=https://git.integrolabs.net/api/packages/roctinam/npm/
+ ```
+ Gitea release is auto-created on tag push. GitHub releases are managed manually.
+ Service release fixing three aiwg index bugs and upgrading dev mode to delegate the full CLI to your local build.
+ aiwg index stats/query/deps without --graph failed with "No artifact index found" — all three commands were checking the legacy .aiwg/.index/metadata.json root path instead of the graph subdirectories (project/, codebase/). Now they check graph subdirs first with legacy fallback.
+ --use-dev only changed framework content — the CLI binary still ran npm-installed code. Now aiwg delegates all subcommands to your dev repo's src/cli/facade.mjs. After npm run build, every aiwg command runs your local code immediately.
+ --use-dev always used npm package root as path — now accepts an explicit path argument (aiwg --use-dev . or aiwg --use-dev /path/to/repo).
+ Framework graph — index agentic/code/ + docs/ explicitly:
+ ```bash
+ aiwg index build --graph framework # 1,625 artifacts
+ aiwg index query "topic" --graph framework --json
+ ```
+ Multi-graph docs — docs/cli-reference.md now covers the --graph flag on all index subcommands, graph types table, and new output structure.
+ ```bash
+ npm install -g [email protected]
+ ```
+ Fixes #425 | Roadmap: #426 (extensible user-defined graphs)
+ New rules, commands, and skills that prevent agent-generated codebases from growing past context window limits:
+ agent-friendly-code rule — 300 LOC warning, 500 error thresholds per file
+ agent-generation-guardrails rule — runtime checks before writing files
+ /codebase-health command — agent-readiness score with recommendations
+ /complexity-gate command — CI pass/fail with baseline mode
+ /decompose-file skill — guided file splitting with import rewiring
+ /code-chunker skill — navigable structural maps of large files
+ ```bash
+ npm install -g [email protected]
+ aiwg use sdlc # Re-deploy to get new rules, agents, commands, skills
+ aiwg use forensics # Deploy forensics framework
+ ```
+ Also available from Gitea registry:
+ ```bash
+ npm install -g [email protected] --registry=https://git.integrolabs.net/api/packages/roctinam/npm/
+ ```
+ See v2026.2.14 announcement for complete details.
+ notify-site.yml workflow — dispatches aiwg.io deploy on v* tag push, passing version and tag inputs via AIWG_IO_DISPATCH_TOKEN
+ Provider name collisions — skill definitions now take precedence over commands when names collide during deployment
+ doc-sync command — bidirectional documentation-code synchronization with code-to-docs, docs-to-code, and full directions, parallel auditor dispatch, incremental scanning, and auto-fix with Ralph refinement
+ sdlc-accelerate command — orchestrates intake → LOM gate → elaboration → ABM gate → construction prep → brief generation with --from-codebase, --resume, --skip-to, and --dry-run switches
+ doc-sync skill — natural language trigger for documentation drift detection
+ sdlc-accelerate skill — natural language trigger for SDLC pipeline acceleration
+ Accelerate state schema — defines phase lifecycle, gate results, and decision tracking
+ Construction Ready Brief template — structured handoff template
+ Auditor task templates — 8 Wave 1 domain auditors and 4 Wave 2 cross-reference checks
+ Auto-fix patterns — fix patterns for 5 auto-fixable drift categories with safety checks
+ 24 integration tests for sdlc-accelerate
+ HashiCorp vendor lock-in — replaced all HashiCorp-specific references with generic equivalents across 16 files
+ CLI reference command counts — total corrected from stale "40" to actual "42"
+ Duplicate plugin agents — synced with framework source
+ Maintenance release: CI improvements for auto-creating Gitea releases on tag push, Codex SKILL.md YAML fixes.
+ Maintenance release: tracked agent sources for CI, alternative platform service verification.
+ agentic/code/frameworks/research-complete/manifest.json for explicit framework metadata and artifact entrypoints
+ Manifest-driven framework discovery and mode resolution in shared provider utilities (discoverFrameworks, getFrameworksForMode, collectFrameworkArtifacts)
+ Coverage updates in deployment tests to validate new framework/provider artifact paths and install behavior
+ Provider deployment logic normalized across Claude, Codex, Copilot, Cursor, Factory, OpenCode, Warp, and Windsurf
+ Codex command prompt deployment now discovers framework command directories from framework manifests/mode selection
+ Codex skill deployment now discovers framework skills from framework manifests/mode selection
+ CLI/provider deployment plumbing refactored to reduce duplicated framework routing code
+ Missing Codex deployment coverage for newly added framework components (research and media-curator)
+ Gaps where framework additions required manual provider-by-provider updates instead of manifest-driven discovery
+ All four frameworks now individually deployable via aiwg use. Complete provider list in help. Documentation audit fixes.
+ New commands: aiwg use media-curator, aiwg use research
+ See CHANGELOG.md for full details.
+ New AIWG framework for intelligent media archive management — 31 files providing the full pipeline from discography analysis through multi-platform export.
+ Multi-source acquisition (YouTube, Internet Archive, Bandcamp)
+ Quality filtering with configurable accept/reject criteria
+ MusicBrainz/Discogs metadata integration
+ GAP-NOTE.md pattern for tracking missing content
+ W3C PROV/PREMIS-compliant archive integrity
+ Completeness scoring with gap analysis
+ ```bash
+ npm install -g [email protected]
+ aiwg use media-curator
+ ```
+ Full announcement: docs/releases/v2026.2.7-announcement.md
+ Patch release fixing a flaky test on Node 18.
+ Stabilize deployment-registration idempotency test — assertion now checks for no duplicate IDs rather than exact scan order equality
+ ```bash
+ npm install -g [email protected]
+ ```
+ Full feature release notes: See v2026.2.5 "Lean Rules" for the consolidated rules deployment feature.
+ Consolidated rules deployment — single RULES-INDEX.md replaces 31 individual rule files with ~95% context reduction across all 8 providers.
+ Rules now deploy as a single RULES-INDEX.md (~200 lines) instead of 31 individual files (~9,321 lines)
+ Index contains 2-3 sentence summaries per rule with @-links to full rule files
+ Old individually-deployed rule files are automatically cleaned up on redeploy
+ Rules manifest bumped to v2.0.0 with consolidation metadata
+ Fallback to individual file deployment if index not found
+ 6 new shared functions in base.mjs
+ 31 unit tests + 7 integration tests added
+ ```bash
+ npm install -g [email protected]
+ ```
+ ```bash
+ aiwg use sdlc
+ ```
+ Full release notes: v2026.2.5-announcement.md
+ Closes #334, #335, #336, #337, #338, #339, #340, #341
+ Turns your issue tracker into a collaboration surface. Each ralph cycle posts structured status to the issue thread, scans for human feedback, and incorporates it. Say "address the open issues" or "tackle issue 17" and AIWG handles the rest.
+ 3-step cycle: work → post status → scan thread
+ Thread scanning classifies comments (feedback/question/approval/correction)
+ Multi-issue strategies: sequential, batched, parallel
+ --interactive, --guidance, --branch-per-issue, --max-cycles, --filter, --all-open
+ Gitea (MCP) and GitHub (gh) provider support
+ Set AIWG_CONTEXT_WINDOW: 100000 in your CLAUDE.md to auto-scale parallel subagent limits for local/GPU systems.
+ ```bash
+ npm install -g [email protected]
+ ```
+ 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. A complete research framework, agent persistence system, and regression testing capability round out a transformative update spanning 95 commits.
+ ```bash
+ npm install -g [email protected]
+ aiwg use sdlc
+ ```
+ See CHANGELOG.md and Release Announcement for complete details.
+ The previous release had a PRIORITY_COMMANDS filter that only deployed ~13 "priority" commands. This meant:
+ aiwg-regenerate* commands weren't deployed
+ devkit-* commands weren't deployed
+ mention-* commands weren't deployed
+ workspace-* commands weren't deployed
+ Now ALL commands from ALL addons deploy properly.
+ ```bash
+ npm install -g [email protected]
+ npm update -g aiwg
+ ```
+ /ralph - Execute iterative task loop until completion
+ /ralph-status - Check loop status
+ /ralph-abort - Abort running loop
+ /ralph-resume - Resume interrupted loop
+ /issue-create - Create tickets (Gitea, GitHub, Jira, Linear, local)
+ /issue-list - List and filter tickets
+ /issue-update - Update existing tickets
+ /issue-close - Close tickets with summary
+ /issue-comment - Add structured comments
+ /issue-sync - Sync issues with commits/artifacts
+ /smith-agenticdef - Generate agent definitions
+ /smith-mcpdef - Generate MCP environment definitions
+ /smith-sysdef - Generate system definition files
+ Fixed npm update failing with "Invalid Version" error (CalVer format)
+ Fixed addon discovery for ALL deployment providers
+ Fixed delegated scripts (Codex prompts, Cursor rules, Warp, Windsurf)
+ See CHANGELOG.md for complete details.
+ 🤖 AIWG Documentation | Discord | Telegram
+ Fixes issue #21 - Provider deployment now places files in correct locations for all 8 supported providers.
+ CLI handleUse() - Now passes --provider to addon deployments (aiwg-utils, ralph)
+ Codex Provider - Prompts/skills now deploy to ~/.codex/ home directory
+ Cursor Provider - Rules now deploy to .cursor/rules/ instead of project root
+ Dead Code - Removed 115 lines of unreachable Windsurf code from deploy-agents.mjs
+ ```bash
+ npm install -g [email protected]
+ ```
+ ```bash
+ npm install -g [email protected]
+ ```
+ Execute tasks iteratively until completion criteria are met:
+ ```bash
+ /ralph "Fix all failing tests" --completion "npm test passes"
+ ```