# RepoMapConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/context/repo-map.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/context/repo-map.ts#L22)

## Properties

| Property | Type |
|---|---|
| `rootDir` | `string` |
| `tokenBudget` | `number` |
| `includePatterns` | `RegExp[]` |
| `excludeDirs` | `string[]` |
| `maxFiles` | `number` |
