refactor: rename AI_MESH environment variables to ENSEMBLE - #6
Merged
Conversation
- Rename all AI_MESH_* environment variables to ENSEMBLE_*: - AI_MESH_PANE_DISABLE → ENSEMBLE_PANE_DISABLE - AI_MESH_PANE_MULTIPLEXER → ENSEMBLE_PANE_MULTIPLEXER - AI_MESH_PANE_DIRECTION → ENSEMBLE_PANE_DIRECTION - AI_MESH_PANE_PERCENT → ENSEMBLE_PANE_PERCENT - AI_MESH_PANE_FLOATING → ENSEMBLE_PANE_FLOATING - AI_MESH_PANE_LOG → ENSEMBLE_PANE_LOG - Update all AI-Mesh branding references to Ensemble across: - Documentation (README, PRD, CONFIGURATION, TROUBLESHOOTING) - Source code (hooks, lib, agents) - Test files (unit, e2e, performance) - Migration scripts - Update preflight-check.js to reflect completed directory rename - Update post-github-rename.sh to mark migration as complete 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ldangelo
added a commit
that referenced
this pull request
Dec 15, 2025
- Fix naming inconsistencies (ai-mesh-plugins → ensemble, not ensemble → ensemble) - Mark completed tasks: PREP-008 (directory rename), GH-1 (GitHub rename), GH-6 (URL redirects) - Add CODE-170 for AI_MESH_* → ENSEMBLE_* environment variable rename - Update version to 1.3.0, status to "In Progress" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ldangelo
added a commit
that referenced
this pull request
Dec 15, 2025
- Updated ~85 tasks from [ ] to [x] reflecting actual completion - Marked all PREP tasks complete (scripts exist, directory renamed) - Marked all CODE tasks complete (packages renamed to v5.0.0) - Marked GitHub tasks GH-1 through GH-3, GH-6 complete - Marked migration tasks MIG-001 through MIG-003, MIG-005 complete - Updated sprint checklists with completion status - Changed document status from "In Progress" to "~95% Complete" Remaining items (~10 tasks): - DOC-001: Create MIGRATION.md guide - MIG-004: Add migration script to package.json bin - MIG-006/007: Test migration on Linux/WSL - TEST-001: Fix 14 pre-existing test failures - GH-4/005: Update repo description and topics - TEST-003/005: Integration tests and GitHub install test 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ldangelo
added a commit
that referenced
this pull request
Dec 15, 2025
Updated GitHub repository metadata: - Description: "Ensemble Plugin Ecosystem - Modular Claude Code plugins for AI-augmented development workflows" - Topics: claude-code, claude, ai-development, plugins, development-tools, cli, typescript, nodejs All GitHub tasks (GH-1 through GH-6) now complete. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ldangelo
added a commit
that referenced
this pull request
Jun 18, 2026
refactor: rename AI_MESH environment variables to ENSEMBLE
ldangelo
added a commit
that referenced
this pull request
Jun 18, 2026
- Fix naming inconsistencies (ai-mesh-plugins → ensemble, not ensemble → ensemble) - Mark completed tasks: PREP-008 (directory rename), GH-1 (GitHub rename), GH-6 (URL redirects) - Add CODE-170 for AI_MESH_* → ENSEMBLE_* environment variable rename - Update version to 1.3.0, status to "In Progress" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ldangelo
added a commit
that referenced
this pull request
Jun 18, 2026
- Updated ~85 tasks from [ ] to [x] reflecting actual completion - Marked all PREP tasks complete (scripts exist, directory renamed) - Marked all CODE tasks complete (packages renamed to v5.0.0) - Marked GitHub tasks GH-1 through GH-3, GH-6 complete - Marked migration tasks MIG-001 through MIG-003, MIG-005 complete - Updated sprint checklists with completion status - Changed document status from "In Progress" to "~95% Complete" Remaining items (~10 tasks): - DOC-001: Create MIGRATION.md guide - MIG-004: Add migration script to package.json bin - MIG-006/007: Test migration on Linux/WSL - TEST-001: Fix 14 pre-existing test failures - GH-4/005: Update repo description and topics - TEST-003/005: Integration tests and GitHub install test 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ldangelo
added a commit
that referenced
this pull request
Jun 18, 2026
Updated GitHub repository metadata: - Description: "Ensemble Plugin Ecosystem - Modular Claude Code plugins for AI-augmented development workflows" - Topics: claude-code, claude, ai-development, plugins, development-tools, cli, typescript, nodejs All GitHub tasks (GH-1 through GH-6) now complete. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
Rename all
AI_MESH_*environment variables toENSEMBLE_*:AI_MESH_PANE_DISABLE→ENSEMBLE_PANE_DISABLEAI_MESH_PANE_MULTIPLEXER→ENSEMBLE_PANE_MULTIPLEXERAI_MESH_PANE_DIRECTION→ENSEMBLE_PANE_DIRECTIONAI_MESH_PANE_PERCENT→ENSEMBLE_PANE_PERCENTAI_MESH_PANE_FLOATING→ENSEMBLE_PANE_FLOATINGAI_MESH_PANE_LOG→ENSEMBLE_PANE_LOGUpdate all AI-Mesh branding references to Ensemble across documentation, source code, and tests
Update preflight-check.js to reflect completed directory rename
Update post-github-rename.sh to mark migration as complete
Test plan
AI_MESHorAI-Meshreferences in codebase🤖 Generated with Claude Code