# Changelog - @aiox-squads/aiox-install

All notable changes to this package will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2026-05-06

### Changed

- Renamed package from `@synkra/aiox-install` to `@aiox-squads/aiox-install`.
- Preserved the `aiox-install` and `edmcp` bin commands under the new namespace.

## [1.0.0] - 2026-02-05

### Added

- Initial release of `@synkra/aiox-install` NPX package
- OS detection for macOS, Linux, Windows, and WSL environments
- Dependency checker for Node.js (>=18), Git, Docker (optional), and gh CLI (optional)
- Profile selection wizard (bob vs advanced mode)
- Environment bootstrap with automated setup
- Brownfield detection and migration support
- `edmcp` CLI for Docker MCP management:
  - `edmcp list` - List active MCPs in Docker Gateway
  - `edmcp add <name/url>` - Add MCP to Docker Gateway
  - `edmcp remove <name>` - Remove MCP from Docker Gateway
- CLI flags: `--version`, `--dry-run`, `--verbose`
- Comprehensive test suite with 67 tests

### Documentation

- README.md with installation and usage instructions
- Cross-platform installation guides per OS

---

_Generated by [semantic-release](https://github.com/semantic-release/semantic-release) and [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog)_
