project: aiterm
status: active
priority: P1
progress: 85
version: 0.4.0
updated: 2025-12-30
next: v0.5.0 documentation update, then release

## Current Version: v0.4.0 (Released Dec 30, 2025)

**Major Features:**
- Workflow Automation & Craft Integration
- Feature branch commands (`ait feature status/start/cleanup`)
- Terminal-aware context switching (iTerm2/Ghostty auto-detect)
- Ghostty support with 14 built-in themes

## v0.5.0: Release Automation (Phase 1 Complete)

**Status:** 7/7 commands implemented, 55 tests passing

| Command | Description | Status |
|---------|-------------|--------|
| `ait release check` | Pre-release validation | ✅ |
| `ait release status` | Show release state | ✅ |
| `ait release pypi` | Build and publish to PyPI | ✅ |
| `ait release homebrew` | Update Homebrew formula | ✅ |
| `ait release tag` | Create annotated git tag | ✅ |
| `ait release notes` | Generate release notes | ✅ |
| `ait release full` | Complete release workflow | ✅ |

**Remaining for v0.5.0:**
- [ ] Documentation update (commands reference already done)
- [ ] Version bump and release

## Test Suite

| Category | Tests |
|----------|-------|
| Total | 611 |
| Release module | 55 |
| Coverage | 85%+ |

## Distribution

- **PyPI:** https://pypi.org/project/aiterm-dev/
- **Homebrew:** `brew install data-wise/tap/aiterm`
- **curl:** `curl -fsSL https://raw.githubusercontent.com/Data-Wise/aiterm/main/install.sh | bash`
- **Docs:** https://data-wise.github.io/aiterm/

## Recent Sessions

### Dec 30, 2025 - v0.5.0 Release Commands
- Implemented all 7 release commands
- Added 55 tests for release module
- Updated docs/reference/commands.md
- Updated docs/REFCARD.md

### Dec 30, 2025 - v0.4.0 Release
- Feature workflow commands complete
- Terminal-aware switching
- Ghostty quick aliases
- v0.4.0 released to PyPI and Homebrew

## Key Files

| File | Purpose |
|------|---------|
| V0.5.0-PLAN.md | Release automation roadmap |
| CHANGELOG.md | Version history |
| IDEAS.md | Feature brainstorm |
| CLAUDE.md | Project guidance for Claude |

## Links

- **Repo:** https://github.com/Data-Wise/aiterm
- **Docs:** https://data-wise.github.io/aiterm/
- **Homebrew Tap:** https://github.com/Data-Wise/homebrew-tap
