Conversation
Ensure file URLs omit the output filename and always end with a slash. Update CLI and PIDX tests to cover the corrected URL format.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
Coverage Impact This PR will not change total coverage. Modified Files with Diff Coverage (1)
🛟 Help
|
There was a problem hiding this comment.
🟢 Approval recommended
The URL fix and corresponding tests are complete with no unresolved issues.
Pull request overview
Fixes generated pack index URLs to reference the output directory with normalized file URL formatting.
Changes:
- Generate URLs from the output directory.
- Preserve
file:///for filesystem roots. - Update platform-specific CLI and update tests.
File summaries
| File | Description |
|---|---|
cmd/pidx.go |
Corrects generated directory-based file URLs. |
cmd/pidx_test.go |
Verifies directory URLs across platforms. |
cmd/cli_test.go |
Updates CLI output expectations. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Fixes
Changes
file:///URL.PidxXML.Updatetests to verify the corrected URL format across platforms.Risk / Limitations
Checklist