0.1.3
- Add
makeup_jsto the installed dep list and document it in the README andExHarnessmodule docs. - Dogfood the static-analysis suite: ex_harness itself now declares
credo, dialyxir, ex_dna, and ex_slop and ships a
precommitalias (compile / format / credo --strict / ex_dna / dialyzer / test). - Refactor
mix harness.installto satisfycredo --strict— alias the Igniter sub-modules and split nested mix-project update callbacks into named helpers. - Replace
casewithif/2inmix harness.init's summary printer to silence Dialyzer'spattern_match_covwarning.
0.1.0 - Initial release
mix harness.install— Igniter task that adds the static-analysis suite (credo, dialyxir, ex_dna, ex_slop, boundary, reach, makeup/makeup_elixir) to a host project and wires upcompilers,:dialyzer, theprecommitalias,.gitignore, and a default.credo.exs.mix harness.init— runs dialyzer + reach across the whole project and writes a Markdown/JSON audit report to.harness/.--skip <list>option for both tasks.