the-code-graph-cli 0.1.2

Command-line interface for The Code Graph
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1]https://github.com/MonsieurBarti/The-Code-Graph/compare/the-code-graph-cli-v0.1.0...the-code-graph-cli-v0.1.1 - 2026-03-29

### Added

- *(M02-S07)* crates.io Release
- *(M02-S05)* Dead Code Detection
- *(M02-S04)* Embeddings + Hybrid Search
- *(M02-S03)* Community Detection — Leiden algorithm
- *(M02-S02)* Risk Scoring — composite risk per symbol and file
- *(M02-S06)* Clone Detection — structural fingerprints + token Jaccard
- *(M02-S01)* Execution Flows — entry point detection, betweenness centrality
- *(M01)* v0.1 Core — Code Graph CLI ([#12]https://github.com/MonsieurBarti/The-Code-Graph/pull/12)

### Other

- release v0.1.0

## [0.1.0]https://github.com/MonsieurBarti/The-Code-Graph/releases/tag/v0.1.0 - 2026-03-29

### Added

- *(M02-S07)* crates.io Release
- *(M02-S05)* Dead Code Detection
- *(M02-S04)* Embeddings + Hybrid Search
- *(M02-S03)* Community Detection — Leiden algorithm
- *(M02-S02)* Risk Scoring — composite risk per symbol and file
- *(M02-S06)* Clone Detection — structural fingerprints + token Jaccard
- *(M02-S01)* Execution Flows — entry point detection, betweenness centrality
- *(M01)* v0.1 Core — Code Graph CLI ([#12]https://github.com/MonsieurBarti/The-Code-Graph/pull/12)