Skip to content

Commit 732e640

Browse files
committed
docs: update repository urls to cortex-works
1 parent f5dc883 commit 732e640

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**The AI-Native Code Intelligence Backend. Extract the Signal, Discard the Noise.**
44
_Giving LLM agents deterministic, AST-level understanding of any codebase — at nuclear token efficiency._
55

6-
[![CortexAST](https://img.shields.io/badge/Repo-CortexAST-blue?style=for-the-badge&logo=github)](https://github.com/DevsHero/CortexAST)
7-
[![CortexSync](https://img.shields.io/badge/Repo-CortexSync-orange?style=for-the-badge&logo=github)](https://github.com/DevsHero/CortexSync)
6+
[![CortexAST](https://img.shields.io/badge/Repo-CortexAST-blue?style=for-the-badge&logo=github)](https://github.com/cortex-works/cortex-ast)
7+
[![CortexSync](https://img.shields.io/badge/Repo-CortexSync-orange?style=for-the-badge&logo=github)](https://github.com/cortex-works/cortex-sync)
88

99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1010
[![Rust](https://img.shields.io/badge/Built%20with-Rust-orange)](https://www.rust-lang.org/)
@@ -21,7 +21,7 @@ Most AI coding agents rely on tools built for *human eyeballs* — `cat`, `grep`
2121
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.
2222

2323
### 🛡️ 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.**
2525

2626
---
2727

@@ -171,7 +171,7 @@ Read: [USE_CASES.md](USE_CASES.md)
171171

172172
### Option A — Pre-built Binary
173173

174-
Download from [Releases](https://github.com/DevsHero/CortexAST/releases/latest):
174+
Download from [Releases](https://github.com/cortex-works/cortex-ast/releases/latest):
175175

176176
| Platform | File |
177177
|---|---|
@@ -189,7 +189,7 @@ chmod +x cortexast-macos-aarch64
189189
### Option B — Build from Source
190190

191191
```bash
192-
git clone https://github.com/DevsHero/CortexAST.git
192+
git clone https://github.com/cortex-works/cortex-ast.git
193193
cd CortexAST
194194
cargo build --release
195195
# Binary: ./target/release/cortexast
@@ -327,4 +327,4 @@ PRs welcome.
327327

328328
See [CHANGELOG.md](CHANGELOG.md) for version history.
329329

330-
Crafted with 🦀 by [DevsHero](https://github.com/DevsHero).
330+
Crafted with 🦀 by [cortex-works](https://github.com/cortex-works).

0 commit comments

Comments
 (0)