* Update install common skills flow
Co-Authored-By: Oz <oz-agent@warp.dev>
* Clarify CRLF hash normalization
Co-Authored-By: Oz <oz-agent@warp.dev>
* Clarify global lock mismatch guidance
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>
Recreate the resolver change from PR #12 on top of main so consuming repositories can load common-skills scripts through a shared resolver.
Co-authored-by: Oz <oz-agent@warp.dev>
* Add common skills management scripts
Co-Authored-By: Oz <oz-agent@warp.dev>
* Install all common skills dynamically
Co-Authored-By: Oz <oz-agent@warp.dev>
* Share common skills script helpers
Co-Authored-By: Oz <oz-agent@warp.dev>
* Update common skills script structure
Co-Authored-By: Oz <oz-agent@warp.dev>
* Handle verify-only without lock file
Co-Authored-By: Oz <oz-agent@warp.dev>
* Refine common skills installer
Co-Authored-By: Oz <oz-agent@warp.dev>
* Add common skills repair helpers
Co-Authored-By: Oz <oz-agent@warp.dev>
* Add update-skill lockfile test marker
Co-Authored-By: Oz <oz-agent@warp.dev>
* Add common skills installer update path
Co-Authored-By: Oz <oz-agent@warp.dev>
* Refine common skills update workflow
Co-Authored-By: Oz <oz-agent@warp.dev>
* Run skills CLI non-interactively
Co-Authored-By: Oz <oz-agent@warp.dev>
* Remove common skills script dead code
Co-Authored-By: Oz <oz-agent@warp.dev>
* Document common skills client invocation
Co-Authored-By: Oz <oz-agent@warp.dev>
* Fix common skills lock restore flows
Ensure no-target non-interactive flows fail before attempting TTY prompts, and restore global common skills from a temporary lock checkout so restore paths do not rewrite the client repo lock.
Co-Authored-By: Oz <oz-agent@warp.dev>
* Validate common skills script dependencies
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>
Replace the custom install script documentation with npx skills usage and remove the legacy Bash and PowerShell installers.
Co-authored-by: Oz <oz-agent@warp.dev>
Support overriding the common-skills repository URL so callers can test or install from alternate remotes.
Make the Bash installer read overwrite prompts from the controlling terminal when invoked through bash with piped stdin, so callers like warpdotdev/warp script/bootstrap can invoke it interactively.
Co-authored-by: Oz <oz-agent@warp.dev>
* Support custom skill install destination
Co-Authored-By: Oz <oz-agent@warp.dev>
* Derive local skills destination from base directory
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>
* Add common skills install script
Co-Authored-By: Oz <oz-agent@warp.dev>
* Prompt before overwriting installed skills
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>