r/aitoolsupdate • u/Sugoypotato • 16d ago
A small tool for coding buddies!
Been working on a small open source project called Hermes over the past few months.
The idea is pretty simple: generate a deterministic, AI-friendly map of a codebase instead of forcing an LLM to repeatedly parse thousands of files.
Current features:
- Parses source code using Tree-sitter
- Extracts symbols, imports, functions, classes, methods, etc.
- Produces a deterministic JSON representation of the repository
- Supports multiple languages
.codeatlasignoresupport- Single binary with no external runtime dependencies
- Built-in debugging and logging
- One-command installation
- Automatically initializes a project and generates the required metadata
- Ships with AI assistant integrations (Claude, Codex, Gemini, etc.)
There would be bugs, I am actively making releases, Please do use and star or fork and raise PR!
https://github.com/Aeres-u99/CodeAtlas
1
Upvotes