# GitScope

> AST-aware git diff analysis CLI that parses code changes with Tree-sitter, detects refactoring patterns, and outputs structured semantic summaries for AI code review.

## Docs

- [Home](https://ostehost.github.io/gitscope-v2/): Project overview and key features
- [Quickstart](https://ostehost.github.io/gitscope-v2/quickstart/): Installation and first analysis in under 5 minutes
- [Schema Reference](https://ostehost.github.io/gitscope-v2/schema/): Complete JSON output schema specification
- [Agent Integration](https://ostehost.github.io/gitscope-v2/agent-integration/): Using GitScope output with AI agents and LLMs
- [Architecture](https://ostehost.github.io/gitscope-v2/architecture/): System design, AST pipeline, and internals
- [Validation](https://ostehost.github.io/gitscope-v2/validation/): Output validation and testing approach

## Full context

- [llms-ctx.txt](https://ostehost.github.io/gitscope-v2/llms-ctx.txt): All documentation concatenated into a single file
