[docs] Update documentation for features from 2026-03-24#434
Draft
danielmeppiel wants to merge 1 commit intomainfrom
Draft
[docs] Update documentation for features from 2026-03-24#434danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
…meta, cross-target mapping) - Fix CHANGELOG: update cross-target mapping entry from #420 to #426 - Add CHANGELOG entries for apm unpack bundle metadata display and cursor target support - Update compilation guide auto-detection table to include .cursor/ -> cursor target - Add cursor target examples to compilation guide - Update CLI reference: use 'copilot' as primary target (deprecate 'vscode' alias) - Add cursor target to apm compile target formats table - Add bundle metadata behavior note to apm unpack section Co-authored-by: Copilot <223556219+Copilot@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.
Documentation Updates - 2026-03-24
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
apm pack(from fix: cross-target path mapping for skills/agents inapm pack#426)apm unpackbundle metadata display and target mismatch warning (from fix: cross-target path mapping for skills/agents inapm pack#426)detect_target(),apm compile --target, andapm pack --target(from fix: cross-target path mapping for skills/agents inapm pack#426)copilotas primary target name,vscodeas deprecated alias (from fix: cross-target path mapping for skills/agents inapm pack#426)Changes Made
CHANGELOG.md: corrected PR reference (fix: remove WIP folder from tracking and strengthen gitignore #420 -> fix: cross-target path mapping for skills/agents inapm pack#426) for cross-target mapping; added entries forapm unpackbundle metadata and cursor target supportdocs/src/content/docs/guides/compilation.md: added.cursor/folder to target auto-detection table; addedcursortarget to CLI examples and persistent config exampledocs/src/content/docs/reference/cli-commands.md: updatedapm compile --targetoptions to includecursorand markvscode/agentsas deprecated aliases; updated auto-detection table with cursor; updated target formats table with cursor row; updatedapm packexample to usecopilot(notvscode); updated target filtering table to labelvscodeas deprecated; added bundle metadata behavior note toapm unpacksectionMerged PRs Referenced
apm pack#426 - fix: cross-target path mapping for skills/agents inapm pack(also includes cursor target support, unpack bundle metadata, and copilot/vscode rename)