{"_id":"@aiox-squads/aiox-install","name":"@aiox-squads/aiox-install","dist-tags":{"latest":"1.1.0"},"versions":{"1.1.0":{"name":"@aiox-squads/aiox-install","version":"1.1.0","description":"NPX installer for AIOX - AI-Orchestrated System for Full Stack Development","main":"src/installer.js","bin":{"aiox-install":"bin/aiox-install.js","edmcp":"bin/edmcp.js"},"scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --coverage","preversion":"npm test","version":"npm run changelog && git add CHANGELOG.md","postversion":"git push && git push --tags","changelog":"npx conventional-changelog -p angular -i CHANGELOG.md -s -r 0","release":"npx semantic-release","release:dry":"npx semantic-release --dry-run"},"keywords":["aiox","installer","npx","cli","setup","ai","orchestration","development"],"author":{"name":"Synkra AI","email":"team@synkra.ai"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/SynkraAI/aiox-core.git"},"bugs":{"url":"https://github.com/SynkraAI/aiox-core/issues"},"homepage":"https://github.com/SynkraAI/aiox-core#readme","engines":{"node":">=18.0.0"},"dependencies":{"@clack/prompts":"^0.11.0","chalk":"^4.1.2","commander":"^12.1.0","execa":"^5.1.1","fs-extra":"^11.3.2","js-yaml":"^4.1.0","ora":"^5.4.1","semver":"^7.7.2"},"devDependencies":{"conventional-changelog-cli":"^4.1.0","jest":"^30.2.0"},"publishConfig":{"access":"public"},"_id":"@aiox-squads/aiox-install@1.1.0","gitHead":"4d213c6c961e775ae2620fc8bc7b47619bd8a4ab","_nodeVersion":"20.20.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-x7CcAF5w7YIOBE8e5MHFElMseyd28BpqSO/9pG+mf8JnTrimvcqrC46O5puNpta8gSUmiPRawIYkca9ag52sGw==","shasum":"ff9bdeea0fbcf0ab880737d5a32585ea3ca33dcf","tarball":"https://registry.npmjs.org/@aiox-squads/aiox-install/-/aiox-install-1.1.0.tgz","fileCount":8,"unpackedSize":47472,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHzFsFXXULgYTjiA70rHAWZpFNTrbWlcxpzIyqzFhPdmAiEA2nfhNGD5YIyC6jhG4wwqyizYDIEEobR5vUz+qhZ+rPE="}]},"_npmUser":{"name":"rafaelscosta","email":"rafael@utidasideias.com.br"},"directories":{},"maintainers":[{"name":"rafaelscosta","email":"rafael@utidasideias.com.br"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/aiox-install_1.1.0_1778145509584_0.9136084715267829"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-07T09:18:29.476Z","1.1.0":"2026-05-07T09:18:29.721Z","modified":"2026-05-07T09:18:29.958Z"},"maintainers":[{"name":"rafaelscosta","email":"rafael@utidasideias.com.br"}],"description":"NPX installer for AIOX - AI-Orchestrated System for Full Stack Development","homepage":"https://github.com/SynkraAI/aiox-core#readme","keywords":["aiox","installer","npx","cli","setup","ai","orchestration","development"],"repository":{"type":"git","url":"git+https://github.com/SynkraAI/aiox-core.git"},"author":{"name":"Synkra AI","email":"team@synkra.ai"},"bugs":{"url":"https://github.com/SynkraAI/aiox-core/issues"},"license":"MIT","readme":"# @aiox-squads/aiox-install\n\nNPX installer for AIOX - AI-Orchestrated System for Full Stack Development.\n\n> Successor to `@synkra/aiox-install`. Same installer, new canonical `@aiox-squads/*` namespace.\n\n## Quick Start\n\n```bash\nnpx @aiox-squads/aiox-install\n```\n\nThat's it! The installer will guide you through setting up AIOX in less than 5 minutes.\n\n## Features\n\n- **Cross-platform support**: macOS, Windows (with WSL), and Linux\n- **Dependency checking**: Verifies Node.js, Git, Docker, and GitHub CLI\n- **Profile selection**: Choose between \"bob\" (simplified) or \"advanced\" mode\n- **Brownfield support**: Detects existing AIOX installations and offers migration\n- **Dry-run mode**: Preview what would be done without making changes\n\n## Usage\n\n### Interactive Installation\n\n```bash\nnpx @aiox-squads/aiox-install\n```\n\n### Options\n\n```bash\nnpx @aiox-squads/aiox-install --help\n\nOptions:\n  -v, --version         Output the current version\n  --dry-run            Preview what would be done without making changes\n  --verbose            Enable verbose output\n  --profile <type>     Set profile directly (bob or advanced)\n  --skip-deps          Skip dependency checking\n  --no-color           Disable colored output\n  -h, --help           Display help for command\n```\n\n### Dry Run\n\nPreview the installation without making any changes:\n\n```bash\nnpx @aiox-squads/aiox-install --dry-run\n```\n\n### Direct Profile Selection\n\nSkip the profile question by specifying it directly:\n\n```bash\nnpx @aiox-squads/aiox-install --profile bob\nnpx @aiox-squads/aiox-install --profile advanced\n```\n\n## edmcp - Docker MCP Manager\n\nThe installer also includes `edmcp`, a CLI for managing MCPs in the Docker Gateway.\n\n```bash\n# List active MCPs\nedmcp list\n\n# Add an MCP\nedmcp add exa\nedmcp add https://github.com/user/my-mcp\n\n# Remove an MCP\nedmcp remove my-mcp\n```\n\n## Requirements\n\n- **Node.js**: >= 18.0.0 (required)\n- **Git**: >= 2.30 (required)\n- **Docker**: Optional (required for edmcp)\n- **GitHub CLI (gh)**: Optional (enhances workflow)\n\n## Profiles\n\n### Bob Mode (Default)\n\nSimplified mode for new users. Only Bob is visible, orchestrating internally.\n\n- Single interface through Bob\n- Streamlined workflow\n- Best for getting started quickly\n\n### Advanced Mode\n\nFull access to all agents and commands.\n\n- Access to all 11 agents (@dev, @qa, @architect, etc.)\n- Full command palette\n- Best for experienced users\n\n## Brownfield Migration\n\nIf you have an existing AIOX installation, the installer will:\n\n1. Detect your current configuration\n2. Offer to migrate to the new L1-L5 configuration hierarchy\n3. Preserve your existing settings\n\n## Support\n\n- Documentation: https://github.com/SynkraAI/aiox-core\n- Issues: https://github.com/SynkraAI/aiox-core/issues\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-1e3361642b9efeda070b4a5c5c0f7037"}