grill-loop v1.3.1
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 -yUse -p instead of -g for a project-scoped installation.
After migration, normal updates work:
npx skills@latest update grill-loop grilling deep-grill -g -yVerification
- Reproduced the stale root-path lock behavior from the maintainer's
v1.2.0installation. - Rebound all three skills to
nxxxsooo/grill-loopand their nestedskills/*/SKILL.mdpaths. - Verified the documented update command reports all three global skills current.
- Re-ran README synchronization and bundle validation.