feat: Rename ai-mesh to ensemble (v5.0.0) - #2
Merged
Conversation
…ig module Sprint 1 deliverables for ai-mesh → ensemble rename: Scripts: - preflight-check.js: Pre-flight validation for Node version, git status, NPM login, package availability, and backup existence - rename-to-ensemble.js: Automated bulk rename script with dry-run support Core module: - config-path.js: XDG-compliant configuration path resolution - Priority: $XDG_CONFIG_HOME > ~/.config > ~/.ensemble - Plugin-specific paths under plugins/ subdirectory - Legacy path detection for migration support - Updated index.js to export config path utilities - Unit tests for config-path module Part of ensemble rename project (TRD v1.1.0) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Major v5.0.0 release - Complete project rename from ai-mesh to ensemble: Package Changes: - All @fortium/ai-mesh-* packages renamed to @fortium/ensemble-* - All packages bumped to version 5.0.0 - Repository URL updated to FortiumPartners/ensemble Content Updates: - All references to "ai-mesh" replaced with "ensemble" - All references to "AI Mesh" replaced with "Ensemble" - Command prefixes changed from /ai-mesh: to /ensemble: - Config paths consolidated under ~/.ensemble/ (XDG-compliant) - Author attributions updated to "Fortium Partners" File Renames: - ai-mesh-orchestrator.yaml → ensemble-orchestrator.yaml 196 files modified across the entire codebase. BREAKING CHANGE: This is a complete rebrand. All package names, imports, and commands have changed. Users must update their Claude Code settings to use the new @fortium/ensemble-* packages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix checkDirectoryName() to check for 'ai-mesh-plugins' (pre-rename) - Remove hardcoded local path from INDEX.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This was referenced Dec 14, 2025
This was referenced Feb 26, 2026
8 tasks
This was referenced May 27, 2026
ldangelo
added a commit
that referenced
this pull request
Jun 18, 2026
Merging ensemble rename (v5.0.0) to main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
@fortium/ai-mesh-*packages renamed to@fortium/ensemble-*FortiumPartners/ensemble/ai-mesh:to/ensemble:~/.ensemble/(XDG-compliant)ai-mesh-orchestrator.yaml→ensemble-orchestrator.yamlNew Files
scripts/preflight-check.js- Pre-flight validation scriptscripts/rename-to-ensemble.js- Automated bulk rename scriptpackages/core/lib/config-path.js- XDG-compliant config path modulepackages/core/tests/config-path.test.js- Unit tests for config moduleTest plan
Breaking Changes
This is a complete rebrand. Users must update their Claude Code settings to use the new
@fortium/ensemble-*packages.🤖 Generated with Claude Code