[**claude-buddy v1.0.0**](../../README.md)

***

[claude-buddy](../../modules.md) / [types](../README.md) / PersonaFeedback

# Interface: PersonaFeedback

Defined in: [types/personas.ts:154](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L154)

Persona feedback for learning system

## Properties

### personas

> **personas**: `string`[]

Defined in: [types/personas.ts:155](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L155)

***

### rating

> **rating**: `number`

Defined in: [types/personas.ts:156](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L156)

***

### comments?

> `optional` **comments**: `string`

Defined in: [types/personas.ts:157](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L157)

***

### effectiveness?

> `optional` **effectiveness**: `number`

Defined in: [types/personas.ts:158](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L158)

***

### timestamp?

> `optional` **timestamp**: `string`

Defined in: [types/personas.ts:159](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L159)

***

### context?

> `optional` **context**: `Record`\<`string`, `unknown`\>

Defined in: [types/personas.ts:160](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L160)
