Commit graph

39 commits

Author SHA1 Message Date
Ragnor Comerford
8eba37cc60
README: link to TypeScript SDK and MCP server (#92)
Adds a `Clients` section pointing at the TypeScript SDK and the
Model Context Protocol server for programmatic / LLM access to
omnigraph-server. Both are published on npm and developed in
ModernRelay/omnigraph-ts; this README is the canonical discovery
surface so it should mention them.

Notes the major.minor lockstep convention so users know which
client version targets which server.
2026-05-30 14:29:49 +02:00
Ragnor Comerford
6c9afc7e9b
Fix typos and enhance README content 2026-05-30 12:45:26 +02:00
Andrew Altshuler
d8451c3d33
docs(readme): add header labels to hero tables (#126)
Fill the empty second-column header cell in both tables: "What it means"
for the AS CODE table, "What it's for" for Core Use Cases.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 10:08:14 +01:00
Andrew Altshuler
c221e67e1b
docs(readme): restructure hero with bullets + tables (#125)
* docs(readme): restructure hero with bullets + tables

Establish a reading rhythm: infra facts as quick bullets, then an
AS CODE table and a Core Use Cases table that unpack each item.

- Feature block → bullets (drop the redundant <br> left on list items).
- AS CODE block → table; "Context as code" reframed around pre-defined,
  versioned queries.
- Use cases → table with one-line unpacking; "Code & dev graph" → "Dev
  graph" (issue + dependency model for AI agents); "Context graph" reframed
  to decision traces + tribal knowledge; "R&D data layer" to experimental
  data written into branches; wiki line to "agent-updatable knowledge base".

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

* docs(readme): refine hero copy and lift thesis line

- Promote "operational state & coordination layer for agents" to sit
  directly under the tagline.
- Tighten AS CODE and use-case descriptions.

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

* docs(readme): make AS CODE rows consistent

Apply the AS CODE motif to all four rows (Security, Dashboards) to match
Schema and Context.

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

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 10:05:30 +01:00
Andrew Altshuler
6e948de985
Update README.md (#124) 2026-05-30 03:09:53 +03:00
Andrew Altshuler
baeb4387df
docs(readme): hard-break the manifesto lines with <br> (#123)
The X-as-code and feature blocks used bare single newlines, which
collapse onto one line in renderers that treat soft breaks as spaces.
Append <br> to each line so they break everywhere without converting
the flat manifesto into bullet lists.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 01:02:41 +01:00
Andrew Altshuler
4e431d28b8
docs: rewrite README opening + add AGENTS.md dev commands (#122)
* docs(agents): add build/test/lint dev-command section

AGENTS.md (CLAUDE.md) covered architecture and invariants but had no
developer command surface — only runtime `omnigraph` CLI usage. Add a
concise "Build, test, lint" section with the non-obvious gotchas:

- crate dir `crates/omnigraph` is package `omnigraph-engine` (the `-p` name)
- canonical CI gate is `cargo test --workspace --locked`
- how to run one file / one fn
- feature-gated suites (`failpoints`, server `aws`)
- S3 tests skip without `OMNIGRAPH_S3_TEST_BUCKET`
- the two non-test CI checks (check-agents-md, OpenAPI drift)

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

* docs(readme): rewrite opening, dedupe, fix stale references

- New manifesto-style opening (tagline, X-as-code, features, core
  use cases, coordination-layer line); drop the old prose intro,
  Use Cases, and Capabilities sections.
- Remove Capabilities, which restated the new opening line-for-line.
- Harmonize heading case: "## Core Use Cases".
- Dedupe the verbatim Slack invite (kept the Community section) and
  the double-linked cli.md (kept the contextual pointer).
- Fix stale references that no longer match the code:
  - drop "transactional runs" / "and runs" — no run concept remains;
    writes are atomic per-query, multi-query workflows use branches.
  - update the CLI crate command list to canonical query/mutate plus
    commit/lint/optimize/cleanup.

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

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 00:53:42 +01:00
Ragnor Comerford
4de490c10c
Update README.md (#121)
Some checks failed
CI / Classify Changes (push) Has been cancelled
CI / Check AGENTS.md Links (push) Has been cancelled
CI / Test Workspace (push) Has been cancelled
CI / Test omnigraph-server --features aws (push) Has been cancelled
CI / RustFS S3 Integration (push) Has been cancelled
2026-05-26 11:07:35 +02:00
Ragnor Comerford
d6d92a32a0
Update README.md (#120) 2026-05-25 22:08:22 +02:00
Ragnor Comerford
cc2412dc65
Rename repo terminology to graph (#118)
Some checks failed
CI / Classify Changes (push) Has been cancelled
CI / Check AGENTS.md Links (push) Has been cancelled
Release Edge / Prepare edge release (push) Has been cancelled
CI / Test Workspace (push) Has been cancelled
CI / Test omnigraph-server --features aws (push) Has been cancelled
CI / RustFS S3 Integration (push) Has been cancelled
Release Edge / Build edge omnigraph-linux-x86_64 (push) Has been cancelled
Release Edge / Build edge omnigraph-macos-arm64 (push) Has been cancelled
2026-05-24 16:46:00 +01:00
Ragnor Comerford
5c889f8e42
Update README.md 2026-05-15 18:06:25 -07:00
Ragnor Comerford
e046c193bc
Update README.md 2026-05-15 18:03:40 -07:00
Ragnor Comerford
6abe59bbaa
Update use cases in README with second brains link 2026-05-15 15:40:30 -07:00
Andrew Altshuler
60eee78465
docs: split user and developer docs (#93) 2026-05-15 03:45:22 +03:00
Ragnor Comerford
c9c7c0672e
Update README.md 2026-05-12 08:17:31 -07:00
Ragnor Comerford
c2e3a9e5c3
Add use cases for unified company brain and context graphs 2026-05-12 08:08:08 -07:00
Ragnor Comerford
9459672549
Update README.md 2026-05-07 12:13:37 +02:00
Ragnor Comerford
62b4b112b9
Add Slack community link to README
Added a link to the Omnigraph Slack community for collaboration.
2026-05-07 12:11:45 +02:00
Ragnor Comerford
122ae5c990
Update README.md 2026-05-07 12:11:15 +02:00
Ragnor Comerford
bd0f82e5c5
Update README.md 2026-05-07 12:11:03 +02:00
Andrew Altshuler
e041130de3
docs: rename omnigraph-starters to omnigraph-cookbooks (#71)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 23:37:09 +03:00
Aaron Goh
68c9d1bc91 docs: add community Slack link
Add a Community section to the README with the Omnigraph Slack invite so contributors and users have a clear place to ask questions and share feedback.
2026-05-01 14:39:21 +02:00
Andrew Altshuler
c8047b6620
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>
2026-04-28 03:46:21 +03:00
Ragnor Comerford
7ea868485e
Update README.md 2026-04-25 16:16:24 +02:00
Ragnor Comerford
7101565929
Update README.md 2026-04-25 16:16:07 +02:00
andrew
c82408ccdf Add crates.io badge for omnigraph-cli
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 22:48:20 +03:00
andrew
f2ebdb3d8d Link starters repo and restore CI badge
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 19:37:23 +03:00
andrew
a0d6d1b32f Add line break in README tagline
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 13:55:51 +03:00
andrew
8d936996d6 Remove CI and edition badges from README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 13:53:46 +03:00
andrew
de79c19016 Polish README: add badges, fix typos, dedupe features, simplify CLI examples
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 13:52:14 +03:00
andrew
ea24efbf24 Harden local RustFS bootstrap repo recovery 2026-04-12 21:08:04 +03:00
andrew
92fa3189f7 Add schema apply command and policy support 2026-04-12 04:01:14 +03:00
andrew
4b058b9813 Fix CLI ergonomics and stream export output 2026-04-11 19:01:48 +03:00
andrew
696eb3fe33 Tighten README install section 2026-04-11 14:34:29 +03:00
andrew
02acd47a94 Remove stale Homebrew source-build note 2026-04-11 14:12:49 +03:00
andrew
446075f333 Update workflow actions and add Homebrew install docs 2026-04-11 04:01:39 +03:00
andrew
816b24d05e Fix public binary install flow 2026-04-11 02:19:21 +03:00
andrew
cbb312e74f Split binary and source install flows 2026-04-10 23:26:09 +03:00
andrew
338289656a Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00