Skip to content

v0.11.1 — First public release

Latest

Choose a tag to compare

@austinyuch austinyuch released this 26 Jun 06:49

First public release of the Code Review System under Apache-2.0.

An automated, graph-aware code review system:

  • Go backend (go-review-service/) — 5-layer incremental knowledge-graph indexer, a deterministic multi-language AST review engine (Go go/ast; Python / TypeScript / C# tree-sitter), impact / blast-radius analysis, semantic search, and an MCP server (stdio + Streamable HTTP + HTTP/SSE) exposing the review tools.
  • React frontend (code-visualization-frontend/) — code-graph and report visualization, including a zero-backend SQLite Graph Explorer.
  • Contracts (contract/) — JSON Schemas as the single source of truth.

This tag marks the inaugural public, clean-room export. The public repository is a derived, re-publishable mirror; see README.md to get started and CHANGELOG.md for the full history of capabilities folded into this release.

Module path: github.com/austinyuch/aclab-code-review. Licensed under Apache-2.0 (see LICENSE, NOTICE, and THIRD_PARTY_LICENSES.md).