cli/internal/skills/discovery
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
..
collisions.go add core logic and improve test coverage 2026-04-15 15:45:49 +02:00
collisions_test.go Expand test coverage and fix invariants/bugs 2026-04-15 15:46:58 +02:00
discovery.go URL-encode parentPath in skills discovery API call 2026-04-16 00:06:48 +02:00
discovery_test.go URL-encode parentPath in skills discovery API call 2026-04-16 00:06:48 +02:00