From f2ebdb3d8d012b49f204d18c21555191b65a0b71 Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 14 Apr 2026 19:37:05 +0300 Subject: [PATCH] Link starters repo and restore CI badge Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5a98d1b..5ed7c35 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Rust](https://img.shields.io/badge/rust-stable-orange.svg)](rust-toolchain.toml) +[![CI](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml/badge.svg)](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml) Typed graph engine built for reasoning paths, not just storage. Git-style workflows, schema-as-code graph modeling, S3-optimized. @@ -28,6 +29,8 @@ brew tap ModernRelay/tap brew install ModernRelay/tap/omnigraph ``` +For starter graphs and agent skills to bootstrap and operate Omnigraph, see [`ModernRelay/omnigraph-starters`](https://github.com/ModernRelay/omnigraph-starters). + ## One-Command Local RustFS Bootstrap ```bash