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) <noreply@anthropic.com>

* docs: lift Capabilities above Quick Install; rename from "Omnigraph CORE"

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andrew Altshuler 2026-04-28 03:46:21 +03:00 committed by GitHub
parent f75b941a9e
commit c8047b6620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.