<!-- Generated by scripts/build-package-readmes.mjs — do not edit by hand.
     Change the package's "description" (or the generator template) and run
     `pnpm docs:readmes`. CI enforces sync via `pnpm docs:readmes:check`. -->

# @opensip-tools/graph

> Static call-graph + dead-end analysis (seven-stage pipeline)

This package is the **engine** behind a first-party `opensip-tools` tool. The CLI bundles it — you do not normally install it directly.

Part of [**opensip-tools**](https://github.com/opensip-ai/opensip-tools) — an open-source codebase-analysis toolkit: fitness checks (`fit`), static call-graph analysis (`graph`), and simulation (`sim`).

## Install

```bash
npm install @opensip-tools/graph
```

Most users just install the CLI, which bundles the first-party tools:

```bash
npm install -g opensip-tools
```

## Documentation

- 📚 Project docs: https://opensip.ai/docs/opensip-tools/
- 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-tools/blob/v2.13.0/docs/public/70-reference/02-package-catalog.md
- 📦 Source: https://github.com/opensip-ai/opensip-tools/tree/v2.13.0/packages/graph/engine

## License

MIT © opensip-ai
