# Understand-Anything — Unofficial OMP Plugin

This npm package is an **unofficial community distribution** of the [Egonex-AI/Understand-Anything](https://github.com/Egonex-AI/Understand-Anything) plugin, packaged for [OMP](https://omp.sh).

It is maintained independently and is **not affiliated with Egonex**.

- **Wrapper version:** 1.0.0
- **Upstream version:** 2.9.0

> The wrapper version follows its own SemVer. It starts by matching the upstream version, then bumps independently for packaging-only fixes (e.g., +1 on the patch). This keeps the package installable with standard npm tooling while the upstream version is recorded separately.

## Install

```bash
omp install understand-anything-omp
```

For a project-scoped install:

```bash
omp install understand-anything-omp --scope=project
```

## License

MIT. See [LICENSE](./LICENSE). Original work Copyright (c) Yuxiang Lin and Infinite Universe, Inc.
