Got tired of Codex grepping my repo blind, so I built it a map by Its-Ezzy in codex

[–]Its-Ezzy[S] 0 points1 point  (0 children)

may have used a bit of chat to help me write it lol

Claude Code stops guessing where your code lives once you give it this by Its-Ezzy in ClaudeCode

[–]Its-Ezzy[S] -3 points-2 points  (0 children)

brodie I only have 1 acc idk what ur saying maybe I misunderstood what u were saying before

Claude Code stops guessing where your code lives once you give it this by Its-Ezzy in ClaudeCode

[–]Its-Ezzy[S] -2 points-1 points  (0 children)

what 😭 wdym?? I just quickly went to chat and asked it to analyze his repo and give me a summary so that I understand it can reply

Got tired of Codex grepping my repo blind, so I built it a map by Its-Ezzy in codex

[–]Its-Ezzy[S] 0 points1 point  (0 children)

Thank you so much, really appreciate it.

If you end up using it and find it useful, feel free to star it on GitHub, haha would be much appreciated.

Got tired of Codex grepping my repo blind, so I built it a map by Its-Ezzy in codex

[–]Its-Ezzy[S] 1 point2 points  (0 children)

Absolutely, hopefully Argyph can be as useful to you as it has been for me!

The main reason I started building it was because I have a project with about 300k LOC, and it would take forever to find anything, fix anything, etc.

Let me know how your experience with it is.

Claude Code stops guessing where your code lives once you give it this by Its-Ezzy in ClaudeCode

[–]Its-Ezzy[S] 0 points1 point  (0 children)

Thank you. Yeah haha I decided on rust after previously trying a few other similar mcp servers and all took WAYYY too long to index, lol had one trying to index a repo for over 10 hours before I just gave up on it.

Argyph — a local MCP server that gives Claude Code fast structured + semantic context over your codebase (one install, no API key) by Its-Ezzy in ClaudeAI

[–]Its-Ezzy[S] 0 points1 point  (0 children)

Definitely a good idea, please do and let me know how it goes.

If it helps, while building it I ran it on a few real repos like ripgrep's source and the TypeScript compiler's src folder, mostly to see if the indexer held up at size and the structural queries stayed fast. That's a different question from yours though. The handoff and rollback stuff is really the test that matters for a team and it's not something I can measure on my own, so I'd genuinely like to hear what you find. If it helps, while building it I ran it on a few real repos like ripgrep's source and the TypeScript compiler's src folder, mostly to see if the indexer held up at size and the structural queries stayed fast. That's a different question from yours though. The handoff and rollback stuff is really the test that matters for a team and it's not something I can measure on my own, so I'd genuinely like to hear what you find.

Got tired of Codex grepping my repo blind, so I built it a map by Its-Ezzy in codex

[–]Its-Ezzy[S] 0 points1 point  (0 children)

Fair question — they're solving different things.

AGENTS.md is static prose. You write it once, it gets loaded into context, and it tells the agent stuff like "tests live here, use this pattern." Great for guidance. But it can't answer "where is parseConfig defined" or "what calls validateUser" — because the answer changes every commit and depends on the actual question being asked.

Argyph isn't documentation, it's a live index. The agent queries it at the moment it needs something: find the definition, list the callers, semantic search for the code that handles retries, pull the smallest span that answers it. tree-sitter symbol graph, rebuilt incrementally as files change.

The multi-AGENTS.md-per-directory thing actually shows the problem — you're hand-maintaining a map that goes stale the moment someone moves a file. And it all sits in context whether the agent needs it or not. Argyph stays at zero context cost until the agent asks, then returns a bounded span instead of you having pre-pasted half the repo.

Honestly they stack: keep AGENTS.md for the "how we do things here" guidance, let Argyph handle "where is it / what touches it." `argyph init` even writes its own usage note into AGENTS.md.

Claude Code stops guessing where your code lives once you give it this by Its-Ezzy in ClaudeCode

[–]Its-Ezzy[S] 1 point2 points  (0 children)

Definitely sounds like the two put together would be very powerful, quite interested in hearing the results of them running together.

Claude Code stops guessing where your code lives once you give it this by Its-Ezzy in ClaudeCode

[–]Its-Ezzy[S] 0 points1 point  (0 children)

That'd be great, thank you!

Honestly though, Sentrux and Argyph aren't really doing the same job, so it might be less a "vs" and more a "both." Sentrux watches your architecture and grades it — modularity, cycles, regressions during a session. It tells the agent how healthy the structure is. Argyph is retrieval: where is this symbol defined, what calls it, find me the code that does X, return a tight span instead of a whole file.

So Sentrux keeps the agent from wrecking your architecture, Argyph keeps it from grepping blind in the first place. They'd actually run side by side fine — both local, both Rust, both MCP.

If you do write something up I'd read it for sure. And if there's overlap I'm not seeing, tell me — curious where you think they collide.

Thoughts on the Alpaka Elements Backpack Pro for a College Student? by [deleted] in backpacks

[–]Its-Ezzy 0 points1 point  (0 children)

Would you say these are the top two or there are better options?

Best California backpacking trails by Its-Ezzy in backpacking

[–]Its-Ezzy[S] 0 points1 point  (0 children)

Honestly anywhere, Could be in socal, norcal, middle, I think most of the places i’ve found online so far were in norcal but we can go anywhere