Skip to content

Rename Install/ to Sync/ and fix naming mismatches#301

Merged
bguidolim merged 1 commit intomainfrom
bruno/rename-install-to-sync
Mar 26, 2026
Merged

Rename Install/ to Sync/ and fix naming mismatches#301
bguidolim merged 1 commit intomainfrom
bruno/rename-install-to-sync

Conversation

@bguidolim
Copy link
Copy Markdown
Collaborator

Summary

  • Rename Sources/mcs/Install/Sources/mcs/Sync/ to match the mcs sync command (the folder name was a legacy artifact from before the install→sync consolidation)
  • Rename stale test files to match current architecture: GlobalConfiguratorTestsGlobalSyncTests, ProjectConfiguratorTestsProjectSyncTests, PackSourceTestsPackSourceResolverTests
  • Rename makeGlobalConfigurator() test helper → makeGlobalSyncConfigurator()
  • Document 8 previously unlisted files in CLAUDE.md: ClaudePrerequisite, FileHasher, FileLock, PathContainment, PluginRef, ConfiguratorSupport, CrossPackPromptResolver, DestinationCollisionResolver

Test plan

  • swift build passes
  • swift build --build-tests passes
  • All 902 tests pass (swift test)
  • CI passes (no code changes, only renames and doc updates)

- Rename Sources/mcs/Install/ → Sources/mcs/Sync/ to match the `mcs sync` command
- Rename stale test files: GlobalConfiguratorTests → GlobalSyncTests, ProjectConfiguratorTests → ProjectSyncTests, PackSourceTests → PackSourceResolverTests
- Rename makeGlobalConfigurator() helper → makeGlobalSyncConfigurator() in tests
- Update CLAUDE.md: rename section, document 8 previously unlisted files (ClaudePrerequisite, FileHasher, FileLock, PathContainment, PluginRef, ConfiguratorSupport, CrossPackPromptResolver, DestinationCollisionResolver)
@bguidolim bguidolim force-pushed the bruno/rename-install-to-sync branch from 98a98de to 9f668e2 Compare March 26, 2026 12:53
@bguidolim bguidolim enabled auto-merge (squash) March 26, 2026 12:53
@bguidolim bguidolim merged commit b15d2c3 into main Mar 26, 2026
4 checks passed
@bguidolim bguidolim deleted the bruno/rename-install-to-sync branch March 26, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant