aios-core
Version:
Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework
33 lines (23 loc) • 1.26 kB
Markdown
# Changelog - @synkra/aios-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.0.0] - 2026-02-05
### Added
- Initial release of `@synkra/aios-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)*