Skip to content

Rename PluginUpdater/ to Pluginventory/ for naming consistency#22

Open
claude[bot] wants to merge 1 commit into
devfrom
rename-plugin-updater-to-pluginventory
Open

Rename PluginUpdater/ to Pluginventory/ for naming consistency#22
claude[bot] wants to merge 1 commit into
devfrom
rename-plugin-updater-to-pluginventory

Conversation

@claude
Copy link
Copy Markdown

@claude claude Bot commented Mar 15, 2026

Summary

  • Renames the PluginUpdater/ subdirectory to Pluginventory/ so the project structure matches the app name
  • Updates all path references across build scripts, config files, docs, and skill definitions
  • Migration code in Swift source files (PersistenceController.swift, PluginImageService.swift) is intentionally preserved — those reference historical bundle IDs/paths needed for upgrading existing users

Note on CI workflow files

.github/workflows/ci.yml and .github/workflows/implement-issue.yml also need PluginUpdaterPluginventory path updates, but the GitHub App token used here lacks workflows write permission. Please apply these two changes manually after merging:

In ci.yml (lines 21, 25): change working-directory: PluginUpdaterworking-directory: Pluginventory

In implement-issue.yml (lines 43–58): change all PluginUpdater/ path references to Pluginventory/

Test plan

  • swift build passes (311 tests passing)
  • swift test — all 311 tests pass
  • No remaining PluginUpdater or plugin_updater references outside of intentional migration code and the two workflow files noted above

Closes #21

🤖 Generated with Claude Code

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>
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.

0 participants