| Name | Modified | Size | Downloads / 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.jsonacross operating systems.build_index.pywrote each agent'spathfield withstr(Path(...)), producing backslashes on Windows, sobuild_index.py --checkflagged the committed (forward-slash) index as stale on the Windows runner. It now uses.as_posix(), matchingbuild_manifest.py. No change toindex.jsonon POSIX.