zift 0.2.2

Scan codebases for embedded authorization logic and generate Policy as Code (Rego/OPA today)
Documentation
<!--
Thanks for opening a PR! A few quick notes:

- Title must use a Conventional Commits prefix (feat/fix/refactor/perf/docs/
  test/ci/chore/style/build). See CONTRIBUTING.md.
- release-plz handles the changelog — don't edit CHANGELOG.md by hand.
- Commits must be DCO-signed (`git commit -s`).
-->

## Summary

<!-- What does this change and why? Link issues with "Closes #123". -->

## Changes

<!-- Bullet list of the notable changes. -->

-

## Test plan

<!-- How did you verify this works? Commands, fixtures, manual steps. -->

- [ ] `cargo fmt`
- [ ] `cargo clippy --all-features -- -D warnings`
- [ ] `cargo test --all-features`

## Checklist

- [ ] PR title uses a Conventional Commits prefix
- [ ] Commits are signed off (DCO)
- [ ] Tests added or updated where appropriate
- [ ] User-visible changes reflected in `README.md` / docs