Lightweight AST-based codebase indexer for AI coding assistants. Generates a
relationships.json that Claude Code / Cursor / etc. can reference instead of exploring the entire codebase.
paragraph.com/@metaend
ai
llm
eco
ast
golang
commits
Author
Commit
Message
Date
Parse .astro files by extracting frontmatter (TypeScript between --- markers)
for imports, and treat components as default exports.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Lightweight tool that generates a symbols + dependency graph index
for AI coding assistants. Supports JS/TS, Go, and Python via
tree-sitter. Outputs only exported/module-level symbols to keep
the index compact and navigable.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>