[docs] Update documentation for features from 2026-05-08#1205
Merged
danielmeppiel merged 2 commits intoMay 8, 2026
Conversation
…ion from all - cli-commands.md: clarify copilot-cowork is excluded from --target all; note it requires explicit --target copilot-cowork --global (#1191) - manifest-schema.md: add block-list YAML example for target: field, now that the singular target: key correctly parses list forms (#1197) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Documents two recent user-facing behavior changes in APM: (1) copilot-cowork is no longer included in --target all, and (2) the target: field in apm.yml accepts YAML list syntax in both flow-list and block-list forms.
Changes:
- Update
apm install --target alldocumentation to notecopilot-coworkis excluded and requires explicit opt-in with--global. - Add a block-list YAML example for
target:alongside the existing flow-list example in the manifest schema reference.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/reference/manifest-schema.md | Adds block-list example for multi-target target: YAML form. |
| docs/src/content/docs/reference/cli-commands.md | Updates --target all documentation to exclude copilot-cowork and clarifies opt-in usage. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 1
Co-authored-by: Copilot Autofix powered by AI <175728472+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-05-08
This PR updates the reference documentation based on two user-facing fixes merged in the last 24 hours.
Features Documented
copilot-coworkis excluded from--target all(from fix(install,test): exclude cowork from --target all + stabilize defer-start timer test #1191)target:inapm.ymlnow correctly accepts YAML list form (from fix(install): accept YAML list form under singulartarget:key (#1188) #1197)Changes Made
Updated
docs/src/content/docs/reference/cli-commands.md:--target alldescription now explicitly states thatcopilot-coworkis excluded (alongsideagent-skills)copilot-coworkbullet clarifies it requires explicit opt-in with--target copilot-cowork --globaland is not included inallUpdated
docs/src/content/docs/reference/manifest-schema.md:target:field alongside the existing flow-list example, since both forms now work correctlyMerged PRs Referenced
target:key (#1188) #1197 - fix(install): accept YAML list form under singulartarget:key ([BUG] YAML fieldtargetis not honored #1188)