renso-code-graph 1.0.20

Dependency graph analyzer for code, tests, docs, and policy surfaces. Installs the prebuilt `code_graph` binary from GitHub Releases.
# code_graph

`code_graph` is a workspace dependency-graph analyzer that connects code,
tests, docs, endpoints, configuration, and feature checklists. It is
designed for maintainers and LLM coding agents that need impact analysis
before changing code.

## Install

Customer-facing install docs use the script installer:

```sh
curl -fsSL https://cg.renso.ai/install.sh | sh
```

Windows PowerShell and first-run setup are documented at
https://cg.renso.ai/docs#install.

This crate is a thin **download-and-exec trampoline**: at install time
its `build.rs` fetches the prebuilt `code_graph` binary for your host
platform from
[GitHub Releases](https://github.com/Renso-AI/code-graph-dist/releases),
SHA256-verifies it, and embeds it into the launcher this crate
produces. The launcher extracts the binary to a per-user cache on first
run and execs it.

This crate contains **no analyzer source**. Code Graph is proprietary,
closed-source software © Renso AI; the prebuilt binary it downloads is
licensed under the Code Graph subscription terms (https://cg.renso.ai).

## Documentation

- https://cg.renso.ai/docs — full usage guide

## License

Proprietary — © Renso AI, all rights reserved. **Not open source.**
Use of the binaries is governed by the Code Graph subscription terms at
https://cg.renso.ai.