From b130abbd90e46ff71d75a64a809ad2cb14c3f002 Mon Sep 17 00:00:00 2001 From: Joseph Mikhail <56614593+josephismikhail@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:01:57 -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 c69632e..2e7a85e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ix-codex-plugin -A Codex plugin that turns Codex into a graph-reasoning engineering agent using [Ix Memory](https://github.com/ix-infrastructure/IX-Memory) as its structured memory backend. +A Codex plugin that turns Codex into a graph-reasoning engineering agent using [Ix Memory](https://github.com/ix-infrastructure/Ix) as its structured memory backend. Codex + Ix = reasoning engine + persistent code knowledge graph. Skills are cognitive abstractions, not CLI wrappers. @@ -19,7 +19,7 @@ Codex runtime limitation: ## 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 the installer and hook scripts - `ripgrep` (`rg`) is recommended From 6f9bf13c04854a6d40866bcab1da5a5ebb46e0fb Mon Sep 17 00:00:00 2001 From: Joseph Mikhail <56614593+josephismikhail@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:01:59 -0700 Subject: [PATCH 2/2] docs: fix dead IX-Memory link (repo renamed to Ix) --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 1eac98d..d6ac0c2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # ix-codex-plugin -This repo is the Codex plugin 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 Codex plugin 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. ---