feat: Add config migration script and documentation (Sprint 3) - #3
Merged
Conversation
Sprint 3 deliverables: - Add scripts/migrate-config.js for migrating legacy ai-mesh config - Supports --dry-run mode for preview - Supports --force to overwrite existing - Migrates ~/.ai-mesh-task-progress/ and ~/.ai-mesh-pane-viewer/ - Creates XDG-compliant directory structure - Update README.md with Configuration section - Document XDG-compliant config paths - Document directory structure - Document migration process 🤖 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>
5 tasks
3 tasks
ldangelo
added a commit
that referenced
this pull request
Jun 18, 2026
…rint3 Merging Sprint 3 - config migration script and documentation
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>
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
Sprint 3 deliverables for the ensemble rename project - user configuration migration support.
Changes
New: Config Migration Script (
scripts/migrate-config.js)--dry-runmode to preview changes--forceto overwrite existing files~/.ai-mesh-task-progress/→~/.config/ensemble/plugins/task-progress-pane/~/.ai-mesh-pane-viewer/→~/.config/ensemble/plugins/pane-viewer/Updated: README.md
Test plan
Related
🤖 Generated with Claude Code