# ReliabilityOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/reliability-config.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/reliability-config.ts#L33)

## Properties

| Property | Type |
|---|---|
| `testCommand` | `string` |
| `cwd` | `string` |
| `enableTestWatcher` | `boolean` |
| `enableTestGate` | `boolean` |
| `enablePreflight` | `boolean` |
| `enableCircleDetection` | `boolean` |
| `debounceMs` | `number` |
| `testTimeoutMs` | `number` |
| `reportPassingTests` | `boolean` |
| `preflightChecks` | `PreflightCheck[]` |
| `circleDetectorOptions` | `CircleDetectorOptions` |
