# buildStructuralFeedback

**Kind:** Function

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/generator.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/generator.service.ts#L902)

Build human-readable structural feedback from a StructureScore.
Used to construct the regeneration prompt when a doc fails the structure gate.

## Signature

```ts
function buildStructuralFeedback(score: StructureScore): string
```

## Parameters

| Name | Type |
|---|---|
| `score` | `StructureScore` |

**Returns:** `string`
