[docs] Update documentation for features from 2026-03-11#242
Closed
danielmeppiel wants to merge 1 commit intomainfrom
Closed
[docs] Update documentation for features from 2026-03-11#242danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
- Add CHANGELOG entry for cli.py/apm_package.py refactoring into focused commands modules (PR #224, issue #172) - Update pack command docs: add 'copilot' as primary target name, 'vscode' as alias; update target filtering table and example (PR #228) - Update runtime-integration.md: fix cli.py reference to point at the correct module after refactoring (src/apm_cli/commands/runtime.py) 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-11
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
cli.pyandapm_package.pysplit into focused modules (from Refactor cli.py and apm_package.py into focused modules (#172) #224)copilotas primary target name forapm pack, withvscodeas alias (from feat: add 'copilot' as primary target name (alias for vscode) #228)cli.pyreference in runtime integration contributor guide (from Refactor cli.py and apm_package.py into focused modules (#172) #224)Changes Made
CHANGELOG.mdto add[Unreleased]entry for the cli.py / apm_package.py refactoring (PR Refactor cli.py and apm_package.py into focused modules (#172) #224, issue Refactor cli.py and apm_package.py into focused modules #172)docs/cli-reference.md:apm pack --targetoption now documents[copilot|vscode|claude|all]withvscodenoted as alias--target vscodeto--target copilotcopilotas primary andvscodeas aliasdocs/runtime-integration.md:src/apm_cli/commands/runtime.pyinstead of the now-thincli.pywiring layerMerged PRs Referenced
cli.pyandapm_package.pyinto focused command modulescopilotas primary target name (vscode/agents remain as aliases)Notes
The
compilecommand's--targetoption still uses[vscode|agents|claude|all]withoutcopilot— this was intentional per the current source (onlyapm packreceived thecopilottarget name in #228). Ifcopilotshould also be added tocompile, that would be a separate follow-up.