feat: add amplifier-agent-adapter-designer bundle - #93
Draft
manojp99 wants to merge 1 commit into
Draft
Conversation
Bundle providing /mode amplifier-agent-adapter-designer — a runtime mode that turns any Amplifier session into a focused workspace for designing adapters between host applications and amplifier-agent. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.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.
What this bundle does
Provides
/mode amplifier-agent-adapter-designer— a runtime mode that turns any Amplifier session into a focused workspace for designing adapters between host applications andamplifier-agent.Why it lives in this repo
The bundle is tightly coupled to the engine: it knows the three integration surfaces (Python SDK, TypeScript SDK, chat-completions HTTP server), the three existing host adapter case studies (paperclip, nanoclaw, opencode), and the cross-cutting concerns every integrator hits (credentials, MCP config, bundle cache priming, protocol version pinning, env allowlist, workspace isolation). Shipping it inside
amplifier-agentkeeps the knowledge co-versioned with the engine that generates it.Mechanism mix
/mode amplifier-agent-adapter-designeradapter-design-expert) — context sink carrying the ~2,500-token integration referenceNo recipe, no skill. Adapter design is a conversational, branching exercise — a recipe would impose rigid step-gating on something that needs to breathe.
Context discipline
adapter-design-awareness.mdintegration-reference.mdThe full reference never touches the root session.
Verification
Behavioral model in
docs/BEHAVIORAL_MODEL.mdcovers 10 scenarios — fresh activation, surface selection, case-study deep dive, cross-cutting concerns walkthrough, error handling, mode-not-active isolation, protocol skew. All pass.Open items to resolve before ready-for-review
@foundation:context/shared/common-system-base.mdpath matches the deployed foundation fork.hooks-modesearch_pathsconfig tobehaviors/agent-adapter-designer.yaml.amplifier-agent-pyinstall path currently says "not yet on PyPI, install from git source" — will need update when PyPI publishes.0.3.0inintegration-reference.mdmatches current SDK source.displayMode(camelCase) matches actualamplifier-agent-tsAPI surface vs Python'sdisplay_mode(snake_case).agent-adapter-designerisn't already taken in the registry.Draft status
These 6 open items should be resolved and the bundle exercised via test-drive before ready-for-review.