cli/internal/skills
Sam Morrow 9f9b93aa6a
URL-encode parentPath in skills discovery API call
The parentPath parameter in the contents API path was not URL-encoded,
which would cause failures when paths contain spaces or other special
characters. Apply url.PathEscape() to parentPath, consistent with
the rest of the file. commitSHA is left unescaped since SHAs are
hex-only and never need encoding.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-16 00:06:48 +02:00
..
discovery URL-encode parentPath in skills discovery API call 2026-04-16 00:06:48 +02:00
frontmatter clean up interface and fix a few bugs 2026-04-15 15:50:53 +02:00
installer fix: enforce size cap on first preview file, surface corrupted skills, fail on path traversal 2026-04-15 16:53:27 +02:00
lockfile address review comments 2026-04-15 16:01:26 +02:00
registry address review comments 2026-04-15 16:01:26 +02:00
source cleanup frontmatter fields 2026-04-15 15:47:34 +02:00