Skip to content

Conversation

@robotdad
Copy link
Member

@robotdad robotdad commented Jan 4, 2026

Summary

  • Updated bundle_remove() function to properly remove bundles from both user registry and foundation registry
  • Fixes issue where bundles remained in registry.json after removal
  • Uses new unregister() method from foundation's BundleRegistry for complete cleanup

Related PRs

This PR depends on the companion PR in amplifier-foundation:

Both PRs must be merged together to fully fix the amplifier bundle remove bug.

Test plan

  • Verified bundle_remove() calls both user_registry.remove_bundle() and registry.unregister()
  • Manual testing: Install a bundle, then remove it and verify it's gone from all registry locations
  • Verify no bundle artifacts remain in registry.json after removal

🤖 Generated with Amplifier

Co-Authored-By: Amplifier [email protected]

The bundle_remove() function now properly removes bundles from both the user
registry and the foundation registry, ensuring complete cleanup. This fixes
an issue where bundles remained in registry.json after removal.

Uses the new unregister() method from foundation's BundleRegistry to ensure
bundles are fully removed from all registry locations.

🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)

Co-Authored-By: Amplifier <[email protected]>
@robotdad
Copy link
Member Author

robotdad commented Jan 8, 2026

Closing as duplicate of #37

@robotdad robotdad closed this Jan 8, 2026
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