Source: codeFindings.md Section 6 (Low Priority)
Two related version/URL enhancements:
Pre-release versions: -beta.1, -rc.1 suffixes are currently rejected by the dep URL regex and semver.FindLatest(). Low priority since the ecosystem is young, but needed for mature workflows.
Monorepo subpath support: github.com/org/repo/path/to/skills@v1.0.0 — the URL format was designed for this but not yet implemented. Listed as a known limitation in README.
Source: codeFindings.md Section 6 (Low Priority)
Two related version/URL enhancements:
Pre-release versions:
-beta.1,-rc.1suffixes are currently rejected by the dep URL regex andsemver.FindLatest(). Low priority since the ecosystem is young, but needed for mature workflows.Monorepo subpath support:
github.com/org/repo/path/to/skills@v1.0.0— the URL format was designed for this but not yet implemented. Listed as a known limitation in README.