| title | Graxus | |||
|---|---|---|---|---|
| type | project | |||
| status | active | |||
| tags |
|
AI-native codebase knowledge engine for AI agents.
Graxus builds a documentation graph for Markdown files and a codemap for source code, then exposes fast search, safe editing, and repo intelligence through a CLI/API.
- Docs Graph — Obsidian-compatible Markdown knowledge graph
- Code Codemap — tree-sitter-powered source code analysis
- Search — Literal, regex, and symbol search
- Safe Edit — Preview/replace with snapshot rollback
- Agent API — Structured context for AI agents
graxus init # Initialize project
graxus index # Scan and build indexes
graxus status # Show project info
graxus find "auth" # Search codebase- TypeScript / JavaScript
- Rust
- Go
- Python
See [[ARCHITECTURE]] for detailed design.
See [[CLI]] for all commands.
See [[SAFETY]] for the safety model.