feat(bundle): register 'anchors-amp-dev' (registration only, no default change) - #230
Merged
Merged
Conversation
Collaborator
Author
|
Cross-linked with foundation PR #273 (microsoft/amplifier-foundation#273) — that PR must merge first. |
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
Registers
anchors-amp-devin WELL_KNOWN_BUNDLES — registration ONLY, no default changes. Users can explicitly select this bundle by name; existing defaults remain exactly as they are.What this changes
Adds one entry to
WELL_KNOWN_BUNDLESinamplifier_app_cli/lib/bundle_loader/discovery.py:This makes the bundle selectable by name:
Key difference from anchors (#208)
#208 (the anchors PR) changed the CLI default to
anchors. This PR does NOT change any defaults. We are addinganchors-amp-devalongsideamplifier-devandanchors— all three coexist, the default remainsanchors(as established by #208).Testing
Regression tests pass (3/3):
Dependency
Requires the companion foundation PR #273 which adds
bundles/anchors-amp-dev/bundle.md. That PR must merge first for this WELL_KNOWN_BUNDLES entry to resolve.Context
anchors-amp-devis a mechanical promotion of the experimentexperiments/behavioral-anchor-amplifier-devinto a registered bundle. It was evaluated as a drop-in replacement foramplifier-devacross ~140 DTU eval runs and reached a drop-in verdict. This PR registers it in the CLI; the foundation PR publishes the bundle files.