# hexorcist_update v0.3.0 - Table of Contents

> Client for Hexorcist: applies a project's upgrade plan locally (mix deps.update), test-gated, leaving a reviewable diff.

## Pages

- [hexorcist_update](readme.md)
- [LICENSE](license.md)

## Modules

- [HexorcistUpdate.MixEdit](HexorcistUpdate.MixEdit.md): Minimal, safe `mix.exs` constraint editing — the bit `mix deps.update` can't do.

## Mix Tasks

- [mix hexorcist.update](Mix.Tasks.Hexorcist.Update.md): Fetches this project's upgrade plan from Hexorcist and applies the safe,
lockfile-only part (`mix deps.update`), optionally test-gated, leaving the
`mix.lock` change as a reviewable diff. It never commits or pushes by default.

