Releases: ToYOhin/open-source-adapter
Releases · ToYOhin/open-source-adapter
Release list
Open Source Adapter v0.1.1
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 requestsOpen Source Adapter v0.1.0
Open Source Adapter v0.1.0
v0.1.0 is the first tagged release of Open Source Adapter as a usable Codex skill and local CLI toolkit.
Highlights
- Evaluate GitHub and GitLab repositories through a shared platform adapter layer.
- Score projects across License, Activity, Community, Governance, and Risk.
- Re-score projects with adoption presets for default, enterprise, and startup use cases.
- Compare multiple repositories and generate recommendations.
- Analyze README/CHANGELOG maintenance signals.
- Run OSV/CVE checks, GitHub security posture audits, and minimal SBOM generation.
- Generate adapter-layer scaffolding for common languages.
- Run quick install/smoke tests in temporary directories.
Quality Bar
189local tests.- GitHub Actions matrix for Python 3.11, 3.12, and 3.14.
- Standard-library runtime only.
- 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.
- Report export formats beyond Markdown/JSON are planned for a later stage.
Recommended Verification
python -m pytest tests/ -q
python scripts\oss_cli.py eval https://github.com/axios/axios --json
python scripts\oss_cli.py score https://github.com/axios/axios --preset enterprise --json
python scripts\oss_cli.py security batch-osv PyPI requests