Download Latest Version Harmonist v1.2.3 source code.zip (1.7 MB)
Email in envelope

Get an email when there's a new version of Harmonist

Home / v1.2.3
Name Modified Size InfoDownloads / Week
Parent folder
Harmonist v1.2.3 source code.tar.gz 2026-06-09 1.3 MB
Harmonist v1.2.3 source code.zip 2026-06-09 1.7 MB
README.md 2026-06-09 621 Bytes
Totals: 3 Items   3.0 MB 0

Patch release: the final native-Windows determinism fix. With v1.2.1 (stdout glyphs) and v1.2.2 (catalog file reads), this makes the native-Windows CI job pass end to end for the first time — both the Linux and Windows jobs are green.

Fixed

  • Deterministic index.json across operating systems. build_index.py wrote each agent's path field with str(Path(...)), producing backslashes on Windows, so build_index.py --check flagged the committed (forward-slash) index as stale on the Windows runner. It now uses .as_posix(), matching build_manifest.py. No change to index.json on POSIX.
Source: README.md, updated 2026-06-09