Skip to content

Releases: dertin/code-system-graph

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 09 Aug 21:11

What's Changed

  • Fix release artifact checksum selection by @dertin in #11

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 05:15
4cfe661

What's Changed

  • Improve v1.0.2 performance and reliability by @dertin in #10

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 16:40
d6f3f7c

Highlights

  • Add native prebuilt releases for Linux x86_64/ARM64, macOS x86_64/ARM64, and Windows x86_64.
  • Fix Windows filesystem portability, native path handling, and MSVC stack sizing.
  • Preserve SQLite NOFOLLOW protections while supporting macOS symlinked temporary directories.
  • Stabilize cross-platform HTTP and extraction acceptance tests.
  • Smoke-test every release archive before publication.

Install

cargo binstall code-system-graph code-system-graph-hooks

The code-system-graph crate installs the user-facing csgraph command. code-system-graph-hooks installs the managed hook runtime used by Code System Graph integrations.

Source installation remains available with:

cargo install code-system-graph code-system-graph-hooks --locked

Supply-chain verification

This release includes SHA-256 checksums, a CycloneDX SBOM, and GitHub artifact attestations for every archive and the SBOM.

gh attestation verify <artifact> --repo dertin/code-system-graph
sha256sum --check SHA256SUMS

What's Changed

  • Prepare 1.0.1 cross-platform release support in #9

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@dertin dertin released this 04 Aug 13:57

Code System Graph 1.0.0 is the first public release of local, evidence-backed system-level code intelligence across repositories.

Highlights

  • Federated graph extraction for HTTP/OpenAPI, events/AsyncAPI, GraphQL, protobuf/gRPC, packages, databases, deployments, configuration, documentation, ownership, tests, and implementations.
  • Conservative query, trace, community, compatibility, impact, change, and pull-request analysis with explicit freshness, coverage, confidence, and ambiguity.
  • csgraph CLI with read-only MCP, optional authenticated HTTP, exports, diagnostics, incremental sync, and optional coding-agent routing hooks.
  • Optional CodeGraph enrichment through public MCP and CLI contracts for bounded repository-local source and flow context.
  • Exact-schema SQLite persistence with atomic snapshots, integrity validation, backup, and restore.

Installation

Recommended prebuilt installation (Cargo and cargo-binstall required; no Rust compiler required):

cargo binstall code-system-graph code-system-graph-hooks

The crates.io package is code-system-graph; the user-facing command is csgraph.

Build from crates.io with Rust 1.97.1 or newer:

cargo install code-system-graph code-system-graph-hooks

Verify:

csgraph --version
command -v code-system-graph-hooks

Supported release artifacts

This 1.0.0 GitHub Release publishes validated Linux archives for:

  • x86_64-unknown-linux-gnu
  • aarch64-unknown-linux-gnu

Windows and macOS artifacts are intentionally not published in 1.0.0. Their release jobs exposed platform-specific build and test failures that will be addressed in 1.0.1 before support is advertised.

Supply chain

The release includes a CycloneDX SBOM and SHA256SUMS. Verify downloaded files with:

sha256sum --check SHA256SUMS

SHA-256 verifies integrity against the published checksum file; it does not independently authenticate the publisher.

See CHANGELOG.md for the complete capability list and Installation for setup, upgrade, and uninstall details.