Files
awesome-copilot/eng/yaml-parser.mjs
Harald Kirschner f548156161 Fix: Normalize path separators in skill bundled assets to forward slashes
This fixes cross-platform compatibility issues where skills created on Windows
would have backslashes in bundled asset paths, causing CI failures on Linux.

The build script now normalizes all path separators to forward slashes (/)
regardless of the platform where the skill was created.

Fixes #502
2026-01-05 09:44:52 -08:00

6.1 KiB