Skip to content

Slambot01/CNI_ATLAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNI - Codebase Neural Interface

AI-powered codebase analysis toolkit built in Go.

Scans your repository, builds a dependency graph, and provides intelligent insights about architecture, health, impact analysis, and more.

Installation

go install github.com/Slambot01/CNI_ATLAS@latest

Quick Start

cni scan .
cni health
cni explain main.go
cni ask "How does the authentication flow work?"

Tech Stack

  • Go - Core CLI and analysis engine
  • SQLite (via modernc.org/sqlite) - Persistent storage
  • Cobra - CLI framework
  • Ollama - Local LLM integration
  • Next.js - Web UI frontend

License

MIT

About

Talk to your entire codebase like it's a living system. A local-first, graph-first CLI tool that helps developers understand large codebases using dependency graphs and AI-powered natural language queries. Zero cloud. Zero data leakage.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors