Understanding Expectations #1322
Replies: 2 comments
|
Thanks for the patience while we shipped this out — the monorepo path is now first-class as of apm 0.14.0 (in flight: #1372) and apm-action v1.9.0 (in flight: microsoft/apm-action#44). Direct answers to your three questions:
For your CI: swap to - uses: microsoft/apm-action@v1
with:
mode: release
release-tag: ${{ github.ref_name }}That single step runs Worked example: Closing this discussion as resolved. Open follow-ups welcome. |
|
Follow-up: golden-path now docs-attested. Three docs polish edits landed in #1384 pointing readers from the concepts in One correction to my earlier reply on the CLI flag: Pipeline that ships zava end-to-end: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am looking for a level-set on what our expectations should be in terms of behavior.
We currently have a copilot plugin marketplace that we are considering changing over to APM. This is a mono-repo where the plugins live within the same repo as the marketplace. My understanding is that we are to
apm init --marketplacein the root of the repo then down inside each of our ./plugins/{plugin-directory} we shouldapm init --plugin.This gives us the following structure:
The marketplace level apm.yml would have:
The plugin level apm.yml & plugin.json files only contain the content that is populated during the init process, or should we be adding content to apm.dependencies.apm[] (specifically asking for locally referenced plugins)?
When running
apm packon the marketplace I see that a ./.claude-plugin/marketplace.json is generated and it matches the format for the copilot plugin marketplace json however when I add the apm marketplace and install the package/plugin the plugin does not show via copilot plugin list. I assume we should operate under the assumption that APM Packages are not Copilot Plugins and thus will not show up in the Copilot CLI - please confirm.If any of this is in flux due to the rapid changing nature of the project please provide current state and future intentions.
Note: in regard to what I saw during pack and install, everything is targeting copilot.
Thanks,
jKlaus
All reactions