# AssemblyResult

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L98)

## Properties

| Property | Type |
|---|---|
| `success` | `boolean` |
| `outputDir` | `string` |
| `filesWritten` | `string[]` |
| `errors` | `Array<{ stage: AssemblyStage; message: string; context?: Record<string, unknown> }>` |
| `warnings` | `string[]` |
| `durationMs` | `number` |
