glue-codebase-cli
v0.1.0
Published
CLI for Glue — AI-powered codebase analysis and code intelligence platform
Maintainers
Readme
Glue CLI — AI-Powered Codebase Analysis
Glue is an AI-powered code intelligence platform that indexes your entire codebase — every file, symbol, and dependency — so you can search, understand, and navigate code in plain English.
Installation
npm install -g @glue-tools/cliQuick Start
# Initialize Glue in your project
glue init
# Analyze your codebase — index files, symbols, and dependencies
glue analyze
# Ask questions about your code in plain English
glue query "How does auth work?"Features
| Feature | Description | | --- | --- | | Codebase Analysis | Index every file, symbol, and dependency in your project | | Code Health | Track technical debt, complexity, and code churn over time | | Feature Discovery | Auto-discover features and modules using graph clustering | | AI Chat | Ask questions about your codebase in plain English |
How It Works
- Index — Glue scans your repository and builds a rich semantic graph of files, symbols, imports, and dependencies.
- Analyze — Static analysis identifies code health signals like complexity hotspots, dependency risks, and technical debt.
- Query — Ask natural-language questions and get precise, context-aware answers grounded in your actual code.
Why Glue?
- Zero config — Point Glue at any repo and it just works.
- Language agnostic — Supports TypeScript, JavaScript, Python, Go, Java, Rust, and more.
- Fast — Incremental indexing means re-analysis takes seconds, not minutes.
- Private — Your code never leaves your infrastructure.
Links
License
MIT -- see LICENSE for details.
