release: v0.2.0 repository hygiene, CI, and docs sync
Stop tracking personal workflow artifacts at repo root, add CI and MIT license, align README and agent skills with artifacts/ defaults, and enable Ruff in dev/CI so releases are verifiable without local-only runs. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
Cursor
parent
e70bd35498
commit
6f0df5a774
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 0.2.0 — 2026-06-01
|
||||
|
||||
### Repository hygiene and release discipline
|
||||
|
||||
- Stopped tracking personal workflow artifacts at repository root (~34 MB); expanded `.gitignore` for legacy root CSV/JSON patterns.
|
||||
- Added GitHub Actions workflow running `uv run pytest -q` on Python 3.10–3.12.
|
||||
- Added MIT `LICENSE`, `CONTRIBUTING.md` (semver policy), and packaging metadata in `pyproject.toml` (version `0.2.0`).
|
||||
- Synced README and `skills/vlm-library-workflow/` to `artifacts/` defaults and the full `review-plan` → `apply-review` cycle.
|
||||
- Standardized `executor.py` imports to `vlm.*`; added Ruff and `pytest-cov` to `[dev]` optional dependencies.
|
||||
- Verification: `uv run pytest -q` → **517 passed**.
|
||||
|
||||
## 2026-05-21
|
||||
|
||||
### Functional code simplification
|
||||
|
||||
Reference in New Issue
Block a user