# 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 Changed | Why You Care |
|--------------|--------------|
| **Complete addon discovery** | ALL 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 fixed** | WARP.md and standalone scripts include all addons |
| **Versioning docs** | Clear CalVer documentation prevents npm update failures |

## What Changed

### Dynamic Addon Discovery

All deployment tools now use the shared addon discovery functions:

| Tool | Location | Status |
|------|----------|--------|
| `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

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

## References

- [Versioning Guide](../contributing/versioning.md) - CalVer documentation
- [CHANGELOG](../../CHANGELOG.md) - Full changelog
