> ## Documentation Index
> Fetch the complete documentation index at: https://docs.revolte.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Work with Existing Code

> Refactoring, updating, and extending established codebases with Revolte.

Revolte is engineered to work inside existing codebases of any scale.

## Codebase Context Indexing

When attached to a repository, Revolte indexes symbols, module dependencies, and configuration schema to preserve your architecture:

* **Preserves Conventions**: Adheres to existing linter settings, naming conventions, and file structures.
* **Dependency Awareness**: Automatically imports utility modules and helper functions without duplicating code.
* **Safe Refactoring**: Traces invocation sites across the project when signatures change.
