Metadata-Version: 2.4
Name: saar
Version: 0.0.1
Summary: Extract the essence of your codebase. Auto-generate CLAUDE.md, .cursorrules, and copilot-instructions.md from deep static analysis.
Project-URL: Homepage, https://getsaar.com
Project-URL: Repository, https://github.com/getsaar/saar
Author-email: Devanshu <devanshuchi9@gmail.com>
License: MIT
Keywords: ai,claude-md,codebase,cursorrules,static-analysis,tree-sitter
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# saar

**Extract the essence of your codebase.**

Saar auto-generates AI coding config files (CLAUDE.md, .cursorrules, copilot-instructions.md) from deep static analysis of your codebase using tree-sitter AST parsing.

## Coming Soon

```bash
pip install saar
saar ./my-repo --format all
```

## What it does

Saar reads your codebase and detects architectural patterns, coding conventions, and team rules -- then generates the config files that make AI coding tools actually understand how your team writes code.

No cloud. No API keys. Runs locally. Open source.
