From c8047b6620d4052e65b5da4ae862b6cf2c1d74d7 Mon Sep 17 00:00:00 2001 From: Andrew Altshuler Date: Tue, 28 Apr 2026 03:46:21 +0300 Subject: [PATCH] Sharpen README tagline; add incident-response and compliance use cases (#58) * docs: sharpen README tagline; add incident-response and compliance use cases Lead with "lakehouse-native graph engine with git-style workflows" and a supporting line that names the action ("branch, commit, and merge typed graph data like source code") rather than restating capabilities. Adds incident-response and compliance graphs to the use-case list and fixes "multi-agentic" to "multi-agent". Co-Authored-By: Claude Opus 4.7 (1M context) * docs: lift Capabilities above Quick Install; rename from "Omnigraph CORE" Co-Authored-By: Claude Opus 4.7 (1M context) --------- Co-authored-by: Claude Opus 4.7 (1M context) --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 718adca..7b2dc72 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,28 @@ [![Crates.io](https://img.shields.io/crates/v/omnigraph-cli.svg)](https://crates.io/crates/omnigraph-cli) [![CI](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml/badge.svg)](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml) -Typed graph engine as knowledge/context layer for agents. +**Lakehouse-native graph engine with git-style workflows.** -Git-style workflows, schema-as-code graph modeling, S3-optimized. - -Vector/FTS/Graph queries in one runtime. +Branch, commit, and merge typed graph data like source code. Multi-modal, self-hosted, open source. ## Use Cases - On-prem & hybrid context graphs -- Backbone for multi-agentic research +- Backbone for multi-agent research +- Incident response graphs +- Compliance & audit graphs - Enterprise knowledge systems +## Capabilities + +- Typed schema, typed queries, and typed mutations +- Schema-as-code, query validation and linting +- Git-style graph workflows: branches, commits, merges, and transactional runs +- Local, on-prem & cloud S3-native storage with snapshot-pinned reads +- Graph traversal + text, fuzzy, BM25, vector, and RRF search in one runtime +- Policy-as-code for server-side access control +- Single CLI for multiple deployments + ## Quick Install ```bash @@ -57,16 +67,6 @@ If a previous run left objects under the same repo prefix but did not finish initializing the repo, rerun with `RESET_REPO=1` or set `PREFIX` to a new value. -## Omnigraph CORE - -- Typed schema, typed queries, and typed mutations -- Schema-as-code, query validation and linting -- Git-style graph workflows: branches, commits, merges, and transactional runs -- Local, on-prem & cloud S3-native storage with snapshot-pinned reads -- Graph traversal + text, fuzzy, BM25, vector, and RRF search in one runtime -- Policy-as-code for server-side access control -- Single CLI for multiple deployments - ## Common Commands The same URI works for local paths, `s3://…`, or `http://host:port`.