You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +21,7 @@ Most AI coding agents rely on tools built for *human eyeballs* — `cat`, `grep`
21
21
Powered by [Tree-sitter](https://tree-sitter.github.io/) and written in pure Rust, it gives agents a deterministic, high-fidelity understanding of entire codebases — cutting token usage by up to **90%** while preserving 100% of the architectural logic.
22
22
23
23
### 🛡️ The Reader/Writer Symbiosis
24
-
CortexAST (The Reader) works hand-in-hand with **[CortexSync](https://github.com/DevsHero/CortexSync)** (The Writer). CortexSync embeds your real-time agent telemetry into a journal that CortexAST then retrieves via `cortex_memory_retriever`, providing **Persistent Cross-Session Memory.**
24
+
CortexAST (The Reader) works hand-in-hand with **[CortexSync](https://github.com/cortex-works/cortex-sync)** (The Writer). CortexSync embeds your real-time agent telemetry into a journal that CortexAST then retrieves via `cortex_memory_retriever`, providing **Persistent Cross-Session Memory.**
0 commit comments