Open Source Adapter v0.1.1
v0.1.1 is a repository polish release for Open Source Adapter after the initial v0.1.0 baseline.
Highlights
- Added CSV output for multi-repository comparison with
oss_compare.py --format csv. - Documented how downstream agents and scripts should consume
oss_eval.py --jsonandoss_compare.py --json. - Refreshed the GitHub README with a shorter project pitch, badges, clearer commands, and current test/release status.
- Removed internal handoff, roadmap, project review, and project structure Markdown files from the repository root.
- Kept HTML and SARIF report exports deferred until CSV output has more usage.
Quality Bar
192local tests.- GitHub Actions matrix for Python 3.11, 3.12, and 3.14.
- Standard-library runtime only.
- Unified CLI plus compatibility wrapper entrypoints preserved.
Known Limits
- This is not packaged for PyPI yet.
- GitLab metadata mapping is intentionally conservative.
- Branch protection and private security signals depend on GitHub token permissions.
- HTML and SARIF exports are planned for a later release.
Recommended Verification
python -m pytest tests/ -q
python scripts\oss_cli.py eval https://github.com/axios/axios --json
python scripts\oss_cli.py compare https://github.com/axios/axios https://github.com/nodejs/undici --format csv
python scripts\oss_cli.py security batch-osv PyPI requests