v0.6.1 — vendor the humanizer skill locally
apm 0.27.0+ requires every dependency to carry its own apm.yml and rejects the root-level blader/humanizer repo, which broke apm install --frozen on fresh installs. The skill is now vendored under .apm/skills/humanizer/ (from blader/humanizer@1b48564, upstream v2.8.2) like the other local skills, and the git dependency is gone. The lockfile installs clean on apm 0.26.0 through 0.28.0. (#2)