Skip to content

grill-loop v1.3.1

Choose a tag to compare

@nxxxsooo nxxxsooo released this 04 Aug 01:50

Bundled-skill migration guidance

v1.3.1 documents the one-time source rebind required by installations created with v1.2.0 or an earlier single-skill layout. Those locks point to the former repository-root SKILL.md, so the normal updater cannot discover the new bundled path by itself.

No skill behavior or Raycast prompt changed from v1.3.0.

Upgrade from v1.2.0 or earlier

Rebind all three bundled skills once:

npx skills@latest add nxxxsooo/grill-loop --skill '*' -g -y

Use -p instead of -g for a project-scoped installation.

After migration, normal updates work:

npx skills@latest update grill-loop grilling deep-grill -g -y

Verification

  • Reproduced the stale root-path lock behavior from the maintainer's v1.2.0 installation.
  • Rebound all three skills to nxxxsooo/grill-loop and their nested skills/*/SKILL.md paths.
  • Verified the documented update command reports all three global skills current.
  • Re-ran README synchronization and bundle validation.