# formatPreflightResults

**Kind:** Function

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

Format preflight results as a string for the system prompt.

## Signature

```ts
function formatPreflightResults(results: PreflightResult[]): string
```

## Parameters

| Name | Type |
|---|---|
| `results` | `PreflightResult[]` |

**Returns:** `string`
