Is your feature request related to a problem? Please describe.
Currently there is no option to have multipe targets in apm.yml
It is either copilot # or vscode, claude, codex, or all
Since our organization is using both copilot and claude, setting it to all generates redundant output
Describe the solution you'd like
I would like to be able to define a list of targets eg:
name: my-project
version: 1.0.0
target:
- claude
- copilot
Is your feature request related to a problem? Please describe.
Currently there is no option to have multipe targets in apm.yml
It is either
copilot # or vscode, claude, codex, or allSince our organization is using both
copilotandclaude, setting it toallgenerates redundant outputDescribe the solution you'd like
I would like to be able to define a list of targets eg: