Describe the bug
https://microsoft.github.io/apm/enterprise/teams/#declare quotes configuration that is not valid w.r.t. https://microsoft.github.io/apm/reference/manifest-schema/#4-dependencies or the apm.yml provided by apm init then apm install {some dep}.
To Reproduce
apm init in a fresh directory
apm install https://github.com/JuliusBrussee/caveman --path skills/caveman
- Note that
apm.yml contains .dependencies.apm[]
- Note that docs refer to
.packages
Expected behavior
The docs hosted at https://microsoft.github.io/apm/ are kept up-to-date and trustworthy in sync with apm itself.
Environment (please complete the following information):
n/a
Logs
n/a
Additional context
Please note - this is 1 example of several. In an ideal world, all instances of this problem are addressed and enforcement is put into place to prevent recurrences.
Describe the bug
https://microsoft.github.io/apm/enterprise/teams/#declare quotes configuration that is not valid w.r.t. https://microsoft.github.io/apm/reference/manifest-schema/#4-dependencies or the
apm.ymlprovided byapm initthenapm install {some dep}.To Reproduce
apm initin a fresh directoryapm install https://github.com/JuliusBrussee/caveman --path skills/cavemanapm.ymlcontains.dependencies.apm[].packagesExpected behavior
The docs hosted at https://microsoft.github.io/apm/ are kept up-to-date and trustworthy in sync with
apmitself.Environment (please complete the following information):
n/a
Logs
n/a
Additional context
Please note - this is 1 example of several. In an ideal world, all instances of this problem are addressed and enforcement is put into place to prevent recurrences.