# WatchModeConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/tools/watch-mode.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/tools/watch-mode.ts#L4)

## Properties

| Property | Type |
|---|---|
| `rootDir` | `string` |
| `includePatterns` | `string[]` |
| `excludeDirs` | `string[]` |
| `markers` | `string[]` |
| `onMarkerFound` | `(marker: MarkerResult) => void` |
| `debounceMs` | `number` |
