-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Let's try to clean up all old instances of PluginUpdater and plugin_updater. The xcodegen project subdirectory that holds Package.swift, project.yml, and the Pluginventory.xcodeproj would require changes. Renaming it would require updating:
- project.yml references
- GitHub Actions workflows (.github/)
- The README build instructions
- All the skill/memory paths we just fixed
It's a cosmetic issue and the contents inside are already correctly named (Pluginventory/, PluginventoryTests/, Pluginventory.xcodeproj). If you want to rename it to Pluginventory/ for consistency, I can do that — but it'll touch CI, docs, and
every path reference. Up to you whether the cleanup is worth it.
Reactions are currently unavailable