# LintTestState

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/lint-test-loop.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/lint-test-loop.ts#L32)

## Properties

| Property | Type |
|---|---|
| `editsSinceLastVerification` | `number` |
| `editedFiles` | `string[]` |
| `consecutiveFailures` | `number` |
| `verified` | `boolean` |
| `maxRetriesExceeded` | `boolean` |
| `lastVerificationTurn` | `number` |
