Skip to content

v0.1.0

Choose a tag to compare

@proverbiallemon proverbiallemon released this 31 Jul 21:39
20a06c2

First tagged release of Manifest: the load order analyzer and sorter for Ship of Harkinian mods.

  • manifest-core: MPQ and ZIP asset listing, conflict graph, warnings, order sorter, SoH config IO, versioned JSON report (schema_version 1)
  • manifest-cli: scan, sort, explain with contract exit codes (0 clean, 3 conflicts, 1 error)
  • Validated against a real 1,282-conflict library; fuzzed with 200k inputs, zero panics
  • CI on macOS, Linux, and Windows

Breaking change from unreleased snapshots: manifest sort now requires --dry-run or --write; the bare command is a usage error.