From 6cb374a161ad521f9e9653ba9a4ba2aace185a30 Mon Sep 17 00:00:00 2001 From: Joseph Mikhail <56614593+josephismikhail@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:02:04 -0700 Subject: [PATCH 1/2] docs: fix dead IX-Memory link (repo renamed to Ix) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4041e22..e5c6ac0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ix-gemini-plugin -A Gemini CLI extension that turns Gemini into a graph-reasoning engineering agent using [Ix Memory](https://github.com/ix-infrastructure/IX-Memory) as its structured memory backend. +A Gemini CLI extension that turns Gemini into a graph-reasoning engineering agent using [Ix Memory](https://github.com/ix-infrastructure/Ix) as its structured memory backend. Gemini + Ix = reasoning engine + persistent code knowledge graph. Skills are cognitive abstractions, not CLI wrappers. ## Requirements -- [Ix Memory](https://github.com/ix-infrastructure/IX-Memory) installed and running (`ix status` returns ok) +- [Ix Memory](https://github.com/ix-infrastructure/Ix) installed and running (`ix status` returns ok) - `python3` in PATH for hook scripts - `ripgrep` (`rg`) is recommended From cf73543e996c756eafccbcb46426893b97f70e6c Mon Sep 17 00:00:00 2001 From: Joseph Mikhail <56614593+josephismikhail@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:02:07 -0700 Subject: [PATCH 2/2] docs: fix dead IX-Memory link (repo renamed to Ix) --- GEMINI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GEMINI.md b/GEMINI.md index 8713b41..6ac8e0b 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -1,6 +1,6 @@ # ix-gemini-plugin -This repo is the Gemini CLI extension for [Ix Memory](https://github.com/ix-infrastructure/IX-Memory). When working in this repo, use `ix` commands to navigate it just like any other codebase. +This repo is the Gemini CLI extension for [Ix Memory](https://github.com/ix-infrastructure/Ix). When working in this repo, use `ix` commands to navigate it just like any other codebase. ---