Releases: vava-nessa/free-coding-models
Releases · vava-nessa/free-coding-models
v0.1.13
v0.1.12
Added
- Unit test suite: 59 tests across 11 suites using
node:test(zero dependencies) - Tests cover: sources data integrity, core logic (getAvg, getVerdict, getUptime, filterByTier, sortResults, findBestModel), CLI arg parsing, package.json sanity
lib/utils.js: extracted pure logic functions from the monolithic CLI for testabilitypnpm testscript in package.json
Fixed
- GitHub Actions release workflow: removed broken
npm version patchloop, added version detection via git tags - GitHub Actions now creates a GitHub Release with auto-generated notes for each new version
Changed
- AGENTS.md updated with test-first workflow: agents must run
pnpm testbeforepnpm start