Describe the bug
We have comments in our apm.yml file to indicate purpose. Running apm install <new-skill>, apm uninstall or any other file that updates the skill will remove any comments from the file, regardless of placement.
To Reproduce
Steps to reproduce the behavior:
- Install a skill with
apm install
- Add a
# comment anywhere in apm.yml
- Install a second skill with
apm install
- See comment removed
Expected behavior
Since comments are a native part of the yaml language, I'd expect that these comments would be left alone. It's less expected in a lock-file, but leaving comments alone (preferrably whitespace too) inside of the apm.yml file would be beneficial.
Describe the bug
We have comments in our
apm.ymlfile to indicate purpose. Runningapm install <new-skill>,apm uninstallor any other file that updates the skill will remove any comments from the file, regardless of placement.To Reproduce
Steps to reproduce the behavior:
apm install# commentanywhere inapm.ymlapm installExpected behavior
Since comments are a native part of the yaml language, I'd expect that these comments would be left alone. It's less expected in a lock-file, but leaving comments alone (preferrably whitespace too) inside of the
apm.ymlfile would be beneficial.