# Documint
> AST-powered documentation drift detection and AI patching

## What it does
Documint watches your codebase for changes. When function signatures, types, or API contracts change, it detects which documentation is now stale and generates surgical patches using a 4-step AI chain.

## Install
pip install documint-mcp

## MCP Server
Add to your AI agent's MCP config:
{"mcpServers":{"documint":{"command":"uvx","args":["documint-mcp"]}}}

## Key Features
- SHA-256 symbol hashing for drift detection
- 4-step AI chain: Haiku -> Sonnet -> Haiku -> You
- .mint binary format for machine-readable API knowledge graphs
- CI integration (GitHub Actions)
- Watch mode for real-time drift
- Slack notifications

## Links
- [Documentation](https://documint.xyz/docs)
- [GitHub](https://github.com/skeehn/documint)
- [Pricing](https://documint.xyz/pricing)
