/** * Tests for source-parser.ts * * Validates parsing of all supported source formats: * - Local paths * - GitHub URLs (with/without branches, subpaths, shorthand) * - GitLab URLs * - Bitbucket URLs * - SSH URLs (git@host:path) * - npm packages (npm:@scope/pkg) * - Private/self-hosted Git URLs * - Direct SKILL.md URLs * - Well-known URLs */ export {}; //# sourceMappingURL=source-parser.test.d.ts.map