Rename PluginUpdater/ to Pluginventory/ for naming consistency#22
Open
claude[bot] wants to merge 1 commit into
Open
Rename PluginUpdater/ to Pluginventory/ for naming consistency#22claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
Updates path references in config files, build scripts, docs, and skill definitions. CI workflow files are updated separately (require workflows permission). Migration code in Swift source files is intentionally preserved (historical bundle ID paths for data migration). Closes #21 Co-Authored-By: Claude Sonnet 4.6 <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
PluginUpdater/subdirectory toPluginventory/so the project structure matches the app namePersistenceController.swift,PluginImageService.swift) is intentionally preserved — those reference historical bundle IDs/paths needed for upgrading existing usersNote on CI workflow files
.github/workflows/ci.ymland.github/workflows/implement-issue.ymlalso needPluginUpdater→Pluginventorypath updates, but the GitHub App token used here lacksworkflowswrite permission. Please apply these two changes manually after merging:In
ci.yml(lines 21, 25): changeworking-directory: PluginUpdater→working-directory: PluginventoryIn
implement-issue.yml(lines 43–58): change allPluginUpdater/path references toPluginventory/Test plan
swift buildpasses (311 tests passing)swift test— all 311 tests passPluginUpdaterorplugin_updaterreferences outside of intentional migration code and the two workflow files noted aboveCloses #21
🤖 Generated with Claude Code