v2026.1.6

Previous release

v2026.1.6 - "Complete Addon Discovery" Release

Released: January 14, 2026

This release completes the addon discovery rollout across ALL deployment tools, ensuring new addons like Ralph are available on every platform.

Highlights

What ChangedWhy You Care
Complete addon discoveryALL deployment scripts now discover addons dynamically
Codex commands fixed`~/.codex/prompts/` now includes Ralph and all addon commands
Cursor rules fixed`.cursor/rules/` now includes addon commands
Warp/Windsurf fixedWARP.md and standalone scripts include all addons
Versioning docsClear CalVer documentation prevents npm update failures

What Changed

Dynamic Addon Discovery

All deployment tools now use the shared addon discovery functions:

ToolLocationStatus
`deploy-prompts-codex.mjs``~/.codex/prompts/`Fixed
`deploy-rules-cursor.mjs``.cursor/rules/`Fixed
`setup-warp.mjs``WARP.md`Fixed
`deploy-windsurf.mjs``.windsurf/workflows/`Fixed

Versioning Documentation

Added comprehensive CalVer documentation to prevent npm update failures:

  • `docs/contributing/versioning.md` - Full CalVer guide
  • `.claude/rules/versioning.md` - AI agent enforcement rules

CalVer Format: `YYYY.M.PATCH` (no leading zeros!)

Correct: 2026.1.6, 2026.12.0
Wrong: 2026.01.6 (npm rejects leading zeros)

Installation

npm update -g aiwg
aiwg use all  # Redeploy to all providers

References