# Changelog

## 0.1.0-beta.0 (2026-05-31)

First beta release of `@pi-agents/orchid` on npm.

### Changed
- Renamed package from `@claude-code-swe/orchid` → `@pi-agents/orchid`
- All user-facing "taskplane" branding replaced with "OrchID"
- All user-facing "taskplane-config.json" paths → "orchid-config.json"
- `/taskplane-settings` command → `/orchid-settings`
- Supervisor greeting: "Welcome to OrchID!"
- README updated: workspace tree, skill table, roadmap
- Removed old `bin/taskplane.mjs` (120KB taskplane CLI binary)
- Added CHANGELOG.md to npm distribution

### Fixed
- Migration file parse error (missing opening quote)
- Stale `create-taskplane-task` and `multi-lane-orchestration` skill refs in docs

### Published
- npm: `@pi-agents/orchid@0.1.0-beta.0` (tag: beta)
- 162 files, 799.9 kB tarball, 3.2 MB unpacked

## 0.1.0-alpha (2026-05-30)

### Added
- Unified package combining taskplane v0.30.1 + pi-ralph-wiggum v0.2.1 + pi-subagents v0.25.0
- 113 TypeScript source files across 3 modules (orchestrator, ralph, subagents)
- 206 test files (unit + integration + smoke)
- 12 agent definitions (9 required + 3 bonus)
- 7 sub-skill SKILL.md files with complete pipeline instructions
- 18 slash commands (/orch, /ralph, /run, /chain, /parallel, etc.)
- 23 unique tools (orch_start, ralph_start, subagent, etc.)
- E2E validation: 46/46 checks pass
- MIT License

### Source Packages
- **taskplane** v0.30.1 — Batch orchestration engine (HenryLach)
- **pi-ralph-wiggum** v0.2.1 — Iterative Ralph loop engine (tmustier)
- **pi-subagents** v0.25.0 — Subagent dispatch + chains + parallel (nicobailon)
