Skip to content

docs: note apm 0.27.0 --frozen regression and 0.25.0 pin workaround - #91

Open
nobv wants to merge 1 commit into
mainfrom
docs/apm-frozen-bug-pin
Open

docs: note apm 0.27.0 --frozen regression and 0.25.0 pin workaround#91
nobv wants to merge 1 commit into
mainfrom
docs/apm-frozen-bug-pin

Conversation

@nobv

@nobv nobv commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • just apm sync / just apply fail on apm CLI 0.27.0 because --frozen validation regresses for full-repo claude_skill dependencies without their own apm.yml (e.g. currents-dev/playwright-best-practices-skill): version resolves to unknown, then --frozen looks for a per-package manifest that doesn't exist and errors.
  • Plain apm install -g (no --frozen) still succeeds; only the CI-safe frozen check is affected. Relocking the lockfile with apm lock under 0.27.0 does not fix it.
  • Documented the pin workaround (downgrade Homebrew's apm to 0.25.0 via the tap's formula history, brew pin) in the Troubleshooting section so future recurrences are quick to resolve.

Test plan

  • just nix check passes
  • Verified locally that pinning apm at 0.25.0 makes just apm sync succeed again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant